control 893 B

123456789101112131415161718192021222324
  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. Package: python-oauth2
  11. Architecture: all
  12. XB-Python-Version: ${python:Versions}
  13. Depends: ${python:Depends}, python-httplib2
  14. Provides: ${python:Provides}
  15. Suggests:
  16. Description: A Python OAuth class with several useful
  17. features.
  18. .
  19. * 100% unit test coverage.
  20. * The Request class now extends from dict.
  21. * The Client class works and extends from httplib2.
  22. It's a thin wrapper that handles automatically signing
  23. any normal HTTP request you might wish to make.