oresat-tpane

This module is responsible for providing a high-level interface for elements of Curses UI and general user interaction with the app


License
GPL-3.0
Install
pip install oresat-tpane==1.0.0

Documentation

Terminal Pane

license pypi code-ql bugs unit tests deployment feature requests

A wrapper... to the NCurses library, providing high-level interface to "Panes" and "Windows" allowing for easier development of TUI applications


Quick Start

Install

$ pip install oresat-tpane


Development and Contribution

Install Locally

$ pip install -e .[dev]

(Note: the -e flag creates a symbolic-link to your local development version. Set it once, and forget it)