.gitignore
.pre-commit-config.yaml
LICENSE
README.rst
pyproject.toml
requirements.in
requirements.txt
setup.cfg
setup.py
tox.ini
.github/dependabot.yml
.github/workflows/black.yml
.github/workflows/codeql-analysis.yml
.github/workflows/coverage.yml
.github/workflows/docs.yml
.github/workflows/packaging_test.yml
.github/workflows/python-publish.yml
.github/workflows/pythonlint.yml
.github/workflows/unittests.yml
docs/Makefile
docs/conf.py
docs/index.rst
docs/make.bat
docs/_static/.gitkeep
docs/_static/maus-favicon.png
docs/_static/maus-logo.png
docs/_static/maus-logo.svg
docs/api/maus.models.rst
docs/api/maus.reader.rst
docs/api/maus.rst
docs/api/modules.rst
json_schemas/DeepAnwendungshandbuchSchema.json
json_schemas/README.md
json_schemas/generate_json_schemas.py
src/maus/__init__.py
src/maus/deep_ahb_mig_joiner.py
src/maus/division_helper.py
src/maus/edifact.py
src/maus/py.typed
src/maus.egg-info/PKG-INFO
src/maus.egg-info/SOURCES.txt
src/maus.egg-info/dependency_links.txt
src/maus.egg-info/not-zip-safe
src/maus.egg-info/requires.txt
src/maus.egg-info/top_level.txt
src/maus/models/__init__.py
src/maus/models/anwendungshandbuch.py
src/maus/models/edifact_components.py
src/maus/models/message_implementation_guide.py
src/maus/reader/__init__.py
src/maus/reader/flat_ahb_reader.py
src/maus/reader/mig_reader.py
unittests/serialization_test_helper.py
unittests/test_ahb.py
unittests/test_ahb_csv_reader.py
unittests/test_division_helper.py
unittests/test_edifact_components.py
unittests/test_edifact_enums.py
unittests/test_integration_11042.py
unittests/test_integration_21035.py
unittests/test_integration_35001.py
unittests/test_maus.py
unittests/test_mig.py
unittests/test_mig_xml_reader.py
unittests/ahbs/FV2204/IFTSTA/21035.csv
unittests/ahbs/FV2204/IFTSTA/21035_deep.json
unittests/ahbs/FV2204/IFTSTA/21035_maus.json
unittests/ahbs/FV2204/REQOTE/35001.csv
unittests/ahbs/FV2204/REQOTE/35001_deep.json
unittests/ahbs/FV2204/REQOTE/35001_maus.json
unittests/ahbs/FV2204/UTILMD/11042.csv
unittests/ahbs/FV2204/UTILMD/11042_deep.json
unittests/ahbs/FV2204/UTILMD/11042_maus.json
unittests/migs/FV2204/segment_group_hierarchies/README.md
unittests/migs/FV2204/segment_group_hierarchies/edi_energy_example_diagram.jpg
unittests/migs/FV2204/segment_group_hierarchies/sgh_iftsta.json
unittests/migs/FV2204/segment_group_hierarchies/sgh_mscons.json
unittests/migs/FV2204/segment_group_hierarchies/sgh_reqote.json
unittests/migs/FV2204/segment_group_hierarchies/sgh_utilmd.json
unittests/migs/FV2204/template_xmls/README.md
unittests/migs/FV2204/template_xmls/iftsta.xml
unittests/migs/FV2204/template_xmls/mscons_1154.xml
unittests/migs/FV2204/template_xmls/reqote.xml
unittests/migs/FV2204/template_xmls/utilmd_1154.xml
unittests/migs/FV2204/template_xmls/utilmd_2379.xml
unittests/migs/FV2204/template_xmls/utilmd_2380.xml
unittests/migs/FV2204/template_xmls/utilmd_3225.xml
unittests/migs/FV2204/template_xmls/utilmd_7402.xml
unittests/migs/FV2204/template_xmls/utilmd_9013.xml