Skip to content

YoussefEgla/uuid-v7

Repository files navigation

UUID v7 and v6

codecov CI

This package extends the built-in uuid module to include UUID v7 and v6.

Install it from PyPI

pip install uuid-v7

Usage

from uuid_v7 import uuidv7, uuidv6

print(uuidv7())
print(uuidv6())
$ python
>>> from uuid_v7 import uuidv7, uuidv6
>>> print(uuidv7())
>>> print(uuidv6())

Development

Read the CONTRIBUTING.md file.

Special Thanks to