Package: python-gpg
Version: 1.10.0-1ubuntu2
Priority: optional
Section: universe/python
Source: gpgme1.0
Origin: Ubuntu
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Original-Maintainer: Debian GnuPG Maintainers <pkg-gnupg-maint@lists.alioth.debian.org>
Bugs:
https://bugs.launchpad.net/ubuntu/+filebugInstalled-Size: 1.038 kB
Provides: python2.7-gpg
Depends: python (<< 2.

, python (>= 2.7~), python:any (<< 2.

, python:any (>= 2.7.5-5~), libc6 (>= 2.14), libgpgme11 (>= 1.10.0)
Homepage:
https://www.gnupg.org/related_software/gpgme/Supported: 3y
Download-Size: 149 kB
APT-Sources:
http://mirror.datacenter.by/ubuntu bionic-updates/universe amd64 Packages
Description: Python interface to the GPGME GnuPG encryption library (Python 2)
The "gpg" Python module is, for the most part, a direct interface to
the C GPGME library. However, it is re-packaged in a more Pythonic
way -- object-oriented with classes and modules. Take a look at the
classes defined here -- they correspond directly to certain object
types in GPGME for C.
.
Features:
* Feature-rich, full implementation of the GPGME library. Supports
all GPGME features except interactive editing (coming soon).
Callback functions may be written in pure Python.
* Ability to sign, encrypt, decrypt, and verify data.
* Ability to list keys, export and import keys, and manage the keyring.
* Fully object-oriented with convenient classes and modules.
.
This is the official upstream Python 2 binding for GPGME.