Metadata-Version: 1.0
Name: pyramid-handlers
Version: 0.1
Summary: Pyramid handlers emulate Pylons 1 controllers
Home-page: http://docs.pylonsproject.org
Author: Chris McDonough, Agendaless Consulting
Author-email: pylons-devel@googlegroups.com
License: BSD-derived (http://www.repoze.org/LICENSE.txt)
Description: ``pyramid_handlers``
        ====================
        
        ``pyramid_handlers`` is a package which allows Pyramid to largely emulate the
        functionality of Pylons 1 "controllers".  Handlers are a synthesis of
        Pyramid *url dispatch* and method introspection of a view class that makes it
        easier to create bundles of view logic which reacts to particular route
        patterns.
        
        See `http://docs.pylonsproject.org/projects/pyramid_handlers/dev/
        <http://docs.pylonsproject.org/projects/pyramid_handlers/dev/>`_ for
        detailed documentation.
        
        
        
        0.1 (2011-01-18)
        ----------------
        
        - Initial release, broken out of Pyramid core.
        
        
        
Keywords: web wsgi pylons pyramid
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python
Classifier: Framework :: Pylons
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Internet :: WWW/HTTP :: WSGI
Classifier: License :: Repoze Public License
