From: Kenneth Reitz Date: Sun, 15 May 2011 17:23:05 +0000 (-0400) Subject: orgs X-Git-Tag: v0.4.1^2~53 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=1ebf3afb24e21cced0fab67e55294ed397d714c0;p=services%2Fpython-requests.git orgs --- diff --git a/docs/index.rst b/docs/index.rst index 4de55ef..ac79d0f 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -16,6 +16,8 @@ HTTP capabilities required, but the api is thoroughly **broken**. It reqires an *enormous* amount of work (even method overrides) to perform the simplest of tasks. +Things shouldn’t be this way. Not in Python. + Enter Requests. Requests allow you to send **GET**, **HEAD**, **PUT**, **POST**, and **DELETE** HTTP requests. You can add headers, form data, multipart files, and parameters with simple Python dictionaries, and access the @@ -26,8 +28,6 @@ all the hard work and crazy hacks for you. It's Simple ----------- -How Simple? - :: >>> import requests @@ -41,6 +41,8 @@ See `the same code, without Requests `_. Testimonals ~~~~~~~~~~~ +`Twitter, Inc `_ and `The Library of Congress `_ use Requests internally. + **Daniel Greenfeld** Nuked a 1200 LOC spaghetti code library with 10 lines of code thanks to @kennethreitz's request library. Today has been AWESOME.