Metadata-Version: 2.1
Name: django-reporting-endpoints
Version: 0.9.3
Summary: "Django app for receiving browser's Reporting API reports."
Home-page: https://github.com/seporaitis/django-reporting-endpoints
Author: Julius Seporaitis
Author-email: julius@seporaitis.net
License: MIT
Project-URL: Documentation, https://django-reporting-endpoints.readthedocs.io/
Project-URL: Changelog, https://django-reporting-endpoints.readthedocs.io/en/latest/changelog.html
Project-URL: Twitter, https://twitter.com/seporaitis
Keywords: Django
Classifier: Development Status :: 5 - Production/Stable
Classifier: Framework :: Django :: 3.2
Classifier: Framework :: Django :: 4.0
Classifier: Framework :: Django :: 4.1
Classifier: Framework :: Django :: 4.2
Classifier: Framework :: Django :: 5.0
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Typing :: Typed
Requires-Python: >=3.8
Description-Content-Type: text/x-rst
License-File: LICENSE
Requires-Dist: Django >=3.2
Requires-Dist: django-csp

==========================
django-reporting-endpoints
==========================

.. image:: https://img.shields.io/readthedocs/django-reporting-endpoints?style=for-the-badge
   :target: https://django-reporting-endpoints.readthedocs.io/en/latest/

.. image:: https://img.shields.io/github/actions/workflow/status/seporaitis/django-reporting-endpoints/main.yml?branch=main&style=for-the-badge
   :target: https://github.com/seporaitis/django-reporting-endpoints/actions?workflow=CI

.. image:: https://img.shields.io/badge/Coverage-100%25-success?style=for-the-badge
   :target: https://github.com/seporaitis/django-reporting-endpoints/actions?workflow=CI

.. image:: https://img.shields.io/pypi/v/django-reporting-endpoints.svg?style=for-the-badge
   :target: https://pypi.org/project/django-reporting-endpoints/

.. image:: https://img.shields.io/badge/code%20style-black-000000.svg?style=for-the-badge
   :target: https://github.com/psf/black

.. image:: https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit&logoColor=white&style=for-the-badge
   :target: https://github.com/pre-commit/pre-commit
   :alt: pre-commit

Django app for receiving browser's `Reporting API <https://www.w3.org/TR/reporting-1/>`__ reports.

Documentation
-------------

Please see https://django-reporting-endpoints.readthedocs.io/ .
