Skip to content

clach04/flask-ponywhoosh

 
 

Repository files navigation

Flask-PonyWhoosh

PyPI Package latest release PyPI Package monthly downloads Test

Perform full-text searches on your database with Pony ORM powered by Whoosh and Flask. It can be easily pluggable in your flask app. Look at examples’ folder.

Easy as you need! Check the documentation on http://pythonhosted.org/Flask-PonyWhoosh/ Install package, import and start adding what fields of your models in your database, you want to search.

PonyWhoosh

If you want with flask, you can a server and visit a route by default /ponywhoosh to the search engine. (you can change it if you need)

PonyWhoosh

Perform full-text searches on your database with Pony ORM powered by Whoosh and Flask. It can be easily pluggable in your flask app. Look at examples' folder.

Please take a look to the official documentation up to date:

Installation

pip install --upgrade flask-ponywhoosh

or use the develop (unstable) version:

git clone https://github.com/compiteing/Flask-PonyWhoosh.git

About

Makes your Flask database over PonyORM searchable.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 65.2%
  • HTML 34.8%