A Cython-based implementation of KSUID (K-Sortable Unique IDentifier) for Python. Version 2.1.0 provides fast generation and parsing of KSUIDs with a focus on performance. Released under MIT license.
pip install cyksuidVerified import paths — ran on the pinned version, not inferred.
Generate and parse KSUIDs.
Upgrade Python to 3.7+ or pin cyksuid<2 if Python 2 is required.
Convert to string before serializing: json.dumps({'id': str(ksuid)})If you need strictly monotonic order across sub-second calls, consider using a more sophisticated generation strategy.
No dependency data recorded yet.