From d600a9d210c68012fc6912df37b641ae0f0bf574 Mon Sep 17 00:00:00 2001 From: Yth - Arnaud Date: Wed, 23 Oct 2019 23:07:43 +0700 Subject: python/Whoosh: Added (indexing and searching library). Signed-off-by: Willy Sudiarto Raharjo --- python/Whoosh/README | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 python/Whoosh/README (limited to 'python/Whoosh/README') diff --git a/python/Whoosh/README b/python/Whoosh/README new file mode 100644 index 0000000000..35b084975f --- /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. -- cgit v1.2.3