mswart / pyopenmensa

Python wrapper and helper for openmensa api and feed
http://pyom.devtation.de/
GNU Lesser General Public License v3.0
9 stars 7 forks source link

OpenMensa Model #12

Open j-maas opened 6 years ago

j-maas commented 6 years ago

Original PR: https://github.com/mswart/openmensa-parsers/pull/71.

An alternative to the feed's builders. The model exposes the building blocks of the feed to allow for more flexibility when programming parsers.

Using builders, certain tasks can be automated, if the programmer so pleases.

j-maas commented 6 years ago

These changes break compatibility with Python 3.2 because of lxml. Is there something I can do about this?

hugovk commented 6 years ago

I think it's about time to drop Python 3.2, it's EOL and is no longer receiving security (or any) updates from the core Python team. It's also little used and no-one will miss its odd Unicode handling.

See stats in #13 and PR #14 to drop it.

j-maas commented 6 years ago

Will need to merge #14 into this to make build pass.