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 57 58 59
|
Source: python-pgpy
Section: python
Priority: optional
Maintainer: Daniel Kahn Gillmor <dkg@fifthhorseman.net>
Build-Depends:
debhelper-compat (= 13),
dh-python,
dpkg-dev (>= 1.17.14),
libffi-dev <!nocheck>,
pgpdump <!nocheck>,
python3-all (>= 3.2),
python3-cryptography (>= 2.6),
python3-flake8 <!nocheck>,
python3-gpg (>= 1.9.0-3) <!nocheck>,
python3-pep8-naming <!nocheck>,
python3-progressbar <!nocheck>,
python3-pyasn1,
python3-pytest <!nocheck>,
python3-pytest-cov <!nocheck>,
python3-setuptools,
python3-six (>= 1.9.0),
python3-sphinx <!nodoc>,
python3-wheel,
Standards-Version: 4.5.1
Vcs-Git: https://salsa.debian.org/debian/pgpy.git
Vcs-Browser: https://salsa.debian.org/debian/pgpy
Homepage: https://github.com/SecurityInnovation/PGPy
Rules-Requires-Root: no
Package: python3-pgpy
Architecture: all
Depends:
python3-six,
${misc:Depends},
${python3:Depends},
Recommends:
python3-pgpy-doc,
Description: OpenPGP (Pretty Good Privacy) RFC 4880 implementation in Python 3
PGPy offers a pure-Python implementation of the OpenPGP standard, as
described in RFC 4880 and subsequent specifications. It can be used
as a toolkit for building OpenPGP-compatible applications and
libraries in Python.
Package: python3-pgpy-doc
Section: doc
Architecture: all
Multi-Arch: foreign
Depends:
${misc:Depends},
Recommends:
libjs-sphinxdoc,
python3-pgpy (= ${source:Version}),
Description: OpenPGP (Pretty Good Privacy) RFC 4880 implementation in Python (documentation)
PGPy offers a pure-Python implementation of the OpenPGP standard, as
described in RFC 4880 and subsequent specifications. It can be used
as a toolkit for building OpenPGP-compatible applications and
libraries in Python.
.
This is the documentation for the module.
|