{"library":"adrf","type":"library","category":null,"description":"ADRF (Async Django REST Framework) is a Python library that provides asynchronous support for Django REST framework. It allows developers to write async class and function-based views, viewsets, and serializers, leveraging Django's native async capabilities (Django 4.1+). The library is currently at version 0.1.12 and maintains an active release cadence with regular updates and bug fixes.","language":"python","status":"active","version":"0.1.12","tags":["async","django","drf","rest-framework","api","asynchronous"],"last_verified":"Sat May 23","install":[{"cmd":"pip install adrf","imports":["from adrf.views import APIView","from adrf.decorators import api_view","from adrf.generics import ListCreateAPIView","from adrf.viewsets import ModelViewSet","from adrf.routers import DefaultRouter"]},{"cmd":"# In your Django project's settings.py\nINSTALLED_APPS = [\n    # ...\n    'rest_framework',\n    'adrf',\n    # ...\n]","imports":[]}],"homepage":null,"github":"https://github.com/em1208/adrf","docs":null,"changelog":null,"pypi":"https://pypi.org/project/adrf/","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.8,"avg_import_s":null,"wheel_type":"wheel"},"url":"https://checklist.day/v1/registry/adrf/compatibility"}}