Python Paste


Paste Script

Module Reference

Packages and Modules

paste.script
paste.script.appinstall
Provides the two commands for preparing an application: prepare-app and setup-app
paste.script.bool_optparse
A subclass of optparse.OptionParser that allows boolean long options (like --verbose) to also take arguments (like --verbose=true). Arguments must use =.
paste.script.cgi_server
paste.script.checkperms
This is a module to check the filesystem for the presence and permissions of certain files. It can also be used to correct the permissions (but not existance) of those files.
paste.script.cherrypy_server
Entry point for CherryPy's WSGI server
paste.script.command
paste.script.copydir
paste.script.create_distro
paste.script.default_sysconfig
This module contains default sysconfig settings.
paste.script.entrypoints
paste.script.epdesc
paste.script.exe
paste.script.filemaker
paste.script.flup_server
paste.script.grep
paste.script.help
paste.script.interfaces
paste.script.pluginlib
paste.script.request
paste.script.serve
paste.script.templates
paste.script.testapp
paste.script.twisted_web2_server
paste.script.util
paste.script.wsgiserver
A high-speed, production ready, thread pooled, generic WSGI server.
paste.script.wsgiutils_server