mirror of
https://github.com/kennethreitz/requests.git
synced 2026-06-05 22:50:18 +00:00
23 lines
755 B
HTML
23 lines
755 B
HTML
<h3>About Requests</h3>
|
|
<p>
|
|
Requests is an elegant and simple HTTP library for Python, built for
|
|
human beings. You are currently looking at the documentation of the
|
|
development release.
|
|
</p>
|
|
|
|
<h3>Feedback</h3>
|
|
<p>
|
|
Feedback is greatly appreciated. If you have any questions, comments,
|
|
random praise, or anonymous threats, <a href="mailto:me@kennethreitz.com">
|
|
shoot me an email</a>.
|
|
</p>
|
|
|
|
|
|
<h3>Useful Links</h3>
|
|
<ul>
|
|
<li><a href="http://python-requests.org/">The Requests Website</a></li>
|
|
<li><a href="http://pypi.python.org/pypi/requests">Requests @ PyPI</a></li>
|
|
<li><a href="http://github.com/kennethreitz/requests">Requests @ GitHub</a></li>
|
|
<li><a href="http://github.com/kennethreitz/requests/issues">Issue Tracker</a></li>
|
|
</ul>
|