Metadata-Version: 1.1
Name: tzf.pyramid-yml
Version: 0.1.0
Summary: Reads and sets routing configuration from a package
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
        ==========================
        
        **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.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
