{"library":"flyctl","type":"library","category":null,"description":"Fly.io is a compute platform for deploying containerized apps globally. There is no official Fly.io Python SDK — interaction is via the flyctl CLI, fly.toml config file, and the Machines REST API. The unofficial fly-python-sdk on PyPI (pip install fly-python-sdk) is a third-party project last updated October 2023 and should not be relied upon.","language":"python","status":"active","version":"flyctl — see fly version update for current (auto-updates by default)","tags":["platform","deployment","containers","serverless","cli","infra","cloud"],"last_verified":"Tue Jun 09","install":[{"cmd":"curl -L https://fly.io/install.sh | sh","imports":["import requests\n\nheaders = {\"Authorization\": f\"Bearer {FLY_API_TOKEN}\"}\nrequests.get(\"https://api.machines.dev/v1/apps/{app_id}/machines\", headers=headers)"]},{"cmd":"brew install flyctl","imports":[]},{"cmd":"pip install fly-python-sdk","imports":[]}],"homepage":"https://fly.io","github":null,"docs":null,"changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"compatibility":{"summary":{"python_range":"3.10–3.9","success_rate":30,"avg_install_s":3.4,"avg_import_s":null,"wheel_type":"wheel"},"url":"https://checklist.day/v1/registry/flyctl/compatibility"}}