You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
notcurses/python
nick black 70183ee283
Rewrite plot tests using C interface #703
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.
4 years ago
..
src/notcurses Rewrite plot tests using C interface #703 4 years ago
LICENSE.txt python/LICENSE.txt: reduce to proper apache format 4 years ago
README.md python bindings skeleton #149 5 years ago
setup.cfg eine klein python #149 5 years ago
setup.py v1.5.0 4 years ago

README.md

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