./devel/py-lexid, Variable width build numbers with lexical ordering

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 2021.1006, Package name: py310-lexid-2021.1006, Maintainer: pkgsrc-users

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.


Master sites:

Filesize: 11.255 KB

Version history: (Expand)


CVS history: (Expand)


   2023-06-11 10:55:01 by Thomas Klausner | Files touched by this commit (4)
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.