PackageName#
PackageName
#
normalized: str
property
#
Returns the normalized version of the package name. The normalized string is guaranteed to be a valid conda package name.
Examples#
source: str
property
#
Returns the source representation of the package name. This is the string from which this instance was created.
Examples#
__ne__(other)
#
Returns True if this instance does not represents the same PackageName as other
.