From 1ebf3afb24e21cced0fab67e55294ed397d714c0 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Sun, 15 May 2011 13:23:05 -0400 Subject: [PATCH] orgs --- docs/index.rst | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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. -- 2.34.1