p@21: Source: python-oauth2 p@21: Section: python p@21: Priority: optional p@21: Maintainer: SimpleGeo Nerds p@21: Uploaders: Chris Lea , Ian Eure p@21: Standards-Version: 3.8.4 p@21: XS-Python-Version: all p@21: Build-Depends: debhelper (>= 4.1.13), cdbs (>= 0.4.49), python, python-setuptools, python-support, pyflakes, python-coverage (>= 2.85), python-mock p@21: Homepage: http://github.com/simplegeo/python-oauth2 p@21: p@21: Package: python-oauth2 p@21: Architecture: all p@21: XB-Python-Version: ${python:Versions} p@21: Depends: ${python:Depends}, python-httplib2 p@21: Provides: ${python:Provides} p@21: Suggests: p@21: Description: A Python OAuth class with several useful p@21: features. p@21: . p@21: * 100% unit test coverage. p@21: * The Request class now extends from dict. p@21: * The Client class works and extends from httplib2. p@21: It's a thin wrapper that handles automatically signing p@21: any normal HTTP request you might wish to make.