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. diff --git a/README.md b/README.md index f27d4bc8..ae5a3dde 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, @@ -27,7 +27,9 @@ 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 @@ -44,19 +46,28 @@ u'{"type":"User"...' {u'disk_usage': 368627, u'private_gists': 484, ...} ``` + + +--------------------------------------------------------------------- + +

 

+ +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 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. +

 

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
@@ -72,10 +83,16 @@ 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 +

 

+ +Requests Module Installation +---------------------------- + +The recommended way to intall the `requests` module is to simply use [`pipenv`](http://pipenv.org/) (or `pip`, of course): ```console @@ -85,22 +102,22 @@ 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. +------------------------------------- -Documentation -------------- - -Fantastic documentation is available at -, for a limited time only. - -Your satisfaction is guaranteed. - -✨ 🍰 ✨ +## P.S. — Documentation is Available at [`//2.python-requests.org`](https://2.python-requests.org/).

- + +

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

+