CHANGELOG.md
LICENSE
MANIFEST.in
README.md
pyproject.toml
setup.py
.github/workflows/ci.yml
credit_memo.egg-info/PKG-INFO
credit_memo.egg-info/SOURCES.txt
credit_memo.egg-info/dependency_links.txt
credit_memo.egg-info/requires.txt
credit_memo.egg-info/top_level.txt
creditmemo/__init__.py
creditmemo/fields.py
creditmemo/memo.py
creditmemo/money.py
creditmemo/tables.py
creditmemo/text.py
creditmemo/data/__init__.py
creditmemo/data/schema.py
creditmemo/renderers/__init__.py
creditmemo/renderers/docx.py
creditmemo/renderers/markdown.py
creditmemo/sections/__init__.py
creditmemo/sections/borrower.py
creditmemo/sections/executive.py
creditmemo/sections/financial.py
creditmemo/sections/impact.py
creditmemo/sections/recommendation.py
creditmemo/sections/risk.py
creditmemo/sections/transaction.py
scripts/check_wheel.py
scripts/smoke_installed_wheel.py
tests/__init__.py
tests/conftest.py
tests/test_docx.py
tests/test_input_fidelity.py
tests/test_memo.py
tests/test_packaging.py
tests/test_schema.py
tests/test_sections.py
tests/test_tables.py