Add downloads badge to README.rst

This commit is contained in:
Ofek Lev 2018-12-13 15:52:18 -05:00 committed by Yury Selivanov
parent 4448ff2c1c
commit 83ee1e37aa
1 changed files with 4 additions and 0 deletions

View File

@ -4,6 +4,10 @@
.. image:: https://img.shields.io/pypi/v/uvloop.svg
:target: https://pypi.python.org/pypi/uvloop
.. image:: https://pepy.tech/badge/uvloop
:target: https://pepy.tech/project/uvloop
:alt: PyPI - Downloads
uvloop is a fast, drop-in replacement of the built-in asyncio
event loop. uvloop is implemented in Cython and uses libuv