diff options
author | Yth - Arnaud <yth@ythogtha.org> | 2019-10-23 23:07:43 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-10-23 23:07:43 +0700 |
commit | d600a9d210c68012fc6912df37b641ae0f0bf574 (patch) | |
tree | 51f730d4b97774e836155948c4489550b4069259 /python/Whoosh/README | |
parent | 9f16bb6c2c2affe38993922a76a3603fe81ad120 (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/README | 3 |
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. |