LICENSE
MANIFEST.in
README.md
pyproject.toml
src/parsethisio/__init__.py
src/parsethisio/exceptions.py
src/parsethisio/utils.py
src/parsethisio.egg-info/PKG-INFO
src/parsethisio.egg-info/SOURCES.txt
src/parsethisio.egg-info/dependency_links.txt
src/parsethisio.egg-info/requires.txt
src/parsethisio.egg-info/top_level.txt
src/parsethisio/content_parser/__init__.py
src/parsethisio/content_parser/archive_parser.py
src/parsethisio/content_parser/audio_parser.py
src/parsethisio/content_parser/base_parser.py
src/parsethisio/content_parser/data_parser.py
src/parsethisio/content_parser/image_parser.py
src/parsethisio/content_parser/office_parser.py
src/parsethisio/content_parser/pdf_parser.py
src/parsethisio/content_parser/text_parser.py
src/parsethisio/content_parser/helpers/__init__.py
src/parsethisio/content_parser/helpers/youtube_transcript_helper.py
tests/test_archive_parser.py
tests/test_audio_parser.py
tests/test_automatic_parser_selection.py
tests/test_automatic_parsing.py
tests/test_data_parser.py
tests/test_image_parser.py
tests/test_office_parser.py
tests/test_pdf_parser.py
tests/test_supported_extensions.py
tests/test_text_parser.py
tests/test_youtube_helper.py