Metadata-Version: 1.1
Name: django-simple-elasticsearch
Version: 0.9.0
Summary: Simple ElasticSearch indexing integration for Django.
Home-page: https://github.com/jaddison/django-simple-elasticsearch
Author: James Addison
Author-email: code@scottisheyes.com
License: BSD
Description: ===========================
        Django Simple Elasticsearch
        ===========================
        
        .. image:: https://badge.fury.io/py/django-simple-elasticsearch.png
            :target: http://badge.fury.io/py/django-simple-elasticsearch
        
        .. image:: https://travis-ci.org/jaddison/django-simple-elasticsearch.png?branch=master
                :target: https://travis-ci.org/jaddison/django-simple-elasticsearch
        
        .. image:: https://pypip.in/d/django-simple-elasticsearch/badge.png
                :target: https://pypi.python.org/pypi/django-simple-elasticsearch
        
        This package provides a simple method of creating Elasticsearch indexes for
        Django projects.
        
        * Free software: BSD license
        
        Features
        --------
        
        * class mixin containing mainly `@classmethod` methods to handle index, type,
          mapping, and document data generation for indexing/deletion purposes
        * optionally auto index/delete with model signals (can trigger manual
          indexing of data - there are great use cases for this)
        * management command to handle broad initialization and indexing
        
        TODO
        ----
        
        * Update all the RST template files appropriately. audreyr's `cookiecutter`
          was used to generate the base files in this package.
        * Tests. Write them.
        * Documentation. Write it.
        
        
        
        
        History
        -------
        
        0.9.0 (2014-11-10)
        ---------------------
        
        * In what will become version 1.0, this 0.9.x codebase is a revamp of the
          original codebase (v0.5.x). Completely breaking over previous versions.
        
        0.5.0 (2014-03-05)
        ---------------------
        
        Final release in 0.x codebase - this old codebase is now unmaintained.
Keywords: django-simple-elasticsearch
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: BSD License
Classifier: Intended Audience :: Developers
Classifier: Environment :: Web Environment
Classifier: Programming Language :: Python
Classifier: Framework :: Django
Classifier: Topic :: Internet :: WWW/HTTP :: WSGI
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
