slackbuilds/python/pyjwt
Heinz Wiesinger 44a2862f70
python/python2-pycrypto: Renamed to clarify it's python2 only
Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2021-10-13 00:51:23 +07:00
..
README python/pyjwt: Added (JSON Web Token implementation in Python). 2016-08-13 07:22:19 +07:00
pyjwt.SlackBuild All: Support $PRINT_PACKAGE_NAME env var 2021-07-17 21:55:09 +02:00
pyjwt.info python/python2-pycrypto: Renamed to clarify it's python2 only 2021-10-13 00:51:23 +07:00
slack-desc python/pyjwt: Added (JSON Web Token implementation in Python). 2016-08-13 07:22:19 +07:00

README

PyJWT is a Python library which allows you to encode and decode JSON Web
Tokens (JWT). JWT is an open, industry-standard (RFC 7519) for representing
claims securely between two parties.