We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4448ff2 commit 83ee1e3Copy full SHA for 83ee1e3
README.rst
@@ -4,6 +4,10 @@
4
.. image:: https://img.shields.io/pypi/v/uvloop.svg
5
:target: https://pypi.python.org/pypi/uvloop
6
7
+.. image:: https://pepy.tech/badge/uvloop
8
+ :target: https://pepy.tech/project/uvloop
9
+ :alt: PyPI - Downloads
10
+
11
12
uvloop is a fast, drop-in replacement of the built-in asyncio
13
event loop. uvloop is implemented in Cython and uses libuv
0 commit comments