Package: python3-looseversion Source: python-looseversion Version: 1.0.2-2 Architecture: all Maintainer: Pablo Suarez Hernandez Installed-Size: 28 Depends: python3:any Filename: ./all/python3-looseversion_1.0.2-2_all.deb Size: 6518 MD5sum: bd3f453bf9d4a8060f30243c2345a447 SHA1: 9210c1921124b0cc71bafbf9b85f6559bc398a27 SHA256: 46a3e6312b4e1e46be959f185004ffc90d5a8eea6f02714eae47ad7192ebefe4 Section: python Priority: optional Homepage: https://github.com/effigies/looseversion Description: A backwards/forwards-compatible fork of distutils.version.LooseVersion (Python 3) A backwards/forwards-compatible fork of distutils.version.LooseVersion, for times when PEP-440 isn't what you need. The goal of this package is to be 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. This package installs the library for Python 3.