Skip to main content

Python package to enable easy conversion of .srt files to .vtt files.

Project description

PyPi Code style: black

srt-to-vtt

Python package to enable easy conversion of .srt files to .vtt files.

Install

srt-to-vtt is available on PyPI and you can install the latest version with

pip install srt-to-vtt

Basic usage

Import as a module within python

from srt_to_vtt import srt_to_vtt

path_to_my_srt_file = "example.srt"
path_to_converted_vtt_file = "output.vtt"

# converts example.srt into output.vtt
srt_to_vtt(path_to_my_srt_file, path_to_converted_vtt_file)

Execute from CLI

stv -i example.srt -o output.vtt

Develop

Clone this repo and then, at the root, install the package in ediable mode with

pip install -e .

You can now make changes to the package source code found in srt-to-vtt/srt_to_vtt/ and see them reflected immediately.

Format, build, test and distribute

Before doing anything else, make sure to bump the version number under [project] in pyproject.toml. Please use semantic versioning.

Then, install the build requirements with

pip install -r build_requirements.txt

Format

This project adheres to the Black code style. You can automatically refomat your code to Black by executing the following in the root directory of this repo:

black .

Build

Then, to build, run

python -m build

Test

After building the package, install it with

pip install dist/srt_to_vtt-#.#.#-py3-none-any.whl

You may now run the tests by simply executing

pytest

Distribute

Assuming that all the tests are passing, the package is now ready to be released on PyPI!

Open a pull request on the main branch and, if approved and merged, the package will be automatically updated on PyPI after the next Release is published on GitHub.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

srt_to_vtt-1.4.0.tar.gz (4.0 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

srt_to_vtt-1.4.0-py3-none-any.whl (4.7 kB view details)

Uploaded Python 3

File details

Details for the file srt_to_vtt-1.4.0.tar.gz.

File metadata

  • Download URL: srt_to_vtt-1.4.0.tar.gz
  • Upload date:
  • Size: 4.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.0.0 CPython/3.9.19

File hashes

Hashes for srt_to_vtt-1.4.0.tar.gz
Algorithm Hash digest
SHA256 4fb0ced6b0b536f1b1280e4150df3e9e30bd36b7f669fdf49add2b84603ef672
MD5 a1815b03c3361877ac0836bfbe860bad
BLAKE2b-256 c1f3e8c537c6f21f4f9d7bdc800d383957023415ab4ccf291c2e0a983e12b8fe

See more details on using hashes here.

File details

Details for the file srt_to_vtt-1.4.0-py3-none-any.whl.

File metadata

  • Download URL: srt_to_vtt-1.4.0-py3-none-any.whl
  • Upload date:
  • Size: 4.7 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.0.0 CPython/3.9.19

File hashes

Hashes for srt_to_vtt-1.4.0-py3-none-any.whl
Algorithm Hash digest
SHA256 c065637b79fdfcce97a6068f9625d3bcfe816f85169962214f1ff8c2ee2edc58
MD5 39e01802865d5e03a933f235ecca3e16
BLAKE2b-256 c313abfa184f7993d74e40177e94122efd199d9d0e9a3b2918794988ec6c7783

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page