python-looseversion 1.3.0
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.
- Outputs:
out
- Website: https://github.com/effigies/looseversion
- Licenses: Python Software Foundation License
- Package source: gnu/packages/python-xyz.scm
- Builds: See build status
- Issues: See known issues
Installation
Install python-looseversion 1.3.0
as follows:
guix install python-looseversion@1.3.0
Or install the latest version:
guix install python-looseversion
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.