Flask-ConfigLint is an extension for Flask that provides the following features related to configuration:
- Validation
- It can validate configuration. Error when it consists of invalid values.
- Quickstart
- It allows easy generation of configuration file using interactive prompt interface.
- Docstring
- It makes docstring that explains available configuration parameters.
Flask-ConfigLint is written to be used for Crosspop by Hong Minhee. It's distributed under MIT license, and the source code can be found in the GitHub repository. Check out:
$ git clone git://github.com/crosspop/flask-configlint.git
To be released.
- Initial version.