Metadata-Version: 2.4
Name: hybridb-sdk
Version: 0.1.0
Summary: Official Python SDK for the Stellrai governed execution runtime
Project-URL: Homepage, https://stellrai.com
Project-URL: Documentation, https://docs.stellrai.com
Project-URL: Repository, https://github.com/3pplea-Holdings/stellrai
Project-URL: Issues, https://github.com/3pplea-Holdings/stellrai/issues
Author: 3pplea Holdings
License: MIT
Keywords: audit,execution,governance,hybridb,policy,reversibility,sdk,stellrai
Classifier: Development Status :: 4 - Beta
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: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Typing :: Typed
Requires-Python: >=3.9
Requires-Dist: httpx>=0.27.0
Provides-Extra: dev
Requires-Dist: mypy>=1.9; extra == 'dev'
Requires-Dist: pytest-asyncio>=0.23; extra == 'dev'
Requires-Dist: pytest>=8.0; extra == 'dev'
Requires-Dist: respx>=0.21; extra == 'dev'
Requires-Dist: ruff>=0.4; extra == 'dev'
Description-Content-Type: text/markdown

# hybriDB Python SDK

Official Python SDK for the Stellrai governed execution runtime.

Vendored here from `stellrai/packages/hybridb-sdk-python` (not yet published to
PyPI). See `hybridb/__init__.py` for the quick-start example.
