Metadata-Version: 2.4
Name: esg-agentics
Version: 1.0.0rc1
Summary: Official Python SDK for the ESG Agentics public API (OAuth 2.1, REST, iLEAP, webhooks).
Project-URL: Homepage, https://esgagentics.com/developers
Project-URL: Repository, https://github.com/esg-agentics/sdk-python
Author-email: ESG Agentics <developers@esgagentics.com>
License: Apache-2.0
Requires-Python: >=3.9
Requires-Dist: httpx>=0.27
Description-Content-Type: text/markdown

# esg-agentics

Official Python SDK for the **ESG Agentics** public API
(OAuth 2.1 client-credentials, REST surface, iLEAP / PACT footprints,
CloudEvents 1.0 webhooks).

```bash
pip install esg-agentics
```

```python
from esg_agentics import ESGAgentics

client = ESGAgentics(client_id="...", client_secret="...")
vehicles = client.vehicles.list()
```

Docs: https://esgagentics.com/developers