python-cryptography 44.0.0
Cryptographic recipes and primitives for Python
cryptography
is a package which provides cryptographic recipes and primitives to Python developers. It aims to be the “cryptographic standard library” for Python. The package includes both high level recipes, and low level interfaces to common cryptographic algorithms such as symmetric ciphers, message digests and key derivation functions.
- Outputs:
out
- Website: https://github.com/pyca/cryptography
- Licenses: ASL 2.0 · Modified BSD
- Package source: gnu/packages/python-crypto.scm
- Builds: See build status
- Issues: See known issues
Installation
Install python-cryptography 44.0.0
as follows:
guix install python-cryptography@44.0.0
Or install the latest version:
guix install python-cryptography
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell
documentation for more information.