summaryrefslogtreecommitdiffstats
path: root/development/webpy/README
diff options
context:
space:
mode:
Diffstat (limited to 'development/webpy/README')
-rw-r--r--development/webpy/README8
1 files changed, 0 insertions, 8 deletions
diff --git a/development/webpy/README b/development/webpy/README
deleted file mode 100644
index 4fa1257a9a..0000000000
--- a/development/webpy/README
+++ /dev/null
@@ -1,8 +0,0 @@
-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.