Metadata-Version: 2.3
Name: octostar-streamlit
Version: 0.1.9
Summary: 
License: MIT
Author: Oleksandr Korzhov
Author-email: another.fullstack.dev@gmail.com
Requires-Python: >=3.9, !=2.7.*, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, !=3.5.*, !=3.6.*, !=3.7.*, !=3.8.*
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: Programming Language :: Python :: 3.13
Requires-Dist: pydantic (>=2.6.4,<3.0.0)
Requires-Dist: pyhumps (>=3.8.0,<4.0.0)
Description-Content-Type: text/markdown

## Links

Poetry publishing process:

- [Publishing](https://python-poetry.org/docs/libraries/);
- [Credentials](https://python-poetry.org/docs/repositories/#configuring-credentials);

Github actions:

- [Reference action for Poetry publishing](https://github.com/code-specialist/pypi-poetry-publish/blob/main/action.yaml);

