tzf.pyramid_yml 0.2

Posted: [Source]
Tags:  pyramid python yaml

tzf.pyramid_yml plugin is package, that provides Your pyramid application with inherited yaml based configuration system, and I've just released 0.2 version.

You can define several environments, like production, developing, have some sensible defaults in eg. config.yml file, and have it extend based on the environment config file (eg. config.dev.yml).

Since 0.2, you can also add some defaults through your own pyramid plugin package. Simply use tzf.pyramid_yml.config_defaults method. It's also beeing added to configuration object, once the tzf.pyramid_yml is included into application by config.include().

Package also provides pconfig command line script, that allows inspect generated configuration.

Comments powered by Disqus