Sponsor:

Your company here, and a link to your site. Click to find out more.

Package python3-python-ulid

Universally unique lexicographically sortable identifier

https://github.com/mdomke/python-ulid

A ULID is a universally unique lexicographically sortable identifier. It is

  * 128-bit compatible with UUID
  * 1.21e+24 unique ULIDs per millisecond
  * Lexicographically sortable!
  * Canonically encoded as a 26 character string, as opposed to the 36
    character UUID
  * Uses Crockford's base32 for better efficiency and readability (5 bits per
    character)
  * Case insensitive
  * No special characters (URL safe)

For more information have a look at the original specification,
github.com/alizain/ulid#specification.

Version: 2.5.0

General Commands

ulid ulid – Create or inspect ULIDs
ulid-build ulid-build – generate ULIDs from different sources
ulid-show ulid-show – show properties of a ULID