A fast UUID v7 generator implemented as a CPython C extension, version 0.0.11. Provides a simple interface for generating time-ordered UUIDs compliant with RFC 9562. Released periodically with performance improvements.
pip install c-uuid-v7No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Generate a UUID v7 using the C extension. The UUIDv7 class can be instantiated directly and provides .hex and .bytes properties.
Upgrade to Python 3.10 or later.
Use `from c_uuid_v7 import UUIDv7; uid = UUIDv7()`.
For cross-process monotonicity, consider using a coordinator or additional sequence counter.
No dependency data recorded yet.