Robust Config Loading for Python Apps
Posted on Wed 27 October 2021 in Development • Tagged with python • 3 min read
At work, this week, we've been updating our python client, which allows customers to programmatically interact with our platform.
While the basic configuration of the client is quite simple (requiring just access credentials), however there are more than a dozen configuration options that can be overridden for development purposes, but …
Continue reading