Python SDK
Python SDK for API integration
Overview
Python SDK for EcoImpactHub.
PyPI Package
- Package:
ecoimpacthub-sdk
Installation
pip install ecoimpacthub-sdk
Repository
- GitHub: ecoimpacthub-sdk-python
Usage
from ecoimpacthub_sdk import EcoImpactHubClient
client = EcoImpactHubClient(
api_key=os.getenv("ECOIMPACTHUB_API_KEY")
)
Features
- Async/await support
- Type hints
- GraphQL client
- Authentication helpers