Metadata-Version: 2.1
Name: aws_crllm
Version: 0.1.0
Summary: Python client sdk of CR-LLM.
License: Apache License, Version 2.0
Author: Yixin Huang
Author-email: yxhuang@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

# aws_crllm

# build and publish python SDK to pypi.org

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

