Metadata-Version: 2.4
Name: django-health-check
Version: 4.2.2
Summary: Monitor the health of your Django app and its connected services.
Keywords: django,postgresql
Author-email: Kristian Ollegaard <kristian@oellegaard.com>, Johannes Maron <johannes@maron.family>
Requires-Python: >=3.10
Description-Content-Type: text/markdown
Classifier: Development Status :: 5 - Production/Stable
Classifier: Framework :: Django
Classifier: Framework :: Django :: 5.2
Classifier: Framework :: Django :: 6.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
Classifier: Programming Language :: Python :: 3 :: Only
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: Programming Language :: Python :: 3.14
Classifier: Topic :: Software Development :: Quality Assurance
Classifier: Topic :: System :: Logging
Classifier: Topic :: System :: Monitoring
Classifier: Topic :: Utilities
License-File: LICENSE
Requires-Dist: Django>=5.2
Requires-Dist: dnspython>=2.0.0
Requires-Dist: httpx>=0.27.0 ; extra == "atlassian"
Requires-Dist: celery>=5.0.0 ; extra == "celery"
Requires-Dist: confluent-kafka>=2.0.0 ; extra == "kafka"
Requires-Dist: psutil>=7.2.0 ; extra == "psutil"
Requires-Dist: aio-pika>=9.0.0 ; extra == "rabbitmq"
Requires-Dist: redis>=4.2.0 ; extra == "redis"
Requires-Dist: httpx>=0.27.0 ; extra == "rss"
Requires-Dist: feedparser>=6.0.0 ; extra == "rss"
Project-URL: Changelog, https://github.com/codingjoe/django-health-check/releases
Project-URL: Documentation, https://codingjoe.dev/django-health-check/
Project-URL: Funding, https://github.com/sponsors/codingjoe
Project-URL: Homepage, https://github.com/codingjoe/django-health-check
Project-URL: Issues, https://github.com/codingjoe/django-health-check/issues
Project-URL: Releasenotes, https://github.com/codingjoe/django-health-check/releases/latest
Project-URL: Source, https://github.com/codingjoe/django-health-check
Provides-Extra: atlassian
Provides-Extra: celery
Provides-Extra: kafka
Provides-Extra: psutil
Provides-Extra: rabbitmq
Provides-Extra: redis
Provides-Extra: rss

<p align="center">
  <picture>
    <source media="(prefers-color-scheme: dark)" srcset="https://github.com/codingjoe/django-health-check/raw/main/docs/images/logo-dark.svg">
    <source media="(prefers-color-scheme: light)" srcset="https://github.com/codingjoe/django-health-check/raw/main/docs/images/logo-light.svg">
    <img alt="Django HealthCheck: Pluggable health checks for Django applications" src="https://github.com/codingjoe/django-health-check/raw/main/docs/images/logo-light.svg">
  </picture>
<br>
  <a href="https://codingjoe.dev/django-health-check/">Documentation</a> |
  <a href="https://github.com/codingjoe/django-health-check/issues/new/choose">Issues</a> |
  <a href="https://github.com/codingjoe/django-health-check/releases">Changelog</a> |
  <a href="https://github.com/sponsors/codingjoe">Funding</a> 💚
</p>

# Django HealthCheck

_Pluggable health checks for Django applications_

[![version](https://img.shields.io/pypi/v/django-health-check.svg)](https://pypi.python.org/pypi/django-health-check/)
[![coverage](https://codecov.io/gh/codingjoe/django-health-check/branch/main/graph/badge.svg)](https://codecov.io/gh/codingjoe/django-health-check)
[![pyversion](https://img.shields.io/pypi/pyversions/django-health-check.svg)](https://pypi.python.org/pypi/django-health-check/)
[![djversion](https://img.shields.io/pypi/djversions/django-health-check.svg)](https://pypi.python.org/pypi/django-health-check/)
[![license](https://img.shields.io/badge/license-MIT-blue.svg)](https://pypi.python.org/pypi/django-health-check/)

