annotate Code/python_oauth2-master/debian/control @ 47:b0186d4a4496
tip
Move 7Digital dataset to Downloads
author |
Paulo Chiliguano <p.e.chiliguano@se14.qmul.ac.uk> |
date |
Sat, 09 Jul 2022 00:50:43 -0500 |
parents |
e68dbee1f6db |
children |
|
rev |
line source |
p@21
|
1 Source: python-oauth2
|
p@21
|
2 Section: python
|
p@21
|
3 Priority: optional
|
p@21
|
4 Maintainer: SimpleGeo Nerds <nerds@simplegeo.com>
|
p@21
|
5 Uploaders: Chris Lea <chris.lea@gmail.com>, Ian Eure <ian@simplegeo.com>
|
p@21
|
6 Standards-Version: 3.8.4
|
p@21
|
7 XS-Python-Version: all
|
p@21
|
8 Build-Depends: debhelper (>= 4.1.13), cdbs (>= 0.4.49), python, python-setuptools, python-support, pyflakes, python-coverage (>= 2.85), python-mock
|
p@21
|
9 Homepage: http://github.com/simplegeo/python-oauth2
|
p@21
|
10
|
p@21
|
11 Package: python-oauth2
|
p@21
|
12 Architecture: all
|
p@21
|
13 XB-Python-Version: ${python:Versions}
|
p@21
|
14 Depends: ${python:Depends}, python-httplib2
|
p@21
|
15 Provides: ${python:Provides}
|
p@21
|
16 Suggests:
|
p@21
|
17 Description: A Python OAuth class with several useful
|
p@21
|
18 features.
|
p@21
|
19 .
|
p@21
|
20 * 100% unit test coverage.
|
p@21
|
21 * The Request class now extends from dict.
|
p@21
|
22 * The Client class works and extends from httplib2.
|
p@21
|
23 It's a thin wrapper that handles automatically signing
|
p@21
|
24 any normal HTTP request you might wish to make.
|