.gitignore
LICENSE
README.md
conversions.json
empty_conversions.json
pyproject.toml
tox.ini
src/captioneditor/__init__.py
src/captioneditor/editor.py
src/captioneditor.egg-info/PKG-INFO
src/captioneditor.egg-info/SOURCES.txt
src/captioneditor.egg-info/dependency_links.txt
src/captioneditor.egg-info/entry_points.txt
src/captioneditor.egg-info/requires.txt
src/captioneditor.egg-info/top_level.txt
tests/__init__.py
tests/test_converter.py
tests/test_utils.py
tests/test_data/test_captions-converted.vtt
tests/test_data/test_captions.vtt
tests/test_data/conversions/conversions.json
tests/test_data/conversions/invalid_conversions.json
tests/test_data/converted_captions/converted.dfxp
tests/test_data/converted_captions/converted.srt
tests/test_data/converted_captions/converted.ttml
tests/test_data/converted_captions/converted.vtt
tests/test_data/converted_captions/cutoff.vtt
tests/test_data/converted_captions/no_cutoff_offset.vtt
tests/test_data/initial_captions/empty.vtt
tests/test_data/initial_captions/test_dfxp.dfxp
tests/test_data/initial_captions/test_srt.srt
tests/test_data/initial_captions/test_ttml.ttml
tests/test_data/initial_captions/test_vtt.vtt