Source: requests-aws Maintainer: Debian Python Modules Team Uploaders: Thomas Bechtold 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.