[ 源代码: gpgme1.0 ]
软件包:python3-gpg(1.12.0-6)
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.
其他与 python3-gpg 有关的软件包
|
|
|
|
-
- dep: libassuan0 (>= 2.4.2)
- 用于 GnuPU 组件的 IPC 库
-
- dep: libc6 (>= 2.17)
- GNU C 语言运行库:共享库
同时作为一个虚包由这些包填实: libc6-udeb
-
- dep: libgpg-error0 (>= 1.24)
- GnuPG 开发运行时库
-
- dep: libgpgme11 (>= 1.12.0)
- GPGME - GnuPG Made Easy (library)
-
- dep: python3
- 交互式高级面向对象语言(默认 python3 版本)
- dep: python3 (<< 3.8)
- dep: python3 (>= 3.7~)