Metadata-Version: 2.5
Name: prori
Version: 0.0.1
Summary: Official Prori SDK for Python
Project-URL: Homepage, https://prori.ai
Project-URL: Repository, https://github.com/prori-ai/prori-python
Project-URL: Issues, https://github.com/prori-ai/prori-python/issues
Author-email: Prori <hello@prori.ai>
License: MIT
License-File: LICENSE
Keywords: campaigns,distribution,prori,prori.ai,sdk,usdc
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.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
Requires-Python: >=3.9
Description-Content-Type: text/markdown

# prori

Official Python SDK for [Prori](https://prori.ai).

```bash
pip install prori
```

```python
from prori import get_daily_feed, HOMEPAGE

feed = get_daily_feed(days=3)
print(HOMEPAGE, feed["days"][0]["date"])
```

This package reserves the `prori` name on PyPI. The client surface will grow as the public API ships.

- Site: https://prori.ai
- Org: https://github.com/prori-ai
- Issues: https://github.com/prori-ai/prori-python/issues
