{"categories":[{"label":"Dynamic Content","url":"https://skillfed.io/packages/category/internet-www-http-dynamic-content/2"}],"enrichment":{"capability":"Adds async/await support to Django REST framework views, viewsets, serializers, and authentication/permission/throttle classes, enabling non-blocking request handling in Django 4.1+.","skillfed_tags":["async-io","django-extension","rest-api"],"use_cases":["Build REST APIs that handle database queries asynchronously using Django's async ORM methods.","Implement async authentication, permission, or throttle classes that need to perform I/O without blocking.","Migrate existing projects to async handlers incrementally by converting views and viewsets one at a time.","Write async function-based views using the @api_view decorator for lightweight, non-blocking endpoints.","Use async serializers to validate and transform data in non-blocking contexts."],"what_it_does":"adrf is a compatibility layer that brings async/await syntax to Django REST framework, allowing you to write non-blocking request handlers in Django 4.1 and later. It provides async versions of core components\u2014APIView, ViewSet, ModelViewSet, Serializer, and authentication/permission/throttle classes\u2014so you can leverage Python's async ecosystem without abandoning the patterns you already use.\n\nThe package works by extending django and djangorestframework's standard classes to support async handler methods. When you use adrf's router instead of the default router, async CRUD actions on ModelViewSet are automatically mapped to routes. All handler methods in async class-based views must be declared async; function-based views decorated with adrf's @api_view must also be async. This is a migration path for teams running modern Django and wanting to handle I/O-bound operations without blocking the request thread.","worth_installing":"Yes, if you are running Django 4.1+ and want to use async request handlers with django and djangorestframework. The package is actively maintained, has no known vulnerabilities, and low install friction. It is a natural fit for teams already using modern Django and seeking better I/O concurrency. Not necessary if your workload is CPU-bound or you are not yet on Django 4.1."},"id":"adrf","links":{"html":"https://skillfed.io/packages/adrf","md":"https://skillfed.io/packages/adrf.md","pypi":"https://pypi.org/project/adrf/"},"maintenance":{"status":"active"},"meta":{"latest_release":"2026-08-11","license_spdx":null,"license_treatment":"permissive","name":"adrf","python_support":"supports_current","summary":"Async support for Django REST framework"},"popularity":{"monthly_downloads":575764,"position":5936,"tier":"top_15000"},"security":{"n_vulnerabilities":0},"version":"0.1.14"}
