[deprecated] A friendly chainable ElasticSearch interface for python
Перейти к файлу
Will Kahn-Greene b880cc5d51 Update version and changelog for 0.10.3 release 2015-03-04 20:09:08 -05:00
docs Deprecating this project 2015-01-05 15:38:21 -05:00
elasticutils Update version and changelog for 0.10.3 release 2015-03-04 20:09:08 -05:00
requirements Fix issues with tests and django 1.7 2014-09-22 15:30:45 -04:00
scripts/travis Adjust travis script to run multiple Elasticsearches 2014-05-23 16:33:00 -04:00
.gitignore Tweak .gitignore--add .tox 2014-03-18 10:29:40 -04:00
.travis.yml Fix travis failures 2014-09-11 11:34:04 -04:00
CHANGELOG Update version and changelog for 0.10.3 release 2015-03-04 20:09:08 -05:00
CONTRIBUTORS Update CONTRIBUTORS 2014-11-14 09:21:27 -05:00
LICENSE Fix README and copyright dates 2014-03-07 11:57:33 -05:00
MANIFEST.in Fix MANIFEST and setup.py bits 2013-08-19 09:11:13 -04:00
README.rst Deprecating this project 2015-01-05 15:38:21 -05:00
run_tests.py Fix issues with tests and django 1.7 2014-09-22 15:30:45 -04:00
setup.py Update requirements to elasticsearch >= 1.0 2014-09-11 14:47:36 -04:00
test_settings.py Change test settings so we use in-memory db 2013-06-04 21:53:04 -04:00
tox.ini Fix issues with tests and django 1.7 2014-09-22 15:30:45 -04:00

README.rst

**Deprecated January 5th, 2015**

This project is no longer being maintained. Last release is
ElasticUtils 0.10.2. You should consider switching to
`elasticsearch-dsl-py <https://github.com/elasticsearch/elasticsearch-dsl-py>`_.


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

ElasticUtils is a convenient Django QuerySet-like API for querying
Elasticsearch.


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

:Code:           https://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

Our unit tests are run by Travis CI every time we commit to the
master branch.

.. image:: https://secure.travis-ci.org/mozilla/elasticutils.png?branch=master
   :target: http://travis-ci.org/mozilla/elasticutils


Quick install
=============

Latest released version::

    $ pip install elasticutils


Run the dev version (which is master tip)::

    $ pip install elasticutils==dev


That corresponds with
`<http://github.com/mozilla/elasticutils/tarball/master#egg=elasticutils-dev>`_.


Quick start
===========

See https://elasticutils.readthedocs.org/ for the quick start.