Metadata-Version: 2.1
Name: config-yml
Version: 0.3.0
Summary: Utility modules for Class management
Home-page: https://github.com/Phornee/config_yml
Author: Ismael Raya
Author-email: phornee@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: PyYAML (>=5.3.1)

# Config management class
Configuration management package
- Yaml based
- Can use a config template embeded in your application distribution, and a local config (in /home/var/{application})
  customized for your particular installation (that could be edited manually, or by your ansible recipe).
- Local config will be merged with the template in your application overwritting its values, allowing you to upgrade 
  and distribute your application adding new fields with default values seamlessly.
- Provides functionality not only to read the configuration, but also to modify it in runtime


