Metadata-Version: 1.1
Name: pylastica
Version: 0.1.0
Summary: Python port of Nicolas Ruflin's Elastica PHP library
Home-page: https://github.com/jlinn/pylastica
Author: Joe Linn
Author-email: UNKNOWN
License: LICENSE.txt
Description: pylastica: elasticsearch python client
        ======================================
        [![Build Status](https://secure.travis-ci.org/jlinn/pylastica.png?branch=master)](http://travis-ci.org/jlinn/pylastica)
        
        About
        -----
        Pylastica is a Python port of [Elastica](https://github.com/ruflin/Elastica), a PHP [Elasticsearch](http://www.elasticsearch.org/) client
        by [Nicolas Ruflin](https://github.com/ruflin).
        
        Installation
        ------------
        ```
        pip install pylastica
        ```
        
        To use the thrift transport protocol, you will need to install the [thrift transport plugin](https://github.com/elasticsearch/elasticsearch-transport-thrift).
        
        To index attachments, you will need to install the [mapper attachments plugin](https://github.com/elasticsearch/elasticsearch-mapper-attachments).
        
        To use a RabbitMQ river, you will need to install the [RabbitMQ river plugin](https://github.com/elasticsearch/elasticsearch-river-rabbitmq/blob/master/README.md).
        
        
        Documentation
        -------------
        Documentation is in the works. In the mean time, pylastica closely follows [Elastica](https://github.com/ruflin/Elastica), so its docs
          should suffice.
        
        Compatibility
        -------------
        Pylastica is tested with Python 2.7 and Elasticsearch version 0.90.1.
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Internet :: WWW/HTTP :: Indexing/Search
