From 7038a2db77eb88b4d8b67c03e3daed6bada70d86 Mon Sep 17 00:00:00 2001
From: Asad Dhamani <dhamaniasad@gmail.com>
Date: Sun, 30 Nov 2014 23:39:24 +0530
Subject: [PATCH] Add pyes

---
 README.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/README.md b/README.md
index 665515b..52cfc8c 100644
--- a/README.md
+++ b/README.md
@@ -521,6 +521,7 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by
 
 * [django-haystack](https://github.com/toastdriven/django-haystack) - Modular search for Django.
 * [elasticsearch-py](http://www.elasticsearch.org/guide/en/elasticsearch/client/python-api/current/) - The official low-level Python client for [Elasticsearch](http://www.elasticsearch.org/).
+* [pyes](https://github.com/aparo/pyes/) - Python connector for ElasticSearch - the pythonic way to use ElasticSearch
 * [solrpy](https://code.google.com/p/solrpy/) - A Python client for [solr](http://lucene.apache.org/solr/).
 * [Whoosh](http://whoosh.readthedocs.org/) - A fast, pure Python search engine library.
 
-- 
GitLab