This is a python wrapper around liburing library, which is a helper to setup and tear-down io_uring instances.
Install, update & uninstall (Pre-Alpha)
Manually install liburing C library - simple example, use your own way to install.
cd /tmp
wget https://git.kernel.dk/cgit/liburing/snapshot/liburing-0.3.tar.bz2
tar -xjvf liburing-0.3.tar.bz2
cd liburing-0.3
./configure && make
sudo make install
Use pip to install, upgrade & uninstall Python wrapper:
pip install liburing
pip install --upgrade liburing
pip uninstall liburing
License
Free, No limit what so ever. Read more
TODO
‘Development Status :: 3 - Alpha’,
‘Development Status :: 4 - Beta’,
‘Development Status :: 5 - Production/Stable’,
Needs testing.
Create more test
Create example
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
liburing-0.0.9.tar.gz
(9.7 kB
view details)
File details
Details for the file liburing-0.0.9.tar.gz.
File metadata
- Download URL: liburing-0.0.9.tar.gz
- Upload date:
- Size: 9.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/42.0.2 requests-toolbelt/0.9.1 tqdm/4.28.1 CPython/3.8.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5189340715ee6e40fc83a4fb3144d98bae2880234784c39120073bfbc0abd574
|
|
| MD5 |
60b8faf7b146e384247914021dbfc48b
|
|
| BLAKE2b-256 |
96cc64e69dd9ea3758589ade1043cc359ce06518efac097e3e821ea329b6cead
|