The official Python client for TigerBeetle, a high-performance financial accounting database. Current version 0.17.3, released irregularly alongside server updates. Requires Python >=3.7 and a running TigerBeetle server (typically started via Docker).
pip install tigerbeetleNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Create a TigerBeetle client and create a single account.
Always upgrade both client and server together. Check release notes for compatible version pairs.
Use one client per thread or synchronize access with locks.
Replace class instances with dicts as shown in quickstart.
Ensure account IDs fit within 128 bits. Use smaller values or hash IDs to fit.
No dependency data recorded yet.