python-config2
python-config2 copied to clipboard
Python environment configuration simplified - highly inspired by `node-config`.
Hi Jonas, I have an issue during the install of the new version of config2 (0.3.2). It seems that there is an issue with the requirements of the mybad module....
I' unable to execute the **ENV=development python app.py** on windows 10 . I tried executing the following command **set ENV=development & python app.py** **Output**: DEFAULT 1 {'b1': [1, 2, 3],...
Hello! Thanks for sharing your work. In a kubernetes env, it's useful to attach multiple (shared) configmaps to a service, etc. An attached configmap gets associated with a local directory....
This utility works fine when I am using it in development env, but when I package my project and install to my local virtual env, it will complain following: ```...
First of all, thanks for building this library! I was banging my head against a wall trying to find a simple-yet-powerful application config approach like node-config in the Python ecosystem....
Sorry, cant find contact to write PM As i understand the one file for one environment But is it possible to load multiple file in default enviroment? if I use:...
**Example:** ```shell [2019-01-16 20:54:39 -0500] [11635] [ERROR] Exception in worker process Traceback (most recent call last): File "/Users/grimen/.pyenv/versions/3.6.6/envs/3.6.6-default/lib/python3.6/site-packages/attributedict/collections.py", line 223, in __getattr__ return self.__getitem__(key) File "/Users/grimen/.pyenv/versions/3.6.6/envs/3.6.6-default/lib/python3.6/site-packages/attributedict/collections.py", line 165, in __getitem__...