web
web.py: makes web apps (http://webpy.org)
Attributes
a config
<Storage {'__doc__': '\nA configuration object for various aspects of web.py.\n\n`db_parameters`\n : A dictionary containing the parameters to be passed to `connect`\n when `load()` is called.\n`db_printing`\n : Set to `True` if you would like SQL queries and timings to be\n printed to the debug output.\n\n', '_hasPooling': False}>
Functions
Modules
The web module exposes 12 submodules:
- cheetah
- Cheetah API (from web.py)
- ctx
- Internal object representing the context of a request. Dynamically generated (i.e. don't look for documentation).
- db
- Database API (part of web.py)
- form
- HTML forms (part of web.py)
- http
- HTTP Utilities (from web.py)
- httpserver
- A simple HTTP server for your app
- net
- Network Utilities (from web.py)
- request
- Request Delegation (from web.py)
- template
- simple, elegant templating (part of web.py)
- utils
- General Utilities (part of web.py)
- webapi
- Web API (wrapper around WSGI) (from web.py)
- wsgi
- WSGI Utilities (from web.py)
See the source for more information.