Pylons / pyramid_handlers

Pyramid "handlers" emulate Pylons 1 "controllers"
Other
8 stars 9 forks source link

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. It works under Python 2.6, 2.7, and 3.2.

See http://docs.pylonsproject.org/projects/pyramid_handlers/en/latest/ <http://docs.pylonsproject.org/projects/pyramid_handlers/en/latest/>_ for detailed documentation.

See also Outgrowing Pyramid Handlers <https://michael.merickel.org/2011/8/23/outgrowing-pyramid-handlers/>_.