Skip to content

Icecrystals is Snowflake (unique id generator by twitter) library for Python.

License

Notifications You must be signed in to change notification settings

mitakadai/icecrystals

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

icecrystals

Icecrystals is Snowflake (unique id generator by twitter) library for Python.

Usage

Example:

from icecrystals import IceCrystals
unique_id_gen = IceCrystals(0)
unique_id = unique_id_gen.generate()

See sample.py and see library source.

LICENSE

MIT License

About

Icecrystals is Snowflake (unique id generator by twitter) library for Python.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages