@@ -17,10 +17,6 @@ Async http client/server framework
17
17
:target: https://codecov.io/gh/aio-libs/aiohttp
18
18
:alt: codecov.io status for master branch
19
19
20
- .. image :: https://img.shields.io/endpoint?url=https://codspeed.io/badge.json
21
- :target: https://codspeed.io/aio-libs/aiohttp
22
- :alt: Codspeed.io status for aiohttp
23
-
24
20
.. image :: https://badge.fury.io/py/aiohttp.svg
25
21
:target: https://pypi.org/project/aiohttp
26
22
:alt: Latest PyPI package version
@@ -29,21 +25,13 @@ Async http client/server framework
29
25
:target: https://pypistats.org/packages/aiohttp
30
26
:alt: Downloads count
31
27
32
- .. image :: https://insights.linuxfoundation.org/api/badge/health-score?project=aiohttp
33
- :target: https://insights.linuxfoundation.org/project/aiohttp
34
- :alt: LFX Health Score
35
-
36
28
.. image :: https://readthedocs.org/projects/aiohttp/badge/?version=latest
37
29
:target: https://docs.aiohttp.org/
38
30
:alt: Latest Read The Docs
39
31
40
- .. image :: https://img.shields.io/matrix/aio-libs:matrix.org?label=Discuss%20on%20Matrix%20at%20%23aio-libs%3Amatrix.org&logo=matrix&server_fqdn=matrix.org&style=flat
41
- :target: https://matrix.to/#/%23aio-libs:matrix.org
42
- :alt: Matrix Room — #aio-libs:matrix.org
43
-
44
- .. image :: https://img.shields.io/matrix/aio-libs-space:matrix.org?label=Discuss%20on%20Matrix%20at%20%23aio-libs-space%3Amatrix.org&logo=matrix&server_fqdn=matrix.org&style=flat
45
- :target: https://matrix.to/#/%23aio-libs-space:matrix.org
46
- :alt: Matrix Space — #aio-libs-space:matrix.org
32
+ .. image :: https://img.shields.io/endpoint?url=https://codspeed.io/badge.json
33
+ :target: https://codspeed.io/aio-libs/aiohttp
34
+ :alt: Codspeed.io status for aiohttp
47
35
48
36
49
37
Key Features
@@ -206,3 +194,17 @@ Benchmarks
206
194
If you are interested in efficiency, the AsyncIO community maintains a
207
195
list of benchmarks on the official wiki:
208
196
https://github.com/python/asyncio/wiki/Benchmarks
197
+
198
+ --------
199
+
200
+ .. image :: https://img.shields.io/matrix/aio-libs:matrix.org?label=Discuss%20on%20Matrix%20at%20%23aio-libs%3Amatrix.org&logo=matrix&server_fqdn=matrix.org&style=flat
201
+ :target: https://matrix.to/#/%23aio-libs:matrix.org
202
+ :alt: Matrix Room — #aio-libs:matrix.org
203
+
204
+ .. image :: https://img.shields.io/matrix/aio-libs-space:matrix.org?label=Discuss%20on%20Matrix%20at%20%23aio-libs-space%3Amatrix.org&logo=matrix&server_fqdn=matrix.org&style=flat
205
+ :target: https://matrix.to/#/%23aio-libs-space:matrix.org
206
+ :alt: Matrix Space — #aio-libs-space:matrix.org
207
+
208
+ .. image :: https://insights.linuxfoundation.org/api/badge/health-score?project=aiohttp
209
+ :target: https://insights.linuxfoundation.org/project/aiohttp
210
+ :alt: LFX Health Score
0 commit comments