36 lines
735 B
Plaintext
36 lines
735 B
Plaintext
.coveragerc
|
|
LICENSE
|
|
MANIFEST.in
|
|
README.rst
|
|
setup.cfg
|
|
setup.py
|
|
srt.py
|
|
tox.ini
|
|
.github/workflows/ci.yml
|
|
docs/api.rst
|
|
docs/conf.py
|
|
docs/index.rst
|
|
docs/quickstart.rst
|
|
docs/requirements.txt
|
|
srt.egg-info/PKG-INFO
|
|
srt.egg-info/SOURCES.txt
|
|
srt.egg-info/dependency_links.txt
|
|
srt.egg-info/top_level.txt
|
|
srt_tools/README.rst
|
|
srt_tools/__init__.py
|
|
srt_tools/srt
|
|
srt_tools/srt-deduplicate
|
|
srt_tools/srt-fixed-timeshift
|
|
srt_tools/srt-linear-timeshift
|
|
srt_tools/srt-lines-matching
|
|
srt_tools/srt-mux
|
|
srt_tools/srt-normalise
|
|
srt_tools/srt-play
|
|
srt_tools/srt-process
|
|
srt_tools/utils.py
|
|
srt_tools/tests/__init__.py
|
|
srt_tools/tests/test_srt_tools.py
|
|
srt_tools/tests/files/ascii.srt
|
|
srt_tools/tests/files/gb2312.srt
|
|
tests/requirements.txt
|
|
tests/test_srt.py |