Metadata-Version: 2.4
Name: taranis-base-bot
Version: 0.1.7
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: flask
Requires-Dist: requests
Requires-Dist: granian
Requires-Dist: pydantic-settings
Provides-Extra: dev
Requires-Dist: pytest; extra == "dev"
Requires-Dist: jsonschema; extra == "dev"
Requires-Dist: ruff; extra == "dev"
Requires-Dist: requests-mock>=1.12.1; 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
