Metadata-Version: 1.1
Name: tzf.pyramid_yml
Version: 0.2.0
Summary: Loads a yml defined configuration
Home-page: https://github.com/fizyk/pyramid_yml
Author: Grzegorz Sliwinski
Author-email: username: fizyk, domain: fizyk.net.pl
License: UNKNOWN
Description: ==========================
        tzf.pyramid_yml README
        ==========================
        
        .. image:: https://travis-ci.org/fizyk/pyramid_yml.png?branch=master
            :target: https://travis-ci.org/fizyk/pyramid_yml
            :alt: Tests for RandomWords
        
        .. image:: https://coveralls.io/repos/fizyk/pyramid_yml/badge.png?branch=master
            :target: https://coveralls.io/r/fizyk/pyramid_yml?branch=master
            :alt: Coverage Status
        
        .. image:: https://pypip.in/v/tzf.pyramid_yml/badge.png
            :target: https://crate.io/packages/tzf.pyramid_yml/
            :alt: Latest PyPI version
        
        .. image:: https://pypip.in/d/tzf.pyramid_yml/badge.png
            :target: https://crate.io/packages/tzf.pyramid_yml/
            :alt: Number of PyPI downloads
        
        **tzf.pyramid_yml** is a convenience package, that allows for a yml settings, that can be kept in a structured, clear way, and also extensible depending on an 'environment'.
        
        Documentation
        -------------
        
        Documentation can be found here: http://pythonhosted.org/tzf.pyramid_yml/
        
        Testing
        -------
        
        To run tests, either type ``python setup.py tests`` or ``python setup.py nosetests`` to get coverage.
        
        
        =======
        CHANGES
        =======
        
        0.2.0
        -------
        - *pconfig* command line tool for displaying merged yaml config
        - added *config.config_defaults* method to allow creating a default yaml configurations for pyramid packages, and easy merge into these created by tzf.pyramid_yml
        
        0.1.0
        -------
        - python 3 compatibility
        - Include pyramid packages
        - filling in standard settings based on configurator: in yml configuration
        
        
        0.0.1
        -----
        - merging two yml files int one
        - reading yml files
        
Keywords: pyramid yml configuration
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: Public Domain
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Framework :: Pyramid
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Internet :: WWW/HTTP :: WSGI
Classifier: Topic :: Software Development :: Libraries :: Python Modules
