Metadata-Version: 2.1
Name: confpars
Version: 0.1.3
Summary: UNKNOWN
Home-page: https://github.com/liorbass/confpars
Author: Lior Bass
Author-email: mail@liorbass.dev
License: UNKNOWN
Platform: UNKNOWN


pip install confpars

This module is built to ease creating and managing configurations.

This module takes a lot of influence from the argparase module.

Features:
*  Support nested configurations- built with composite pattern.
*  Support json/yaml/csv and more configurations as input.
*  Type validation.
*  Required/optional parameters
*  Generate an example json file with description and typing.


