1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46
|
Source: python-pysubs2
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders:
Alexandre Detiste <tchet@debian.org>,
Build-Depends:
debhelper-compat (= 13),
dh-sequence-python3,
pybuild-plugin-pyproject,
python-is-python3,
python3-all,
python3-pytest <!nocheck>,
python3-setuptools,
Standards-Version: 4.7.0
Rules-Requires-Root: no
Vcs-Git: https://salsa.debian.org/python-team/packages/python-pysubs2.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-pysubs2
Homepage: https://github.com/tkarabela/pysubs2
X-Style: black
Package: python3-pysubs2
Architecture: all
Depends:
${misc:Depends},
${python3:Depends},
Description: Python library for editing subtitle files
pysubs2 is a Python library for editing subtitle files.
It’s based on SubStation Alpha, the native format of Aegisub;
it also supports SubRip (SRT), MicroDVD, MPL2,
TMP and WebVTT formats and OpenAI Whisper captions.
Package: pysubs2
Section: video
Architecture: all
Depends:
python3-pysubs2 (= ${binary:Version}),
${misc:Depends},
${python3:Depends},
Description: command-line tool to convert and retime subtitle files
pysubs2 is a Python library for editing subtitle files.
It’s based on SubStation Alpha, the native format of Aegisub;
it also supports SubRip (SRT), MicroDVD, MPL2,
TMP and WebVTT formats and OpenAI Whisper captions.
.
This a small CLI tool for batch conversion and retiming.
|