A search engine for flask framework using pony orm.
Project description
flask-ponywhoosh
Get a search engine in your flask application using Pony ORM and Whoosh. We included some templates to render the search engine.
Install
$ pip install flask-ponywhoosh
The hard way:
$ git clone https://github.com/jonaprieto/flask-ponywhoosh.git
$ cd flask-ponywhoosh
$ python setup.py install
Example
After installing the package. You can clone this repository in order to run the example or just download the source.
$ git clone https://github.com/jonaprieto/flask-ponywhoosh.git
$ cd flask-ponywhoosh
Then, you can run the example using:
python example.py runserver
You will see in the shell some outputs showing settings of flask-ponywhoosh (debug mode is on by default). We provide two urls by default:
localhost/search : the form of the search engine
localhost/database : contents of the database for our example
Recall localhost is usually http://127.0.0.1:5000.
Hacking
Customize the templates, URL routes and other stuffs, please checkout the documentation on:
Screenshots
Adding what fields of your models in your database you want to search.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for flask_ponywhoosh-1.0.4-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | dda2f30405fed6c93767281f92445221270dcbe6f8587f1164d432abb517de4e |
|
MD5 | 8bdb407f41cbc8c4ffd5d4f4b9926d22 |
|
BLAKE2b-256 | c4bf6cd404098bd4fc9949a4cfc61f36a7884e4f41e812eba09e49ba88ae4435 |