README.md
pyproject.toml
app/__init__.py
app/main.py
app/domain/__init__.py
app/domain/config/__init__.py
app/domain/config/config_model.py
app/domain/converters/__init__.py
app/domain/converters/build_tax_summary.py
app/domain/converters/converter.py
app/domain/converters/converters.py
app/domain/converters/exceptions.py
app/domain/converters/utils.py
app/domain/edi/__init__.py
app/domain/edi/models/__init__.py
app/domain/edi/models/edi_buyer.py
app/domain/edi/models/edi_invoice.py
app/domain/edi/models/edi_invoice_delivery.py
app/domain/edi/models/edi_invoice_header.py
app/domain/edi/models/edi_invoice_summary.py
app/domain/edi/models/edi_line_item.py
app/domain/edi/models/edi_seller.py
app/domain/edi/models/edi_tax_summary_line.py
app/domain/epp/__init__.py
app/domain/epp/utils.py
app/domain/epp/models/__init__.py
app/domain/epp/models/epp_contractor.py
app/domain/epp/models/epp_contractor_feature.py
app/domain/epp/models/epp_contractor_group.py
app/domain/epp/models/epp_document.py
app/domain/epp/models/epp_document_header_model.py
app/domain/epp/models/epp_header.py
app/domain/epp/models/epp_line_item.py
app/domain/epp/models/epp_others.py
app/domain/epp/models/epp_price_list_item.py
app/domain/epp/models/epp_product.py
app/domain/epp/models/epp_product_feature.py
app/domain/epp/models/epp_product_group.py
app/domain/epp/parser/__init__.py
app/domain/epp/parser/epp_parser.py
app/domain/epp/parser/parser.py
app/infra/__init__.py
app/infra/application.py
app/infra/command_handlers.py
app/infra/config_serializer.py
app/infra/constants.py
app/infra/data_processor.py
app/infra/exceptions.py
app/infra/file_processor.py
app/infra/logging.py
app/infra/options.py
app/infra/parser.py
app/infra/setup_configuration.py
epp_to_edi.egg-info/PKG-INFO
epp_to_edi.egg-info/SOURCES.txt
epp_to_edi.egg-info/dependency_links.txt
epp_to_edi.egg-info/entry_points.txt
epp_to_edi.egg-info/requires.txt
epp_to_edi.egg-info/top_level.txt
tests/__init__.py
tests/test_example.py
tests/domain/__init__.py
tests/domain/converters/__init__.py
tests/domain/converters/test_convert_to_line_item.py
tests/domain/converters/test_converter.py
tests/domain/converters/test_get_invoice_payment_means.py
tests/domain/edi/__init__.py
tests/domain/edi/models/__init__.py
tests/domain/edi/models/test_edi_buyer.py
tests/domain/edi/models/test_edi_line_item.py
tests/domain/edi/models/test_edi_seller.py
tests/domain/epp/__init__.py
tests/domain/epp/models/__init__.py
tests/domain/epp/models/test_document.py
tests/domain/epp/models/test_document_header.py
tests/domain/epp/models/test_epp_header.py
tests/domain/epp/models/test_epp_line_item.py
tests/domain/epp/parser/__init__.py
tests/domain/epp/parser/epp/__init__.py
tests/domain/epp/parser/epp/test_epp.py
tests/domain/epp/parser/epp/test_parser.py
tests/fixtures/__init__.py
tests/fixtures/fixtures.py