slackbuilds/development/webpy
Daniel de Kok 3b7890d255 development/webpy: Updated for version 0.2 2010-05-11 19:44:24 +02:00
..
README development/webpy: Updated for version 0.2 2010-05-11 19:44:24 +02:00
slack-desc development/webpy: Initial import 2010-05-11 14:05:53 +02:00
webpy.SlackBuild development/webpy: Updated for version 0.2 2010-05-11 19:44:24 +02:00
webpy.info development/webpy: Updated for version 0.2 2010-05-11 19:44:24 +02:00

README

web.py is a simple and powerful web framework for Python. It
provides a simple database abstraction, a template engine, and
abstractions for HTTP requests. A simple webserver is also included,
which can be used to quickly try and test code.

web.py does not have any additional requirements than stock Python
from Slackware Linux. To use the database functionality, you could
install pysqlite2, psycopg2, or MySQLdb modules.