Metadata-Version: 1.1
Name: esqy
Version: 0.0.1
Summary: elasticsearch dsl query file runner
Home-page: https://github.com/ayang/esqy
Author: Bruce Yang
Author-email: ayang23@gmail.com
License: Apache-2.0
Download-URL: https://github.com/ayang/esqy/tarball/master
Description: 
        # esqy
        Run elasticsearch queries from json file, like in examples folder.
        
        # install
        
        	python setup.py install
        
        # examples
        
        	esqy examples/health.json
        	esqy -h localhost:9200 examples/health.json
        	esqy -h user:passwd@localhost:9200 examples/health.json
        
        
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Interpreters
