Metadata-Version: 2.3
Name: ai4ce-helpers
Version: 0.8.1
Summary: Functions to help interact with the AI4CE backend
License: LICENSE
Author: Alexander Salge
Author-email: wildfire_small467@simplelogin.com
Requires-Python: >=3.11, <4
Classifier: Operating System :: OS Independent
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Dist: deprecated (>=1,<2)
Requires-Dist: httpx (>=0,<1)
Requires-Dist: streamlit (>=1,<2)
Requires-Dist: streamlit-mermaid (>=0.3.0,<0.4.0)
Requires-Dist: toml (>=0,<1)
Project-URL: Homepage, https://gitlab.com/ai4ce/public-info
Project-URL: Repository, https://gitlab.com/ai4ce/ai4ce-helpers
Description-Content-Type: text/markdown

# AI4CE Helpers
A set of tools to help interact with the AI4CE backend.

For mor information, please refer to the [AI4CE Project](https://gitlab.com/ai4ce/public-info).

# How to Publush
``` bash
poetry install
poetry shell
poetry config pypi-token.pypi <your-api-token>

poetry version minor
# or
poetry version patch

poetry publish --build
```
