2.0.0
New Features
- Extensive refactoring of the code base
- full conversion to Python 3 (Python >3.6, 3.7, 3.8)
- added Type hints
- switched to poetry for dependency management
-use GitHub actions for CI
- Added support for parsing Equipment and a lot more recipe metadata fields #19 @scheb
- Added method to parse recipe from string #18 @scheb
xml_as_string = load_xml_as_string recipes = Parser.parse_from_string(xml_as_string)