uuid-v7

UUID v6 and v7 for Python 3.10+.


License
Unlicense
Install
pip install uuid-v7==1.0.0

Documentation

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