requests 0.5.0-1 source package in Ubuntu

Changelog

requests (0.5.0-1) unstable; urgency=low

  * New upstream release
  * debian/control
    - Updated description to mention proxy support
 -- Ubuntu Archive Auto-Sync <email address hidden>   Mon,  27 Jun 2011 08:07:54 +0000

Upload details

Uploaded by:
Ubuntu Archive Auto-Sync
Uploaded to:
Oneiric
Original maintainer:
Debian Python Modules Team
Architectures:
all
Section:
python
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Oneiric: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
requests_0.5.0.orig.tar.gz 21.4 KiB 747c8c79e9c75ba8608c7628e39d533a0234ff78a80569e40ba64865abc0e521
requests_0.5.0-1.debian.tar.gz 2.6 KiB 055bd115a38ce439e21b5720ed20f8a3d0efdd66eaaf394561495eca30372c33
requests_0.5.0-1.dsc 1.9 KiB 084d1b141b8c85ab7f032caaca0c9b4b02ff1d18b5712b86677ec7ea6d4044fc

Available diffs

View changes file

Binary packages built by this source

python-requests: 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
   - Proxy Support
   - Redirection Recursion Urllib Fix
   - Auto Decompression of GZipped Content
   - Unicode URL Support
   - Simple Authentication: Simple URL + HTTP Auth Registry