notcurses/python
Nick Black 11d6a4eb89
New reel layout algorithm #818 (#870)
New reel layout algorithm based on trimming and sifting. Fixes the original issue of #818, though I'm not marking that bug fixed until I've resolved the little issues remaining with this one.
Back off CMake version dependency, see if we can get by with 3.11.4 for EPEL8 #851
Simplify tablet drawing tremendously by separating tablet border and data planes. Callbacks no longer need worry about the borders; they can simply fill the plane they're handed. #833
Improve notcurses_debug() a bit
Add ncplane_new_named() and friends to expose plane naming to the user.
Add internal ncplane_genocide() to kill a plane and all its bound descendents
New industrial-strength ncreel unit testing
notcurses-ncreel now accepts -ln for log level n
Add ncplane_parent() and ncplane_parent_const()
2020-08-09 17:40:59 -04:00
..
src/notcurses New reel layout algorithm #818 (#870) 2020-08-09 17:40:59 -04:00
LICENSE.txt python/LICENSE.txt: reduce to proper apache format 2020-02-17 03:24:51 -05:00
notcurses-pydemo python: install notcurses-pydemo from setup.py 2020-07-19 21:41:02 -04:00
notcurses-pydemo.1.md v1.6.11 2020-08-03 02:47:07 -04:00
README.md python bindings skeleton #149 2020-01-07 16:15:27 -05:00
setup.cfg eine klein python #149 2020-01-07 16:15:27 -05:00
setup.py v1.6.11 2020-08-03 02:47:07 -04:00

notcurses

Python bindings for the C [https://github.com/dankamongmen/notcurses notcurses] library. notcurses is a library for building complex, vibrant textual user interfaces (TUIs) on modern terminal emulators.

by nick black (nickblack@linux.com)

for more information, see my wiki.

Build Status License