Pyramid handlers emulate Pylons 1 controllers
Project description
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/ for detailed documentation.
0.3 (2011-08-24)
Using None as a pattern is no longer permitted in a call to add_handler. This is for compatibility with an upcoming Pyramid “route groups” feature.
0.2 (2011-07-22)
Fix include example in docs.
Add example of __action_decorator__ in documentation.
Drop install dependency on pyramid_zcml.
Add a tox.ini for Jenkins testing.
Fix tests for Pyramid 1.1.
0.1 (2011-01-18)
Initial release, broken out of Pyramid core.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.