summaryrefslogtreecommitdiff
path: root/requests-0.14.0/debian/python-requests/DEBIAN/control
blob: 8f1316aea7f77607756d81163f691f884e56ea61 (plain)
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
Package: python-requests
Version: 0.14.0-1
Architecture: all
Maintainer: Kristina Clair <kclair@leap.se>
Installed-Size: 1256
Depends: python (>= 2.6), python-support (>= 0.90.0)
Provides: python2.6-requests
Section: python
Priority: optional
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.
 .
 ::
Python-Version: 2.6