[deprecated] A friendly chainable ElasticSearch interface for python
Перейти к файлу
Will Kahn-Greene 4ecefc901b Add Ricky to list 2012-08-31 16:50:43 -04:00
docs Add in missing colon in debugging docs 2012-08-27 09:46:47 -07:00
elasticutils Fix Issue #53 - Implement more like this. 2012-08-31 16:09:01 -04:00
.gitignore Ignore pycs and install all requirements. 2012-08-21 14:28:39 -04:00
CHANGELOG Issue 60. Implement terms query. 2012-08-30 10:51:43 -04:00
CONTRIBUTORS Add Ricky to list 2012-08-31 16:50:43 -04:00
LICENSE Cleanup for 0.3 release 2012-06-02 11:05:44 -04:00
MANIFEST.in Update MANIFEST 2012-07-02 12:51:40 -04:00
README.rst Add IRC to README and docs 2012-05-18 11:20:33 -04:00
requirements-dev.txt Ignore pycs and install all requirements. 2012-08-21 14:28:39 -04:00
requirements-django.txt Fix django reqs file; add docs reqs file 2012-08-24 17:08:22 -04:00
requirements-docs.txt Fix django reqs file; add docs reqs file 2012-08-24 17:08:22 -04:00
requirements.txt Match requirements to setup.py 2012-06-23 14:38:22 -04:00
setup.py Add python language version classifiers 2012-08-06 11:43:07 -04:00
test_settings.py Fix tests so they run without Django 2012-06-28 11:45:23 -04:00

README.rst

========
 README
========

elasticutils is a convenient Django-queryset-like API for querying
Elastic Search.


Project details
===============

Code:
    http://github.com/mozilla/elasticutils

Documentation:
    http://elasticutils.rtfd.org

Issue tracker:
    https://github.com/mozilla/elasticutils/issues

IRC:
    ``#elasticutils`` on irc.mozilla.org

License:
    BSD 3-clause; see LICENSE file