aboutsummaryrefslogtreecommitdiff
path: root/python/python3-pyparsing/README
diff options
context:
space:
mode:
authorJeremy Hansen <jebrhansen+SBo@gmail.com>2017-04-12 23:29:47 +0100
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2017-04-13 07:27:52 +0700
commit3391469a2fff9603f9781efe92399b575343bd6e (patch)
tree516cc07d0c6832a5cac363f839e7ee61decd4351 /python/python3-pyparsing/README
parentcf3b3325c9ca95d0bbeda56f098c8924fc2ea39b (diff)
python/python3-pyparsing: Added (parsing module for python).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'python/python3-pyparsing/README')
-rw-r--r--python/python3-pyparsing/README8
1 files changed, 8 insertions, 0 deletions
diff --git a/python/python3-pyparsing/README b/python/python3-pyparsing/README
new file mode 100644
index 0000000000..d2badb1992
--- /dev/null
+++ b/python/python3-pyparsing/README
@@ -0,0 +1,8 @@
+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.
+
+This is the python3 version of pyparsing and it can coexist with
+SBo's pyparsing package.