notcurses icon indicating copy to clipboard operation
notcurses copied to clipboard

Python API confusion

Open VorpalBlade opened this issue 2 years ago • 0 comments

I'm looking for a TUI framework for use in a python project and I came across this. However there seem to be two separate and incompatible bindings for python included in this repository.

After looking into issue reports I came across #1154, which seems to indicate that the currently installed bindings (cffi) are legacy. Thus it seems rather silly to use them for a new project. However I don't see a sensible way to install the new bindings as both pypi as well as my distro's native system packages (Arch Linux) install the old bindings.

  1. What is the plan and roadmap for the python bindings?
  2. Which bindings are recommended to use as of this moment for a new project?
  3. Where is the documentation for those bindings?
  4. Somewhat related: Which bindings integrate best with asyncio, and what is the recommended way of doing so?

VorpalBlade avatar Jul 01 '22 09:07 VorpalBlade