High-performance graph database library with Python bindings written in Rust. Current version 0.8.34, requires Python >=3.10. Active development with frequent releases (weekly to bi-weekly).
pip install kgliteVerified import paths — ran on the pinned version, not inferred.
Basic usage: create a graph, add nodes/edges, run Cypher queries.
Upgrade to >=0.8.27 or explicitly pass timeout_ms=0 for unbounded queries.
Regenerate any persisted graphs using kglite >=0.8.28.
Avoid relying on code_tree internals; use only public Cypher query API for production.
Read documentation on storage modes before choosing one.
pip install kglite
Upgrade: pip install -U kglite. Import: import kglite; kglite.Graph()
No dependency data recorded yet.