A pure-Python implementation of KSUIDs (K-Sortable Unique IDentifiers). Version 0.7.0 requires Python >= 3.10 and changes KsuidMs precision to 4ms. Library is stable with occasional minor releases.
pip install svix-ksuidVerified import paths — ran on the pinned version, not inferred.
Basic usage: generate, parse, and work with KSUIDs.
Regenerate any KsuidMs values if millisecond precision is critical.
Use 'from ksuid import Ksuid'.
Upgrade Python to 3.10+.
Install the package with 'pip install svix-ksuid' and import from 'ksuid', e.g., 'from ksuid import Ksuid'.
Upgrade to svix-ksuid >=0.6.0: 'pip install --upgrade svix-ksuid'
No dependency data recorded yet.