Metadata-Version: 2.1
Name: dj-hitcount
Version: 1.2.0
Summary: Hit counting application for django
Home-page: https://github.com/abhiabhi94/dj-hitcount
Author: Abhyudai
Author-email: 
License: MIT
Project-URL: Documentation, https://dj-hitcount.readthedocs.io
Project-URL: Source Code, https://github.com/abhiabhi94/dj-hitcount
Keywords: django hit hits hitcount views
Platform: UNKNOWN
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: Framework :: Django :: 2.1
Classifier: Framework :: Django :: 2.2
Classifier: Framework :: Django :: 3.0
Classifier: Framework :: Django :: 3.1
Classifier: Framework :: Django :: 3.2
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: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Requires-Python: >=3.6
Description-Content-Type: text/x-rst
License-File: LICENSE

dj-hitcount
===============

.. image:: https://github.com/abhiabhi94/dj-hitcount/actions/workflows/test.yml/badge.svg?branch=main
    :target: https://github.com/abhiabhi94/dj-hitcount/actions
    :alt: Test

.. image:: https://codecov.io/gh/abhiabhi94/dj-hitcount/branch/main/graph/badge.svg?token=JBorE9i0De
  :target: https://codecov.io/gh/abhiabhi94/dj-hitcount
  :alt: Coverage

.. image:: https://badge.fury.io/py/dj-hitcount.svg
    :target: https://pypi.org/project/dj-hitcount/
    :alt: Latest PyPi version

.. image:: https://img.shields.io/pypi/pyversions/dj-hitcount.svg
    :target: https://pypi.python.org/pypi/dj-hitcount/
    :alt: python

.. image:: https://img.shields.io/pypi/djversions/dj-hitcount.svg
    :target: https://pypi.python.org/pypi/dj-hitcount/
    :alt: django

.. image:: https://readthedocs.org/projects/dj-hitcount/badge/?version=latest
    :target: https://dj-hitcount.readthedocs.io/?badge=latest
    :alt: docs

.. image:: https://img.shields.io/github/license/abhiabhi94/dj-hitcount?color=gr
    :target: https://github.com/abhiabhi94/dj-hitcount/blob/main/LICENSE
    :alt: licence


Basic app that allows you to track the number of hits/views for a particular object.

This project was built upon the efforts of `django-hitcount`_. It was made a separate project as the `original one had been stalled`_ for a long time.

.. _`django-hitcount`: https://github.com/thornomad/django-hitcount
.. _`original one had been stalled`: https://github.com/thornomad/django-hitcount/issues/110


Documentation:
--------------

`<http://dj-hitcount.rtfd.org>`_

Source Code:
------------

`<https://github.com/abhiabhi94/dj-hitcount>`_

Issues
------

Use the GitHub `issue tracker`_ for dj-hitcount to submit bugs, issues, and feature requests.

Changelog
---------

`<http://dj-hitcount.readthedocs.org/en/latest/changelog.html>`_

.. _issue tracker: https://github.com/abhiabhi94/dj-hitcount/issues


