Skip to content

Releases: l-labs/python_ipc

Release list

l 0.1.0

Choose a tag to compare

@jacobloveless jacobloveless released this 06 Jul 17:03

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).