From 7448803d92836d65dfa5b049dea56d63483f0951 Mon Sep 17 00:00:00 2001 From: Yury Selivanov Date: Tue, 3 May 2016 23:04:38 -0400 Subject: [PATCH] README: Add a status badge --- README.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.rst b/README.rst index 1eaf78c..fb8fb40 100644 --- a/README.rst +++ b/README.rst @@ -1,6 +1,9 @@ .. image:: https://travis-ci.org/MagicStack/uvloop.svg?branch=master :target: https://travis-ci.org/MagicStack/uvloop +.. image:: https://img.shields.io/pypi/status/uvloop.svg?maxAge=2592000?style=plastic + :target: https://pypi.python.org/pypi/uvloop + uvloop is a fast, drop-in replacement of the built-in asyncio event loop. uvloop is implemented in Cython and uses libuv