Introduction ============ **tzf.pyramid_yml** is a convenience package, that allows for a yaml settings, that can be kept in a structured, clear way, and also extensible depending on an 'environment'. Contents -------- .. toctree:: :maxdepth: 2 install usage api Testing ------- To run tests you'll need py.test installed. To install all dependencues required for running tests, simply run `pip install tzf.pyramid_yml[tests]`. After that, simply run `py.test` Code & Issues ------------- * Code: https://github.com/fizyk/pyramid_yml * Issues: https://github.com/fizyk/pyramid_yml/issues License ------- Copyright (c) 2014 by pytest_pyramid authors and contributors. See :ref:`authors` This module is part of pytest_pyramid and is released under the MIT License (MIT): http://opensource.org/licenses/MIT