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
Provides convenient access to an SQLObject-managed database.
pylons.decorators
Custom Decorators, currently jsonify
pylons.error
Custom error middleware subclasses, used for error theme
pylons.helpers
"Magic" helper objects (session, request, m) and etag_cache
pylons.middleware
EvalException, Error Documents, and Globals middleware
pylons.myghtyroutes
Myghty Routes Resolver and ComponentSource classes for controllers
pylons.util
Helpers object, Buffet template plug-in, RequestLocal object, and Paste Template config
pylons.wsgiapp
WSGI App Creator
pylons.i18n
Setuptools extensions and tools to add multiple language support

Top