matchy/py
Marc Di Luzio 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
..
cogs More protection - State does it's own saving 2024-08-13 23:43:15 +01:00
config.py Implement building with docker 2024-08-14 16:55:23 +01:00
files.py Move python files into py dir 2024-08-11 18:05:28 +01:00
matching.py More protection - State does it's own saving 2024-08-13 23:43:15 +01:00
matching_test.py Protect against discovered miss-use of state 2024-08-13 23:32:28 +01:00
matchy.py Implement building with docker 2024-08-14 16:55:23 +01:00
owner_cog_test.py Protect against discovered miss-use of state 2024-08-13 23:32:28 +01:00
state.py Even more defense - only matchy knows about the state.json path 2024-08-13 23:45:39 +01:00
state_test.py More protection - State does it's own saving 2024-08-13 23:43:15 +01:00
util.py Move the cogs into a subdir 2024-08-13 23:05:14 +01:00