Paketname | python-pyme |
Beschreibung | Python interface to the GPGME GnuPG encryption library |
Archiv/Repository | Offizielles Ubuntu Archiv lucid (universe) |
Version | 0.8.1+clean-3 |
Sektion | universe/python |
Priorität | optional |
Installierte Größe | 696 Byte |
Hängt ab von | python (<< 2.7), python (>= 2.6), python-central (>= 0.6.11), libc6 (>= 2.4), libgpg-error0 (>= 1.6) |
Empfohlene Pakete | |
Paketbetreuer | Ubuntu Developers |
Quelle | pyme |
Paketgröße | 109704 Byte |
Prüfsumme MD5 | 1f3cc8940fccba2aac6b5cb94eb0f617 |
Prüfsumme SHA1 | cd33e326b69e8e7b91cf885b6ed2a802c4d8327a |
Prüfsumme SHA256 | f6fae315ed447f11a24fdb2b9b9a6c6977b7b7101206e59c203bd7824575a80d |
Link zum Herunterladen | python-pyme_0.8.1+clean-3_i386.deb |
Ausführliche Beschreibung | Pyme 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.
|