1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
|
Source: python-yenc
Homepage: http://www.golug.it/yenc.html
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 (>= 9), python-all-dev (>= 2.6.6-3~), dh-python
Standards-Version: 3.9.8
X-Python-Version: >= 2.5
Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/python-yenc.git
Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/python-yenc.git
Package: python-yenc
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}
Provides: ${python:Provides}
Description: yEnc encoding/decoding extension for Python
The yEnc module provides a simple API for raw encoding/decoding of
yencoded binaries, mainly used when retrieving from or posting to
Usenet. It is significantly faster than any pure-Python
implementation.
|