Bolt Subscriptions SDK
Bolt Python SDK v0.1.0
Initial beta release of the Bolt Python SDK, providing developer-friendly and type-safe access to the Bolt API.
Features
- Complete API Coverage: Support for products, subscriptions, orders, and plans management
- Type Safety: Full Pydantic model integration with IDE support
- Authentication: Secure API key and publishable key authentication
- Flexible Usage: Both synchronous and asynchronous client support
- Error Handling: Comprehensive error handling with detailed response information
- Retry Logic: Configurable retry strategies with exponential backoff
- Multiple Environments: Support for production, sandbox, and staging servers
- Resource Management: Proper HTTP client lifecycle management with context managers
Installation
pip install "bolt-api-sdk"
Note: This is a beta release. Breaking changes may occur between versions.