The codebase is now in a state where it could be turned into a Python package.
Question for the group:
- Do we want to make this installable from PyPI?
If yes, here’s what we’d need to do:
-
Set up an organizational PyPI account (so it’s not tied to just one person).
-
Configure publishing (probably through GitHub Actions).
-
Double-check the pyproject.toml metadata (name, license, description, etc.) so the PyPI page looks good.