Metadata-Version: 2.1
Name: pinax-points
Version: 2.0.0
Summary: a points, positions and levels app for Django
Home-page: http://github.com/pinax/pinax-points/
Author: Pinax Team
Author-email: team@pinaxproject.com
License: MIT
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: Framework :: Django :: 2.2
Classifier: Framework :: Django :: 3.0
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Dist: Django (>=2.2)
Provides-Extra: pytest
Requires-Dist: pytest ; extra == 'pytest'
Requires-Dist: pytest-django ; extra == 'pytest'


.. image:: http://pinaxproject.com/pinax-design/patches/pinax-points.svg
    :target: https://pypi.python.org/pypi/pinax-points/

============
Pinax Points
============

.. image:: https://img.shields.io/pypi/v/pinax-points.svg
    :target: https://pypi.python.org/pypi/pinax-points/

\ 

.. image:: https://img.shields.io/circleci/project/github/pinax/pinax-points.svg
    :target: https://circleci.com/gh/pinax/pinax-points
.. image:: https://img.shields.io/codecov/c/github/pinax/pinax-points.svg
    :target: https://codecov.io/gh/pinax/pinax-points
.. image:: https://img.shields.io/github/contributors/pinax/pinax-points.svg
    :target: https://github.com/pinax/pinax-points/graphs/contributors
.. image:: https://img.shields.io/github/issues-pr/pinax/pinax-points.svg
    :target: https://github.com/pinax/pinax-points/pulls
.. image:: https://img.shields.io/github/issues-pr-closed/pinax/pinax-points.svg
    :target: https://github.com/pinax/pinax-points/pulls?q=is%3Apr+is%3Aclosed

\ 

.. image:: http://slack.pinaxproject.com/badge.svg
    :target: http://slack.pinaxproject.com/
.. image:: https://img.shields.io/badge/license-MIT-blue.svg
    :target: https://opensource.org/licenses/MIT/

\ 

``pinax-points`` is a points, positions and levels app for Django.

``pinax-points`` provides the ability to track points on arbitrary
objects in your system.  The common case being ``User`` instances. It can
additionally keep track of positions for these objects to produce leaderboards.

Supported Django and Python Versions
------------------------------------

+-----------------+-----+-----+-----+
| Django / Python | 3.6 | 3.7 | 3.8 |
+=================+=====+=====+=====+
|  2.2            |  *  |  *  |  *  |
+-----------------+-----+-----+-----+
|  3.0            |  *  |  *  |  *  |
+-----------------+-----+-----+-----+


