gavo.user.plainui module¶
Observers for running interactive programs in the terminal.
-
class
gavo.user.plainui.
PlainUI
(eh)[source]¶ Bases:
gavo.user.plainui.SemiStingyPlainUI
An Observer spitting out most info to the screen.
This is to configure the UI. Enable it by calling
api.PlainUI(api.ui)
.
-
class
gavo.user.plainui.
SemiStingyPlainUI
(eh)[source]¶ Bases:
gavo.user.plainui.StingyPlainUI
A StingyPlainUI that at least displays warnings.
This is to configure the UI. Enable it by calling
api.SemiStingyPlainUI(api.ui)
.
-
class
gavo.user.plainui.
StingyPlainUI
(eh)[source]¶ Bases:
gavo.base.observer.ObserverBase
An Observer swallowing infos, warnings, and the like.
This is to configure the UI. Enable it by calling
api.StingyPlainUI(api.ui)
.