2016-04-14 16:53:08 +00:00
|
|
|
.. image:: https://travis-ci.org/MagicStack/uvloop.svg?branch=master
|
|
|
|
:target: https://travis-ci.org/MagicStack/uvloop
|
|
|
|
|
|
|
|
|
2015-11-11 21:35:40 +00:00
|
|
|
An implementation of asyncio-compatible event loop on top of libuv.
|
|
|
|
This is a research prototype, do not use it in production.
|
|
|
|
|
|
|
|
|
2016-04-14 16:53:08 +00:00
|
|
|
Build Instructions
|
|
|
|
------------------
|
2015-11-11 21:35:40 +00:00
|
|
|
|
|
|
|
You'll need `Cython` and Python 3.5. The best way is to create
|
|
|
|
a virtual env, so that you'll have `cython` and `python` commands
|
|
|
|
pointing to the correct tools.
|
|
|
|
|
|
|
|
1. `git clone --recursive https://github.com/1st1/uvloop.git`
|
|
|
|
|
|
|
|
2. `cd uvloop; make`
|
|
|
|
|
|
|
|
3. `make test`
|