34 lines
1.2 KiB
Plaintext
34 lines
1.2 KiB
Plaintext
|
Metadata-Version: 1.1
|
||
|
Name: Flask-JWT
|
||
|
Version: 0.3.2
|
||
|
Summary: JWT token authentication for Flask apps
|
||
|
Home-page: https://github.com/mattupstate/flask-jwt
|
||
|
Author: Matt Wright
|
||
|
Author-email: matt@nobien.net
|
||
|
License: MIT
|
||
|
Description:
|
||
|
Flask-JWT
|
||
|
=========
|
||
|
|
||
|
Flask-JWT is a Flask extension that adds basic Json Web Token features to any application.
|
||
|
|
||
|
Resources
|
||
|
---------
|
||
|
|
||
|
* `Documentation <http://packages.python.org/Flask-JWT/>`_
|
||
|
* `Issue Tracker <https://github.com/mattupstate/flask-jwt/issues>`_
|
||
|
* `Source <https://github.com/mattupstate/flask-jwt>`_
|
||
|
* `Development Version
|
||
|
<https://github.com/mattupstate/flask-jwt/raw/develop#egg=Flask-JWT-dev>`_
|
||
|
|
||
|
|
||
|
Platform: any
|
||
|
Classifier: Development Status :: 4 - Beta
|
||
|
Classifier: Environment :: Web Environment
|
||
|
Classifier: Intended Audience :: Developers
|
||
|
Classifier: License :: OSI Approved :: MIT License
|
||
|
Classifier: Operating System :: OS Independent
|
||
|
Classifier: Programming Language :: Python
|
||
|
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
|
||
|
Classifier: Topic :: Software Development :: Libraries :: Python Modules
|