Pylastica is a Python port of Elastica, a PHP Elasticsearch client by Nicolas Ruflin.
$ pip install pylastica
To use the thrift transport protocol, you will need to install the thrift transport plugin.
To index attachments, you will need to install the mapper attachments plugin.
To use a RabbitMQ river, you will need to install the RabbitMQ river plugin.
Documentation can be found here.
Pylastica is tested with Python 2.7 and Elasticsearch version 1.3.0.
See the changelog.