Embed presentation
Download to read offline




![from yaml import safe_load
config = safe_load(open(“/etc/foobar.conf”))
initialize_logging(config[“log”][“file”])
https://github.com/ImmobilienScout24/yamlreader
from yamlreader import yaml_load
config = yaml_load(“/etc/foobar.d/”)
initialize_logging(config[“log”][“file”])](https://image.slidesharecdn.com/europython2014yamlreaderlightningtalk-140727122812-phpapp02/85/EuroPython-2014-YAML-Reader-Lightning-Talk-5-320.jpg)
![from yamlreader import yaml_load
yaml_load(“/etc/foobar.conf”)
yaml_load(“/etc/foobar.d/”)
yaml_load(“/etc/foobar.d/*.yml”)
yaml_load([“file1.conf”,”file2.conf”])
https://github.com/ImmobilienScout24/yamlreader
http://www.yadt-project.org
https://github.com/ImmobilienScout24](https://image.slidesharecdn.com/europython2014yamlreaderlightningtalk-140727122812-phpapp02/85/EuroPython-2014-YAML-Reader-Lightning-Talk-6-320.jpg)

The document discusses the implementation of a YAML reader for modularized configuration management, highlighting its usage in logging and user management configurations for a system. It references various configuration files, their logging setup, and includes code snippets for loading YAML configurations. Additionally, it provides links to repositories and projects related to the YAML reader and its functionalities.




![from yaml import safe_load
config = safe_load(open(“/etc/foobar.conf”))
initialize_logging(config[“log”][“file”])
https://github.com/ImmobilienScout24/yamlreader
from yamlreader import yaml_load
config = yaml_load(“/etc/foobar.d/”)
initialize_logging(config[“log”][“file”])](https://image.slidesharecdn.com/europython2014yamlreaderlightningtalk-140727122812-phpapp02/85/EuroPython-2014-YAML-Reader-Lightning-Talk-5-320.jpg)
![from yamlreader import yaml_load
yaml_load(“/etc/foobar.conf”)
yaml_load(“/etc/foobar.d/”)
yaml_load(“/etc/foobar.d/*.yml”)
yaml_load([“file1.conf”,”file2.conf”])
https://github.com/ImmobilienScout24/yamlreader
http://www.yadt-project.org
https://github.com/ImmobilienScout24](https://image.slidesharecdn.com/europython2014yamlreaderlightningtalk-140727122812-phpapp02/85/EuroPython-2014-YAML-Reader-Lightning-Talk-6-320.jpg)