aboutsummaryrefslogtreecommitdiff
path: root/python/python3-pyjwt/README
diff options
context:
space:
mode:
authorArn0 <yth@ythogtha.org>2022-03-03 11:12:26 +0100
committerAndrew Clemons <andrew.clemons@gmail.com>2022-03-05 00:21:35 +1300
commitcc94bbb945382637dd9290b5808e35f188eb481f (patch)
treeef791a604a92bd90296ae1cbf06904ed07f692ec /python/python3-pyjwt/README
parent8cc7b2d8785014e183d1cd415ea9990b87418481 (diff)
python/python3-pyjwt: Updated for version 2.3.0, switch to python3.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org> Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Diffstat (limited to 'python/python3-pyjwt/README')
-rw-r--r--python/python3-pyjwt/README3
1 files changed, 3 insertions, 0 deletions
diff --git a/python/python3-pyjwt/README b/python/python3-pyjwt/README
new file mode 100644
index 0000000000..21fcd9d904
--- /dev/null
+++ b/python/python3-pyjwt/README
@@ -0,0 +1,3 @@
+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.