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 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124
|
Source: python-oauth2client
Section: python
Priority: optional
Maintainer: Debian OpenStack <openstack-devel@lists.alioth.debian.org>
Uploaders:
Jimmy Kaplowitz <jimmy@debian.org>,
Thomas Goirand <zigo@debian.org>,
Build-Depends:
debhelper (>= 10),
dh-python,
openstack-pkg-tools,
python-all,
python-setuptools,
python3-all,
python3-setuptools,
Build-Depends-Indep:
python-crypto,
python-cryptography,
python-django,
python-django-nose,
python-fasteners,
python-flask,
python-httplib2,
python-keyring,
python-mock,
python-nose,
python-nose-exclude,
python-openssl,
python-pyasn1,
python-pyasn1-modules,
python-rsa,
python-six,
python-sqlalchemy,
python-unittest2,
python-uritemplate,
python-webtest,
python3-crypto,
python3-cryptography,
python3-django,
python3-django-nose,
python3-fasteners,
python3-flask,
python3-httplib2,
python3-keyring,
python3-mock,
python3-nose,
python3-nose-exclude,
python3-openssl,
python3-pyasn1,
python3-pyasn1-modules,
python3-rsa,
python3-six,
python3-sqlalchemy,
python3-unittest2,
python3-uritemplate,
python3-webtest,
Standards-Version: 4.1.3
Vcs-Browser: https://salsa.debian.org/openstack-team/python/python-oauth2client
Vcs-Git: https://salsa.debian.org/openstack-team/python/python-oauth2client.git
Homepage: https://github.com/google/oauth2client
Package: python-oauth2client
Architecture: all
Depends:
python-fasteners,
python-httplib2,
python-openssl,
python-pyasn1,
python-pyasn1-modules,
python-rsa,
python-six,
python-sqlalchemy,
python-uritemplate,
${misc:Depends},
${python:Depends},
Recommends:
${python:Recommends},
Description: OAuth 2.0 client library - Python 2.7
The oauth2client is a client library for OAuth 2.0.
.
OAuth is an open standard for authorization. OAuth provides a method for
clients to access server resources on behalf of a resource owner (such as a
different client or an end-user). It also provides a process for end-users to
authorize third-party access to their server resources without sharing their
credentials (typically, a username and password pair), using user-agent
redirections.
.
OAuth is a service that is complementary to, and therefore distinct from,
OpenID. OAuth is also distinct from OATH, which is a reference architecture
for authentication (i.e. not a standard).
.
This package provides the Python 2.7 module.
Package: python3-oauth2client
Architecture: all
Depends:
python3-fasteners,
python3-httplib2,
python3-openssl,
python3-pyasn1,
python3-pyasn1-modules,
python3-rsa,
python3-six,
python3-sqlalchemy,
python3-uritemplate,
${misc:Depends},
${python3:Depends},
Recommends:
${python:Recommends},
Description: OAuth 2.0 client library - Python 3.x
The oauth2client is a client library for OAuth 2.0.
.
OAuth is an open standard for authorization. OAuth provides a method for
clients to access server resources on behalf of a resource owner (such as a
different client or an end-user). It also provides a process for end-users to
authorize third-party access to their server resources without sharing their
credentials (typically, a username and password pair), using user-agent
redirections.
.
OAuth is a service that is complementary to, and therefore distinct from,
OpenID. OAuth is also distinct from OATH, which is a reference architecture
for authentication (i.e. not a standard).
.
This package provides the Python 3.x module.
|