https://github.com/pylons/pyramid_handlers
Pyramid "handlers" emulate Pylons 1 "controllers"
https://github.com/pylons/pyramid_handlers
Last synced: 3 months ago
JSON representation
Pyramid "handlers" emulate Pylons 1 "controllers"
- Host: GitHub
- URL: https://github.com/pylons/pyramid_handlers
- Owner: Pylons
- License: other
- Created: 2011-01-16T19:20:46.000Z (over 15 years ago)
- Default Branch: master
- Last Pushed: 2020-04-06T03:06:16.000Z (about 6 years ago)
- Last Synced: 2025-11-21T11:03:11.805Z (7 months ago)
- Language: Python
- Homepage:
- Size: 65.4 KB
- Stars: 8
- Watchers: 9
- Forks: 9
- Open Issues: 4
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGES.txt
- License: LICENSE.txt
Awesome Lists containing this project
README
``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/
`_ for
detailed documentation.
See also `Outgrowing Pyramid Handlers `_.