Python SDK
Python SDK for API integration
Overview
Python SDK for ArtistryBase.
PyPI Package
- Package:
artistrybase-sdk
Installation
pip install artistrybase-sdk
Repository
- GitHub: artistrybase-sdk-python
Usage
from artistrybase_sdk import ArtistryBaseClient
client = ArtistryBaseClient(
api_key=os.getenv("ARTISTRYBASE_API_KEY")
)
Features
- Async/await support
- Type hints
- GraphQL client
- Authentication helpers