# Buildsheet autogenerated by ravenadm tool -- Do not edit. NAMEBASE= python-PyJWT VERSION= 2.12.1 KEYWORDS= python VARIANTS= v13 v14 SDESC[v13]= JSON Web Token implementation in Python (3.13) SDESC[v14]= JSON Web Token implementation in Python (3.14) HOMEPAGE= https://github.com/jpadilla/pyjwt CONTACT= Python_Automaton[python@ironwolf.systems] DOWNLOAD_GROUPS= main SITES[main]= PYPIWHL/e5/7a/8dd906bd22e79e47397a61742927f6747fe93242ef86645ee9092e610244 DISTFILE[1]= pyjwt-2.12.1-py3-none-any.whl:main DIST_SUBDIR= python-src DF_INDEX= 1 SPKGS[v13]= single SPKGS[v14]= single OPTIONS_AVAILABLE= PY313 PY314 OPTIONS_STANDARD= none VOPTS[v13]= PY313=ON PY314=OFF VOPTS[v14]= PY313=OFF PY314=ON USES= cpe DISTNAME= pyjwt-2.12.1.dist-info CPE_PRODUCT= pyjwt CPE_VENDOR= pyjwt_project GENERATED= yes [PY313].USES_ON= python:v13,wheel [PY314].USES_ON= python:v14,wheel [FILE:1745:descriptions/desc.single] PyJWT ===== A Python implementation of [RFC 7519]. Original implementation was written by `@progrium `_. Sponsor ------- .. |auth0-logo| image:: https://github.com/user-attachments/assets/ee98379e-ee76-4bcb-943a-e25c4ea6d174 :width: 160px +--------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | |auth0-logo| | If you want to quickly add secure token-based authentication to Python projects, feel free to check Auth0's Python SDK and free plan at `auth0.com/signup `_. | +--------------+-----------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ Installing ---------- Install with **pip**: .. code-block:: console $ pip install PyJWT Usage ----- .. code-block:: pycon >>> import jwt >>> encoded = jwt.encode({"some": "payload"}, "secret", algorithm="HS256") >>> print(encoded) eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzb21lIjoicGF5bG9hZCJ9.4twFt5NiznN84AWoo1d7KO1T_yoc0Z6XOpOVswacPZg >>> jwt.decode(encoded, "secret", algorithms=["HS256"]) {'some': 'payload'} Documentation ------------- View the full docs online at https://pyjwt.readthedocs.io/en/stable/ Tests ----- You can run tests from the project root after cloning with: .. code-block:: console $ tox [FILE:119:distinfo] 28ca37c070cad8ba8cd9790cd940535d40274d22f80ab87f3ac6a713e6e8454c 29726 python-src/pyjwt-2.12.1-py3-none-any.whl