Metadata-Version: 2.3
Name: ingenia
Version: 0.3.4
Summary: Python client sdk of [ingenia](https://gitlab.aws.dev/proserve-gcr-omniml/OmniLLM)
License: Apache License, Version 2.0
Author: Proserve
Author-email: proserve@amazon.com
Requires-Python: >=3.10,<3.13
Classifier: License :: Other/Proprietary License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Dist: beartype (>=0.18.5,<0.19.0)
Requires-Dist: pytest (>=8.0.0,<9.0.0)
Requires-Dist: requests (>=2.30.0,<3.0.0)
Description-Content-Type: text/markdown

# ingenia

# build and publish python SDK to pypi.org

```shell
poetry build
poetry config pypi-token.pypi $YOUR_PYPI_API_TOKEN
poetry publish
```

