.bumpversion.cfg
.cookiecutterrc
.coveragerc
.editorconfig
.gitignore
.pre-commit-config.yaml
AUTHORS.rst
CHANGELOG.rst
CONTRIBUTING.rst
LICENSE
MANIFEST.in
README.rst
pyproject.toml
pytest.ini
setup.py
tox.ini
.github/workflows/github-actions.yml
ci/bootstrap.py
ci/requirements.txt
ci/templates/.github/workflows/github-actions.yml
src/simple_ubl_invoice_generator/__init__.py
src/simple_ubl_invoice_generator/__main__.py
src/simple_ubl_invoice_generator/cli.py
src/simple_ubl_invoice_generator/generator.py
src/simple_ubl_invoice_generator/schema.py
src/simple_ubl_invoice_generator/template.xml
src/simple_ubl_invoice_generator/utils.py
src/simple_ubl_invoice_generator.egg-info/PKG-INFO
src/simple_ubl_invoice_generator.egg-info/SOURCES.txt
src/simple_ubl_invoice_generator.egg-info/dependency_links.txt
src/simple_ubl_invoice_generator.egg-info/entry_points.txt
src/simple_ubl_invoice_generator.egg-info/not-zip-safe
src/simple_ubl_invoice_generator.egg-info/requires.txt
src/simple_ubl_invoice_generator.egg-info/top_level.txt
tests/conftest.py
tests/test_cli.py
tests/test_core.py
tests/test_filename.toml
tests/test_generation_all_defaults.toml
tests/test_generation_no_defaults.toml
tests/test_validation_missing_fields.toml
tests/test_validation_no_customer_match_1.toml
tests/test_validation_no_customer_match_2.toml