summaryrefslogtreecommitdiff
path: root/development/pyparsing/README
diff options
context:
space:
mode:
authorHeinz Wiesinger <pprkut@slackbuilds.org>2011-03-29 23:48:35 +0200
committerRobby Workman <rworkman@slackbuilds.org>2011-03-30 22:52:57 -0500
commitb3aa4eb3f28db2e140cbd780dda877a54b70dcc8 (patch)
treeb17f838ac27377fcfdc32abc97c34c355ed48cf2 /development/pyparsing/README
parent1acb78077679edcf2a22abea82fa9e96375e2da4 (diff)
downloadslackbuilds-b3aa4eb3f28db2e140cbd780dda877a54b70dcc8.tar.gz
python/pyparsing: Moved from /development and updated for version 1.5.5
Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org>
Diffstat (limited to 'development/pyparsing/README')
-rw-r--r--development/pyparsing/README5
1 files changed, 0 insertions, 5 deletions
diff --git a/development/pyparsing/README b/development/pyparsing/README
deleted file mode 100644
index ac29972273..0000000000
--- a/development/pyparsing/README
+++ /dev/null
@@ -1,5 +0,0 @@
-The pyparsing module is an alternative approach to creating and
-executing simple grammars, vs. the traditional lex/yacc
-approach, or the use of regular expressions. The pyparsing
-module provides a library of classes that client code uses to
-construct the grammar directly in Python code.