Latest Version: 0.9.6.2

Formencode

formencode.api
Core classes for validation.
formencode.foreach
Validator for repeating items.
formencode.htmlfill
Parser for HTML forms, that fills in defaults and errors. See render.
formencode.schema
formencode.validators
Validator/Converters for use with FormEncode.
formencode.variabledecode
Takes GET/POST variable dictionary, as might be returned by cgi, and turns them into lists and dictionaries.

Paste

paste.cascade
Cascades through several applications, so long as applications return 404 Not Found.
paste.errordocument
Middleware to display error documents for certain status codes
paste.fileapp
This module handles sending static content such as in-memory data or files. At this time it has cache helpers and understands the if-modified-since request header.
paste.fixture
Routines for testing WSGI applications.
paste.httpexceptions
HTTP Exception Middleware
paste.modpython
WSGI Paste wrapper for mod_python. Requires Python 2.2 or greater.
paste.registry
Registry for handling request-local module globals sanely
paste.request
This module provides helper routines with work directly on a WSGI environment to solve common requirements.
paste.response
Routines to generate WSGI responses
paste.wsgiwrappers
WSGI Wrappers for a Request and Response

Pylons

pylons
Base objects to be exported for use in Controllers
pylons.commands
Paster Commands, for use with paster in your project
pylons.configuration
Configuration setup for templating systems and Paste error middleware
pylons.controllers
Standard Controllers intended for subclassing by web developers
pylons.controllers.util
Utility functions available for use by Controllers
pylons.database
Depreacted: pylons.database will be removed from a future version of Pylons. SQLAlchemy 0.3.x users are recommended to migrate to SAContext (http://cheeseshop.python.org/pypi/SAContext) for similar functionality.
pylons.decorators
Pylons Decorators: jsonify, validate, REST, and Cache decorators
pylons.decorators.cache
Caching decorators
pylons.decorators.secure
Security related decorators
pylons.decorators.rest
REST decorators
pylons.error
Custom error middleware subclasses, used for error theme
pylons.helpers
Deprecated: This module has moved to pylons.controllers.util
pylons.i18n
Internationalization and Localization functionality
pylons.i18n.translation
Translation/Localization functions.
pylons.log
Logging related functionality
pylons.middleware
Pylons' WSGI middlewares
pylons.templating
Buffet templating plugin and render functions
pylons.util
Paste Template and Pylons utility functions
pylons.wsgiapp
WSGI App Creator

Routes

routes
Provides common classes and functions most users will want access to.
routes.base
Route and Mapper core classes
routes.util
Utility functions for use in templates / controllers

Webhelpers

webhelpers
webhelpers.pagination
Pagination for Collections and ORMs
webhelpers.rails
Helper functions ported from Rails

Top