.clang-format
.clang-tidy
.gitignore
.pytest.toml
.ruff.toml
.rumdl.toml
README.md
UNLICENSE
cibuildwheel.toml
pyproject.toml
setup.py
ty.toml
.github/dependabot.yaml
.github/workflows/ci.yaml
benchmark/README.md
benchmark/run.py
benchmark/uuid7-compact.svg
benchmark/uuid7.svg
py-src/c_uuid_v7/__init__.py
py-src/c_uuid_v7/_core.pyi
py-src/c_uuid_v7/_version.py
py-src/c_uuid_v7/py.typed
py-src/c_uuid_v7.egg-info/PKG-INFO
py-src/c_uuid_v7.egg-info/SOURCES.txt
py-src/c_uuid_v7.egg-info/dependency_links.txt
py-src/c_uuid_v7.egg-info/top_level.txt
py-src/c_uuid_v7/compat/__init__.py
src/hexpairs.c
src/hexpairs.h
src/lib.c
src/platform.h
src/posix.c
src/random.c
src/random.h
src/windows.c
tests/__init__.py
tests/test_uuid7.py