skillfed

jwcrypto

Implementation of JOSE Web standards

jwcrypto Copyleft license LGPL-3.0-or-later Active 478 v1.5.8 released

Install

jwcrypto on PyPI

pip

pip install jwcrypto

uv

uv add jwcrypto

poetry

poetry add jwcrypto

Package facts

License LGPL-3.0-or-later (copyleft)
Python support supports the current Python release (>=3.8)
Install friction low — pure-Python wheel
Runtime dependencies 2 — cryptography, typing_extensions
Maintenance actively maintained — 50 days since the last release
Last repo commit
First released
Popularity one of the top 1,000 most-downloaded packages on PyPI (30-day window, as of 2026-08-13)
Known vulnerabilities none known (OSV.dev, checked 2026-08-13)

Evidence: jwcrypto-1.5.8-py3-none-any.whl

Intended Audience :: DevelopersProgramming Language :: Python :: 3.10Programming Language :: Python :: 3.11Programming Language :: Python :: 3.8Programming Language :: Python :: 3.9Topic :: SecurityTopic :: Software Development :: Libraries :: Python Modules

About jwcrypto

from the package's own PyPI description — quoted content, verbatim

PyPI (image) Changelog (image) Build Status (image) ppc64le Build (image) Code Scan (image) Documentation Status (image)

JWCrypto

An implementation of the JOSE Working Group documents: - RFC 7515 - JSON Web Signature (JWS) - RFC 7516 - JSON Web Encryption (JWE) - RFC 7517 - JSON Web Key (JWK) - RFC 7518 - JSON Web Algorithms (JWA) - RFC 7519 - JSON Web Token (JWT) - RFC 7520 - Examples of Protecting Content Using JSON Object...

Read as markdown · JSON record · Source repository · Homepage

Similar packages