From a4234e97bedff790617dd3f8921ef056d11e6993 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Mon, 17 Oct 2011 20:41:40 -0400 Subject: [PATCH] Add "out there" section to docs --- docs/community/out-there.rst | 62 ++++++++++++++++++++++++++++++++++++ docs/index.rst | 1 + 2 files changed, 63 insertions(+) create mode 100644 docs/community/out-there.rst diff --git a/docs/community/out-there.rst b/docs/community/out-there.rst new file mode 100644 index 00000000..167494d3 --- /dev/null +++ b/docs/community/out-there.rst @@ -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 + + + + diff --git a/docs/index.rst b/docs/index.rst index d849ed5f..183d475a 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -87,6 +87,7 @@ Requests ecosystem and community. :maxdepth: 2 community/faq + community/out-there.rst community/support community/updates