/oresat-tpane

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

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

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)