phaseo 2.0.4__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
phaseo/__init__.py ADDED
@@ -0,0 +1,13 @@
1
+ """Phaseo Python SDK transition import.
2
+
3
+ The current SDK implementation is still distributed under the ai_stats module
4
+ during the package migration. This package provides the new phaseo import path
5
+ while preserving the existing SDK surface.
6
+ """
7
+
8
+ from ai_stats import * # noqa: F401,F403
9
+
10
+ try:
11
+ from ai_stats import __version__ as __version__
12
+ except ImportError: # pragma: no cover
13
+ __version__ = "2.0.4"
@@ -0,0 +1,43 @@
1
+ Metadata-Version: 2.4
2
+ Name: phaseo
3
+ Version: 2.0.4
4
+ Summary: Phaseo Python SDK transition package.
5
+ Project-URL: Homepage, https://phaseo.app
6
+ Project-URL: Documentation, https://docs.phaseo.app
7
+ Project-URL: Repository, https://github.com/phaseoteam/Phaseo
8
+ Project-URL: Issues, https://github.com/phaseoteam/Phaseo/issues
9
+ Author-email: Phaseo <support@phaseo.app>
10
+ License: MIT
11
+ Keywords: ai,gateway,llm,phaseo,sdk
12
+ Classifier: License :: OSI Approved :: MIT License
13
+ Classifier: Operating System :: OS Independent
14
+ Classifier: Programming Language :: Python :: 3
15
+ Classifier: Programming Language :: Python :: 3 :: Only
16
+ Classifier: Typing :: Typed
17
+ Requires-Python: >=3.10
18
+ Requires-Dist: ai-stats-py-sdk==2.0.4
19
+ Description-Content-Type: text/markdown
20
+
21
+ # Phaseo Python SDK
22
+
23
+ Phaseo is the new name for AI Stats.
24
+
25
+ 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.
26
+
27
+ ```bash
28
+ pip install phaseo
29
+ ```
30
+
31
+ Existing imports continue to work:
32
+
33
+ ```python
34
+ from ai_stats import AIStats
35
+ ```
36
+
37
+ The `phaseo` import also re-exports the current SDK surface:
38
+
39
+ ```python
40
+ from phaseo import AIStats
41
+ ```
42
+
43
+ Package names, import paths, and documentation will continue moving to Phaseo as the migration is completed.
@@ -0,0 +1,4 @@
1
+ phaseo/__init__.py,sha256=RvZmQoZAg47_t-c8P6QjmruMFx7Uite2TUFg9rqooRQ,412
2
+ phaseo-2.0.4.dist-info/METADATA,sha256=Sb1VilGHOivJqb33_SqxSmBB9jntqaL3D6ulP-wKtak,1305
3
+ phaseo-2.0.4.dist-info/WHEEL,sha256=mffPy8wBnZQn2VnJUU5jE99KsxaSfiyMHV9Yt0aLVxs,87
4
+ phaseo-2.0.4.dist-info/RECORD,,
@@ -0,0 +1,4 @@
1
+ Wheel-Version: 1.0
2
+ Generator: hatchling 1.30.1
3
+ Root-Is-Purelib: true
4
+ Tag: py3-none-any