python-PyJWT
Port variant v11
Summary JSON Web Token implementation in Python (3.11)
BROKEN
Package version 2.9.0
Homepage https://github.com/jpadilla/pyjwt
Keywords python
Maintainer Python Automaton
License Not yet specified
Other variants v12
Ravenports Buildsheet | History
Ravensource Port Directory | History
Last modified 05 AUG 2024, 20:26:00 UTC
Port created 01 JAN 2023, 17:21:46 UTC
Subpackage Descriptions
single PyJWT ===== A Python implementation of [RFC 7519]. Original implementation was written by `@progrium `_. 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
Configuration Switches (platform-specific settings discarded)
PY311 ON Build using Python 3.11 PY312 OFF Build using Python 3.12
Package Dependencies by Type
Build (only) python-pip:single:v11
autoselect-python:single:std
Build and Runtime python311:single:std
Download groups
main mirror://PYPIWHL/79/84/0fdf9b18ba31d69877bd39c9cd6052b47f3761e9910c15de788e519f079f
Distribution File Information
3b02fb0f44517787776cf48f2ae25d8e14f300e6d7545a4315cee571a415e850 22344 PyJWT-2.9.0-py3-none-any.whl
Ports that require python-PyJWT:v11
python-social-auth-core2:v11 Social authentication/registration (3.11)
python-social-auth-core:v11 Python social authentication made simple (3.11)