Index of /ports_net/py-oauth2

Icon  Name                    Last modified      Size  
[DIR] Parent Directory - [   ] Makefile 06-May-2011 09:34 622 [   ] distinfo 06-May-2011 09:34 135 [TXT] pkg-descr 02-Mar-2011 13:04 511 [   ] pkg-plist 02-Mar-2011 13:04 44
This code was originally forked from Leah Culver and Andy Smith's
oauth.py code (see net/py-oauth).

A number of notable differences exist between this code and its
forefathers:

* 100% unit test coverage.
* The DataStore object has been completely ripped out.
* Classes are no longer prefixed with OAuth.
* The Request class now extends from dict.
* The library is likely no longer compatible with Python 2.3.
* The Client class works and extends from httplib2.

WWW:	http://github.com/simplegeo/python-oauth2