diff options
author | B. Watson <yalhcru@gmail.com> | 2022-03-13 16:35:15 -0400 |
---|---|---|
committer | B. Watson <yalhcru@gmail.com> | 2022-03-13 16:35:15 -0400 |
commit | 2fa980cb589c5321efc69f38677206d57f046c7b (patch) | |
tree | e2703336f1b7cc924d4fba915237d8f25607c68b /libraries | |
parent | 61494685e93cd53d1059660c59bf745554619af3 (diff) | |
download | slackbuilds-2fa980cb589c5321efc69f38677206d57f046c7b.tar.gz |
libraries/python-gnupg: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'libraries')
-rw-r--r-- | libraries/python-gnupg/README | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/libraries/python-gnupg/README b/libraries/python-gnupg/README index 6c78b449d5..97323081ab 100644 --- a/libraries/python-gnupg/README +++ b/libraries/python-gnupg/README @@ -1,8 +1,10 @@ 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. +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. |