Metadata-Version: 1.0
Name: repoze-oauth-plugin
Version: 0.2
Summary: OAuth plugin for repoze.who and repoze.what
Home-page: UNKNOWN
Author: Linas Juškevičius
Author-email: linas.juskevicius@gmail.com
License: MIT
Description: repoze-oauth-plugin
        ===================
        
        repoze-oauth-plugin is a repoze.who_ and repoze.what_ plugin implementing the
        server side of the `OAuth 1.0`_ protocol. It supports both:
        
        * 2-legged flow where the client is at the same time a resource owner and
        * 3-legged flow where the client acts on behalf of a resource owner.
        
        You can read more about OAuth at hueniverse_.
        
        Installation
        ------------
        
        easy_install_::
        
        $ <env>/bin/easy_install repoze-oauth-plugin
        
        pip_::
        
        $ <env>/bin/pip install repoze-oauth-plugin
        
        Documentation
        -------------
        
        The documentation can be found at packages.python.org_.
        
        Source
        ------
        
        The source code repository can be found at GitHub_.
        
        .. _repoze.who: http://static.repoze.org/whodocs/
        .. _repoze.what: http://what.repoze.org/docs/1.0/
        .. _OAuth 1.0: http://oauth.net/core/1.0a/
        .. _hueniverse: http://hueniverse.com/oauth/
        .. _2-legged flow: http://hueniverse.com/oauth/guide/terminology/
        .. _GitHub: http://github.com/kaukas/repoze-oauth-plugin
        .. _easy_install: http://peak.telecommunity.com/DevCenter/EasyInstall
        .. _pip: http://pip.openplans.org/
        .. _packages.python.org: http://packages.python.org/repoze-oauth-plugin/
        
Keywords: auth repoze repoze.who repoze.what predicate oauth
Platform: UNKNOWN
