Skip to content
forked from kasicass/fatuv

libuv wrapper for python/pypy

License

Notifications You must be signed in to change notification settings

chenanxing/fatuv

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fatuv

INTRODUCTION

  • a cffi-based libuv wrapper for python/pypy
  • interface inspired by pyuv
  • benchmark inspired by uvloop

BUILD

# python -m pip install cffi
# pypy -m pip install pycparser

$ make
$ python examples/08-timer.py
$ pypy examples/08-timer.py

Debian 9.5

aptitude install make gcc libuv1-dev
aptitude install python-dev python3-dev pypy pypy-dev

OpenBSD 6.4

pkg_add -v pypy libuv gmake

About

libuv wrapper for python/pypy

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 50.6%
  • C 48.3%
  • Makefile 1.1%