InstallationΒΆ

pip install runnel

We also provide a bundle of C and Rust extensions for speed improvements, which can also be installed separately (uvloop, xxhash, orjson, lz4):

pip install runnel[fast]

Runnel requires Python 3.7+