summaryrefslogtreecommitdiffstats
path: root/development/webpy/README
blob: 1488381e844dc78331539dbd6112e743a87f9640 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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.

web.py was donated to the public domain by Aaron Swartz, and is 
available from: http://webpy.org/