summaryrefslogtreecommitdiffstats
path: root/python/pyparsing/README
diff options
context:
space:
mode:
author Matteo Bernardini2021-01-23 15:25:49 +0100
committer Matteo Bernardini2021-01-23 15:25:49 +0100
commit3cb96e6c6185822ea365995ec48b132d639e9d7a (patch)
treee111c4fe880466b93d41d199478acb204e49e9cd /python/pyparsing/README
parent64559ed619a826677d814471caab2acad0f7cc37 (diff)
downloadslackbuilds-current-20210123.1.tar.gz
20210123.1 global branch merge.current-20210123.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.