From 30a16088c4d1bb58b3288e64489a9530ae712c5c Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Wed, 18 Sep 2019 04:37:53 -0400 Subject: [PATCH 01/32] Update README.md --- README.md | 19 ++++++++----------- 1 file changed, 8 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index f27d4bc8..a911e003 100644 --- a/README.md +++ b/README.md @@ -71,6 +71,10 @@ Requests is ready for the demands of building robust and reliable HTTP–speakin &, of course, rock–solid stability! +

+ +

+ Installation ------------ @@ -89,18 +93,11 @@ Requests officially supports Python 2.7 & 3.4–3.8, and runs great on PyPy. -Documentation -------------- - -Fantastic documentation is available at -, for a limited time only. - -Your satisfaction is guaranteed. - -✨ 🍰 ✨ -

- +

+ +✨ 🍰 ✨ + From e11caeb39ffd2f4c56b7be0499959bcb215526a8 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Wed, 18 Sep 2019 04:38:51 -0400 Subject: [PATCH 02/32] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index a911e003..389923a5 100644 --- a/README.md +++ b/README.md @@ -92,6 +92,9 @@ Adding requests to Pipfile's [packages]… Requests officially supports Python 2.7 & 3.4–3.8, and runs great on PyPy. +------------------------------------- + +## P.S. — Read the Docs!

From abe22b1da6c2b3397a59e33c071daa1aec2d0844 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Wed, 18 Sep 2019 04:39:17 -0400 Subject: [PATCH 03/32] Update README.md --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 389923a5..f8483f9d 100644 --- a/README.md +++ b/README.md @@ -100,7 +100,10 @@ PyPy.

+

+ ✨ 🍰 ✨ +

+ -✨ 🍰 ✨ From be2fe0c6af9b52e815fc6b15668b20b6c677ad38 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Wed, 18 Sep 2019 04:39:30 -0400 Subject: [PATCH 04/32] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index f8483f9d..26a35083 100644 --- a/README.md +++ b/README.md @@ -100,6 +100,9 @@ PyPy.

+ +------------------ +

✨ 🍰 ✨

From ac9f0d7c978528615183598377144186295025b1 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Wed, 18 Sep 2019 04:40:07 -0400 Subject: [PATCH 05/32] Update README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 26a35083..6ab92e85 100644 --- a/README.md +++ b/README.md @@ -71,8 +71,9 @@ Requests is ready for the demands of building robust and reliable HTTP–speakin &, of course, rock–solid stability! +

- + ✨ 🍰 ✨

@@ -103,10 +104,9 @@ PyPy. ------------------ +

- ✨ 🍰 ✨ +

- - From a29be8f9ccf13c887e0f8861c2a35fb5289b9e3f Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Wed, 18 Sep 2019 04:42:26 -0400 Subject: [PATCH 06/32] Update LICENSE --- LICENSE | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LICENSE b/LICENSE index 841c6023..13d91ddc 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -Copyright 2018 Kenneth Reitz +Copyright 2019 Kenneth Reitz Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. From 0f1251bc13b479c2035949adb63915a905c76f78 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Wed, 18 Sep 2019 04:43:41 -0400 Subject: [PATCH 07/32] Update README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 6ab92e85..82f1767e 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@
-    
+    
     

Python 3.7.4 (default, Sep 7 2019, 18:27:02) @@ -13,7 +13,7 @@ 'A simple, yet elegant HTTP library. Handcrafted, with ♥, for the Python community.'
- +

This software has been designed for you, with much joy, @@ -80,7 +80,7 @@ Requests is ready for the demands of building robust and reliable HTTP–speakin Installation ------------ -To install **Requests**, simply use [**pipenv**](http://pipenv.org/) (or **pip**, of +The recommended way to intall the `requests` module is to simply use [`pipenv`](http://pipenv.org/) (or `pip`, of course): ```console @@ -106,7 +106,7 @@ PyPy.

- +

From 536b583bc9d2b57f29109f9fa60af8855dfa18ab Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Wed, 18 Sep 2019 04:44:26 -0400 Subject: [PATCH 08/32] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 82f1767e..db25ef6e 100644 --- a/README.md +++ b/README.md @@ -77,8 +77,8 @@ Requests is ready for the demands of building robust and reliable HTTP–speakin

-Installation ------------- +Python Module Installation +-------------------------- The recommended way to intall the `requests` module is to simply use [`pipenv`](http://pipenv.org/) (or `pip`, of course): From af85e68f1f44b5afc7f54c0217b2617a7086650a Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Wed, 18 Sep 2019 04:44:37 -0400 Subject: [PATCH 09/32] Update README.md From cf77263ad466229633b72e54c29ea512d7be1b7b Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Wed, 18 Sep 2019 04:45:14 -0400 Subject: [PATCH 10/32] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index db25ef6e..5a25d07d 100644 --- a/README.md +++ b/README.md @@ -77,8 +77,8 @@ Requests is ready for the demands of building robust and reliable HTTP–speakin

-Python Module Installation --------------------------- +Requests Module Installation +---------------------------- The recommended way to intall the `requests` module is to simply use [`pipenv`](http://pipenv.org/) (or `pip`, of course): From a7944ba94f725e30a7a652f425a0d049c16ae1ba Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Wed, 18 Sep 2019 04:46:49 -0400 Subject: [PATCH 11/32] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5a25d07d..e4c05009 100644 --- a/README.md +++ b/README.md @@ -95,7 +95,7 @@ PyPy. ------------------------------------- -## P.S. — Read the Docs! +## P.S. — Documentation is Available (*e.g.* read the manual)!

From 75f062dcefa741c7b79e7a5fdc95f4aed1513644 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Wed, 18 Sep 2019 04:47:36 -0400 Subject: [PATCH 12/32] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e4c05009..c4b10012 100644 --- a/README.md +++ b/README.md @@ -95,7 +95,7 @@ PyPy. ------------------------------------- -## P.S. — Documentation is Available (*e.g.* read the manual)! +## P.S. — Documentation is Available at [2.python-requests.org](https://2.python-requests.org/).

From 179f943300a73a1a14f1893b129b0df678eeb733 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Wed, 18 Sep 2019 04:48:05 -0400 Subject: [PATCH 13/32] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c4b10012..afa9bcc5 100644 --- a/README.md +++ b/README.md @@ -95,7 +95,7 @@ PyPy. ------------------------------------- -## P.S. — Documentation is Available at [2.python-requests.org](https://2.python-requests.org/). +## P.S. — Documentation is Available at [//2.python-requests.org](https://2.python-requests.org/).

From 99197c2058200f1ccc951931260f0223975d1b08 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Wed, 18 Sep 2019 04:49:43 -0400 Subject: [PATCH 14/32] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index afa9bcc5..de302894 100644 --- a/README.md +++ b/README.md @@ -95,7 +95,7 @@ PyPy. ------------------------------------- -## P.S. — Documentation is Available at [//2.python-requests.org](https://2.python-requests.org/). +## P.S. — Documentation is Available at [://2.python-requests.org](https://2.python-requests.org/).

From d66ffdbb2b24a5db8651970b1d2e918d650f0c0c Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Wed, 18 Sep 2019 04:49:57 -0400 Subject: [PATCH 15/32] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index de302894..d209cb81 100644 --- a/README.md +++ b/README.md @@ -95,7 +95,7 @@ PyPy. ------------------------------------- -## P.S. — Documentation is Available at [://2.python-requests.org](https://2.python-requests.org/). +## P.S. — Documentation is Available at [`://2.python-requests.org`](https://2.python-requests.org/).

From 3ed0f8fba044e65946385f1067dcb1ab0440f37d Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Wed, 18 Sep 2019 04:50:39 -0400 Subject: [PATCH 16/32] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d209cb81..84075457 100644 --- a/README.md +++ b/README.md @@ -95,7 +95,7 @@ PyPy. ------------------------------------- -## P.S. — Documentation is Available at [`://2.python-requests.org`](https://2.python-requests.org/). +## P.S. — Documentation is Available at [`//2.python-requests.org`](https://2.python-requests.org/).

From 446911b8539af0f5ae2dcf558fec4a6c0cd8af44 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Wed, 18 Sep 2019 04:51:10 -0400 Subject: [PATCH 17/32] Update README.md --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 84075457..3c23941c 100644 --- a/README.md +++ b/README.md @@ -90,8 +90,7 @@ Adding requests to Pipfile's [packages]… … ``` -Requests officially supports Python 2.7 & 3.4–3.8, and runs great on -PyPy. +Requests officially supports Python 2.7 & 3.4–3.8. ------------------------------------- From 458496d43e9ff08dd285d4b67b5bb889bca3480f Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Wed, 18 Sep 2019 04:51:23 -0400 Subject: [PATCH 18/32] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3c23941c..ba0df046 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ by Kenneth Reitz & is secured by The  

 

-

Requests is an elegant and simple HTTP library for Python, built with ♥

+

Requests is an elegant and simple HTTP library for Python, built with ♥.

```pycon >>> import requests From de1c200dff8d5cb0486200fe21793793a7b94346 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Wed, 18 Sep 2019 04:51:58 -0400 Subject: [PATCH 19/32] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index ba0df046..2b553646 100644 --- a/README.md +++ b/README.md @@ -54,6 +54,8 @@ Requests allows you to send HTTP/1.1 requests extremely easily. There’s no nee Requests is one of the most downloaded Python packages of all time, pulling in around `14M downloads / week`— according to GitHub, Requests is currently [depended upon](https://github.com/psf/requests/network/dependents?package_id=UGFja2FnZS01NzA4OTExNg%3D%3D) by `367_296` repositories. You can trust this code. +

 

+

Supported Features & Best–Practices

Requests is ready for the demands of building robust and reliable HTTP–speaking applications, on today's web (or your own infrastructure). From 9f35ebd7956644c214405cc6253e1f5b7506df24 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Wed, 18 Sep 2019 04:52:22 -0400 Subject: [PATCH 20/32] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2b553646..e61ce761 100644 --- a/README.md +++ b/README.md @@ -78,6 +78,7 @@ Requests is ready for the demands of building robust and reliable HTTP–speakin ✨ 🍰 ✨

+

 

Requests Module Installation ---------------------------- From 0f71067f643fff1a76deb8db7c7a2c280ba434d3 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Wed, 18 Sep 2019 04:52:39 -0400 Subject: [PATCH 21/32] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index e61ce761..cdf6efb0 100644 --- a/README.md +++ b/README.md @@ -50,6 +50,8 @@ u'{"type":"User"...' --------------------------------------------------------------------- +

 

+ Requests allows you to send HTTP/1.1 requests extremely easily. There’s no need to manually add query strings to your URLs, or to form-encode your `PUT` & `POST` data — but nowadays, just use the `json` method! Requests is one of the most downloaded Python packages of all time, pulling in around `14M downloads / week`— according to GitHub, Requests is currently [depended upon](https://github.com/psf/requests/network/dependents?package_id=UGFja2FnZS01NzA4OTExNg%3D%3D) by `367_296` repositories. You can trust this code. From 49acab8033b59c417525818d046efa8443d8958d Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Wed, 18 Sep 2019 04:54:20 -0400 Subject: [PATCH 22/32] Update FUNDING.yml --- .github/FUNDING.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml index daf77524..d9e06db0 100644 --- a/.github/FUNDING.yml +++ b/.github/FUNDING.yml @@ -1 +1,2 @@ custom: ['https://www.python.org/psf/forms/sponsor-application/'] +github: ['psf'] From c21c039ec8044dc0aeeededa365cc8bece8094de Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Wed, 18 Sep 2019 04:54:31 -0400 Subject: [PATCH 23/32] Update FUNDING.yml --- .github/FUNDING.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml index d9e06db0..daf77524 100644 --- a/.github/FUNDING.yml +++ b/.github/FUNDING.yml @@ -1,2 +1 @@ custom: ['https://www.python.org/psf/forms/sponsor-application/'] -github: ['psf'] From dc1526f85d7b55d7f2005c0a8cd8eacf47d77a5c Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Wed, 18 Sep 2019 04:55:34 -0400 Subject: [PATCH 24/32] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index cdf6efb0..93c69244 100644 --- a/README.md +++ b/README.md @@ -29,6 +29,8 @@ by
Kenneth Reitz & is secured by The Requests is an elegant and simple HTTP library for Python, built with ♥.

+

 

+ ```pycon >>> import requests >>> r = requests.get('https://api.github.com/user', auth=('user', 'pass')) From f348d51818ed801c819d8bd5c85b923928b28ebe Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Wed, 18 Sep 2019 04:56:04 -0400 Subject: [PATCH 25/32] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 93c69244..fbcfb183 100644 --- a/README.md +++ b/README.md @@ -46,6 +46,8 @@ u'{"type":"User"...' {u'disk_usage': 368627, u'private_gists': 484, ...} ``` +

 

+

Downloads image image

From b15bccf35e19ee9e1af26cc5f1b52df7453411ac Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Wed, 18 Sep 2019 04:56:18 -0400 Subject: [PATCH 26/32] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index fbcfb183..16d9b6e2 100644 --- a/README.md +++ b/README.md @@ -52,6 +52,8 @@ u'{"type":"User"...' image image

+

 

+ ---------------------------------------------------------------------

 

From cfdd00f3a382ed2c35ca318756bb60aef1a1a99b Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Wed, 18 Sep 2019 04:57:16 -0400 Subject: [PATCH 27/32] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 16d9b6e2..c0585609 100644 --- a/README.md +++ b/README.md @@ -66,7 +66,7 @@ Requests is one of the most downloaded Python packages of all time, pulling in a

Supported Features & Best–Practices

-Requests is ready for the demands of building robust and reliable HTTP–speaking applications, on today's web (or your own infrastructure). +Requests is ready for the demands of building robust and reliable HTTP–speak applications, for the needs of today.
          + International Domains and URLs       + Keep-Alive & Connection Pooling

From eb2c14889fccd3e2526aab31e57c452e47848335 Mon Sep 17 00:00:00 2001
From: Kenneth Reitz 
Date: Wed, 18 Sep 2019 04:59:26 -0400
Subject: [PATCH 28/32] Update README.md

---
 README.md | 16 +++++++++-------
 1 file changed, 9 insertions(+), 7 deletions(-)

diff --git a/README.md b/README.md
index c0585609..91089f29 100644
--- a/README.md
+++ b/README.md
@@ -46,13 +46,7 @@ u'{"type":"User"...'
 {u'disk_usage': 368627, u'private_gists': 484, ...}
 ```
 
-

 

-

Downloads -image -image

- -

 

--------------------------------------------------------------------- @@ -60,7 +54,15 @@ u'{"type":"User"...' Requests allows you to send HTTP/1.1 requests extremely easily. There’s no need to manually add query strings to your URLs, or to form-encode your `PUT` & `POST` data — but nowadays, just use the `json` method! -Requests is one of the most downloaded Python packages of all time, pulling in around `14M downloads / week`— according to GitHub, Requests is currently [depended upon](https://github.com/psf/requests/network/dependents?package_id=UGFja2FnZS01NzA4OTExNg%3D%3D) by `367_296` repositories. You can trust this code. +Requests is one of **the most downloaded Python packages of all time**, pulling in around `14M downloads / week`— according to GitHub, Requests is currently [depended upon](https://github.com/psf/requests/network/dependents?package_id=UGFja2FnZS01NzA4OTExNg%3D%3D) by `367_296` repositories. You can trust this code. + +

 

+ +

Downloads +image +image

+ +

 

 

From 72176ab9accf1a6cba861ddaeb9e36c6270f4bd2 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Wed, 18 Sep 2019 04:59:40 -0400 Subject: [PATCH 29/32] Update README.md --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 91089f29..26286cb9 100644 --- a/README.md +++ b/README.md @@ -56,8 +56,6 @@ Requests allows you to send HTTP/1.1 requests extremely easily. There’s no nee Requests is one of **the most downloaded Python packages of all time**, pulling in around `14M downloads / week`— according to GitHub, Requests is currently [depended upon](https://github.com/psf/requests/network/dependents?package_id=UGFja2FnZS01NzA4OTExNg%3D%3D) by `367_296` repositories. You can trust this code. -

 

-

Downloads image image

From f82382588f9ad8c0ac15dc4b401e5e7cad41e9ae Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Wed, 18 Sep 2019 05:01:17 -0400 Subject: [PATCH 30/32] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 26286cb9..85fff63e 100644 --- a/README.md +++ b/README.md @@ -54,7 +54,7 @@ u'{"type":"User"...' Requests allows you to send HTTP/1.1 requests extremely easily. There’s no need to manually add query strings to your URLs, or to form-encode your `PUT` & `POST` data — but nowadays, just use the `json` method! -Requests is one of **the most downloaded Python packages of all time**, pulling in around `14M downloads / week`— according to GitHub, Requests is currently [depended upon](https://github.com/psf/requests/network/dependents?package_id=UGFja2FnZS01NzA4OTExNg%3D%3D) by `367_296` repositories. You can trust this code. +Requests is **the most downloaded Python package today**, pulling in around `14M downloads / week`— according to GitHub, Requests is currently [depended upon](https://github.com/psf/requests/network/dependents?package_id=UGFja2FnZS01NzA4OTExNg%3D%3D) by `367_296` repositories. You can trust this code.

Downloads image From a9860c4faed86a480f02a4bfa67f4e3c07cf6f4a Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Wed, 18 Sep 2019 05:02:07 -0400 Subject: [PATCH 31/32] Update README.md --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 85fff63e..bdbc4e8b 100644 --- a/README.md +++ b/README.md @@ -54,12 +54,13 @@ u'{"type":"User"...' Requests allows you to send HTTP/1.1 requests extremely easily. There’s no need to manually add query strings to your URLs, or to form-encode your `PUT` & `POST` data — but nowadays, just use the `json` method! -Requests is **the most downloaded Python package today**, pulling in around `14M downloads / week`— according to GitHub, Requests is currently [depended upon](https://github.com/psf/requests/network/dependents?package_id=UGFja2FnZS01NzA4OTExNg%3D%3D) by `367_296` repositories. You can trust this code. -

Downloads image image

+Requests is **the most downloaded Python package today**, pulling in around `14M downloads / week`— according to GitHub, Requests is currently [depended upon](https://github.com/psf/requests/network/dependents?package_id=UGFja2FnZS01NzA4OTExNg%3D%3D) by `367_296` repositories. You can trust this code. + +

 

 

From c19651193488c90e4b84ec92b55da1258574d9f9 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Wed, 18 Sep 2019 05:02:36 -0400 Subject: [PATCH 32/32] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index bdbc4e8b..ae5a3dde 100644 --- a/README.md +++ b/README.md @@ -54,14 +54,14 @@ u'{"type":"User"...' Requests allows you to send HTTP/1.1 requests extremely easily. There’s no need to manually add query strings to your URLs, or to form-encode your `PUT` & `POST` data — but nowadays, just use the `json` method! -

Downloads -image -image

Requests is **the most downloaded Python package today**, pulling in around `14M downloads / week`— according to GitHub, Requests is currently [depended upon](https://github.com/psf/requests/network/dependents?package_id=UGFja2FnZS01NzA4OTExNg%3D%3D) by `367_296` repositories. You can trust this code.

 

+

Downloads +image +image