README.md
pyproject.toml
setup.py
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/memo.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
tests/__init__.py
tests/conftest.py
tests/test_memo.py
tests/test_schema.py
tests/test_sections.py