[deprecated] A friendly chainable ElasticSearch interface for python
Перейти к файлу
Will Kahn-Greene e075dbe45c Add Mike to CONTRIBUTORS 2013-01-16 17:30:51 -05:00
docs Implement prefix filter support 2013-01-16 17:30:26 -05:00
elasticutils Implement prefix filter support 2013-01-16 17:30:26 -05:00
.gitignore Ignore pycs and install all requirements. 2012-08-21 14:28:39 -04:00
CHANGELOG Implement prefix filter support 2013-01-16 17:30:26 -05:00
CONTRIBUTORS Add Mike to CONTRIBUTORS 2013-01-16 17:30:51 -05: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
run_tests.py Add run_tests.py to setup Django for testing. 2012-12-12 14:20:17 -08:00
setup.py Add python language version classifiers 2012-08-06 11:43:07 -04:00
test_settings.py Issue 84. Fix get_indexes/get_doctypes silliness 2012-10-17 09:19:48 -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