Metadata-Version: 1.1
Name: py3oauth2
Version: 0.4.3
Summary: OAuth 2.0 library for Python 3.
Home-page: https://github.com/GehirnInc/py3oauth2
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: py3oauth2
        ==========
        |travis|_ |coveralls|_ |pypibadge|_
        
        -----
        About
        -----
        This is an OAuth 2.0 provider library for Python 3 developed at `Gehirn Inc`_.
        
        -------
        Install
        -------
        
        .. code:: shell
        
          $ pip install py3oauth2
        
        Or
        
        .. code:: shell
        
          $ python setup.py install
        
        -------
        License
        -------
        py3oauth2 is licensed under the MIT LICENSE.  See ./LICENSE.rst.
        
        
        .. _Gehirn Inc: http://www.gehirn.co.jp/
        
        .. _travis: https://travis-ci.org/GehirnInc/py3oauth2
        .. |travis| image:: https://travis-ci.org/GehirnInc/py3oauth2.svg?branch=master
        
        .. _coveralls: https://coveralls.io/r/GehirnInc/py3oauth2?branch=master
        .. |coveralls| image:: https://coveralls.io/repos/GehirnInc/py3oauth2/badge.png?branch=master
        
        .. _pypibadge: http://badge.fury.io/py/py3oauth2
        .. |pypibadge| image:: https://badge.fury.io/py/py3oauth2.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
