Package python3-module-python-ulid: Information
Source package: python3-module-python-ulid
Version: 3.1.0-alt1
Build time: Sep 3, 2025, 05:11 PM in the task #393903
Category: Development/Python3
Report package bugHome page: https://pypi.org/project/python-ulid/
License: MIT
Summary: ULID implementation for Python
Description:
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).
Maintainer: Alexandr Shashkin
Last changed
Sept. 3, 2025 Alexandr Shashkin 3.1.0-alt1
- Updated to 3.1.0.
Oct. 21, 2024 Alexandr Shashkin 3.0.0-alt1
- Updated to 3.0.0.
June 28, 2024 Alexandr Shashkin 2.7.0-alt1
- 2.6.0 -> 2.7.0.