requests 0.7.6

http://pypi.python.org/pypi/requests/

requests 0.7.6

Python HTTP for Humans.

Downloads ↓

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.

原文地址:https://www.cnblogs.com/lexus/p/2245532.html