## General - [x] replace {<index>} expressions with readable {<param_name>} - [ ] Add better logging ## config file - [ ] change field names to snake_case ## src/sandbox/no_sandbox.py - [x] use subprocess.run instead of subprocess.call - [x] improve quality - [x] Enable proper clean up of files (add context manager support if possible) ## settings.py - [x] Add YAML support (extensible to any format)
General
config file
src/sandbox/no_sandbox.py
settings.py