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