repoze.configuration

A configuration system using YAML and entry points
Download

repoze.configuration Ranking & Summary

Advertisement

  • Rating:
  • License:
  • BSD License
  • Price:
  • FREE
  • Publisher Name:
  • Agendaless Consulting
  • Publisher web site:
  • http://www.repoze.org

repoze.configuration Tags


repoze.configuration Description

repoze.configuration is a Python module that software developers can use as a configuration system. It allows the use of YAML as a configuration language. Application-defined "directives" can be plugged in to repoze.configuration using one or more Python setuptools entry points. For example, you could make sense out of the following YAML using repoze.configuration and a custom "appsettings" directive:--- !appsettingsport_number = 8080reload_templates = true--- !includefilename = anotherfile.ymlPlease see docs/index.rst or http://docs.repoze.org/configuration for more documentation.Product's homepage


repoze.configuration Related Software