Metadata-Version: 2.4
Name: dj-hitcount
Version: 2.0.0
Summary: Hit counting application for django
Project-URL: Homepage, https://github.com/abhiabhi94/dj-hitcount
Project-URL: Repository, https://github.com/abhiabhi94/dj-hitcount
Project-URL: Documentation, https://dj-hitcount.readthedocs.io
Author: Abhyudai
License: MIT
License-File: LICENSE
Keywords: django,hit,hitcount,hits,views
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: Framework :: Django :: 4.2
Classifier: Framework :: Django :: 5.0
Classifier: Framework :: Django :: 5.1
Classifier: Framework :: Django :: 5.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.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Requires-Python: >=3.10
Requires-Dist: django>=4.2
Provides-Extra: dev
Requires-Dist: coverage; extra == 'dev'
Requires-Dist: pre-commit; extra == 'dev'
Requires-Dist: pytest; extra == 'dev'
Requires-Dist: pytest-django; extra == 'dev'
Requires-Dist: pytest-randomly; extra == 'dev'
Requires-Dist: selenium; extra == 'dev'
Provides-Extra: docs
Requires-Dist: furo; extra == 'docs'
Requires-Dist: sphinx; extra == 'docs'
Description-Content-Type: text/x-rst

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
