python-pyjwt: new package
authorGrzegorz Blach <grzegorz@blach.pl>
Thu, 30 Aug 2018 10:18:48 +0000 (12:18 +0200)
committerArnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Tue, 26 Mar 2019 23:13:04 +0000 (00:13 +0100)
commit4454dec17f6b5e3ea43d665adf84a8db8f62814c
tree0c3425e72f6222c155e79f46cbf629a68a953288
parentb251f50c8d555bdbbd2f7bd378fdb3d3de7fe84d
python-pyjwt: new package

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.

https://github.com/jpadilla/pyjwt

Signed-off-by: Grzegorz Blach <grzegorz@blach.pl>
[Arnout: bump to 1.7.1]
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
DEVELOPERS
package/Config.in
package/python-pyjwt/Config.in [new file with mode: 0644]
package/python-pyjwt/python-pyjwt.hash [new file with mode: 0644]
package/python-pyjwt/python-pyjwt.mk [new file with mode: 0644]