Skip to content

Commit 514c162

Browse files
authored
Update README and remove extraneous images (#7366)
1 parent d2f6bde commit 514c162

File tree

6 files changed

+2
-5
lines changed

6 files changed

+2
-5
lines changed

README.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
[![Supported Versions](https://img.shields.io/pypi/pyversions/requests.svg)](https://pypi.org/project/requests)
55
[![Downloads](https://static.pepy.tech/badge/requests/month)](https://pepy.tech/project/requests)
66
[![Contributors](https://img.shields.io/github/contributors/psf/requests.svg)](https://github.com/psf/requests/graphs/contributors)
7+
[![Documentation](https://readthedocs.org/projects/requests/badge/?version=latest)](https://requests.readthedocs.io)
78

89
**Requests** is a simple, yet elegant, HTTP library.
910

@@ -24,7 +25,7 @@
2425

2526
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!
2627

27-
Requests is one of the most downloaded Python packages today, pulling in around `30M downloads / week`— according to GitHub, Requests is currently [depended upon](https://github.com/psf/requests/network/dependents?package_id=UGFja2FnZS01NzA4OTExNg%3D%3D) by `1,000,000+` repositories. You may certainly put your trust in this code.
28+
Requests is one of the most downloaded Python packages today, pulling in around `300M downloads / week` — according to GitHub, Requests is currently [depended upon](https://github.com/psf/requests/network/dependents?package_id=UGFja2FnZS01NzA4OTExNg%3D%3D) by `4,000,000+` repositories.
2829

2930
## Installing Requests and Supported Versions
3031

@@ -54,10 +55,6 @@ Requests is ready for the demands of building robust and reliable HTTP–speakin
5455
- Automatic honoring of `.netrc`
5556
- Chunked HTTP Requests
5657

57-
## API Reference and User Guide available on [Read the Docs](https://requests.readthedocs.io)
58-
59-
[![Read the Docs](https://raw.githubusercontent.com/psf/requests/main/ext/ss.png)](https://requests.readthedocs.io)
60-
6158
## Cloning the repository
6259

6360
When cloning the Requests repository, you may need to add the `-c

ext/flower-of-life.jpg

-14.5 KB
Binary file not shown.

ext/kr-compressed.png

-5.81 KB
Binary file not shown.

ext/psf-compressed.png

-11.7 KB
Binary file not shown.

ext/ss-compressed.png

-363 KB
Binary file not shown.

ext/ss.png

-363 KB
Binary file not shown.

0 commit comments

Comments
 (0)