summaryrefslogtreecommitdiffstats
path: root/python/python3-rebulk/README
diff options
context:
space:
mode:
author fourtysixandtwo <fourtysixandtwo@sliderr.net>2022-06-04 04:42:50 +0100
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2022-06-11 08:58:58 +0700
commit65d4245ddeec6c66df6119e4d6463bfbeec7ddd3 (patch)
tree5d4c5ec812ba52beb4510066b7511f141b2b7f52 /python/python3-rebulk/README
parentf0d4b2db1c40b8188c0780b995071d9c62fbbdb9 (diff)
downloadslackbuilds-65d4245ddeec6c66df6119e4d6463bfbeec7ddd3.tar.gz
slackbuilds-65d4245ddeec6c66df6119e4d6463bfbeec7ddd3.tar.xz
python/python3-rebulk: Added (Advanced searches in strings)
Signed-off-by: Dave Woodfall <dave@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-rebulk/README')
-rw-r--r--python/python3-rebulk/README6
1 files changed, 6 insertions, 0 deletions
diff --git a/python/python3-rebulk/README b/python/python3-rebulk/README
new file mode 100644
index 0000000000..a873680a54
--- /dev/null
+++ b/python/python3-rebulk/README
@@ -0,0 +1,6 @@
+ReBulk is a python library that performs advanced searches in strings
+that would be hard to implement using re module or String methods only.
+
+It includes some features like Patterns, Match, Rule that allows
+developers to build a custom and complex string matcher using a
+readable and extendable API.