ConfigValidator

python module to Validate ini File user input


License
Apache-2.0
Install
pip install ConfigValidator==0.2.0

Documentation

configvalidator

ConfigValidator is an python module to Validate ini File user input. After validation you will get are well-defined python dict with the corresponding validate user inputs.

To achieve this, you will need an config dict, which is part of your source code. Furthermore you need an ini file, which is given to the program at runtime. Both inputs to ConfigValidator will lead in an well-defined python dict, which can then be used in your program.

Installation

You can install, upgrade, uninstall ConfigValidator with these commands:

$ pip install configvalidator
$ pip install --upgrade configvalidator
$ pip uninstall configvalidator

Links