Python Requests module: HTTP for Humans
Requests is an Apache2 Licensed HTTP library, written in Python, for human beings. Forget httplib, urllib, httplib2 and urllib2: the requests library is clear, concise and has an extensive functionality. Finally we have a pythonic way of doing HTTP !
Comments