File: control

package info (click to toggle)
python-oauth2client 2.0.1-3~bpo8%2B1
  • links: PTS, VCS
  • area: main
  • in suites: jessie-backports
  • size: 1,108 kB
  • sloc: python: 8,964; makefile: 188; sh: 55
file content (104 lines) | stat: -rw-r--r-- 4,231 bytes parent folder | download
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
Source: python-oauth2client
Section: python
Priority: optional
Maintainer: PKG OpenStack <openstack-devel@lists.alioth.debian.org>
Uploaders: Jimmy Kaplowitz <jimmy@debian.org>,
           Thomas Goirand <zigo@debian.org>,
Build-Depends: debhelper (>= 9),
               openstack-pkg-tools,
               python-all,
               python-setuptools,
               python3-all,
               python3-setuptools,
Build-Depends-Indep: python-crypto,
                     python-cryptography (>= 1.0),
                     python-django,
                     python-flask,
                     python-httplib2 (>= 0.9),
                     python-keyring,
                     python-mock (>= 1.3),
                     python-nose,
                     python-openssl (>= 0.14),
                     python-pyasn1,
                     python-pyasn1-modules (>= 0.0.5),
                     python-rsa (>= 3.1.4),
                     python-six (>= 1.6.1),
                     python-unittest2,
                     python-uritemplate,
                     python-webtest,
                     python3-crypto,
                     python3-cryptography (>= 1.0),
                     python3-django,
                     python3-flask,
                     python3-httplib2 (>= 0.9),
                     python3-keyring,
                     python3-mock (>= 1.3),
                     python3-nose,
                     python3-openssl (>= 0.14),
                     python3-pyasn1,
                     python3-pyasn1-modules (>= 0.0.5),
                     python3-rsa (>= 3.1.4),
                     python3-six (>= 1.6.1),
                     python3-unittest2,
                     python3-uritemplate,
                     python3-webtest,
Standards-Version: 3.9.8
Vcs-Browser: https://anonscm.debian.org/cgit/openstack/python-oauth2client.git
Vcs-Git: https://alioth.debian.org/anonscm/git/openstack/python-oauth2client.git
Homepage: https://github.com/google/oauth2client

Package: python-oauth2client
Architecture: all
Depends: python-httplib2 (>= 0.9),
         python-openssl (>= 0.14),
         python-pyasn1,
         python-pyasn1-modules (>= 0.0.5),
         python-rsa (>= 3.1.4),
         python-six (>= 1.6.1),
         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-httplib2 (>= 0.9),
         python3-openssl (>= 0.14),
         python3-pyasn1,
         python3-pyasn1-modules (>= 0.0.5),
         python3-rsa (>= 3.1.4),
         python3-six (>= 1.6.1),
         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.