aboutsummaryrefslogtreecommitdiff
path: root/development/webpy/README
diff options
context:
space:
mode:
authorHeinz Wiesinger <pprkut@slackbuilds.org>2010-05-11 20:30:36 +0200
committerHeinz Wiesinger <pprkut@slackbuilds.org>2010-05-11 20:30:36 +0200
commit47b6482cae6e110d27258c83a740719063940a24 (patch)
treebb2e02eb37cac951ea4f5f6ef17db1e02cf2a9c1 /development/webpy/README
parent58db93f78a3fd69e7daca77e3bf44ae8739ee119 (diff)
development/webpy: Removed from 12.1 repository
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.