aboutsummaryrefslogtreecommitdiff
path: root/python/pyparsing/README
diff options
context:
space:
mode:
authorMatteo Bernardini <ponce@slackbuilds.org>2019-01-26 08:18:48 +0100
committerRobby Workman <rworkman@slackbuilds.org>2021-04-17 23:54:38 -0500
commit9dbe1694775a30278d5f763579f0e1df83eb1344 (patch)
treec9f77b2f7c33d4499119a463bdde6746467695ea /python/pyparsing/README
parent2009b01baa8a650d739e5cd6f8442d74b3b41ff4 (diff)
downloadslackbuilds-9dbe1694775a30278d5f763579f0e1df83eb1344.tar.xz
python/pyparsing: Removed (Added to Slackware).
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'python/pyparsing/README')
-rw-r--r--python/pyparsing/README5
1 files changed, 0 insertions, 5 deletions
diff --git a/python/pyparsing/README b/python/pyparsing/README
deleted file mode 100644
index ac299722731d..000000000000
--- a/python/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.