httk.core.docs.semver¶
Strict, deliberately small Semantic Versioning helpers for documentation tags.
Exceptions¶
Raised when text is not an exact |
Classes¶
One non-negative three-component documentation release version. |
Functions¶
|
Parse exactly |
|
Parse exactly the release tag |
|
Return the greatest version in versions, or |
|
Return whether name is a valid release directory such as |
Module Contents¶
- exception httk.core.docs.semver.VersionError[source]¶
Bases:
ValueErrorRaised when text is not an exact
X.Y.Zdocumentation version.
- class httk.core.docs.semver.Version[source]¶
One non-negative three-component documentation release version.
- httk.core.docs.semver.parse_version(text: str) Version[source]¶
Parse exactly
X.Y.Zwithout prerelease or build metadata.