Skip to content

kawaiior/milkid-for-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Milkid for python

Milkid is a highly customizable distributed unique ID generator written in TypeScript.

Installation

pip install milkid

Usage

from milkid import IdGenerator

id_generator = IdGenerator(length=24, timestamp=True, hyphen=True, fingerprint=True, hash_seed=1234567)

print(id_generator.create_id("test"))  # Rbge8Id-RbXmewrZ1Ie7-7B22X

About

milkid for python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages