Metadata-Version: 2.4
Name: phaseo
Version: 2.0.5
Summary: Phaseo Python SDK transition package.
Project-URL: Homepage, https://phaseo.app
Project-URL: Documentation, https://docs.phaseo.app
Project-URL: Repository, https://github.com/phaseoteam/Phaseo
Project-URL: Issues, https://github.com/phaseoteam/Phaseo/issues
Author-email: Phaseo <support@phaseo.app>
License: MIT
Keywords: ai,gateway,llm,phaseo,sdk
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Typing :: Typed
Requires-Python: >=3.10
Requires-Dist: ai-stats-py-sdk==2.0.5
Description-Content-Type: text/markdown

# Phaseo Python SDK

Phaseo is the new name for AI Stats.

This package reserves the `phaseo` PyPI name and installs the current Phaseo Python SDK distribution, which is still published as `ai-stats-py-sdk` during the package migration.

```bash
pip install phaseo
```

Existing imports continue to work:

```python
from ai_stats import AIStats
```

The `phaseo` import also re-exports the current SDK surface:

```python
from phaseo import AIStats
```

Package names, import paths, and documentation will continue moving to Phaseo as the migration is completed.
