pfalcon / picotui

Lightweight, pure-Python Text User Interface (TUI) widget toolkit with minimal dependencies. Dedicated to the Pycopy project.
https://github.com/pfalcon/pycopy
MIT License
811 stars 70 forks source link

Request: packaging #58

Closed olaf7 closed 3 years ago

olaf7 commented 3 years ago

This seems to be a very nice option to rapidly develop TUI applications. What I would really like to see is a .deb (Debian) package for especially Raspbian. Is packaging on the to-do list?

pfalcon commented 3 years ago

Is packaging on the to-do list?

It's actually done in a fully cross-distro way: https://pypi.org/project/picotui/ . pip3 install picotui, voila.

Also note that picotui is still experimental library and has some issues which need to be resolved (which may affect API/usage).