betty.about module¶
Provide information about (this version of) Betty.
- async betty.about.is_development() bool [source]¶
Check if the current Betty installation is an unstable development version.
- Return type:
- async betty.about.is_stable() bool [source]¶
Check if the current Betty installation is a stable version.
- Return type:
- async betty.about.report() str [source]¶
Produce a human-readable report about the current Betty installation.
- Return type:
- Returns:
A human-readable string in US English, using monospace indentation.