buildroot/package/python-pyjwt/Config.in
Grzegorz Blach 4454dec17f 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>
2019-03-27 00:13:04 +01:00

7 lines
140 B
Plaintext

config BR2_PACKAGE_PYTHON_PYJWT
bool "python-pyjwt"
help
JSON Web Token implementation in Python.
http://github.com/jpadilla/pyjwt