Socket
Socket
Sign inDemoInstall

uuid-v7

Package Overview
Dependencies
Maintainers
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+.


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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc