Skip to main content

A configuration system using YAML and entry points

Project description

repoze.configuration README

repoze.configuration is a package 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:

--- !appsettings
port_number = 8080
reload_templates = true

--- !include
filename = anotherfile.yml

Please see docs/index.rst for more documentation.

repoze.configuration Changelog

0.1 (2009-06-22)

  • Initial release.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

repoze.configuration-0.1.tar.gz (23.6 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page