Skip to content

Latest commit

 

History

History
43 lines (28 loc) · 990 Bytes

README.rst

File metadata and controls

43 lines (28 loc) · 990 Bytes

Flask-ConfigLint

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.

Open source

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

Changelog

Version 0.9.0

To be released.

  • Initial version.