🚀 Big News:Socket Has Acquired Secure Annex.Learn More →
Socket
Book a DemoSign in
Socket

uuid-v7

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

uuid-v7

UUID v6 and v7 for Python 3.10+.

pipPyPI
Version
1.0.0
Maintainers
1

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

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts