gavo.user.plainui module¶
Observers for running interactive programs in the terminal.
- class gavo.user.plainui.PlainUI(eh)[source]¶
Bases:
SemiStingyPlainUIAn 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:
StingyPlainUIA 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:
ObserverBaseAn Observer swallowing infos, warnings, and the like.
This is to configure the UI. Enable it by calling
api.StingyPlainUI(api.ui).