Skip to content

Latest commit

 

History

History
41 lines (26 loc) · 1.07 KB

README.rst

File metadata and controls

41 lines (26 loc) · 1.07 KB

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