summaryrefslogtreecommitdiffstats
path: root/python/python3-whoosh/README
diff options
context:
space:
mode:
Diffstat (limited to 'python/python3-whoosh/README')
-rw-r--r--python/python3-whoosh/README6
1 files changed, 6 insertions, 0 deletions
diff --git a/python/python3-whoosh/README b/python/python3-whoosh/README
new file mode 100644
index 0000000000..71ca2ab096
--- /dev/null
+++ b/python/python3-whoosh/README
@@ -0,0 +1,6 @@
+Whoosh is a fast, featureful full-text indexing and searching library
+implemented in pure Python.
+Programmers can use it to easily add search functionality to their
+applications and websites.
+Every part of how Whoosh works can be extended or replaced to meet your
+needs exactly.