Source: gpgmepy
Priority: optional
Section: python
Uploaders: Daniel Kahn Gillmor <dkg@fifthhorseman.net>,
           Andreas Metzler <ametzler@debian.org>
Build-Depends: debhelper-compat (= 13),
               dh-python,
               dpkg-dev (>= 1.22.5),
               gnupg-agent,
               gnupg2 | gnupg (>= 2),
               gpgsm,
               libgpg-error-dev (>= 1.47),
               libgpgme-dev (>= 1.7.0),
               libpython3-all-dev,
               pkgconf,
               python3-all-dev:any,
               python3-setuptools,
               swig,
               texinfo
Standards-Version: 4.7.2
Homepage: https://gnupg.org/software/gpgme/
Rules-Requires-Root: no
Vcs-Git: https://invent.kde.org/neon/backports-noble/gpgmepy-noble.git
Vcs-Browser: https://invent.kde.org/neon/backports-noble/gpgmepy-noble
Maintainer: Neon CI <neon@kde.org>

Package: python3-gpg
Architecture: any
Provides: ${python3:Provides}
Depends: ${misc:Depends}, ${python3:Depends}, ${shlibs:Depends}
Description: Python interface to the GPGME GnuPG encryption library (Python 3)
 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 3 binding for GPGME.
