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-sabyenc
Homepage: https://github.com/sabnzbd/sabyenc
Section: python
Priority: optional
Maintainer: JCF Ploemen (jcfp) <linux@jcf.pm>
Uploaders: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Build-Depends:
debhelper-compat (= 13),
dh-python,
python3-all-dev,
python3-chardet <!nocheck>,
python3-pytest <!nocheck>,
python3-setuptools
Standards-Version: 4.5.0
Vcs-Git: https://salsa.debian.org/python-team/modules/python-sabyenc.git
Vcs-Browser: https://salsa.debian.org/python-team/modules/python-sabyenc
Package: python3-sabyenc
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, ${python3:Depends}
Multi-Arch: same
Description: yEnc extension for Python, optimized for Usenet
Modified version of the original python-yenc module by Alessandro Duca,
optimized for use within SABnzbd. The module was extended to do header
parsing and full yEnc decoding from a Python list of chunks, the way in
which data is retrieved from usenet.
.
This is particularly beneficial when SSL is enabled, which limits the
size of each chunk to 16K. Parsing these chunks in Python is much more
costly. Additionally, this module releases Python's GIL during decoding,
greatly increasing performance of the overall download process.
|