Open j-maas opened 6 years ago
These changes break compatibility with Python 3.2 because of lxml
. Is there something I can do about this?
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.
Will need to merge #14 into this to make build pass.
Original PR: https://github.com/mswart/openmensa-parsers/pull/71.
An alternative to the
feed
's builders. Themodel
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.