From 066512900897d4092846529e7017df99a0aece6b Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Sun, 23 Dec 2012 02:34:53 -0500 Subject: [PATCH] reorder out there --- docs/community/out-there.rst | 54 +++++++------------------------------------- 1 file changed, 8 insertions(+), 46 deletions(-) diff --git a/docs/community/out-there.rst b/docs/community/out-there.rst index c3cf0f5..fe82169 100644 --- a/docs/community/out-there.rst +++ b/docs/community/out-there.rst @@ -1,25 +1,3 @@ -Modules -======= -- `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. -- `urbanairship-python `_, a fork of the Urban Airship API wrapper. -- `WhitespaceBot `_, a project that automatically forks repos, strips trailing whitespace, and sends a pull request. -- `python-rexster `_, Rexter client that provides a simple interface for graph databases. -- `daikon `_, a CLI for ElasticSearch. - -Articles & Talks -================ -- `Python for the Web `_ teaches how to use Python to interact with the web, using Requests. -- `Daniel Greenfield's Review of Requests `_ -- `My 'Python for Humans' talk `_ ( `audio `_ ) -- `Issac Kelly's 'Consuming Web APIs' talk `_ -- `Blog post about Requests via Yum `_ -- `Russian blog post introducing Requests `_ -- `French blog post introducing Requests `_ - - Integrations ============ @@ -44,28 +22,12 @@ To give it a try, simply:: import requests -Managed Packages +Articles & Talks ================ - -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 python-requests - - -Fedora and RedHat ------------------ - -You can easily install Requests v0.6.1 with yum on rpm-based systems:: - - $ yum install python-requests - - - - +- `Python for the Web `_ teaches how to use Python to interact with the web, using Requests. +- `Daniel Greenfield's Review of Requests `_ +- `My 'Python for Humans' talk `_ ( `audio `_ ) +- `Issac Kelly's 'Consuming Web APIs' talk `_ +- `Blog post about Requests via Yum `_ +- `Russian blog post introducing Requests `_ +- `French blog post introducing Requests `_ -- 2.7.4