From: Kenneth Reitz Date: Sun, 23 Dec 2012 07:33:03 +0000 (-0500) Subject: python for ios X-Git-Tag: v1.0.4~2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=afd64822198206aef3b4b6fc7140fe351dfafd43;p=services%2Fpython-requests.git python for ios --- diff --git a/docs/community/out-there.rst b/docs/community/out-there.rst index 9b90771..c3cf0f5 100644 --- a/docs/community/out-there.rst +++ b/docs/community/out-there.rst @@ -1,8 +1,6 @@ Modules ======= - -- `requests-oauth `_, adds OAuth support to Requests. -- `rauth `_, an alternative to requests-oauth, supports OAuth versions 1.0 and 2.0. +- `HTTPie `_, a CLI, cURL-like tool for humans. - `FacePy `_, a Python wrapper to the Facebook API. - `robotframework-requests `_, a Robot Framework API wrapper. - `fullerene `_, a Graphite Dashboard. @@ -32,6 +30,15 @@ ScraperWiki 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 + +Python for iOS +-------------- + +Requests is built into the wonderful `Python for iOS `_ runtime! + To give it a try, simply:: import requests