diff options
author | Matteo Bernardini <ponce@slackbuilds.org> | 2019-01-05 10:49:46 +0100 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2021-04-17 23:55:26 -0500 |
commit | bbdf957b9c521e084456f3e2689d60af40dc76f4 (patch) | |
tree | a77dda83be07b052a6f2194c666e81b3f97fa1f6 /python/python3-pyparsing/README | |
parent | 4f956e2af9b0b373c1dfe6e39956be04123ad7f2 (diff) |
libraries/python3-pyparsing: Removed (added to Slackware).
...as part of pyparsing
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'python/python3-pyparsing/README')
-rw-r--r-- | python/python3-pyparsing/README | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/python/python3-pyparsing/README b/python/python3-pyparsing/README deleted file mode 100644 index d2badb1992..0000000000 --- a/python/python3-pyparsing/README +++ /dev/null @@ -1,8 +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. - -This is the python3 version of pyparsing and it can coexist with -SBo's pyparsing package. |