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
|
Source: python-m3u8
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Ondřej Kobližek <kobla@debian.org>,
Section: python
Priority: optional
Build-Depends: debhelper-compat (= 13),
dh-sequence-python3,
python3-all,
python3-setuptools,
Build-Depends-Indep: python3-bottle,
python3-iso8601,
python3-pytest,
Standards-Version: 4.6.1
Homepage: https://github.com/globocom/m3u8
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-m3u8
Vcs-Git: https://salsa.debian.org/python-team/packages/python-m3u8.git
Testsuite: autopkgtest-pkg-python
Rules-Requires-Root: no
Package: python3-m3u8
Architecture: all
Depends: ${misc:Depends},
${python3:Depends},
Description: Python m3u8 parser - Python 3.x
m3u8 library can load and parse m3u8 HTTP Live Streaming (HLS) playlist.
It supports DRM and variable bitrates.
.
The basic usage is to create a playlist object from uri, file path or
directly from a string.
.
This package contains the Python 3.x module.
|