Metadata-Version: 2.4
Name: taranis-base-bot
Version: 0.2.3
Summary: Base repo for taranis bots
Maintainer-email: AIT <lukas.linauer@ait.ac.at>
License-Expression: EUPL-1.2
Project-URL: Source Code, https://github.com/taranis-ai/taranis-base-bot
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Security
Requires-Python: <3.14,>=3.13
Description-Content-Type: text/markdown
License-File: LICENSE.md
Requires-Dist: granian
Requires-Dist: pydantic-settings
Requires-Dist: quart>=0.20.0
Requires-Dist: httpx>=0.28.1
Requires-Dist: pytest-asyncio>=1.3.0
Requires-Dist: respx>=0.22.0
Provides-Extra: dev
Requires-Dist: pytest; extra == "dev"
Requires-Dist: jsonschema; extra == "dev"
Requires-Dist: ruff; extra == "dev"
Requires-Dist: python-dotenv; extra == "dev"
Dynamic: license-file

# taranis-base-bot

Base repo for all taranis-bots

Defines the blueprint for the bot API, with routes:

- /
- /modelinfo
- /health

Import in the child bots
