Metadata-Version: 2.4
Name: celerity-runtime-sdk
Version: 0.2.1
Classifier: Programming Language :: Rust
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Libraries :: Application Frameworks
Summary: Celerity Runtime SDK for Python
License-Expression: Apache-2.0
Requires-Python: >=3.13
Description-Content-Type: text/markdown; charset=UTF-8; variant=GFM
Project-URL: Documentation, https://www.celerityframework.io/docs/python-runtime/
Project-URL: Homepage, https://celerityframework.io
Project-URL: Repository, https://github.com/two-hundred/celerity

# Celerity Runtime SDK for Python

This is the Celerity Runtime SDK for Python. It provides a set of APIs to launch
and interact with a Celerity Runtime application.

This is a low-level library that in most cases does not need to be used directly. Instead,
you should use the higher-level SDKs such as `celerity-handlers-sdk`.

## Additional documentation

- [Contributing](CONTRIBUTING.md)

