Metadata-Version: 2.1
Name: WhooshES
Version: 0.1
Summary: Whoosh & Elasticsearch compatibility toolkit
Home-page: https://github.com/aiudirog/WhooshES
Author: Roger Aiudi
Author-email: aiudirog@gmail.com
License: MIT
Keywords: utils,helpers,asyncio
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.6
License-File: LICENSE

WhooshES
========

.. image:: https://img.shields.io/pypi/v/whooshes.svg
   :target: https://pypi.python.org/pypi/whooshes
   :alt: PyPI

.. image:: https://img.shields.io/badge/license-MIT-red.svg
   :target: https://en.wikipedia.org/wiki/MIT_License
   :alt: Licence - MIT

.. image:: https://github.com/aiudirog/whooshes/workflows/tests/badge.svg
   :target: https://github.com/aiudirog/whooshes
   :alt: Tests Status

.. image:: https://readthedocs.org/projects/whooshes/badge/?version=latest
   :target: https://whooshes.readthedocs.io/en/latest/?badge=latest
   :alt: Documentation Status

.. image:: https://codecov.io/gh/aiudirog/whooshes/branch/main/graph/badge.svg
   :target: https://codecov.io/gh/aiudirog/whooshes
   :alt: Coverage Status

WhooshES is a toolkit for working with
`Whoosh <https://github.com/whoosh-community/whoosh>`__ and
`Elasticsearch <https://github.com/elastic/elasticsearch>`__ using a standard
API.

Installation
------------

This package can be installed from the official PyPI:

.. code-block:: sh

    $ pip install whooshes

Documentation
-------------

The documentation can be found on `Read the Docs
<https://whooshes.readthedocs.io/en/latest/>`__.


