Metadata-Version: 1.1
Name: tzf.pyramid_routing
Version: 0.1.0
Summary: Reads and sets routing configuration from a package
Home-page: https://github.com/fizyk/pyramid_routing
Author: Grzegorz Sliwinski
Author-email: username: fizyk, domain: fizyk.net.pl
License: UNKNOWN
Description: ==========================
        tzf.pyramid_routing README
        ==========================
        
        **tzf.pyramid_routing** is a convenience package, that helps loading routing defined and kept in separate list.
        
        Documentation
        -------------
        
        Documentation can be found here: http://packages.python.org/tzf.pyramid_routing
        
        Testing
        -------
        
        To run tests, either type ``python setup.py tests`` or ``python setup.py nosetests``
        
        
        =======
        CHANGES
        =======
        
        0.0.4
        -----
        
        - Added method to allow to import main method and pass routing modules as argument.
        
        0.0.3
        -----
        
        - Some fixes for pypi releases
        
        0.0.2
        -----
        
        - resolved issue with package submodule loading
        
        0.0.1
        -----
        
        - main functionality
        
Keywords: pyramid routing
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
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: Framework :: Pyramid
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Internet :: WWW/HTTP :: WSGI
Classifier: Topic :: Software Development :: Libraries :: Python Modules
