eat-api
eat-api copied to clipboard
Simple static API for some (student) food places in Munich.
There hasn't been any menu for `StuCafé in der Mensa Garching` for a bit due to the url id changing from [524](https://www.studierendenwerk-muenchen-oberbayern.de/mensa/speiseplan/speiseplan_524_-de.html#heute) to [426](https://www.studierendenwerk-muenchen-oberbayern.de/mensa/speiseplan/speiseplan_426_-de.html#heute). It seems to have been renamed...
The endpoint `all_ref.json` is not working properly in english format, as files are updated there only once per week, instead of a daily basis. Further, the format is a bit...
event though we kind of trust the stuwerk, it is better to be save than sorry ``` Issue: [B410:blacklist] Using html to parse untrusted XML data is known to be...
Since floats are mathmatically uncountable, Python does not always calculate them correctly. This problem occurs, e.g. with some prices in the FMIParser. E.g.: ``` Python Console 4.6+0.8 5.3999999999999995 ``` ###...
Updates the requirements on [pylint](https://github.com/pylint-dev/pylint) to permit the latest version. Commits b738d23 Bump pylint to 3.2.0, update changelog 040ce17 Upgrade the contributors lists 743a04d [performance] Check that 'trailing-comma-tuple' is enabled...
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start)...
Updates the requirements on [requests](https://github.com/psf/requests) to permit the latest version. Changelog Sourced from requests's changelog. 2.32.1 (2024-05-20) Bugfixes Add missing test certs to the sdist distributed on PyPI. 2.32.0 (2024-05-20)...
The [german detail pages](https://www.studierendenwerk-muenchen-oberbayern.de/mensa/speiseplan/speiseplan_2024-08-05_422_-de.html) are broken > ARRAY(0x55b990b4bb10) resulting in [empty API responses](https://github.com/TUM-Dev/eat-api/blob/gh-pages/mensa-garching/2024/32.json). The [english version](https://github.com/TUM-Dev/eat-api/blob/gh-pages/en/mensa-garching/2024/32.json) still works for some reason
Updates the requirements on [pylint](https://github.com/pylint-dev/pylint) to permit the latest version. Commits 6350dfa Bump pylint to 3.3.0, update changelog 78f3dfa Bump astroid to 3.3.3 (#9939) b28c1f6 Add check for unnecessary-default-type-args (#9938)...