Skip to content

This is a library for quickly generating unique IDs in Python

Notifications You must be signed in to change notification settings

HHongSeungWoo/fastid

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)

About

This is a library for quickly generating unique IDs in Python

Resources

Stars

Watchers

Forks

Packages

No packages published