From afd64822198206aef3b4b6fc7140fe351dfafd43 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Sun, 23 Dec 2012 02:33:03 -0500 Subject: [PATCH] python for ios --- docs/community/out-there.rst | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/docs/community/out-there.rst b/docs/community/out-there.rst index 9b90771b..c3cf0f5e 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