Skip to content

Latest commit

 

History

History
112 lines (75 loc) · 3.02 KB

README.rst

File metadata and controls

112 lines (75 loc) · 3.02 KB

Overview

docs Documentation Status
tests
package

Tools to sync subtitles and fix video file names

  • Free software: MIT license

Installation

pip install vidsub

You can also install the in-development version with:

pip install https://github.com/andreoliwa/python-vidsub/archive/master.zip

Documentation

https://python-vidsub.readthedocs.io/

Development

To run all the tests run:

tox

Note, to combine the coverage data from all the tox environments run:

Windows
set PYTEST_ADDOPTS=--cov-append
tox
Other
PYTEST_ADDOPTS=--cov-append tox