Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 436 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 436 Bytes

hvloop

PyPI

hvloop is a asyncio event loop like uvloop, based on libhv.

Note: hvloop stil in dev, DON"T use for production

Installation

hvloop requires python3.6 or greater

$ pip install hvloop

Quickstart

import hvloop
hvloop.install()