flask-ponywhoosh 1.0.1
A search engine for flask framework using pony orm.
flask-ponywhoosh
Install the package, import it and start adding what fields of your models in your database you want to search. We included some templates for the search engine.
Install
The easiest way:
$ 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:
| File | Type | Py Version | Uploaded on | Size | |
|---|---|---|---|---|---|
| flask-ponywhoosh-1.0.1.tar.gz (md5) | Source | 2017-03-24 | 4KB | ||
| flask_ponywhoosh-1.0.1-py2-none-any.whl (md5) | Python Wheel | py2 | 2017-03-24 | 7KB | |
- Author: Jonathan Prieto-Cubides & Felipe Rodriguez
- Documentation: flask-ponywhoosh package documentation
- Home Page: https://github.com/jonaprieto/flask-ponywhoosh
- Keywords: elastic,engine,flask,flask-sqlalchemy,flask-whooshalchemy,mysql,pony,ponyorm,ponywhoosh,search,searchable,sqlite3,whoosh
- License: MIT
- Platform: any
- Categories
-
Requires Distributions
- ponywhoosh
- flask-wtf
- flask-bootstrap
- flask
- Package Index Owner: jonaprieto
- DOAP record: flask-ponywhoosh-1.0.1.xml


