Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jonaprieto/ponywhoosh
Make searchable your database over PonyORM
https://github.com/jonaprieto/ponywhoosh
database full-text-search ponyorm python2 python3
Last synced: 2 months ago
JSON representation
Make searchable your database over PonyORM
- Host: GitHub
- URL: https://github.com/jonaprieto/ponywhoosh
- Owner: jonaprieto
- License: mit
- Created: 2015-11-30T17:34:56.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2018-09-30T18:53:58.000Z (over 6 years ago)
- Last Synced: 2024-10-10T03:04:59.801Z (3 months ago)
- Topics: database, full-text-search, ponyorm, python2, python3
- Language: Python
- Homepage:
- Size: 5.92 MB
- Stars: 7
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE.md
Awesome Lists containing this project
README
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: PonyWhooshPlease take a look to the official documentation up to date:
- http://pythonhosted.org/ponywhoosh/
- https://pypi.python.org/pypi/ponywhooshInstallation
------------.. 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