/opynsearch

OpenSearch client library

Primary LanguagePythonMIT LicenseMIT

opynsearch

OpenSearch client library

PyPI version Build Status Documentation Status

Installation

The package can be installed via PIP:

pip install opynsearch

Usage

TODO

Testing

For testing, several requirements must be satisfied. These can be installed, via pip:

pip install -r requirements-dev.txt
pip install -r requirements-test.txt

The functionality can be tested using pytest.

python -m pytest