I'm reviewing my old TODO lists from 11 years(!) ago. I thought I'd write an application settings /config library. I think this is mainly solved by modern "almost" serialization formats, like .ini, .toml, .yaml, .json. Also Dockerfile as a format really messes with the whole concept of a "thing editable separately from the rest of the app"- If you are going to have rebuild anyhow, maybe just edit costants in a .py file.
Post
July 4, 2023