Metadata-Version: 1.1
Name: django-ratings-models
Version: 0.1.3
Summary: Ratings for your Django models
Home-page: https://github.com/exolever/django-ratings-models
Author: marfyl
Author-email: marfyl.dev@gmail.com
License: MIT
Description: =============================
        django-ratings-models
        =============================
        
        .. image:: https://badge.fury.io/py/django-ratings-models.svg
            :target: https://badge.fury.io/py/django-ratings-models
        
        .. image:: https://requires.io/github/exolever/django-ratings-models/requirements.svg?branch=master
             :target: https://requires.io/github/exolever/django-ratings-models/requirements/?branch=master
             :alt: Requirements Status
        
        .. image:: https://travis-ci.org/exolever/django-ratings-models.svg?branch=master
            :target: https://travis-ci.org/exolever/django-ratings-models
        
        .. image:: https://codecov.io/gh/exolever/django-ratings-models/branch/master/graph/badge.svg
            :target: https://codecov.io/gh/exolever/django-ratings-models
        
        .. image:: https://sonarcloud.io/api/project_badges/measure?project=exolever_django-ratings-models&metric=alert_status
           :target: https://sonarcloud.io/dashboard?id=exolever_django-ratings-models
           
        .. image:: https://img.shields.io/badge/License-MIT-green.svg
           :target: https://opensource.org/licenses/MIT
        
        Ratings for your Django models
        
        
        Quickstart
        ----------
        
        Install django-ratings-models::
        
            pip install django-ratings-models
        
        Add it to your `INSTALLED_APPS`:
        
        .. code-block:: python
        
            INSTALLED_APPS = (
                ...
                'ratings',
                ...
            )
        
        Running Tests
        -------------
        
        Does the code actually work?
        
        ::
        
            source <YOURVIRTUALENV>/bin/activate
            (myenv) $ pip install tox
            (myenv) $ tox
        
        Credits
        -------
        
        Tools used in rendering this package:
        
        *  Cookiecutter_
        *  `cookiecutter-djangopackage`_
        
        .. _Cookiecutter: https://github.com/audreyr/cookiecutter
        .. _`cookiecutter-djangopackage`: https://github.com/pydanny/cookiecutter-djangopackage
        
        
        
        
        History
        -------
        
        0.1.0 (2019-03-18)
        ++++++++++++++++++
        
        0.1.1 (2019-03-26)
        ++++++++++++++++++
        
        0.1.2 (2019-03-26)
        ++++++++++++++++++
Keywords: ratings
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Web Environment
Classifier: Framework :: Django :: 1.11
Classifier: Framework :: Django :: 2.0
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.6
