LICENSE
README.md
pyproject.toml
src/webvtt_to_markdown/__init__.py
src/webvtt_to_markdown/converter.py
src/webvtt_to_markdown/plugin.py
src/webvtt_to_markdown/postprocessing.py
src/webvtt_to_markdown.egg-info/PKG-INFO
src/webvtt_to_markdown.egg-info/SOURCES.txt
src/webvtt_to_markdown.egg-info/dependency_links.txt
src/webvtt_to_markdown.egg-info/entry_points.txt
src/webvtt_to_markdown.egg-info/requires.txt
src/webvtt_to_markdown.egg-info/top_level.txt
src/webvtt_to_markdown/generation_sources/__init__.py
src/webvtt_to_markdown/generation_sources/gen_src_common.py
src/webvtt_to_markdown/generation_sources/gen_src_generic_webvtt.py
src/webvtt_to_markdown/generation_sources/gen_src_meeting_novoicetag.py
src/webvtt_to_markdown/generation_sources/gen_src_ms_teams_event.py
src/webvtt_to_markdown/generation_sources/gen_src_ms_teams_scheduled.py
src/webvtt_to_markdown/generation_sources/gen_src_zoom_event.py
src/webvtt_to_markdown/generation_sources/gen_src_zoom_scheduled.py
tests/test_converter.py
tests/test_markitdown_plugin.py
tests/test_markitdown_plugin_integration.py
tests/test_markitdown_prerequisites.py
tests/test_postprocessing.py
tests/test_webvtt_rulesets.py