scalar.value
Value types such as Nil, Number, and String.
- class tinychain.scalar.value.Value(form=None)[source]
-
A scalar Value which supports equality and collation.
- class tinychain.scalar.value.Version(form=None)[source]
Bases:
ValueA semantic version of the form <major>.<minor>.<rev>, e.g. 1.2.34
See https://semver.org for the full specification.