If your application takes its configuration from environment variables, like a 12-factor application, launching it in development is not very practical because you have to set those environment ...
A Python CLI to sync configs between dotenv files and Python settings module. It allows to define your application settings in a Python module and use it as a source of truth, instead of maintaining ...