Path: csiph.com!fu-berlin.de!bofh.it!news.nic.it!robomod From: Antoine Beaupre Newsgroups: linux.debian.bugs.dist,linux.debian.devel,linux.debian.maint.python Subject: Bug#1065576: ITP: python-ulid -- Universally unique lexicographically sortable identifier (Python library) Date: Wed, 06 Mar 2024 22:00:01 +0100 Message-ID: X-Mailbox-Line: From debian-bugs-dist-request@lists.debian.org Wed Mar 6 20:57:10 2024 Old-Return-Path: X-Spam-Flag: NO X-Spam-Score: 0.19 Reply-To: Antoine Beaupre , 1065576@bugs.debian.org Resent-To: debian-bugs-dist@lists.debian.org Resent-Cc: debian-devel@lists.debian.org, debian-python@lists.debian.org, wnpp@debian.org X-Debian-Pr-Message: report 1065576 X-Debian-Pr-Package: wnpp Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Mailer: reportbug 12.0.0 X-Debian-Message: from BTS X-Mailing-List: archive/latest/1826188 List-ID: List-URL: Approved: robomod@news.nic.it Lines: 31 Organization: linux.* mail to news gateway Sender: robomod@news.nic.it X-Original-Date: Wed, 06 Mar 2024 15:54:58 -0500 X-Original-Message-ID: <170975849886.1984444.17012405039375343202.reportbug@angela.anarc.at> Xref: csiph.com linux.debian.bugs.dist:1189301 linux.debian.devel:110820 linux.debian.maint.python:15547 Package: wnpp Severity: wishlist Owner: Antoine Beaupre X-Debbugs-Cc: debian-devel@lists.debian.org, debian-python@lists.debian.org * Package name : python-ulid Version : 2.2.0 Upstream Contact: Martin Domke * URL : https://python-ulid.rtfd.io/ * License : MIT Programming Lang: Python Description : 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) ---- This is a dependency for the llm package (#1065572). We have another ULID implementation in Debian (golang-github-oklog-ulid-dev) but it's not sufficient for the LLM package, which expects the Python library. This is going to be packaged in the Python team.