🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Sign inDemoInstall
Socket

fastid

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fastid

This is a library for quickly generating unique IDs in Python.

0.0.5
PyPI
Maintainers
1

fastid

PyPI - Version PyPI - Python Version

Created for the easy and fast generation of various IDs

Installation

pip install fastid

Example

import fastid

fastid.snowflake_int()
fastid.snowflake_str()
fastid.ulid()
fastid.uuid_v7()

Supported IDs

  • ulid
  • snowflake
  • uuid v7 (If you intend to use uuid in your database, this can be a great choice)

Keywords

unique-id

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