summaryrefslogtreecommitdiff
path: root/development/webpy/README
diff options
context:
space:
mode:
authorDaniel de Kok <danieldk@pobox.com>2010-05-11 14:05:53 +0200
committerRobby Workman <rworkman@slackbuilds.org>2010-05-11 14:05:53 +0200
commit6e67ed1e21d06bab6d8c37f1295dc88118c13796 (patch)
treeab211869d27b7c2b1f2353c005b58995ed806783 /development/webpy/README
parent1e71a72fbfc631a6eb5bcb987e6ed58aefece4ba (diff)
downloadslackbuilds-6e67ed1e21d06bab6d8c37f1295dc88118c13796.tar.gz
development/webpy: Initial import
Diffstat (limited to 'development/webpy/README')
-rw-r--r--development/webpy/README12
1 files changed, 12 insertions, 0 deletions
diff --git a/development/webpy/README b/development/webpy/README
new file mode 100644
index 0000000000..1488381e84
--- /dev/null
+++ b/development/webpy/README
@@ -0,0 +1,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/
+