summaryrefslogtreecommitdiff
path: root/requests-0.14.0/debian/control
diff options
context:
space:
mode:
Diffstat (limited to 'requests-0.14.0/debian/control')
-rw-r--r--requests-0.14.0/debian/control33
1 files changed, 33 insertions, 0 deletions
diff --git a/requests-0.14.0/debian/control b/requests-0.14.0/debian/control
new file mode 100644
index 0000000..fff72ec
--- /dev/null
+++ b/requests-0.14.0/debian/control
@@ -0,0 +1,33 @@
+Source: python-requests
+Maintainer: Kristina Clair <kclair@leap.se>
+Section: python
+Priority: optional
+Build-Depends: python-setuptools (>= 0.6b3), debhelper (>= 7), python-support (>= 0.8.4)
+Standards-Version: 3.8.4
+
+Package: python-requests
+Architecture: all
+Depends: ${misc:Depends}, ${python:Depends}
+XB-Python-Version: ${python:Versions}
+Provides: ${python:Provides}
+Description: Python HTTP for Humans.
+ Requests: HTTP for Humans
+ =========================
+ .
+ .
+ .. image:: https://secure.travis-ci.org/kennethreitz/requests.png?branch=develop
+ :target: https://secure.travis-ci.org/kennethreitz/requests
+ .
+ Requests is an ISC Licensed HTTP library, written in Python, for human
+ beings.
+ .
+ Most existing Python modules for sending HTTP requests are extremely
+ verbose and cumbersome. Python's builtin urllib2 module provides most of
+ the HTTP capabilities you should need, but the api is thoroughly broken.
+ It requires an enormous amount of work (even method overrides) to
+ perform the simplest of tasks.
+ .
+ Things shouldn't be this way. Not in Python.
+ .
+ ::
+ .