File: control

package info (click to toggle)
python-requests-oauthlib 0.7.0-0.1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 672 kB
  • ctags: 219
  • sloc: python: 1,422; makefile: 163
file content (62 lines) | stat: -rw-r--r-- 2,354 bytes parent folder | download | duplicates (2)
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
Source: python-requests-oauthlib
Maintainer: Simon Fondrie-Teitler <simonft@riseup.net>
Section: python
Priority: optional
Build-Depends: debhelper (>= 9),
               python-all (>= 2.6.6-3),
               python-setuptools (>= 0.6b3),
               python3-all,
               python3-setuptools,
	       python-requests,
	       python-oauthlib,
	       python-sphinx,
Homepage: https://github.com/requests/requests-oauthlib
Standards-Version: 3.9.5
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=collab-maint/python-requests-oauthlib.git
Vcs-Git: git://anonscm.debian.org/collab-maint/python-requests-oauthlib.git -b debian/unstable

Package: python-requests-oauthlib
Architecture: all
Depends: ${misc:Depends}, 
	 ${python:Depends}, 
	 python-requests, 
	 python-oauthlib (>= 0.4.2)
Description: module providing OAuthlib auth support for requests (Python 2)
 requests-oauthlib allows you to interact with OAuth 1 And OAuth 2 in
 greatly simplified ways through the requests library for Python. It
 will hide the quirks and hacks in OAuth 1, and will interface with
 all four of the grant types defined by the OAuth2 RFC.
 .
 This package provides the requests-oauthlib Python module for Python
 2.x.

Package: python3-requests-oauthlib
Architecture: all
Depends: ${misc:Depends}, 
	 ${python3:Depends}, 
	 python3-requests, 
	 python3-oauthlib (>= 0.4.2)
Description: module providing OAuthlib auth support for requests (Python 3)
 requests-oauthlib allows you to interact with OAuth 1 And OAuth 2 in
 greatly simplified ways through the requests library for Python. It
 will hide the quirks and hacks in OAuth 1, and will interface with
 all four of the grant types defined by the OAuth2 RFC.
 .
 This package provides the requests-oauthlib Python module for Python
 3.x.

Package: python-requests-oauthlib-doc
Architecture: all
Section: doc
Depends: ${sphinxdoc:Depends}, 
	 ${misc:Depends},
Description: module providing OAuthlib auth support for requests (Common Documentation)
 requests-oauthlib allows you to interact with OAuth 1 And OAuth 2 in
 greatly simplified ways through the requests library for Python. It
 will hide the quirks and hacks in OAuth 1, and will interface with
 all four of the grant types defined by the OAuth2 RFC.
 .
 This package provides the common documentation for the
 requests-oauthlib Python module.