File: control

package info (click to toggle)
python-aws-requests-auth 0.4.3-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 172 kB
  • sloc: python: 360; makefile: 4
file content (26 lines) | stat: -rw-r--r-- 894 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
Source: python-aws-requests-auth
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Build-Depends:
 debhelper-compat (= 13),
 dh-sequence-python3,
 python3-all:any,
 python3-botocore,
 python3-setuptools
Rules-Requires-Root: no
Standards-Version: 4.6.1
Homepage: https://github.com/davidmuller/aws-requests-auth
Vcs-Git: https://salsa.debian.org/python-team/packages/python-aws-requests-auth.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-aws-requests-auth
Testsuite: autopkgtest-pkg-python

Package: python3-aws-requests-auth
Architecture: all
Depends:
 ${misc:Depends},
 ${python3:Depends}
Description: AWS Signature Version 4 Signing Process (Python 3)
 This package contains a Python library to authenticate to AWS with Amazon's
 signature version 4 signing process. The library leverages the Python
 requests library.