summaryrefslogtreecommitdiffstats
path: root/python/rebulk/README
diff options
context:
space:
mode:
Diffstat (limited to 'python/rebulk/README')
-rw-r--r--python/rebulk/README7
1 files changed, 0 insertions, 7 deletions
diff --git a/python/rebulk/README b/python/rebulk/README
deleted file mode 100644
index ac9f40a630..0000000000
--- a/python/rebulk/README
+++ /dev/null
@@ -1,7 +0,0 @@
-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.