Skip to main content

UUID v6 and v7 for Python 3.10+.

Project description

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

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

uuid_v7-1.0.0.tar.gz (5.1 kB view hashes)

Uploaded Source

Built Distribution

uuid_v7-1.0.0-py3-none-any.whl (4.7 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page