File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -95,6 +95,7 @@ both from the side of production and consumption:
9595* BeautifulSoup _ - "You didn't write that awful page. You're just trying to
9696 get some data out of it. Right now, you don't really care what HTML is
9797 supposed to look like. Neither does this parser."
98+ * requests _ - HTTP for humans
9899* httplib2 _ - A comprehensive HTTP client library that supports many features
99100 left out of other HTTP libraries.
100101* rpclib _ - a simple, easily extendible soap library that provides several
@@ -104,6 +105,7 @@ both from the side of production and consumption:
104105 to HTTP resource and build objects around it.
105106
106107.. _BeautifulSoup : http://www.crummy.com/software/BeautifulSoup/
108+ .. _requests : http://docs.python-requests.org/en/latest/
107109.. _httplib2 : http://code.google.com/p/httplib2/
108110.. _rpclib : https://github.com/arskom/rpclib
109111.. _Suds : https://fedorahosted.org/suds/
You can’t perform that action at this time.
0 commit comments