mirror of
https://github.com/dankamongmen/notcurses.git
synced 2024-11-18 03:25:55 +00:00
70183ee283
The Plot unit tests were reaching directly into the objects, which meant the implementations couldn't include anything we didn't want public. This was annoying, so I've changed it. This required adding ncdplot_sample() and ncuplot_sample(), which we should have had anyway. |
||
---|---|---|
.. | ||
src/notcurses | ||
LICENSE.txt | ||
README.md | ||
setup.cfg | ||
setup.py |
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.