{ "info": { "author": "descusr", "author_email": "descusr@163.com", "bugtrack_url": null, "classifiers": [ "Intended Audience :: Developers", "License :: Repoze Public License", "Programming Language :: Python", "Programming Language :: Python :: 2.6", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: Implementation :: CPython", "Programming Language :: Python :: Implementation :: PyPy", "Topic :: Internet :: WWW/HTTP", "Topic :: Internet :: WWW/HTTP :: WSGI" ], "description": "drequests\n=======\n\nBefore install drequests,make sure had installed pydomain(\"sudo pip install pydomain\")\n\ndrequests is an Apache2 Licensed HTTP library, written in Python, for human beings.\n\nPython\u2019s standard pycurl2 module provides most of the HTTP capabilities you need, but the API is thoroughly broken. It was built for a different time \u2014 and a different web. It requires an enormous amount of work (even method overrides) to perform the simplest of tasks..\n\nThings shouldn\u2019t be this way. Not in Python.\n>>>from drequests import DRequests\n>>>resp = DRequests(url = 'http://www.piadu.com')\n>>>resp.status_code\n200\n>>>resp.text\n