Metadata-Version: 1.1
Name: django-tastypie-elasticsearch
Version: 0.5.1
Summary: ElasticSearch Resource for django-tastypie.
Home-page: https://github.com/llonchj/django-tastypie-elasticsearch
Author: Jordi Llonch
Author-email: llonchj@gmail.com
License: AGPLv3
Description: django-tastypie-elasticsearch
        =============================
        
        ElasticSearch support for django-tastypie
        
        Installation
        ------------
        
        ```
            $ pip install django-tastypie-elasticsearch
        ```
        
        Requirements
        ------------
        
        * Python_ 2.7+ (not tested with lower version)
        * Django_ 1.4+ (may work on lower version, but not tested)
        * django-tastypie_ 0.9.11+
        * elasticsearch official python module
        
        .. _Python: https://python.org
        .. _Django: http://djangoproject.com
        .. _django-tastypie: http://tastypieapi.org
        .. _ElasticSearch: http://elasticsearch.org
        
        How to use?
        -----------
        
        * See documentation: http://django-tastypie-elasticsearch.readthedocs.org
        * Mailing list: https://groups.google.com/forum/?fromgroups#!forum/django-tastypie-elasticsearch
        
Keywords: REST RESTful tastypie elasticsearch django
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU Affero General Public License v3
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Framework :: Django
