Skip to content

Bolt Subscriptions SDK

Choose a tag to compare

@ntapaswi ntapaswi released this 29 Jul 18:57
· 9 commits to main since this release

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.