Handle closed-time typos from SWP API and update local dev setup (#32)

* updated dependencies, fixed "geschlossen" parsing

* httpretty.core warning patch

---------

Co-authored-by: Hadrian Burkhardt <hadrian.burkhardt@gmx.de>
This commit is contained in:
2026-02-18 23:00:09 +01:00
committed by GitHub
parent a31cfd4f4e
commit 68e092b06e
14 changed files with 1178 additions and 1 deletions
@@ -0,0 +1,22 @@
README.md
pyproject.toml
om_parser_stw_potsdam_v2.egg-info/PKG-INFO
om_parser_stw_potsdam_v2.egg-info/SOURCES.txt
om_parser_stw_potsdam_v2.egg-info/dependency_links.txt
om_parser_stw_potsdam_v2.egg-info/requires.txt
om_parser_stw_potsdam_v2.egg-info/top_level.txt
stw_potsdam/__init__.py
stw_potsdam/config.py
stw_potsdam/swp_webspeiseplan_api.py
stw_potsdam/swp_webspeiseplan_parser.py
stw_potsdam/views.py
stw_potsdam/xml_types/__init__.py
stw_potsdam/xml_types/builder.py
stw_potsdam/xml_types/canteen_xml.py
stw_potsdam/xml_types/feed_xml.py
stw_potsdam/xml_types/meal_xml.py
stw_potsdam/xml_types/openmensa_xml.py
stw_potsdam/xml_types/times_xml.py
tests/test_consistency.py
tests/test_retrieval.py
tests/test_views.py