Metadata-Version: 1.1
Name: Flask-OAuthlib
Version: 0.9.5
Summary: OAuthlib for Flask
Home-page: https://github.com/lepture/flask-oauthlib
Author: Hsiaoming Yang
Author-email: me@lepture.com
License: BSD
Description: Flask-OAuthlib
        ==============
        
        .. image:: https://img.shields.io/badge/donate-lepture-green.svg
           :target: https://typlog.com/donate?amount=10&reason=lepture%2Fflask-oauthlib
           :alt: Donate lepture
        .. image:: https://img.shields.io/pypi/wheel/flask-oauthlib.svg
           :target: https://pypi.python.org/pypi/flask-OAuthlib/
           :alt: Wheel Status
        .. image:: https://img.shields.io/pypi/v/flask-oauthlib.svg
           :target: https://pypi.python.org/pypi/flask-oauthlib/
           :alt: Latest Version
        .. image:: https://travis-ci.org/lepture/flask-oauthlib.svg?branch=master
           :target: https://travis-ci.org/lepture/flask-oauthlib
           :alt: Travis CI Status
        .. image:: https://coveralls.io/repos/lepture/flask-oauthlib/badge.svg?branch=master
           :target: https://coveralls.io/r/lepture/flask-oauthlib
           :alt: Coverage Status
        
        Notice
        ------
        
        **Please use https://github.com/lepture/authlib instead**.
        
        =====
        
        Flask-OAuthlib is an extension to Flask that allows you to interact with
        remote OAuth enabled applications. On the client site, it is a replacement
        for Flask-OAuth. But it does more than that, it also helps you to create
        OAuth providers.
        
        Flask-OAuthlib relies on oauthlib_.
        
        .. _oauthlib: https://github.com/idan/oauthlib
        
        Sponsored by
        ------------
        
        If you want to quickly add secure authentication to Flask, feel free to
        check out Auth0's Python API SDK and free plan at `auth0.com/overview`_
        |auth0 image|
        
        .. _`auth0.com/overview`: https://auth0.com/overview?utm_source=GHsponsor&utm_medium=GHsponsor&utm_campaign=flask-oauthlib&utm_content=auth
        
        .. |auth0 image| image:: https://user-images.githubusercontent.com/290496/31718461-031a6710-b44b-11e7-80f8-7c5920c73b8f.png
           :target: https://auth0.com/overview?utm_source=GHsponsor&utm_medium=GHsponsor&utm_campaign=flask-oauthlib&utm_content=auth
           :alt: Coverage Status
           :width: 18px
           :height: 18px
        
        Features
        --------
        
        - Support for OAuth 1.0a, 1.0, 1.1, OAuth2 client
        - Friendly API (same as Flask-OAuth)
        - Direct integration with Flask
        - Basic support for remote method invocation of RESTful APIs
        - Support OAuth1 provider with HMAC and RSA signature
        - Support OAuth2 provider with Bearer token
        
        And request more features at `github issues`_.
        
        .. _`github issues`: https://github.com/lepture/flask-oauthlib/issues
        
        
        Security Reporting
        ------------------
        
        If you found security bugs which can not be public, send me email at `me@lepture.com`.
        Attachment with patch is welcome.
        
        
        Installation
        ------------
        
        Installing flask-oauthlib is simple with pip_::
        
            $ pip install Flask-OAuthlib
        
        If you don't have pip installed, try with easy_install::
        
            $ easy_install Flask-OAuthlib
        
        .. _pip: http://www.pip-installer.org/
        
        
        Additional Notes
        ----------------
        
        We keep documentation at `flask-oauthlib@readthedocs`_.
        
        .. _`flask-oauthlib@readthedocs`: https://flask-oauthlib.readthedocs.io
        
        If you are only interested in the client part, you can find some examples
        in the ``example`` directory.
        
        There is also a `development version <https://github.com/lepture/flask-oauthlib/archive/master.zip#egg=Flask-OAuthlib-dev>`_ on GitHub.
        
Platform: any
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: MacOS
Classifier: Operating System :: POSIX
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: Implementation
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Classifier: Topic :: Software Development :: Libraries :: Python Modules
