Metadata-Version: 1.1
Name: django-classifier
Version: 0.2.2.1
Summary: Flexible constructor to create dynamic list of heterogeneous properties for some kind of entity. This set of helpers useful to create properties like contacts or attributes for describe car/computer/etc.
Home-page: http://github.com/djangostars/djnago-classifier/
Author: Vadym Zakovinko
Author-email: vadym.zakovinko@djangostars.com
License: BSD
Description: django-classifier
        =================
        
        .. image:: https://travis-ci.org/django-stars/django-classifier.svg?branch=master
            :target: https://travis-ci.org/django-stars/django-classifier
        
        .. image:: https://codecov.io/gh/django-stars/django-classifier/branch/master/graph/badge.svg
          :target: https://codecov.io/gh/django-stars/django-classifier
        
        .. image:: https://badge.fury.io/py/django-classifier.svg
            :target: https://badge.fury.io/py/django-classifier
        
        
        Full documentation available on `read the docs`_
        
        Also avaialble two demo project:
        
        * how to build user profile `django-classifier-profile`_
        * shop products with dynamic filters on elasticsearch `django-classifier-shop`_
        
        And `blog post`_ with description how you can use this package.
        
        
        Requirements
        ------------
        * Python 2.7, 3.4, 3.5
        * Django 1.8, 1.9, 1.10
        
        
        Installation
        ------------
        
        Install using pip::
        
          pip install django-classifier
        
        Or clone the repository and add to your PYTHONPATH::
        
          git clone git@github.com:django-stars/django-classifier.git
        
        
        .. _`read the docs`: https://django-classifier.readthedocs.io/en/latest/
        .. _`django-classifier-profile`: https://github.com/django-stars/django-classifier-profile
        .. _`django-classifier-shop`: https://github.com/django-stars/django-classifier-shop
        .. _`blog post`: http://djangostars.com/blog/django-classifier-or-what-have-i-done/?utm_source=github&utm_campaign=django-classifier&utm_medium=post
        
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Framework :: Django
Classifier: Framework :: Django :: 1.8
Classifier: Framework :: Django :: 1.9
Classifier: Framework :: Django :: 1.10
Classifier: Framework :: Django :: 1.11
Classifier: Framework :: Django :: 2.0
