pyrocore.ui package

Curses UI helpers and extensions.

Copyright (c) 2017 The PyroScope Project <pyroscope.project@gmail.com>

Submodules

pyrocore.ui.categories module

Category management.

Copyright (c) 2017 The PyroScope Project <pyroscope.project@gmail.com>

class pyrocore.ui.categories.CategoryManager[source]

Bases: pyrocore.scripts.base.ScriptBaseWithConfig

Rotate through category views.

ARGS_HELP = ''
PREFIX = 'category_'
PREFIX_LEN = 9
add_options()[source]

Add program options.

mainloop()[source]

Manage category views.

pyrocore.ui.categories.run()[source]

The entry point.

pyrocore.ui.theming module

Color theme support.

Copyright (c) 2017 The PyroScope Project <pyroscope.project@gmail.com>

class pyrocore.ui.theming.ThemeSwitcher[source]

Bases: pyrocore.scripts.base.ScriptBaseWithConfig

Rotate through color themes.

ARGS_HELP = ''
add_options()[source]

Add program options.

mainloop()[source]

Handle theme selection changes, or rotate through selection.

pyrocore.ui.theming.run()[source]

The entry point.