{"library":"django-watchman","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]"]}]}