1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61
|
Source: python-oauthlib
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Daniele Tricoli <eriol@mornie.org>
Section: python
Priority: optional
Build-Depends:
debhelper (>= 9),
dh-python,
python-all (>= 2.6.6-3),
python-blinker,
python-cryptography,
python-jwt (>= 1.0.0),
python-mock,
python-nose,
python-setuptools (>= 0.6b3),
python-unittest2,
python3-all,
python3-blinker,
python3-cryptography,
python3-jwt (>= 1.0.0),
python3-mock,
python3-nose,
python3-setuptools
Standards-Version: 3.9.8
X-Python-Version: >= 2.6
X-Python3-Version: >= 3.2
Homepage: https://github.com/idan/oauthlib
Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/python-oauthlib.git
Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/python-oauthlib.git
Package: python-oauthlib
Architecture: all
Depends:
${misc:Depends},
${python:Depends},
python-blinker,
python-cryptography,
python-jwt (>= 1.0.0)
Description: generic, spec-compliant implementation of OAuth for Python
OAuthLib is a generic utility which implements the logic of OAuth without
assuming a specific HTTP request object. It can be used to graft OAuth support
onto HTTP libraries.
.
OAuth1 is almost complete while OAuth2 is already in the works.
Package: python3-oauthlib
Architecture: all
Depends:
${misc:Depends},
${python3:Depends},
python3-blinker,
python3-cryptography,
python3-jwt (>= 1.0.0)
Description: generic, spec-compliant implementation of OAuth for Python3
OAuthLib is a generic utility which implements the logic of OAuth without
assuming a specific HTTP request object. It can be used to graft OAuth support
onto HTTP libraries.
.
OAuth1 is almost complete while OAuth2 is already in the works.
.
This package contains the Python 3 version of the library.
|