Metadata-Version: 2.5
Name: jarai
Version: 0.0.1
Summary: Placeholder reserving the jarai name. The JARAI STUDIO Partner API SDK is not yet published; see https://developers.jarai.studio for the REST API reference.
Project-URL: Homepage, https://developers.jarai.studio
Project-URL: Documentation, https://developers.jarai.studio
Project-URL: Source, https://github.com/jarai-studio/JARAI/tree/main/tools/registry-placeholders/pypi
Author-email: JARAI STUDIO <admin@jarai.studio>
License-Expression: MIT
Keywords: jarai,placeholder
Classifier: Development Status :: 1 - Planning
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.9
Description-Content-Type: text/markdown

# jarai

**This is a placeholder.** It reserves the `jarai` project name on PyPI for JARAI STUDIO.
The Partner API SDK has not been published yet. Until it is, call the REST API directly:
the reference and guides live at <https://developers.jarai.studio>.

Installing this package gives you two constants and nothing else:

```python
import jarai
jarai.__version__  # '0.0.1'
jarai.DOCS         # 'https://developers.jarai.studio'
```

Questions: admin@jarai.studio
