{"library":"django-prometheus","install":[{"cmd":"pip install django-prometheus","imports":["INSTALLED_APPS = [... 'django_prometheus', ...]","MIDDLEWARE = ['django_prometheus.middleware.PrometheusBeforeMiddleware', ...]","MIDDLEWARE = [... 'django_prometheus.middleware.PrometheusAfterMiddleware']","from django.urls import path, include\nurlpatterns = [... path('', include('django_prometheus.urls')), ...]","from django_prometheus.models import ExportModelOperationsMixin\nclass MyModel(ExportModelOperationsMixin('mymodel'), models.Model): ..."]}]}