Commit graph

6 commits

Author SHA1 Message Date
ca87b3d17e Sneak in a removal of the autopep8 setting that isn't needed anymore 2024-08-17 22:54:38 +01:00
92bc50396b Huge re-org to match normal python project structure 2024-08-14 22:42:53 +01:00
3a0bf82ecb Implement building with docker
See the README for usages and details.

A breaking changes here too:
* run.py is gone, we now handle that kind of thing with docker
* The token is out of the config and is now an ENVAR (ideally using a .env)
* `.json` files are now in a .matchy/ subdirectory, as this makes it a lot easier for the container to safely read

Bonus:
* fix a score_factors.setdefault call causing issues
* Reformat some of the readme
2024-08-14 16:55:23 +01:00
129721eb50 Move python files into py dir 2024-08-11 18:05:28 +01:00
d16e33666e Ensure autopep8 uses the venv 2024-08-11 11:36:43 +01:00
46195bd196 Add vscode files 2024-08-10 09:45:22 +01:00