Metadata-Version: 2.1
Name: elastictools
Version: 0.1.3
Summary: Useful tools to work with Elastic stack in Python
Home-page: https://github.com/ncthuc/elastictools
Author: Thuc Nguyen
Author-email: gthuc.nguyen@gmail.com
License: MIT
Download-URL: https://pypi.org/project/elastictools/
Keywords: Elastic,ElasticSearch,Elastic Stack,Python 3,Elastic 6
Platform: UNKNOWN
Description-Content-Type: text/markdown
Requires-Dist: elasticsearch (<7.0.0,>=6.0.0)
Requires-Dist: jinja2

Useful tools to work with Elastic stack in Python

# Description

It consists of two main modules:

- `indextools`: tools to work with Elastic indices
- `doctools`: tools to work with Elastic documents

# Installation

## Normal installation

```bash
pip install elastictools
```

## Development installation

```bash
git clone https://github.com/ncthuc/elastictools.git
cd elastictools
pip install --editable .
```

# Change log

## [0.1.2] - 2018-11-08

### Added
- `HISTORY.md`
- `long_description` in setup.py that contains content of `README.md` and `HISTORY.md`

### Changed
- `N/A`

### Removed
- `N/A`

## [0.0.1] - 2018-11-07

### Added
- `DocTools.make_search_body()`
- `DocTools.search()`
- `DocTools.msearch()`

### Changed

### Removed

