LicenseChain provides an official Python SDK for server-side integrations.
## Installation
Install using pip: pip install licensechain-sdk
## Basic Usage
Import and initialize the LicenseChain client with your API key and app ID.
## Validating Licenses
Use the validate method to check license validity. Handle the result to check if license is valid and access features.
## Creating Licenses
Use the create method to create new licenses with type, expiration, features, and metadata.
## Error Handling
Handle specific exceptions like LicenseExpiredError, LicenseInvalidError, and RateLimitError appropriately.
For complete Python SDK documentation, visit our docs site.