python-PyJWT
Port variant py311
Summary JSON Web Token implementation in Python (3.11)
Package version 2.6.0
Homepage https://github.com/jpadilla/pyjwt
Keywords python
Maintainer Python Automaton
License Not yet specified
Other variants py310
Ravenports Buildsheet | History
Ravensource Port Directory | History
Last modified 02 JAN 2023, 22:26:52 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 `_. Sponsor ------- +--------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | |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/developers `_. | +--------------+-----------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ .. |auth0-logo| image:: https://user-images.githubusercontent.com/83319/31722733-de95bbde-b3ea-11e7-96bf-4f4e8f915588.png 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)
PY310 OFF Build using Python 3.10 PY311 ON Build using Python 3.11
Package Dependencies by Type
Build (only) python-pip:single:py311
autoselect-python:single:standard
Build and Runtime python311:single:standard
Download groups
main mirror://PYPIWHL/40/46/505f0dd53c14096f01922bf93a7abb4e40e29a06f858abbaa791e6954324
Distribution File Information
d83c3d892a77bbb74d3e1a2cfa90afaadb60945205d1095d9221f04466f64c14 20316 PyJWT-2.6.0-py3-none-any.whl
Ports that require python-PyJWT:py311
python-social-auth-core2:py311 Social authentication/registration (3.11)
python-social-auth-core:py311 Python social authentication made simple (3.11)