tallstreet / Whoosh-AppEngine
- Source
- Commits
- Network (2)
- Issues (1)
- Downloads (0)
- Wiki (1)
- Graphs
-
Branch:
master
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Thu May 28 12:29:13 -0700 2009 | |
| |
LICENSE.txt | Tue Feb 19 12:50:04 -0800 2008 | |
| |
README.txt | Thu May 28 12:29:12 -0700 2009 | |
| |
example/ | Thu May 28 12:29:12 -0700 2009 | |
| |
setup.cfg | ||
| |
setup.py | Tue May 26 16:29:00 -0700 2009 | |
| |
src/ | ||
| |
tests/ | Mon May 25 13:12:27 -0700 2009 |
README.txt
About Whoosh ============ Whoosh is a fast, pure-Python indexing and search library. Programmers can use it to easily add search functionality to their applications and websites. Because Whoosh is pure Python, you don't have to compile or install a binary support library and/or make Python work with a JVM, yet Whoosh is still very fast at indexing and searching. Every part of how Whoosh works can be extended or replaced to meet your needs exactly. This software is licensed under the terms of the Apache License version 2. See LICENSE.txt for information. The primary source of information is the main Whoosh web site: http://whoosh.ca/ Whoosh AppEngine ================ This version of whoosh is able to run on Google AppEngine (http://code.google.com/appengine/) and stores its index in the datastore so is able to provide full text searching. Gary Roberts <contact@tallstreet.com>

