Metadata-Version: 2.5
Name: whitney-ai
Version: 0.0.1
Summary: Official Python SDK for Whitney AI.
Project-URL: Homepage, https://github.com/whitney-ai/whitney-python
Project-URL: Repository, https://github.com/whitney-ai/whitney-python
Project-URL: Issues, https://github.com/whitney-ai/whitney-python/issues
Author: Whitney AI
License-Expression: MIT
License-File: LICENSE
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.9
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.9
Description-Content-Type: text/markdown

# Whitney AI

Official Python SDK for Whitney AI.

This package is a placeholder for the upcoming Whitney AI SDK. Install it to reserve the
`whitney-ai` namespace on PyPI.

```bash
pip install whitney-ai
```

```python
import whitney_ai

print(whitney_ai.__version__)
```

## License

MIT
