Metadata-Version: 2.4
Name: traewelling-api
Version: 0.1.4
Summary: A simple Traewelling API wrapper
License-Expression: MIT
Project-URL: Homepage, https://codeberg.org/lambda-crime/traewelling-api
Classifier: Development Status :: 3 - Alpha
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: >=3.11
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: fptf-pydantic>=0.1.1
Requires-Dist: pydantic-extra-types>=2.11.0
Requires-Dist: requests>=2.32.5
Requires-Dist: rich>=14.2.0
Requires-Dist: textual>=7.2.0
Requires-Dist: traewelling-pydantic>=1.0.0
Requires-Dist: typer>=0.21.1
Dynamic: license-file

# Traewelling-API

This is a simple Traewelling API wrapper.

The goal is to provide an easy way to talk with the Traewelling API from Python

## TODOs

- add every API endpoint for Traewelling
- add FPTF converterter for Traewelling API responses
- add command for every API endpoint to CLI
- [OPTIONAL] add TUI for interactive API requests
