jonaprieto / ponywhoosh

Make searchable your database over PonyORM

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ponywhoosh

PyPI Package latest release Test

Make your database over PonyORM searchable.

Install package, import and start adding what fields of your models in your database, you want to search.

PonyWhoosh

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

Installation

pip install ponywhoosh

or use the develop (unstable) version:

git clone https://github.com/jonaprieto/ponywhoosh.git
cd ponywhoosh
python setup.py install

About

Make searchable your database over PonyORM

License:MIT License


Languages

Language:Python 96.4%Language:Makefile 3.6%