{"library":"django-watchman","type":"library","category":null,"description":"django-watchman exposes a status endpoint for your backing services like databases, caches, and other services. It is currently at version 1.5.0 and maintains an active release cadence with regular updates and security fixes.","language":"python","status":"active","version":"1.5.0","tags":["django","health check","monitoring","status","liveness","readiness"],"last_verified":"Mon May 25","install":[{"cmd":"pip install django-watchman","imports":["from django.urls import re_path, include\n\nurlpatterns = [\n    re_path(r'^watchman/', include('watchman.urls')),\n]","from django.urls import path\nfrom watchman.views import bare_status\n\nurlpatterns = [\n    path('watchman/bare/', bare_status),\n]"]}],"homepage":null,"github":"https://github.com/mwarkentin/django-watchman","docs":"https://django-watchman.readthedocs.io","changelog":"https://github.com/mwarkentin/django-watchman/blob/main/CHANGELOG.md","pypi":"https://pypi.org/project/django-watchman/","npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"compatibility":{"summary":{"python_range":"3.10–3.9","success_rate":100,"avg_install_s":3.4,"avg_import_s":0.63,"wheel_type":"wheel"},"url":"https://checklist.day/v1/registry/django-watchman/compatibility"}}