From cc94bbb945382637dd9290b5808e35f188eb481f Mon Sep 17 00:00:00 2001 From: Arn0 Date: Thu, 3 Mar 2022 11:12:26 +0100 Subject: python/python3-pyjwt: Updated for version 2.3.0, switch to python3. Signed-off-by: Willy Sudiarto Raharjo Signed-off-by: Andrew Clemons --- python/python3-pyjwt/README | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 python/python3-pyjwt/README (limited to 'python/python3-pyjwt/README') 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. -- cgit v1.2.3