Add "out there" section to docs

This commit is contained in:
Kenneth Reitz
2011-10-17 20:41:40 -04:00
parent 9b42c954c6
commit a4234e97be
2 changed files with 63 additions and 0 deletions
+62
View File
@@ -0,0 +1,62 @@
Modules
=======
- https://github.com/maraujop/requests-oauth-hook
- https://github.com/jgorset/facepy
- https://github.com/bulkan/robotframework-requests
- https://github.com/bitprophet/fullerene]
- https://github.com/benjaminws/urbanairship-python
Articles & Talks
================
- http://pydanny.blogspot.com/2011/05/python-http-requests-for-humans.html
- http://python-for-humans.heroku.com
- http://issackelly.github.com/Consuming-Web-APIs-with-Python-Talk/slides/slides.html
- http://arunsag.wordpress.com/2011/08/17/new-package-python-requests-http-for-humans/
- http://habrahabr.ru/blogs/python/126262/ [Russian]
Integrations
============
ScraperWiki
------------
ScraperWiki is an excellent service that allows you to run Python, Ruby, and PHP
scraper scripts on the web. Now, Requests v0.6.1 is available to use in your scrapers!
To give it a try, simply::
import requests
Managed Packages
================
Requests is available in a number of popular package formats. Of course,
the ideal way to install Requests is via The Cheeseshop.
Ubuntu & Debian
---------------
Requests is available installed as a Debian package! Debian Etch Ubuntu, since Oneiric::
$ apt-get install
Unfortunately, the most recent version available is v0.5.0. If you're on the
Debian Python Package team, I'd love an update of that :)
Fedora and RedHat
-----------------
You can easily install Requests v0.6.1 with yum on rpm-based systems::
$ yum install python-requests
+1
View File
@@ -87,6 +87,7 @@ Requests ecosystem and community.
:maxdepth: 2
community/faq
community/out-there.rst
community/support
community/updates