Skip to content

Commit 8b9bc8f

Browse files
authored
Move badges to top of README (#7293)
1 parent e331a28 commit 8b9bc8f

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Requests
22

3+
[![Version](https://img.shields.io/pypi/v/requests.svg?maxAge=86400)](https://pypi.org/project/requests/)
4+
[![Supported Versions](https://img.shields.io/pypi/pyversions/requests.svg)](https://pypi.org/project/requests)
5+
[![Downloads](https://static.pepy.tech/badge/requests/month)](https://pepy.tech/project/requests)
6+
[![Contributors](https://img.shields.io/github/contributors/psf/requests.svg)](https://github.com/psf/requests/graphs/contributors)
7+
38
**Requests** is a simple, yet elegant, HTTP library.
49

510
```python
@@ -21,10 +26,6 @@ Requests allows you to send HTTP/1.1 requests extremely easily. There’s no nee
2126

2227
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.
2328

24-
[![Downloads](https://static.pepy.tech/badge/requests/month)](https://pepy.tech/project/requests)
25-
[![Supported Versions](https://img.shields.io/pypi/pyversions/requests.svg)](https://pypi.org/project/requests)
26-
[![Contributors](https://img.shields.io/github/contributors/psf/requests.svg)](https://github.com/psf/requests/graphs/contributors)
27-
2829
## Installing Requests and Supported Versions
2930

3031
Requests is available on PyPI:

0 commit comments

Comments
 (0)