summaryrefslogtreecommitdiffstats
path: root/python/python3-rebulk/README
diff options
context:
space:
mode:
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.