{"library":"django-rest-passwordreset","install":[{"cmd":"pip install django-rest-passwordreset","imports":["'django_rest_passwordreset'","from django.urls import path, include\n\nurlpatterns = [\n    path('api/password_reset/', include('django_rest_passwordreset.urls', namespace='password_reset')),\n]","from django_rest_passwordreset.signals import reset_password_token_created\nfrom django.dispatch import receiver"]}]}