diff options
author | Pr. HORSTMANN <wmh@eipg.fr> | 2021-01-02 10:31:00 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-01-02 10:48:19 +0700 |
commit | 2dae5f56ccfa3f338fc48dd54113e255762a91e7 (patch) | |
tree | 3e060ca9648b640609d4677256e6467283f17132 /python/pynacl/slack-desc | |
parent | c82d7a36b7b8ff4c8d4855c40354925070cb012e (diff) |
python/pynacl: Added (Python binding to libsodium).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/pynacl/slack-desc')
-rw-r--r-- | python/pynacl/slack-desc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/python/pynacl/slack-desc b/python/pynacl/slack-desc new file mode 100644 index 0000000000..708708b537 --- /dev/null +++ b/python/pynacl/slack-desc @@ -0,0 +1,19 @@ +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. +# Line up the first '|' above the ':' following the base package name, and +# the '|' on the right side marks the last column you can put a character in. +# You must make exactly 11 lines for the formatting to be correct. It's also +# customary to leave one space after the ':' except on otherwise blank lines. + + |-----handy-ruler------------------------------------------------------| +pynacl: pynacl (Binding to the Networking and Cryptography (NaCl) library) +pynacl: +pynacl: PyNaCl is a Python binding to libsodium, which is a fork of the +pynacl: Networking and Cryptography library. These libraries have a stated +pynacl: goal of improving usability, security and speed. +pynacl: It supports Python 2.7 and 3.5+ as well as PyPy 2.6+. +pynacl: +pynacl: +pynacl: Homepage: https://pypi.org/project/PyNaCl/ +pynacl: +pynacl: |