Python client for the L database (Rust core via PyO3).
Wheels are abi3: one wheel per platform covers CPython 3.9+.
pip install l-0.1.0-cp39-abi3-macosx_11_0_arm64.whl # macOS arm64
# Linux x86-64 wheel: attached below (manylinux)
# or build from the sdist: uv build (needs Rust + maturin)
Verified against a live L server: 26 IPC tests, full type round-trip (atoms, vectors, tables, dictionaries, errors).