Metadata-Version: 2.1
Name: pm-vtt2txt
Version: 0.0.3
Summary: Convert VTT file to plain text file
Project-URL: Documentation, https://github.com/TruthfulTechnology/pm-vtt2txt#readme
Project-URL: Issues, https://github.com/TruthfulTechnology/pm-vtt2txt/issues
Project-URL: Source, https://github.com/TruthfulTechnology/pm-vtt2txt
Author-email: Trey Hunner <trey@treyhunner.com>
License-Expression: MIT
License-File: LICENSE.txt
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Requires-Python: >=3.7
Description-Content-Type: text/markdown

# pm-vtt2txt

[![PyPI - Version](https://img.shields.io/pypi/v/pm-vtt2txt.svg)](https://pypi.org/project/pm-vtt2txt)
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/pm-vtt2txt.svg)](https://pypi.org/project/pm-vtt2txt)

-----

**Table of Contents**

- [Installation](#installation)
- [License](#license)

## Installation

```console
pipx install pm-vtt2txt
```

Then run:

```console
vtt2txt my_file.vtt
```

This package is installed under the `pm` package namespace.
To use it in Python code import like this:

```python
from pm.vtt2txt import vtt_to_text
```

## Publish

```console
hatch build
hatch publish
```

## License

`pm-vtt2txt` is distributed under the terms of the [MIT](https://spdx.org/licenses/MIT.html) license.
