summaryrefslogtreecommitdiffstats
path: root/python/pyparsing/README
diff options
context:
space:
mode:
author Matteo Bernardini2019-06-23 10:14:02 +0200
committer Matteo Bernardini2019-06-23 10:14:02 +0200
commit0838c924f3b7d36a83b7c907cd9c083d893fe35f (patch)
treee30695b4cc9fefb4d325ee530731ebcd7ae20932 /python/pyparsing/README
parent363a906a0b578360fc08e5e6193c228be8fbe259 (diff)
downloadslackbuilds-0838c924f3b7d36a83b7c907cd9c083d893fe35f.tar.gz
20190623.1 global branch merge.current-20190623.1
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 ac29972273..0000000000
--- 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.