{"library":"snowflake-id","title":"Snowflake ID Generator","type":"library","description":"A Python library for generating Snowflake-like unique IDs, inspired by Twitter's Snowflake ID. Version 1.0.2 supports Python 3.8+ and provides a simple interface for distributed unique ID generation with configurable epoch, worker ID, and sequence. The library is stable but not frequently updated.","language":"python","status":"active","last_verified":"Mon Apr 27","install":{"commands":["pip install snowflake-id"],"cli":null},"imports":["from snowflake import SnowflakeGenerator"],"auth":{"required":false,"env_vars":[]},"links":{"homepage":null,"github":"https://github.com/vd2org/snowflake","docs":null,"changelog":null,"pypi":"https://pypi.org/project/snowflake-id/","npm":null,"openapi_spec":null,"status_page":null,"smithery":null},"quickstart":{"code":"from snowflake import SnowflakeGenerator\n\ngen = SnowflakeGenerator(42)  # instance (worker ID)\nsnowflake_id = next(gen)\nprint(snowflake_id)","lang":"python","description":"Create a generator with a worker ID (0-1023) and generate IDs by calling next().","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}