Framework for producing web-based database applications
Sophisticated environment for developing web-based applications.
It includes lots of handy low-level components including:
1/ mySql interface, including table creation, tables as class, query as iterator
2/ html generation
3/ multi-lingual ability
4/ html form field handling
5/ etc.
On top of this is a high-level framework that allows rapid development of database apps including seach/create/display/update, user navigation between related entities and much more.
Included, as a...
Poor Http Server is standalone wsgi server, which is designed for using python web applications. Unlike other projects, this is not framework, but single server, light wsgi connector, and python doc generator.
mod_npy is alternative way of running Python scripts under Apache - alternative to having mod_python installed, or running as CGI. It allows mixing Python code with HTML much like PHP. It's a mixture of Python power and PHP style page writing.