Skip to content

Commit

Permalink
The Principle of Polarity
Browse files Browse the repository at this point in the history
Everything is dual; Everything has poles; Everything has its pair of opposites; Like and unlike are the same; Opposites are identical in nature, but different in degree; Extremes meet; All truths, are but half-truths; All paradoxes may be reconciled.
  • Loading branch information
kennethreitz committed Sep 23, 2019
1 parent 729fd3c commit e8a9bd7
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 14 deletions.
25 changes: 11 additions & 14 deletions README.md
@@ -1,7 +1,7 @@


<span align="center">

<pre>
<a href="https://2.python-requests.org/"><img src="https://raw.githubusercontent.com/psf/requests/master/ext/deepmind-kr.jpg" align="center" /></a>
<div align="left">
Expand All @@ -12,15 +12,13 @@
<code> >>> r.json()["description"]</code>
<code> 'A simple, yet elegant HTTP library. Handcrafted, with ♥, for the Python community.'</code>
</div>

<a href="https://www.codecademy.com/articles/http-requests"><img src="https://github.com/psf/requests/blob/master/ext/flower-of-life.jpg?raw=true" /></a>

<p align="center">
This software has been designed for you, with much joy,
by <a href="https://kennethreitz.org/">Kenneth Reitz</a> & is secured by The <a href="https://www.python.org/psf/">Python Software Foundation</a>.
This software has been designed for you, with much joy,
by <a href="https://kennethreitz.org/">Kenneth Reitz</a> & is protected by The <a href="https://www.python.org/psf/">Python Software Foundation</a>.
</p>
<p>&nbsp;</p>
<img src="https://github.com/psf/requests/blob/master/ext/flourish.jpg?raw=true" />
</pre>

</span>
Expand Down Expand Up @@ -71,14 +69,14 @@ Requests is ready for the demands of building robust and reliable HTTP–speak a

<pre class="test">
+ International Domains and URLs + Keep-Alive & Connection Pooling
+ Sessions with Cookie Persistence + Browser-style SSL Verification
+ Basic & Digest Authentication + Familiar `dict`–like Cookies
+ Automatic Decompression of Content + Automatic Content Decoding
+ Sessions with Cookie Persistence + Browser-style SSL Verification
+ Basic & Digest Authentication + Familiar `dict`–like Cookies
+ Automatic Decompression of Content + Automatic Content Decoding
+ Automatic Connection Pooling + Unicode Response Bodies<super>*</super>
+ Multi-part File Uploads + SOCKS Proxy Support
+ Multi-part File Uploads + SOCKS Proxy Support
+ Connection Timeouts + Streaming Downloads
+ Automatic honoring of `.netrc` + Chunked HTTP Requests
+ Automatic honoring of `.netrc` + Chunked HTTP Requests

&, of course, rock–solid stability!
</pre>
</div>
Expand Down Expand Up @@ -127,4 +125,3 @@ Requests officially supports Python 2.7 & 3.4–3.8.
<p align="center">
<a href="https://www.python.org/psf/"><img src="https://raw.githubusercontent.com/psf/requests/master/ext/psf.png" align="center" /></a>
</p>

1 change: 1 addition & 0 deletions ext/LICENSE
@@ -0,0 +1 @@
Copyright 2019 Kenneth Reitz. All rights reserved.
Binary file removed ext/flourish.jpg
Binary file not shown.
Binary file modified ext/flower-of-life.jpg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

1 comment on commit e8a9bd7

@dubek
Copy link

@dubek dubek commented on e8a9bd7 Jan 12, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Now that's a great commit message! 👏

Please sign in to comment.