Releases: infinilabs/easysearch-py
Releases · infinilabs/easysearch-py
Easysearch Python Client v0.1.0
Easysearch Python Client v0.1.0
Official Python client for Easysearch - the open-source search and analytics engine.
📦 Installation from GitHub Release
Download the package files below and install locally:
Option 1: Install wheel (recommended)
pip install easysearch-0.1.0-py2.py3-none-any.whlOption 2: Install from source
pip install easysearch-0.1.0.tar.gz🚀 Quick Start
from easysearch import Easysearch
# Connect to Easysearch
es = Easysearch(['http://localhost:9200'])
# Get cluster info
info = es.info()
print(info)📚 Documentation
🐛 Reporting Issues
Please report any issues on our GitHub Issues page.
Checksums:
See assets below for SHA256 checksums.
Full Changelog: https://github.com/infinilabs/easysearch-py/commits/v0.1.0