Skip to content

Liburing is Python + Cython wrapper around C Liburing, which is a helper to setup and tear-down io_uring instances.

License

Notifications You must be signed in to change notification settings

YoSTEALTH/Liburing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Liburing

This is a Python + CFFI wrapper around Liburing C library, which is a helper to setup and tear-down io_uring instances.

Read how to use Liburing (pdf)

Requires

  • Linux 5.5+
  • Python 3.6+

Includes

  • liburing 0.5.0

Install, update & uninstall (Alpha)

Use pip to install, upgrade & uninstall Python wrapper:

pip install liburing

pip install --upgrade liburing

pip uninstall liburing

To find out all the functions and definitions:

import liburing

help(liburing)

License

Free, Public Domain (CC0). Read more

TODO

  • create more test
  • Development Status :: 4 - Beta
  • create example
  • Development Status :: 5 - Production/Stable