[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: How to implement the V comparsion used by sort in python?
From: |
Assaf Gordon |
Subject: |
Re: How to implement the V comparsion used by sort in python? |
Date: |
Sat, 26 Oct 2019 15:24:04 -0600 |
Hello,
> On Oct 25, 2019, at 8:00 PM, Peng Yu <address@hidden> wrote:
>
>
> I'd like to mimic the V sort order in python. Is there any easy to use
> comparison available in python?
A simple online search will show several python packages that can do it.
For example:
https://deb-pkg-tools.readthedocs.io/en/latest/api.html#module-deb_pkg_tools.version
-assaf