Skip to content

2.0.0

Compare
Choose a tag to compare
@hotzenklotz hotzenklotz released this 28 Sep 09:52
· 28 commits to master since this release

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)