This package browser is in early development. Mind the rough edges.

python-looseversion

Version numbering for anarchists and software realists

This package provides a drop-in replacement for the original LooseVersion. It implements an identical interface and comparison logic to LooseVersion. The only major change is that a looseversion.LooseVersion is comparable to a distutils.version.LooseVersion, which means tools should not need to worry whether all dependencies that use LooseVersion have migrated.

Installation

Install the latest version of python-looseversion as follows:

guix install python-looseversion

Or install a particular version:

guix install python-looseversion@1.3.0

You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.

Badge code

You can use the following badge to inform users of python-looseversion about the latest version available in Guix.

Example HTML:

<a href='https://packages.guix.gnu.org/packages/python-looseversion'><img src='https://packages.guix.gnu.org/packages/python-looseversion/badges/latest-version.svg' alt='Version in GNU Guix'></a>

Example Markdown:

[![Version in GNU Guix](https://packages.guix.gnu.org/packages/python-looseversion/badges/latest-version.svg)](https://packages.guix.gnu.org/packages/python-looseversion)

Example Org:

[[https://packages.guix.gnu.org/packages/python-looseversion][https://packages.guix.gnu.org/packages/python-looseversion/badges/latest-version.svg]]