LICENSE
MANIFEST.in
Makefile
README.md
mkdocs.yml
pyproject.toml
requirements-docs.txt
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
docs/index.md
docs/logo.png
docs/graphs/example_asyncio_many_files.svg
docs/graphs/example_fastapi_many_reads.svg
docs/graphs/example_pytorch_shards.svg
docs/graphs/index.md
docs/images/benchmark_docker.png
pyuring/__init__.py
pyuring/__init__.pyi
pyuring/_easy.py
pyuring/_native.py
pyuring/aio.py
pyuring/async_file.py
pyuring/buffer_ring.py
pyuring/capabilities.py
pyuring/pool.py
pyuring/py.typed
pyuring/ring_presets.py
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
scripts/gen_example_graphs.py
tests/__init__.py
tests/_linux.py
tests/test_aio.py
tests/test_api_usability.py
tests/test_async_buffer_pin.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_todo_ring_features.py
tests/test_uring_error.py
tests/test_vectors_fixed_io.py
tests/test_vectors_io.py
tests/test_vfs_ops.py