cfg_load icon indicating copy to clipboard operation
cfg_load copied to clipboard

Load config files the right way

Results 20 cfg_load issues
Sort by recently updated
recently updated
newest added

Bumps [numpy](https://github.com/numpy/numpy) from 1.20.1 to 1.22.0. Release notes Sourced from numpy's releases. v1.22.0 NumPy 1.22.0 Release Notes NumPy 1.22.0 is a big release featuring the work of 153 contributors spread...

dependencies

Bumps [numpy](https://github.com/numpy/numpy) from 1.20.1 to 1.22.0. Release notes Sourced from numpy's releases. v1.22.0 NumPy 1.22.0 Release Notes NumPy 1.22.0 is a big release featuring the work of 153 contributors spread...

dependencies

I'm new to configuration files and really like your setup. Can or should a cfg_load file be modified to be opened or run with PyCharm or Docker? Still learning how...

Please add a CLI tool in this package that allows direct validation of configuration files.

Please add support for Tom's Obvious, Minimal Language. Realizing it's much like INI files, support is almost there. TOML is sufficiently different from INI that there are dedicated TOML libraries...

Nice work to streamline config files! What I usually do is load the configuration file, but allow the command line arguments to override the settings. The advantage is that the...

I have a nested dictionary that i'd like updated to be empty when I update with a user config. Ideally the top level attribute would be set to `{}` and...

How to specify EOL such as \n or \n\r in ini files?

The `load_if_possible` policy should always try to load the remote file. If it fails, the local one is used.

enhancement

Currently, [`_load_remote`](https://github.com/MartinThoma/cfg_load/blob/master/cfg_load/__init__.py#L294) does not have the `policy` implemented ([here](https://github.com/MartinThoma/cfg_load/blob/master/cfg_load/__init__.py#L329)). The [default is always used](https://github.com/MartinThoma/cfg_load/blob/master/cfg_load/remote.py#L15).

bug