LICENSE
MANIFEST.in
README.md
pyproject.toml
tests/test_async.py
tests/test_edge_cases.py
tests/test_exceptions.py
tests/test_sync.py
textxtract/__init__.py
textxtract.egg-info/PKG-INFO
textxtract.egg-info/SOURCES.txt
textxtract.egg-info/dependency_links.txt
textxtract.egg-info/requires.txt
textxtract.egg-info/top_level.txt
textxtract/aio/__init__.py
textxtract/aio/extractor.py
textxtract/core/__init__.py
textxtract/core/base.py
textxtract/core/config.py
textxtract/core/exceptions.py
textxtract/core/logging_config.py
textxtract/core/registry.py
textxtract/core/utils.py
textxtract/handlers/__init__.py
textxtract/handlers/csv.py
textxtract/handlers/doc.py
textxtract/handlers/docx.py
textxtract/handlers/html.py
textxtract/handlers/json.py
textxtract/handlers/md.py
textxtract/handlers/pdf.py
textxtract/handlers/rtf.py
textxtract/handlers/txt.py
textxtract/handlers/xml.py
textxtract/handlers/zip.py
textxtract/sync/__init__.py
textxtract/sync/extractor.py