The Repository
Repository Layout
This project includes the following files, i.e., "artifacts" in .py, .md, .txt and other formats, updated as of:
12/18/2022 (December 18th, 2022)
/E-Invoice-Onboarding-Toolkit
.
├── einvoice
│ ├── delivery
│ │ ├── __init__.py
│ │ ├── ebms-header-3_0-20220119.xsd
│ │ ├── ebms-header.xml
│ │ ├── import_xsd.py
│ │ └── sample_msg.xml
│ ├── discovery
│ │ ├── data
│ │ │ └── __init__.py
│ │ ├── __init__.py
│ │ ├── app_handler.py
│ │ ├── app_logging.py
│ │ ├── capture_dns_response.py
│ │ ├── create_tracking_id.py
│ │ ├── dns_query.py
│ │ ├── einvoice_message_package.py
│ │ ├── framework_model.py
│ │ ├── smp_query.py
│ │ ├── urn.py
│ │ └── urn_hasher.py
│ ├── docs
│ │ ├── css
│ │ │ └── extra.css
│ │ ├── jupyterlab
│ │ │ ├── dns_query.ipynb
│ │ │ ├── ebms-header-3_0-20220119.xsd
│ │ │ ├── naptr_lookup.ipynb
│ │ │ ├── python_dev.ipynb
│ │ │ ├── sample_msg.xml
│ │ │ ├── smp_url_transformations.ipynb
│ │ │ ├── urn_hash_work.ipynb
│ │ │ └── validate_bdx-as4.ipynb
│ │ ├── 4corners.png
│ │ ├── __init__.py
│ │ ├── _license.md
│ │ ├── accessor_results.png
│ │ ├── app_log.png
│ │ ├── artifacts.md
│ │ ├── assumptions.md
│ │ ├── discovery_validation.md
│ │ ├── dns_query_sml.md
│ │ ├── faq.md
│ │ ├── git_workflow.md
│ │ ├── glossary.md
│ │ ├── google_colab_pages.md
│ │ ├── index.md
│ │ ├── outcomes.md
│ │ ├── project_roadmap.md
│ │ ├── python_dev_env.md
│ │ ├── requirements.md
│ │ ├── sml_hash_func.md
│ │ ├── smp_rest_query.md
│ │ ├── standards.md
│ │ ├── successful_tests.png
│ │ ├── test_cases.md
│ │ ├── the_hash.md
│ │ ├── tools_and_resources.md
│ │ └── working_with_the_code.md
│ ├── test
│ │ ├── __init__.py
│ │ ├── ebms-header-3_0-20220119.xsd
│ │ ├── test_app_logging.py
│ │ ├── test_config.py
│ │ ├── test_create_tracking_id.py
│ │ ├── test_framework_model.py
│ │ ├── test_import_xsd.py
│ │ ├── test_smp_query.py
│ │ ├── test_urn.py
│ │ └── test_urn_hasher.py
│ ├── __init__.py
│ ├── config.py
│ └── log.yml
├── LICENSE
├── README.md
└── requirements.txt