LICENSE
README.md
pyproject.toml
src/attachments/__init__.py
src/attachments/audio_processing.py
src/attachments/config.py
src/attachments/core.py
src/attachments/detectors.py
src/attachments/exceptions.py
src/attachments/image_processing.py
src/attachments/office_contact_sheet.py
src/attachments/parsers.py
src/attachments/renderers.py
src/attachments/utils.py
src/attachments.egg-info/PKG-INFO
src/attachments.egg-info/SOURCES.txt
src/attachments.egg-info/dependency_links.txt
src/attachments.egg-info/requires.txt
src/attachments.egg-info/top_level.txt
tests/test_audio_processing.py
tests/test_base.py
tests/test_core_functionality.py
tests/test_document_parsing.py
tests/test_html_parsing.py
tests/test_image_processing.py
tests/test_indexing_slicing.py
tests/test_markdown_rendering.py
tests/test_office_contact_sheet.py
tests/test_pdf_parsing.py
tests/test_pptx_parsing.py
tests/test_simple.py