Source: requests
Maintainer: Sean Channel <pentabular@gmail.com>
Section: python
Priority: optional
Build-Depends: python-setuptools, python | python-all, debhelper (>= 7), python-pytest, python-urllib3
Standards-Version: 3.9.1

Package: python-requests
Architecture: all
Depends: ${misc:Depends}, ${python:Depends}, python-pytest, python-urllib3
Description: Python HTTP for Humans
 .
 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.
 .
