diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2014-02-06 07:43:29 +0700 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2014-02-08 11:10:10 -0600 |
commit | 86d7a33d47c9228f214ec5dad1a0eff89960d1a3 (patch) | |
tree | 7d1d56f5ca0fdb5b267815fac3c511457e85cd70 /libraries/python-gnupg/README | |
parent | ed44ea23854d901e92f83bc21311bc0a91bba929 (diff) | |
download | slackbuilds-86d7a33d47c9228f214ec5dad1a0eff89960d1a3.tar.gz |
libraries/python-gnupg: Added (A wrapper for the GnuPG).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/python-gnupg/README')
-rw-r--r-- | libraries/python-gnupg/README | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/libraries/python-gnupg/README b/libraries/python-gnupg/README new file mode 100644 index 0000000000..6c78b449d5 --- /dev/null +++ b/libraries/python-gnupg/README @@ -0,0 +1,8 @@ +A Python wrapper for GnuPG +The gnupg module allows Python programs to make use of the functionality +provided by the GNU Privacy Guard (abbreviated GPG or GnuPG). + +Using this module, Python programs can encrypt and decrypt data, digitally +sign documents and verify signatures, manage (generate, list and delete) +encryption keys, using proven Public Key Infrastructure (PKI) encryption +technology based on OpenPGP. |