betty.about module

Provide information about (this version of) Betty.

betty.about.is_development() bool[source]

Check if the current Betty installation is an unstable development version.

betty.about.is_stable() bool[source]

Check if the current Betty installation is a stable version.

betty.about.report() str[source]

Produce a human-readable report about the current Betty installation.

Returns:

A human-readable string in US English, using monospace indentation.

betty.about.version() str[source]

Get the current Betty installation’s version, if it has any.

betty.about.version_label() str[source]

Get the human-readable label for the current Betty installation’s version.