Universally unique lexicographically sortable identifier
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, https://github.com/alizain/ulid#specification.
Release | Stable | Testing |
---|---|---|
Fedora Rawhide | 3.0.0-3.fc42 | - |
Fedora 42 | 3.0.0-3.fc42 | - |
Fedora 41 | 2.7.0-4.fc41 | - |
Fedora 40 | 2.7.0-1.fc40 | - |
Fedora EPEL 9 | 2.7.0-2.el9 | - |
You can contact the maintainers of this package via email at
python-python-ulid dash maintainers at fedoraproject dot org
.