Skip to content

v0.1.0 - Initial Release

Latest
Compare
Choose a tag to compare
@Iamsdt Iamsdt released this 06 Dec 18:30
· 2 commits to main since this release

We are excited to announce the initial release of the Snowflake ID Generator library!

Features:

  • Asynchronous Snowflake ID generation for Python.
  • Configurable epoch, node ID, worker ID, and bit allocation.
  • Base62 encoding and decoding of Snowflake IDs.
  • Extraction of timestamp, worker ID, node ID, and sequence number from Snowflake IDs.

Installation:
To install the package directly from GitHub, use the following command:

pip install https://github.com/10XScale-in/snowflakeid/releases/download/v0.1.0/snowflakeid-0.1.0-py3-none-any.whl