python-jose
JOSE implementation in Python
The JavaScript Object Signing and Encryption (JOSE) technologies - JSON Web Signature (JWS), JSON Web Encryption (JWE), JSON Web Key (JWK), and JSON Web Algorithms (JWA) - collectively can be used to encrypt and/or sign content using a variety of algorithms.
- Versions: 3.3.0
- Website: https://github.com/mpdavis/python-jose
- Licenses: Expat
- Package source: gnu/packages/python-web.scm
- Builds: See build status
- Issues: See known issues
Installation
Install the latest version of python-jose
as follows:
guix install python-jose
Or install a particular version:
guix install python-jose@3.3.0
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.
Badge code
You can use the following badge to inform users of python-jose about the latest version available in Guix.
Example HTML:
<a href='https://packages.guix.gnu.org/packages/python-jose'><img src='https://packages.guix.gnu.org/packages/python-jose/badges/latest-version.svg' alt='Version in GNU Guix'></a>
Example Markdown:
[](https://packages.guix.gnu.org/packages/python-jose)
Example Org:
[[https://packages.guix.gnu.org/packages/python-jose][https://packages.guix.gnu.org/packages/python-jose/badges/latest-version.svg]]