Source: django-oauth-plus
Section: python
Priority: optional
Maintainer: Kouhei Maeda <mkouhei@palmtb.net>
Build-Depends: debhelper (>= 8.0.0), python-all (>= 2.6), python-setuptools, python-django (>= 1.3), python-oauth2 (>= 1.5.170)
Standards-Version: 3.9.4
X-Python-Version: >= 2.6
Homepage: http://code.larlet.fr/django-oauth-plus/

Package: python-django-oauth-plus
Architecture: all
Provides: ${python:Provides}
Depends: ${python:Depends}, ${misc:Depends}, python-django (>= 1.3), python-oauth2 (>= 1.5.170), python-django-south (>= 0.7.3)
Description: Support of OAuth 1.0a in Django using python-oauth2
 The OAuth protocol enables websites or applications (Consumers) to access
 Protected Resources from a web service (Service Provider) via an API, without
 requiring Users to disclose their Service Provider credentials to the
 Consumers. More generally, OAuth creates a freely-implementable and generic
 methodology for API authentication.
