requests 0.6.1-1 source package in Ubuntu

Changelog

requests (0.6.1-1) unstable; urgency=low

  * New upstream release
 -- Ubuntu Archive Auto-Sync <email address hidden>   Mon,  17 Oct 2011 15:32:36 +0000

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Precise: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
requests_0.6.1.orig.tar.gz 25.5 KiB 2656b23db25398e990e6f5d75dfbd960454a1fe573aeedc651773ddd2a8a3bbc
requests_0.6.1-1.debian.tar.gz 2.5 KiB cc5ef53ad8aff9d7711e758dc6630d0f96f72855fd8bff0dccce171b35a0aebf
requests_0.6.1-1.dsc 1.9 KiB 2267bfef551b9e0fc2f8ada66a3d17c5ca8d6478bfdc9945b165bdac350d6fcb

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