File: control

package info (click to toggle)
python-pgpdump 1.4-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 244 kB
  • ctags: 145
  • sloc: python: 1,305; makefile: 21
file content (56 lines) | stat: -rw-r--r-- 2,339 bytes parent folder | download | duplicates (2)
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
Source: python-pgpdump
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Hans-Christoph Steiner <hans@eds.org>
Section: python
Priority: optional
Build-Depends: python-all (>= 2.7.0~),
               python3-all,
               debhelper (>= 8.0.0~),
               python-setuptools (>= 0.6b3),
               python3-setuptools
X-Python-Version: >= 2.7
X-Python3-Version: >= 3.1
Standards-Version: 3.9.4
Homepage: https://pypi.python.org/pypi/pgpdump/
Vcs-Git: git://anonscm.debian.org/collab-maint/python-pgpdump.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=collab-maint/python-pgpdump.git;a=summary

Package: python-pgpdump
Architecture: all
Depends: ${misc:Depends}, ${python:Depends}
Description: PGP packet parser library (Python 2)
 python-pgpdump is a Python library for parsing PGP packets as specified in
 RFC2440 and RFC4880. It is derived from pgpdump, a C program published at:
 http://www.mew.org/~kazu/proj/pgpdump/ The intent is to support what people
 actually have to do with PGP packets 95% of the time. This module does not
 aim to be a complete PGP parser, as it currently does not decode every PGP
 packet type. Currently supported things include:
 .
  * Signature packets
  * Public key packets
  * ASCII-armor decoding and CRC check
 .
 A single codebase with dependencies on only the standard Python library is
 compatible across Python 2.7, Python 3.2, and PyPy 1.8.
 .
 This is the Python 2 version of the package.

Package: python3-pgpdump
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}
Description: PGP packet parser library (Python 3)
 python-pgpdump is a Python library for parsing PGP packets as specified in
 RFC2440 and RFC4880. It is derived from pgpdump, a C program published at:
 http://www.mew.org/~kazu/proj/pgpdump/ The intent is to support what people
 actually have to do with PGP packets 95% of the time. This module does not
 aim to be a complete PGP parser, as it currently does not decode every PGP
 packet type. Currently supported things include:
 .
  * Signature packets
  * Public key packets
  * ASCII-armor decoding and CRC check
 .
 A single codebase with dependencies on only the standard Python library is
 compatible across Python 2.7, Python 3.2, and PyPy 1.8.
 .
 This is the Python 3 version of the package.