environ-config icon indicating copy to clipboard operation
environ-config copied to clipboard

Python Application Configuration With Environment Variables

Results 4 environ-config issues
Sort by recently updated
recently updated
newest added

# Use case I'm using *environ-config* to conveniently maintain configuration data and display config options in my docs. The software I'm writing is basically a scientific analysis library, meant to...

What do you think about adding a method to generate a JSON string from a configuration class? I created a method for `environ.config` classes in a couple of recent projects...

Hi, After adding `environ-config` to my projects with strict mypy config, I needed to provide numerous `# type: ignore` comments as `environ` is not typed yet. I would like to...

In PR #7 and one previous one I have run into an issue, that `isort` `pre-commit` check passed locally (using `tox -e ling`) and failed on Travis or vice versa....