PyNaCl 1.5.0
0
Python binding to the Networking and Cryptography (NaCl) library
Contents
Python binding to the Networking and Cryptography (NaCl) library
Stars: 1070, Watchers: 1070, Forks: 231, Open Issues: 47The pyca/pynacl
repo was created 11 years ago and the last code push was 4 days ago.
The project is very popular with an impressive 1070 github stars!
How to Install pynacl
You can install pynacl using pip
pip install pynacl
or add it to a project with poetry
poetry add pynacl
Package Details
- Author
- The PyNaCl developers
- License
- Apache License 2.0
- Homepage
- https://github.com/pyca/pynacl/
- PyPi:
- https://pypi.org/project/PyNaCl/
- GitHub Repo:
- https://github.com/pyca/pynacl
Classifiers
Related Packages
Errors
A list of common pynacl errors.
Code Examples
Here are some pynacl
code examples and snippets.
GitHub Issues
The pynacl package has 47 open issues on GitHub
- No module named setuptools.command.build_clib while installing 1.5.0
- Tests fail: In test_aead_vectors: ids must be list of strings, found: 0 (type: <class 'int'>)
- PR #709 breaks python 3.6.1 compatibility
- Fails to verify JS signed messages
- Add support for Ristretto255
- Error when building on termux