Paketname | python-pyme |
Beschreibung | Python interface to the GPGME GnuPG encryption library |
Archiv/Repository | Offizielles Debian Archiv squeeze (main) |
Version | 0.8.1+clean-4 |
Sektion | python |
Priorität | optional |
Installierte Größe | 1096 Byte |
Hängt ab von | python (<< 2.7), python (>= 2.5), python-central (>= 0.6.11), libc6 (>= 2.3.6-6~), libgpg-error0 (>= |
Empfohlene Pakete | |
Paketbetreuer | Arnaud Fontaine |
Quelle | pyme |
Paketgröße | 196724 Byte |
Prüfsumme MD5 | 24e61a012bf23cc5ce275938da0c8c4d |
Prüfsumme SHA1 | ba051261a2a61d5370b0ce752195bb713b86e2df |
Prüfsumme SHA256 | 23b26d8c90e05e249221433aef7c1e1eb912a736c2816c0942cb1a659354b192 |
Link zum Herunterladen | python-pyme_0.8.1+clean-4_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.
|