A wrapper... to the NCurses library, providing high-level interface to "Panes" and "Windows" allowing for easier development of TUI applications
$
pip install oresat-tpane
$
pip install -e .[dev]
(Note: the -e
flag creates a symbolic-link to your local development version. Set it once, and forget it)