Version Information
Version information about xdress and its dependencies.
-
class xdress.version.version_info[source]
A representation of version information.
-
xdress.version.report_versions()[source]
Creates a string that reports the version of xdress and all its
dependencies.
-
xdress.version.version_parser(ver)[source]
Parses a nominal version string into a version_info object.
e.g. ‘0.20dev’ -> version_info(0, 20, 0, ‘dev’).