Skip to content

Commit c882dfd

Browse files
committed
add link to requests library documentation for reference
1 parent f90c6ab commit c882dfd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

source/main/readings.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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/

0 commit comments

Comments
 (0)