pyramid_handlers is a Python module 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.
Product's homepage
Requirements:
· pyramid
· Python
What's New in This Release: [ read full changelog ]
· Python 3.2 compatibility (sans ZCML support; pyramid_zcml does not work under Python 3).
· Removed Python 2.5 compatibility. This also means Jython compatibility has been dropped. If you need Python 2.5 compatibility, use 0.4.
· No longer raises a ConfigurationError when an __action_decorator__ is an instance method (there's no distinction between unbound methods and functions under Python 3).