Metadata-Version: 1.1
Name: tzf.pyramid-routing
Version: 0.0.3
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 ``nosetests --cover-package=tzf.pyramid_routing --cover-tests --with-doctest --with-coverage``
        
        
        =======
        CHANGES
        =======
        
        0.0.2
        -----
        
        -  resolved issue with package submodule loading
        
        0.0.1
        -----
        
        -  main functionality
        
Keywords: pyramid routing
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
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
