Metadata-Version: 1.1
Name: pyes
Version: 0.90.1
Summary: Python Elastic Search driver
Home-page: http://github.com/aparo/pyes/
Author: Alberto Paro
Author-email: alberto.paro@gmail.com
License: BSD
Description: =============================
         pyes - Python ElasticSearch
        =============================
        
        :Web: http://pypi.python.org/pypi/pyes/
        :Download: http://pypi.python.org/pypi/pyes/
        :Source: http://github.com/aparo/pyes/
        :Documentation: http://pyes.rtfd.org/
        :Keywords: search, elastisearch, distribute search
        
        --
        
        pyes is a connector to use elasticsearch from python.
        
        This version requires elasticsearch 0.90 or above.
        
        Features
        ========
        
        - Python3 support (only HTTP, thrift lib is not available on python3)
        - Thrift/HTTP protocols
        - Bulk insert/delete
        - Index management
        - Every search query types
        - Facet Support
        - Geolocalization support
        - Highlighting
        - Percolator
        - River support
        
        Changelog
        =========
        
        v. 0.90.1:
        
            Bug Fix releases for some python3 introduced regression
        
        v. 0.90.0:
        
            A lot of improvements.
        
            Python 3 support.
            
        
        
        TODO
        ----
        
        - much more documentation
        - add coverage
        - add jython native client protocol
        
        License
        =======
        
        This software is licensed under the ``New BSD License``. See the ``LICENSE``
        file in the top distribution directory for the full license text.
        
        .. # vim: syntax=rst expandtab tabstop=4 shiftwidth=4 shiftround
        
Platform: any
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Internet :: WWW/HTTP :: Indexing/Search
