Metadata-Version: 2.1
Name: elasticwriter
Version: 2.1
Summary: Connect to ES and write documents with two modes: append and overwrite!
Home-page: https://git.teko.vn/data/libs/elastic-writer/
Author: Tuandv
Author-email: tuan.dv@teko.vn
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
Requires-Dist: elastictools

### Using to insert/update ES document

### To build and upload to pypi, run two commands

python setup.py bdist_wheel

python -m twine upload dist/

