Metadata-Version: 1.1
Name: esis
Version: 0.1.0
Summary: Elastic Search Index & Search
Home-page: https://github.com/jcollado/esis
Author: Javier Collado
Author-email: jcollado@nowsecure.com
License: MIT
Description: ===============================
        esis
        ===============================
        
        .. image:: https://img.shields.io/travis/jcollado/esis.svg
            :target: https://travis-ci.org/jcollado/esis
        
        .. image:: https://img.shields.io/pypi/v/esis.svg
            :target: https://pypi.python.org/pypi/esis
        
        .. image:: https://readthedocs.org/projects/esis/badge/?version=latest
            :target: https://readthedocs.org/projects/esis/?badge=latest
            :alt: Documentation Status
        
        
        Elasticsearch Index & Search
        
        * Free software: MIT license
        * Documentation: https://esis.readthedocs.org.
        
        Features
        --------
        
        * Index content for every SQLite database row in Elasticsearch
        * Search indexed content
        
        Usage
        -----
        
        * Index every SQLite database row under a given directory (recursively)
        
        .. code-block:: bash
        
            esis index <directory>
        
        
        * Search for a given string in the indexed data
        
        .. code-block:: bash
        
            esis search <query>
        
        * Get information about the number of indexed documents
        
        .. code-block:: bash
        
            esis count
        
        * Delete all indexed documents
        
        .. code-block:: bash
        
            esis clean
        
        
        
        
        History
        -------
        
        0.1.0 (2015-01-23)
        ---------------------
        
        * First release on PyPI.
        
Keywords: elastic search index sqlite
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 2.7
