LICENSE
README.md
pyproject.toml
src/unifiles/__init__.py
src/unifiles/excel.py
src/unifiles/exceptions.py
src/unifiles/json.py
src/unifiles/pdf.py
src/unifiles/sqlite.py
src/unifiles/txt.py
src/unifiles/yaml.py
src/unifiles.egg-info/PKG-INFO
src/unifiles.egg-info/SOURCES.txt
src/unifiles.egg-info/dependency_links.txt
src/unifiles.egg-info/requires.txt
src/unifiles.egg-info/top_level.txt
src/unifiles/word/__init__.py
src/unifiles/word/_legacy.py
src/unifiles/word/_table.py
src/unifiles/word/extract.py
src/unifiles/word/inspect.py
src/unifiles/word/write.py
tests/test_excel.py
tests/test_integration.py
tests/test_json.py
tests/test_pdf.py
tests/test_performance.py
tests/test_sqlite.py
tests/test_txt.py