Metadata-Version: 1.1
Name: jwt
Version: 0.2.1
Summary: JSON Web Token library for Python 3.
Home-page: https://github.com/GehirnInc/python-jwt
Author: Kohei YOSHIDA
Author-email: kohei.yoshida@gehirn.co.jp
License: The MIT License (MIT) Copyright © 2014 Kohei YOSHIDA <kohei.yoshida@gehirn.co.jp>

Permission is hereby granted, free of charge, to any person obtaining a
copy of this software and associated documentation files (the
“Software”), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Software, and to
permit persons to whom the Software is furnished to do so, subject to
the following conditions:

The above copyright notice and this permission notice shall be included
in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS
OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Description: python-jwt
        ==========
        |travis|_ |coveralls|_ |pypibadge|_
        
        -----
        About
        -----
        This is a JSON Web Token library for Python 3 developed at `Gehirn Inc`_.
        
        -------
        Install
        -------
        
        .. code:: shell
        
          $ pip install jwt
        
        Or
        
        .. code:: shell
        
          $ python setup.py install
        
        -------
        License
        -------
        python-jwt is licensed under the MIT LICENSE.  See ./LICENSE.rst.
        
        
        .. _Gehirn Inc: http://www.gehirn.co.jp/
        
        .. _travis: https://travis-ci.org/GehirnInc/python-jwt
        .. |travis| image:: https://travis-ci.org/GehirnInc/python-jwt.svg?branch=master
        
        .. _coveralls: https://coveralls.io/r/GehirnInc/python-jwt?branch=master
        .. |coveralls| image:: https://coveralls.io/repos/GehirnInc/python-jwt/badge.png?branch=master
        
        .. _pypibadge: http://badge.fury.io/py/jwt
        .. |pypibadge| image:: https://badge.fury.io/py/jwt.svg?dummy
        
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Security
Classifier: Topic :: Software Development :: Libraries :: Python Modules
