EasyPost Shipping API Client Library for Python. Current version 10.6.0. Supports Python >=3.9. Released regularly with new features and bug fixes.
pip install easypostVerified import paths — ran on the pinned version, not inferred.
Create a client and an address.
Use `import easypost; client = easypost.Client('YOUR_API_KEY')` and pass this client to all service calls.Use client-based calls such as `client.address.create(...)`.
Create a client and use `client.<resource>.<method>(...)`.
Catch `easypost.errors.RateLimitError` and retry after a delay.
No dependency data recorded yet.