click_config_file
click_config_file copied to clipboard
Configuration file support for Click applications
It would be nice to have more file formats for configuration files. When I started this project, I decided to use [Configobj](https://configobj.readthedocs.io/en/latest/configobj.html) as a configuration file parser, because it supports...
Can use nested commands and provide a custom directory of the config file.
The last travis CI build on `master` was one year ago: https://travis-ci.org/github/phha/click_config_file/builds and, for some reason, there are no travis CI builds on PRs anymore @phha Happy to move CI...
By the way, as for splitting the tests into files I would propose to split them into three files: 1. `test_configuration_option.py`: tests that don't care about the `implicit` argument (could...