Official Python client for the Fastly API. Version 13.1.0 supports all Fastly services (CDN, compute, logging, etc). Requires Python >=3.6. Actively maintained with monthly releases.
pip install fastlyVerified import paths — ran on the pinned version, not inferred.
Initialize client and list services.
Use Fastly(api_token='your_token') instead of Fastly('your_token').Always provide api_token either via env var or constructor arg.
Replace client._request(...) with client.request(...).
No dependency data recorded yet.