File: control

package info (click to toggle)
python-yenc 0.3%2Bdebian-2
  • links: PTS
  • area: main
  • in suites: lenny, squeeze, wheezy
  • size: 188 kB
  • ctags: 93
  • sloc: python: 388; ansic: 375; makefile: 45; sh: 21
file content (19 lines) | stat: -rw-r--r-- 818 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Source: python-yenc
Section: python
Priority: extra
Maintainer: Adam Cécile (Le_Vert) <gandalf@le-vert.net>
Build-Depends: debhelper (>= 5), dpatch, python-support (>= 0.4), python-all-dev
Standards-Version: 3.7.3
Homepage: http://www.hellanzb.com/

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 provide a simple API for doing raw encoding/decoding of
 yencoded binaries, mainly for retrieving or posting to the usenet.
 This implementation is really simple and intended mainly as an exercise
 to the author but is also significatively faster than any possible pure
 Python implementation and it's being actually used by some Python nntp
 clients out there.