.gitignore
LICENSE
README.md
main.py
pyRejseplan.code-workspace
pyproject.toml
uv.lock
.github/workflows/build_release.yml
.vscode/extensions.json
.vscode/settings.json
requestData/dLocation.xml
requestData/mdbRoskildeSt.pkl
requestData/mdbRoskildeSt.xml
scripts/release.ps1
src/pyRejseplan.egg-info/PKG-INFO
src/pyRejseplan.egg-info/SOURCES.txt
src/pyRejseplan.egg-info/dependency_links.txt
src/pyRejseplan.egg-info/entry_points.txt
src/pyRejseplan.egg-info/requires.txt
src/pyRejseplan.egg-info/top_level.txt
src/py_rejseplan/__init__.py
src/py_rejseplan/__main__.py
src/py_rejseplan/constants.py
src/py_rejseplan/enums.py
src/py_rejseplan/api/base.py
src/py_rejseplan/api/departures.py
src/py_rejseplan/dataclasses/constants.py
src/py_rejseplan/dataclasses/departure.py
src/py_rejseplan/dataclasses/departure_board.py
src/py_rejseplan/dataclasses/enums.py
src/py_rejseplan/dataclasses/journey_detail_ref.py
src/py_rejseplan/dataclasses/mixins.py
src/py_rejseplan/dataclasses/note.py
src/py_rejseplan/dataclasses/product_type.py
src/py_rejseplan/dataclasses/stop.py
src/py_rejseplan/dataclasses/technical_message.py
src/py_rejseplan/dataclasses/technical_messages.py
src/py_rejseplan/dataclasses/transport_mappings.py
src/py_rejseplan/exceptions/__init__.py
src/py_rejseplan/exceptions/api_error.py
src/py_rejseplan/exceptions/connection_error.py
src/py_rejseplan/exceptions/http_error.py
src/py_rejseplan/version/__init__.py
src/py_rejseplan/version/__version__.py
tests/__init__.py
tests/conftest.py
tests/dataclasses/__init__.py
tests/dataclasses/conftest.py
tests/dataclasses/test_departure_board.py
tests/dataclasses/test_transport_class_mixin.py
tests/depatures/__init__.py
tests/depatures/conftest.py
tests/depatures/test_departures_client.py