aboutsummaryrefslogtreecommitdiff
path: root/python/Whoosh/README
diff options
context:
space:
mode:
authorYth - Arnaud <yth@ythogtha.org>2019-10-23 23:07:43 +0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2019-10-23 23:07:43 +0700
commitd600a9d210c68012fc6912df37b641ae0f0bf574 (patch)
tree51f730d4b97774e836155948c4489550b4069259 /python/Whoosh/README
parent9f16bb6c2c2affe38993922a76a3603fe81ad120 (diff)
python/Whoosh: Added (indexing and searching library).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/Whoosh/README')
-rw-r--r--python/Whoosh/README3
1 files changed, 3 insertions, 0 deletions
diff --git a/python/Whoosh/README b/python/Whoosh/README
new file mode 100644
index 0000000000000..35b084975f3ae
--- /dev/null
+++ b/python/Whoosh/README
@@ -0,0 +1,3 @@
+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.