forked from joestump/python-oauth2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontrol
24 lines (23 loc) · 893 Bytes
/
control
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
Source: python-oauth2
Section: python
Priority: optional
Maintainer: SimpleGeo Nerds <[email protected]>
Uploaders: Chris Lea <[email protected]>, Ian Eure <[email protected]>
Standards-Version: 3.8.4
XS-Python-Version: all
Build-Depends: debhelper (>= 4.1.13), cdbs (>= 0.4.49), python, python-setuptools, python-support, pyflakes, python-coverage (>= 2.85), python-mock
Homepage: http://github.com/simplegeo/python-oauth2
Package: python-oauth2
Architecture: all
XB-Python-Version: ${python:Versions}
Depends: ${python:Depends}, python-httplib2
Provides: ${python:Provides}
Suggests:
Description: A Python OAuth class with several useful
features.
.
* 100% unit test coverage.
* The Request class now extends from dict.
* The Client class works and extends from httplib2.
It's a thin wrapper that handles automatically signing
any normal HTTP request you might wish to make.