Metadata-Version: 2.1
Name: mergeconfigs
Version: 0.3
Summary: Help developers with config files
Home-page: https://github.com/x41lakazam/mergeconfigs
Author: Eyal Chocron
Author-email: x41lakazam@gmail.com
Maintainer: Eyal Chocron
Maintainer-email: x41lakazam@gmail.com
Keywords: config,yaml,inheritance,templates
License-File: LICENSE.txt

Mergeconfigs is a package that help managing YAML configuration files

Mergeconfigs makes easy to merge several yaml files into one, using includes, placeholders and extends.
That way you can split your configurations into several files and merge them into one single yaml.  

Run `python -m mergeconfigs --help` for help
