Пакет python3-module-python-ulid: Информация
Исходный пакет: python3-module-python-ulid
Версия: 3.1.0-alt1
Собран: 3 сентября 2025 г. 17:11 в задании #393903
Категория: Разработка/Python 3
Сообщить об ошибке в пакетеДомашняя страница: https://pypi.org/project/python-ulid/
Лицензия: MIT
О пакете: ULID implementation for Python
Описание:
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).
Сопровождающий: Alexandr Shashkin
Последнее изменение
3 сентября 2025 г. Alexandr Shashkin 3.1.0-alt1
- Updated to 3.1.0.
21 октября 2024 г. Alexandr Shashkin 3.0.0-alt1
- Updated to 3.0.0.
28 июня 2024 г. Alexandr Shashkin 2.7.0-alt1
- 2.6.0 -> 2.7.0.