summaryrefslogtreecommitdiffstats
path: root/python/pyparsing/README
diff options
context:
space:
mode:
author Matteo Bernardini2020-02-24 11:30:13 +0100
committer Matteo Bernardini2020-02-24 11:30:13 +0100
commit27811f4c33fd0b9a2e7ea64a4fbf4969d4e56bd4 (patch)
tree3887c02a1345299dccb436665f332db2411deec8 /python/pyparsing/README
parent5de2bc5ab8f479fb924d4c5b543c6e0a37999431 (diff)
downloadslackbuilds-current-20200224.1.tar.gz
20200224.1 global branch merge.current-20200224.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.