.gitattributes
.gitignore
.gitmodules
.pre-commit-config.yaml
.readthedocs.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/integrationtests.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/maus_provider.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/models/_internal/__init__.py
src/maus/reader/__init__.py
src/maus/reader/etree_element_helpers.py
src/maus/reader/flat_ahb_reader.py
src/maus/reader/mig_ahb_name_helpers.py
src/maus/reader/mig_reader.py
tests/conftest.py
tests/integration_tests/README.md
tests/integration_tests/__init__.py
tests/integration_tests/helpers.py
tests/integration_tests/py.typed
tests/integration_tests/test_abmeldeanfrage_maus.py
tests/integration_tests/test_abmeldung_maus.py
tests/integration_tests/test_anmeldung_maus.py
tests/integration_tests/test_beginn_msb_maus.py
tests/integration_tests/test_ende_msb_maus.py
tests/integration_tests/test_eog_maus.py
tests/integration_tests/test_geraeteuebernahme_maus.py
tests/integration_tests/test_kuendigung_maus.py
tests/integration_tests/test_kuendigung_msb_maus.py
tests/integration_tests/test_stammdatenaenderung_maus.py
tests/integration_tests/test_submodule_setup.py
tests/unit_tests/README.md
tests/unit_tests/__init__.py
tests/unit_tests/serialization_test_helper.py
tests/unit_tests/test_ahb.py
tests/unit_tests/test_ahb_csv_reader.py
tests/unit_tests/test_division_helper.py
tests/unit_tests/test_edifact_components.py
tests/unit_tests/test_edifact_enums.py
tests/unit_tests/test_etree_element_helpers.py
tests/unit_tests/test_integration_11042.py
tests/unit_tests/test_integration_21035.py
tests/unit_tests/test_integration_35001.py
tests/unit_tests/test_maus.py
tests/unit_tests/test_maus_provider.py
tests/unit_tests/test_mig.py
tests/unit_tests/test_mig_ahb_name_helpers.py
tests/unit_tests/test_mig_xml_reader_mwe.py
tests/unit_tests/test_mig_xml_reader_real_data.py
tests/unit_tests/test_searching_in_models.py
tests/unit_tests/ahbs/FV2204/IFTSTA/21035.csv
tests/unit_tests/ahbs/FV2204/IFTSTA/21035_deep.json
tests/unit_tests/ahbs/FV2204/IFTSTA/21035_maus.json
tests/unit_tests/ahbs/FV2204/REQOTE/35001.csv
tests/unit_tests/ahbs/FV2204/REQOTE/35001_deep.json
tests/unit_tests/ahbs/FV2204/REQOTE/35001_maus.json
tests/unit_tests/ahbs/FV2204/UTILMD/11042.csv
tests/unit_tests/ahbs/FV2204/UTILMD/11042_deep.json
tests/unit_tests/ahbs/FV2204/UTILMD/11042_maus.json
tests/unit_tests/migs/FV2204/segment_group_hierarchies/README.md
tests/unit_tests/migs/FV2204/segment_group_hierarchies/edi_energy_example_diagram.jpg
tests/unit_tests/migs/FV2204/segment_group_hierarchies/sgh_iftsta.json
tests/unit_tests/migs/FV2204/segment_group_hierarchies/sgh_mscons.json
tests/unit_tests/migs/FV2204/segment_group_hierarchies/sgh_reqote.json
tests/unit_tests/migs/FV2204/segment_group_hierarchies/sgh_utilmd.json
tests/unit_tests/migs/FV2204/template_xmls/README.md
tests/unit_tests/migs/FV2204/template_xmls/mscons_1154.xml
tests/unit_tests/migs/FV2204/template_xmls/reqote.xml
tests/unit_tests/migs/FV2204/template_xmls/utilmd_1131.xml
tests/unit_tests/migs/FV2204/template_xmls/utilmd_1154.xml
tests/unit_tests/migs/FV2204/template_xmls/utilmd_2379.xml
tests/unit_tests/migs/FV2204/template_xmls/utilmd_2380.xml
tests/unit_tests/migs/FV2204/template_xmls/utilmd_3055.xml
tests/unit_tests/migs/FV2204/template_xmls/utilmd_3225.xml
tests/unit_tests/migs/FV2204/template_xmls/utilmd_6063.xml
tests/unit_tests/migs/FV2204/template_xmls/utilmd_6411.xml
tests/unit_tests/migs/FV2204/template_xmls/utilmd_7402.xml
tests/unit_tests/migs/FV2204/template_xmls/utilmd_9013.xml