Metadata-Version: 2.0
Name: django-gamification
Version: 0.1.1
Summary: The missing gamification plugin for Django
Home-page: https://github.com/mattjegan/django-gamification
Author: Matthew Egan
Author-email: matthewj.egan@hotmail.com
License: BSD
Platform: UNKNOWN
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: Framework :: Django :: 1.8
Classifier: Framework :: Django :: 1.9
Classifier: Framework :: Django :: 1.10
Classifier: Framework :: Django :: 1.11
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.6
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: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Topic :: Internet :: WWW/HTTP


# Django Gamification
[![PyPI version](https://badge.fury.io/py/django-gamification.svg)](https://badge.fury.io/py/django-gamification)

Django Gamification aims to fill the gamification sized whole in the Django package ecosystem.

## Installation

```
pip install django_gamification
```

## Features

**Badges**
- [x] Instant Award
- [x] Progressive Award
- [x] Chained Badges
- [x] Badge Categories

**Points**
- [x] Manually Awardable
- [x] Rewarded Points from Badges
- [x] Manual Setbacks (via negative PointChange)
- [x] Log of point changes

**Unlockables**
- [x] Unlockable via Points

**Views**
- [ ] Auto-update Badges
- [ ] Auto-update Points
- [ ] Auto-update Unlockables

**Django REST Framework**
- [ ] Gamification Serializers
- [ ] Gamification Views

**Misc**
- [ ] Gamification Notification List
- [ ] Player reset


