niftynet.utilities.versioning module

get_niftynet_version_string()[source]

Return a user-visible string describing the name and product version

This is a safe function that will never throw an exception

get_niftynet_version()[source]

Return a user-visible string describing the product version.

This is a safe function that will never throw an exception.

Returns:a PEP440-compliant version string on success, None otherwise
check_pep_440()[source]