File: control

package info (click to toggle)
requests-aws 0.1.5-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 104 kB
  • sloc: python: 188; makefile: 3
file content (28 lines) | stat: -rw-r--r-- 1,071 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
Source: requests-aws
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Section: python
Priority: optional
Build-Depends: debhelper-compat (= 13),
               dh-python,
               python3-all,
               python3-setuptools,
               python3-requests,
Standards-Version: 3.9.5
Homepage: https://github.com/tax/python-requests-aws
Vcs-Git: https://salsa.debian.org/python-team/packages/requests-aws.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/requests-aws

Package: python3-awsauth
Architecture: all
Depends:
 ${misc:Depends},
 ${python3:Depends},
 python3-requests,
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.