pimoroni / inky

Combined library for V2/V3 Inky pHAT and Inky wHAT.
https://shop.pimoroni.com/?q=inky
MIT License
575 stars 121 forks source link

Repackage Inky library #161

Closed Gadgetoid closed 9 months ago

Gadgetoid commented 1 year ago

Repackage to match our latest boilerplate (still a work in progress but we wont know if it works unless we try it) which uses pyproject.toml with hatch, and includes a bunch of QOL tooling fixes and so on.

As part of this change the defunct Sphinx dir has been dropped. This depended on me to build docs manually and upload them. This could be replaced with an automatic process and publish to GitHub pages if we need it.

Python 2.x support has also been dropped. Tests will run for Python 3.9 (bullseye) and 3.10/3.11 (future proofing.)