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 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74
|
Source: python-webvtt
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders:
Michael Fladischer <fladi@debian.org>,
Section: python
Testsuite: autopkgtest-pkg-python
Priority: optional
Build-Depends:
debhelper-compat (= 13),
dh-sequence-python3,
help2man,
pybuild-plugin-pyproject,
python3-all,
python3-docopt,
python3-setuptools,
python3-sphinx,
python3-sphinx-rtd-theme,
sphinx-doc,
Standards-Version: 4.7.0
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-webvtt
Vcs-Git: https://salsa.debian.org/python-team/packages/python-webvtt.git
Homepage: https://github.com/glut23/webvtt-py/
Rules-Requires-Root: no
Package: python-webvtt-doc
Architecture: all
Section: doc
Depends:
${misc:Depends},
${sphinxdoc:Depends},
Multi-Arch: foreign
Description: Read, write and segment WebVTT caption files (Documentation)
Python module for reading/writing WebVTT caption files. It also features
caption segmentation useful when captioning HLS videos.
.
Converting captions from other formats is supported for:
* SubRip (.srt)
* YouTube SBV (.sbv)
.
This package contains the documentation.
Package: python3-webvtt
Architecture: all
Depends:
${misc:Depends},
${python3:Depends},
Suggests:
python-webvtt-doc,
Description: Read, write and segment WebVTT caption files (Python3 version)
Python module for reading/writing WebVTT caption files. It also features
caption segmentation useful when captioning HLS videos.
.
Converting captions from other formats is supported for:
* SubRip (.srt)
* YouTube SBV (.sbv)
.
This package contains the Python 3 version of the library.
Package: webvtt
Architecture: all
Section: utils
Depends:
python3-webvtt (= ${binary:Version}),
${misc:Depends},
${python3:Depends},
Suggests:
python-webvtt-doc,
Description: Read, write and segment WebVTT caption files
Python module for reading/writing WebVTT caption files. It also features
caption segmentation useful when captioning HLS videos.
.
Converting captions from other formats is supported for:
* SubRip (.srt)
* YouTube SBV (.sbv)
|