From 83ee1e37aa7f36586962fd6aaa4b53c9f0b938f5 Mon Sep 17 00:00:00 2001 From: Ofek Lev Date: Thu, 13 Dec 2018 15:52:18 -0500 Subject: [PATCH] Add downloads badge to README.rst --- README.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.rst b/README.rst index 78ebf8d..9472913 100644 --- a/README.rst +++ b/README.rst @@ -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