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
|
Source: python-aws-requests-auth
Section: python
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Sophie Brun <sophie@freexian.com>
Build-Depends:
debhelper (>= 10),
dh-python,
python-all,
python-setuptools,
python3-all,
python3-setuptools
Standards-Version: 4.1.1
Homepage: https://github.com/davidmuller/aws-requests-auth
Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/python-aws-requests-auth.git
Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/python-aws-requests-auth.git
Testsuite: autopkgtest-pkg-python
Package: python-aws-requests-auth
Architecture: all
Depends:
${misc:Depends},
${python:Depends}
Description: AWS Signature Version 4 Signing Process (Python 2)
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.
.
This package installs the library for Python 2.
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.
.
This package installs the library for Python 3.
|