.env.example
.gitignore
CONTRIBUTING.md
LICENSE
MANIFEST.in
README.md
RELEASE_CHECKLIST.md
SETUP_COMPLETE.md
pyproject.toml
requirements.txt
test_setup.py
.github/copilot-instructions.md
.github/ISSUE_TEMPLATE/bug_report.yml
.github/ISSUE_TEMPLATE/feature_request.yml
.github/workflows/publish.yml
.github/workflows/test.yml
examples/README.md
examples/test_pdf_extraction.py
examples/test_pdf_structure.py
examples/usage_example.py
fundas/__init__.py
fundas/cache.py
fundas/core.py
fundas/exporters.py
fundas/readers.py
fundas.egg-info/PKG-INFO
fundas.egg-info/SOURCES.txt
fundas.egg-info/dependency_links.txt
fundas.egg-info/requires.txt
fundas.egg-info/top_level.txt
scripts/validate_release.py
tests/__init__.py
tests/test_cache.py
tests/test_core.py
tests/test_exporters.py
tests/test_readers.py