Metadata-Version: 2.1
Name: pyzub
Version: 0.1.2
Summary: A small package for manipulating subtitles
Home-page: https://github.com/nicolascerna/pyzub
Author: Nicolás Cerna
Author-email: nicolascerna@uc.cl
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.0
Description-Content-Type: text/markdown
Requires-Dist: Click
Requires-Dist: chardet
Requires-Dist: tqdm

### Pyzub: Manipulate subtitles

Pyzub is a simple utility for manipulating subtitles.

### Installation

Run `pip install pyzub`.

### Usage

```
$ autosub -h
Usage: pyzub slide [OPTIONS] FILEPATH

Options:
  --hours INTEGER
  --minutes INTEGER
  --seconds INTEGER
  --milliseconds INTEGER
  --overwrite             Modifies the subtitle file in place.
  --verbose               Displays a progress bar and a message when finished.
  --help, -h              Show this message and exit.
```

### License

_MIT_



