Metadata-Version: 1.1
Name: ponywhoosh
Version: 1.7.8
Summary: Your database now searchable. The backend behind the Flask-PonyWhoosh.
Home-page: https://github.com/jonaprieto/ponywhoosh
Author: Jonathan Prieto-Cubides & Felipe Rodriguez
Author-email: jprieto9@eafit.edu.co
License: MIT
Description: 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.
        
        .. image:: https://github.com/jonaprieto/flask-ponywhoosh/blob/master/images/databaseconfig.gif?raw=true
           :target: https://pypi.python.org/pypi/ponywhoosh
           :scale: 70%
           :align: center
           :alt: PonyWhoosh
        
        
        Please take a look to the official documentation up to date:
        
            -  http://pythonhosted.org/ponywhoosh/
            -  https://pypi.python.org/pypi/ponywhoosh
        
        Installation
        ------------
        
        .. code:: python
        
            pip install ponywhoosh
        
        or use the develop (unstable) version:
        
        .. code:: bash
        
            git clone https://github.com/jonaprieto/ponywhoosh.git
            cd ponywhoosh
            python setup.py install
        
        
        .. |PyPI Package latest release| image:: http://img.shields.io/pypi/v/ponywhoosh.png?style=flat
           :target: https://pypi.python.org/pypi/ponywhoosh
        
        .. |Test| image:: https://travis-ci.org/jonaprieto/ponywhoosh.svg?branch=master
            :target: https://travis-ci.org/jonaprieto/ponywhoosh
        
Keywords: elastic,engine,flask,flask-sqlalchemy,flask-whooshalchemy,mysql,pony,ponyorm,ponywhoosh,search,searchable,sqlite3,whoosh
Platform: any
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Classifier: Topic :: Software Development :: Libraries :: Python Modules
