Skip to content

Latest commit

 

History

History
33 lines (20 loc) · 1.63 KB

README.md

File metadata and controls

33 lines (20 loc) · 1.63 KB

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)