Metadata-Version: 2.4
Name: netrise-turbine-sdk
Version: 0.1.0
Summary: Turbine GraphQL Python SDK (generated via ariadne-codegen)
License-File: LICENSE
Author: NetRise
Author-email: dev@netrise.io
Requires-Python: >=3.12,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Requires-Dist: httpx (>=0.27.0,<1.0.0)
Requires-Dist: pydantic (>=2.0.0,<3.0.0)
Requires-Dist: python-dotenv (>=1.0.0,<2.0.0)
Description-Content-Type: text/markdown

# Turbine Python SDK

Minimal, sync-first Python client for the Turbine GraphQL API.

## Getting Started

### Installation from PyPI

Install from PyPI as `netrise-turbine-sdk`:

```bash
# pip
pip install netrise-turbine-sdk

# poetry
poetry add netrise-turbine-sdk

# uv
uv add netrise-turbine-sdk
```

### Configure environment variables

Copy the example environment variable file:

```bash
cp .env.example .env`
```

Populate the missing values. Reach out to [mailto:support@netrise.io](support@netrise.io) if you need assistance.

## Documentation

- [Operations documentation](docs/operations/) - detailed examples for all GraphQL operations
- [API Reference](docs/README.md) - complete API documentation

## License

See [LICENSE](LICENSE) for details.

