joukos / PaperTTY

PaperTTY - Python module to render a TTY or VNC on e-ink
953 stars 104 forks source link

Create PyPi package #44

Closed joukos closed 4 years ago

joukos commented 4 years ago

It would be very nice if it was possible to simplify the installation of PaperTTY to just pip install papertty. Any help with achieving this is appreciated.

colin-nolan commented 4 years ago

I'd be happy to take a look at this!

Unless you have an objection, I would setup the project with a pyproject.toml (as per PEP 518), which can be nicely managed with a tool such as poetry.

I suspect it will be easiest for papertty.py to be moved out of the root and into a new papertty package.

joukos commented 4 years ago

You're more than welcome to :) I almost started with this some time ago but didn't have time to do anything concrete.