LICENSE
MANIFEST.in
Makefile
README.md
pyproject.toml
setup.py
csrc/bench_direct.c
csrc/uring_wrap.c
docs/BENCHMARKS.md
docs/CHANGELOG.md
docs/INSTALLATION.md
docs/SUPPORT.md
docs/TESTING.md
docs/USAGE.md
pyuring/__init__.py
pyuring/__init__.pyi
pyuring/_easy.py
pyuring/_native.py
pyuring/aio.py
pyuring/capabilities.py
pyuring/py.typed
pyuring.egg-info/PKG-INFO
pyuring.egg-info/SOURCES.txt
pyuring.egg-info/dependency_links.txt
pyuring.egg-info/not-zip-safe
pyuring.egg-info/top_level.txt
pyuring/lib/__init__.py
pyuring/lib/liburingwrap.so
pyuring/native/__init__.py
pyuring/native/buffer_pool.py
pyuring/native/c_api.py
pyuring/native/constants.py
pyuring/native/errors.py
pyuring/native/library.py
pyuring/native/structs.py
pyuring/native/uring_ctx.py
scripts/cibw_before_all.sh
tests/__init__.py
tests/_linux.py
tests/test_aio.py
tests/test_buffer_pool.py
tests/test_capabilities_and_easy.py
tests/test_easy_and_c_api.py
tests/test_epoll_buffers_xattr.py
tests/test_lifecycle_contracts.py
tests/test_package_exports.py
tests/test_poll_tee_symlink.py
tests/test_prep_smoke_extended.py
tests/test_read_write_helpers.py
tests/test_register_fixed_io.py
tests/test_regression_cancel_timeout_peek.py
tests/test_ring_probe_setup.py
tests/test_socket_pipe_openat2.py
tests/test_sockets_stream.py
tests/test_splice_timeouts_links.py
tests/test_sync_advice_cancel_fd.py
tests/test_uring_error.py
tests/test_vectors_fixed_io.py
tests/test_vectors_io.py
tests/test_vfs_ops.py