Universally unique lexicographically sortable identifier
https://python-ulid.readthedocs.io/en/latest/
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).
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout home:mnhauke/python-ulid && cd $_ - Create Badge
Refresh
Source Files
| Filename | Size | Changed |
|---|---|---|
| python-python-ulid.changes | 0000000162 162 Bytes | |
| python-python-ulid.spec | 0000002489 2.43 KB | |
| python_ulid-3.0.0.tar.gz | 0000028822 28.1 KB |
Comments 0