Latest Version: 0.9.6.2

Warning

This documentation does not refer to the most recent version of Pylons. Current Documentation

Packages and Modules

pylons
Base objects to be exported for use in Controllers
pylons.commands
Paster Commands, for use with paster in your project
pylons.config
Configuration setup for Myghty, and Paste error middleware
pylons.controllers
Standard Controllers intended for sub-classing by web developers
pylons.database
pylons.decorators
Custom Decorators, currently jsonify, validate, and 2 REST decorators
pylons.error
Custom error middleware subclasses, used for error theme
pylons.helpers
etag_cache, redirect_to, and abort methods
pylons.i18n
Setuptools extensions and tools to add multiple language support
pylons.middleware
EvalException, Error Documents, and Globals middleware
pylons.templating
Buffet templating plugin and render functions
pylons.util
Helpers object, RequestLocal object, and Paste Template config
pylons.wsgiapp
WSGI App Creator

Top