68e092b06e
* updated dependencies, fixed "geschlossen" parsing * httpretty.core warning patch --------- Co-authored-by: Hadrian Burkhardt <hadrian.burkhardt@gmx.de>
22 lines
723 B
Plaintext
22 lines
723 B
Plaintext
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 |