spines.versioning.base¶
Base classes for the spines versioning package.
-
class
spines.versioning.base.
Signature
[source]¶ Bases:
object
Signature objects for component change tracking and management
-
class
spines.versioning.base.
Version
(name, display_name=None, desc=None)[source]¶ Bases:
object
Version objects for versioning of spines components
-
description
¶ Description for the object versioned.
- Type
str
-
display_name
¶ Display name for the object versioned.
- Type
str
-
name
¶ Name of the object versioned.
- Type
str
-
slug
¶ Slugified version of this version object
- Type
str
-
tag
¶ Tag (if any) for this version.
- Type
str
-
version
¶ Version string for this version object.
- Type
str
-