ParsedVersion

class neophile.inventory.version.ParsedVersion

Bases: neophile.inventory.version.MethodMixin, neophile.inventory.version.VersionMixin

Abstract base class for versions.

We use two separate version implementations, one based on packaging.version.Version and one based on semver.VersionInfo. This class defines the common interface.