[ trixie ]
[ sid ]
[ 原始碼: python-ulid ]
套件:python3-ulid(2.2.0-4)
Universally unique lexicographically sortable identifier (Python library)
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)
其他與 python3-ulid 有關的套件
|
|
|
|
-
- dep: python3
- interactive high-level object-oriented language (default python3 version)