aboutsummaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
authorDaniele Tricoli <eriol@mornie.org>2011-06-06 01:03:36 +0000
committerDaniele Tricoli <eriol@mornie.org>2011-06-06 01:03:36 +0000
commite097d938a81e42e947a3cb2b1c13796406696abb (patch)
tree9003754844916c03f5a47c2404439aed8b4cca38 /debian/control
parent4a981f80429e10d8bb9d324175bf3c7996fe9d66 (diff)
downloadpython-requests-e097d938a81e42e947a3cb2b1c13796406696abb.tar
python-requests-e097d938a81e42e947a3cb2b1c13796406696abb.tar.gz
Minor cleaning
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control34
1 files changed, 17 insertions, 17 deletions
diff --git a/debian/control b/debian/control
index 0ff502d..0ac4cda 100644
--- a/debian/control
+++ b/debian/control
@@ -13,20 +13,20 @@ Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/requests/trun
Package: python-requests
Architecture: all
Depends: ${misc:Depends}, ${python:Depends}
-Description: an elegant and simple HTTP library for Python, built for human beings
- Requests allow you to send GET, HEAD, PUT, POST, and DELETE
- HTTP 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 urllib2, but it does all the
- hard work and crazy hacks for you.
- .
- Features
- .
- - Extremely simple GET, HEAD, POST, PUT, DELETE Requests
- - Simple HTTP Header Request Attachment
- - Simple Data/Params Request Attachment
- - Simple Multipart File Uploads
- - CookieJar Support
- - Redirection History
- - Redirection Recursion Urllib Fix
- - Auto Decompression of GZipped Content
+Description: elegant and simple HTTP library for Python, built for human beings
+ Requests allow you to send GET, HEAD, PUT, POST, and DELETE
+ HTTP 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 urllib2, but it does all the
+ hard work and crazy hacks for you.
+ .
+ Features
+ .
+ - Extremely simple GET, HEAD, POST, PUT, DELETE Requests
+ - Simple HTTP Header Request Attachment
+ - Simple Data/Params Request Attachment
+ - Simple Multipart File Uploads
+ - CookieJar Support
+ - Redirection History
+ - Redirection Recursion Urllib Fix
+ - Auto Decompression of GZipped Content