Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 565 Bytes

README.md

File metadata and controls

29 lines (20 loc) · 565 Bytes

fastid

PyPI - Version PyPI - Python Version

Created for the easy and fast generation of various IDs

Installation

pip install fastid

Example

import fastid

fastid.snowflake_int()
fastid.snowflake_str()
fastid.ulid()
fastid.uuid_v7()

Supported IDs

  • ulid
  • snowflake
  • uuid v7 (If you intend to use uuid in your database, this can be a great choice)