README: Add a status badge

This commit is contained in:
Yury Selivanov 2016-05-03 23:04:38 -04:00
parent ca6c961f92
commit 7448803d92
1 changed files with 3 additions and 0 deletions

View File

@ -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