Metadata-Version: 2.4
Name: darwin-supply
Version: 0.1.0
Summary: Official Python entry package for Darwin Supply
Author: Darwin
License-Expression: MIT
Project-URL: Documentation, https://docs.darwin.so/supply/overview
Project-URL: Issues, https://github.com/darwin-studios/darwin-supply-python/issues
Project-URL: Repository, https://github.com/darwin-studios/darwin-supply-python
Keywords: darwin,supply,seller,sdk,api
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Typing :: Typed
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: darwin-sdk<1.0.0,>=0.1.1
Dynamic: license-file

# Darwin Supply for Python

The official Python entry package for Darwin Supply. It uses the complete
Fern-generated [`darwin-sdk`](https://pypi.org/project/darwin-sdk/) contract
with seller-focused constructors.

```bash
pip install darwin-supply
```

```python
from darwin_supply import create_supply_client

supply = create_supply_client(token="YOUR_SERVER_SIDE_TOKEN")
listings = supply.listings.list_listings(ai_id="ai_123")
```

Keep service credentials on your trusted backend. Darwin enforces business
ownership, permissions, listing revisions, payouts, and transaction state.
