pylokid/pylokid/__init__.py
Tobias Brunner 9c8c5396c8
All checks were successful
continuous-integration/drone/push Build is passing
major update to reuse already existing records
Lodur since some time automatically creates Einsatzrapporte via an API
from SRZ/GVZ. One of the main features of Pylokid was to exactly do
that. With that new change this isn't necessary anymore. Pylokid has
been amended to find the pre-existing entry and work with that -
enhancing it with any additional information missing and uploads PDFs to
the right place.

While at it a very small modernization has been made and the project
moved to use Poetry and Black formatting. But it's still the same ugly
code - to reflect Lodur.
2021-02-22 21:46:21 +01:00

8 lines
143 B
Python

"""
Pylokid. From Mail to Lodur - all automated.
"""
__version__ = "3.0.0"
__git_version__ = "0"
__url__ = "https://github.com/tobru/pylokid"