Metadata-Version: 2.4
Name: pyRejseplan
Version: 1.0.2
Summary: Python interface with rejseplanens API 2.0 based on HAFAS
Author-email: Jacob Warrer <Jacobwarrer@gmail.com>
Maintainer-email: Jacob Warrer <Jacobwarrer@gmail.com>
License-Expression: MIT
Project-URL: Homepage, https://github.com/Jawar19/pyRejseplan
Project-URL: Issues, https://github.com/Jawar19/pyRejseplan/issues
Project-URL: Repository, https://github.com/Jawar19/pyRejseplan
Classifier: Development Status :: 3 - Alpha
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: requests>=2.32.2
Requires-Dist: urllib3>=1.26.5
Requires-Dist: pydantic-xml>=2.17.0
Dynamic: license-file

# pyRejseplan
Python implementation for Rejseplanens new API

## Credentials

Make a file called rejseplan.key in your root folder and prepend the key with "KEY: "
The main.py function will parse the file and look for the key. This is required for testing purposes.

## Further work

The package is a work in progress and should be treated as such. There are a lot of potential for improvements in the structure of the package.
Further work includes building functionality to do location searches based on the address or geolocation.
Further improvements could be to have a journey planner feature either as preconfigured or like the one found at journeyplanner.dk.
