Mercurial > hg > hybrid-music-recommender-using-content-based-and-social-information
comparison Code/python_oauth2-master/debian/control @ 21:e68dbee1f6db
Modified code
New datasets
Updated report
author | Paulo Chiliguano <p.e.chiilguano@se14.qmul.ac.uk> |
---|---|
date | Tue, 11 Aug 2015 10:50:36 +0100 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
20:1dbd24575d44 | 21:e68dbee1f6db |
---|---|
1 Source: python-oauth2 | |
2 Section: python | |
3 Priority: optional | |
4 Maintainer: SimpleGeo Nerds <nerds@simplegeo.com> | |
5 Uploaders: Chris Lea <chris.lea@gmail.com>, Ian Eure <ian@simplegeo.com> | |
6 Standards-Version: 3.8.4 | |
7 XS-Python-Version: all | |
8 Build-Depends: debhelper (>= 4.1.13), cdbs (>= 0.4.49), python, python-setuptools, python-support, pyflakes, python-coverage (>= 2.85), python-mock | |
9 Homepage: http://github.com/simplegeo/python-oauth2 | |
10 | |
11 Package: python-oauth2 | |
12 Architecture: all | |
13 XB-Python-Version: ${python:Versions} | |
14 Depends: ${python:Depends}, python-httplib2 | |
15 Provides: ${python:Provides} | |
16 Suggests: | |
17 Description: A Python OAuth class with several useful | |
18 features. | |
19 . | |
20 * 100% unit test coverage. | |
21 * The Request class now extends from dict. | |
22 * The Client class works and extends from httplib2. | |
23 It's a thin wrapper that handles automatically signing | |
24 any normal HTTP request you might wish to make. |