File: control

package info (click to toggle)
requests-aws 0.1.5-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, jessie, jessie-kfreebsd, stretch
  • size: 112 kB
  • ctags: 39
  • sloc: python: 188; makefile: 3
file content (49 lines) | stat: -rw-r--r-- 1,933 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
Source: requests-aws
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Thomas Bechtold <thomasbechtold@jpberlin.de>
Section: python
Priority: optional
Build-Depends: debhelper (>= 9),
               dh-python,
               python-all (>= 2.6.6-3~),
               python-setuptools,
               python3-all,
               python3-setuptools,
               python-requests (>= 0.14.0),
               python3-requests (>= 0.14.0),
Standards-Version: 3.9.5
X-Python-Version: >= 2.7
X-Python3-Version: >= 3.3
Homepage: https://github.com/tax/python-requests-aws
Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/requests-aws/trunk/
Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/requests-aws/trunk/

Package: python-awsauth
Architecture: all
Depends:
 ${misc:Depends},
 ${python:Depends},
 python-requests (>= 0.14.0),
Description: AWS authentication for Amazon S3 for the python-requests module
 Requests allow you to send HTTP/1.1 requests. You can add headers, form data,
 multipart files, and parameters with simple Python dictionaries, and access the
 response data in the same way. It's powered by httplib and urllib3, but it does
 all the hard work and crazy hacks for you.
 .
 This module adds AWS authentication for Amazon S3 based on the python-requests
 module.

Package: python3-awsauth
Architecture: all
Depends:
 ${misc:Depends},
 ${python3:Depends},
 python3-requests (>= 0.14.0),
Description: AWS authentication for Amazon S3 for the python3-requests module
 Requests allow you to send HTTP/1.1 requests. You can add headers, form data,
 multipart files, and parameters with simple Python dictionaries, and access the
 response data in the same way. It's powered by httplib and urllib3, but it does
 all the hard work and crazy hacks for you.
 .
 This module adds AWS authentication for Amazon S3 based on the python3-requests
 module.