frans-johansson / pylettize

Simple image re-palettization in Python 🎨 Have any image match any color palette!
MIT License
2 stars 0 forks source link

Set up code base for development #6

Closed frans-johansson closed 2 years ago

frans-johansson commented 2 years ago

The current state of the code base is quite basic, and while this is not in and of itself a problem, it should at least try to follow some good practices for Python software development.

Following from The Hitchhiker's Guide to Python, the following changes or additions are proposed:

Consequently, the following decisions should be made before taking on this issue:

Some work left for future issues include:

frans-johansson commented 2 years ago

Adding a setup.py would also be covered by #4, although perhaps a better ambition for this issue is to simply create the bare minimum required for local installation (i.e. development mode)

frans-johansson commented 2 years ago

The license file was committed straight to main, bypassing the ongoing PR

frans-johansson commented 2 years ago

Increasing the scope of this issue slightly:

frans-johansson commented 2 years ago

Descoping setting up tox to test multiple environments for now