mirror of
https://github.com/kennethreitz/requests.git
synced 2026-06-05 22:50:18 +00:00
52 lines
1.7 KiB
HTML
52 lines
1.7 KiB
HTML
<p class="logo">
|
|
<a href="{{ pathto(master_doc) }}">
|
|
<img class="logo" src="{{ pathto('_static/requests-sidebar.png', 1) }}" title="Rezzy the Requests Sea Turtle"/>
|
|
</a>
|
|
</p>
|
|
|
|
<p>
|
|
<iframe src="http://ghbtns.com/github-btn.html?user=kennethreitz&repo=requests&type=watch&count=true&size=large"
|
|
allowtransparency="true" frameborder="0" scrolling="0" width="200px" height="35px"></iframe>
|
|
</p>
|
|
|
|
<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>Donate</h3>
|
|
<p>
|
|
If you love Requests, consider supporting the author <a href="https://www.gittip.com/kennethreitz/">on Gittip</a>:
|
|
</p>
|
|
<p>
|
|
<iframe style="border: 0; margin: 0; padding: 0;"
|
|
src="https://www.gittip.com/kennethreitz/widget.html"
|
|
width="48pt" height="20pt"></iframe>
|
|
</p>
|
|
|
|
<p>
|
|
If your organization uses Requests, consider financial support:
|
|
|
|
</p>
|
|
<p>
|
|
<a href="http://gum.co/RRZc" class="gumroad-button">Requests Pro</a><script type="text/javascript" src="https://gumroad.com/js/gumroad-button.js"></script>
|
|
</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://pypi.python.org/pypi/requests">Requests @ PyPI</a></li>
|
|
<li><a href="http://github.com/kennethreitz/requests">Requests @ GitHub</a></li>
|
|
<li><a href="https://flattr.com/thing/442264/Requests">Requests @ Flattr</a></li>
|
|
<li><a href="http://github.com/kennethreitz/requests/issues">Issue Tracker</a></li>
|
|
</ul>
|