Path to this page:
Subject: CVS commit: pkgsrc/devel/py-lexid
From: Thomas Klausner
Date: 2023-06-11 10:55:01
Message id: 20230611085501.5F1A9FA89@cvs.NetBSD.org
Log Message:
devel/py-lexid: import py-lexid-2021.1006
lexid is a micro library to increment lexically ordered numerical
ids.
Throughout the sequence of ids, this expression will always be
true, whether you are dealing with integers or strings:
older_id < newer_id
The left most character/digit is only used to maintain lexical
order, so that the position in the sequence is maintained in the
remaining digits.
Such ids can be useful as build or version numbers, which are often
displayed by tooling which does not understand their correct
ordering.
Files: