{"categories":[{"label":"Application Frameworks","url":"https://skillfed.io/packages/category/software-development-libraries-application-frameworks/4"}],"enrichment":{"capability":"Integrates Dramatiq, a distributed task queue, into Django applications to handle asynchronous job processing and background task execution.","skillfed_tags":["task-queue","async-processing","django-integration"],"use_cases":["Send emails or notifications asynchronously without blocking the HTTP response to the user.","Process large file uploads or data transformations in the background after a user submits a form.","Schedule periodic batch jobs (e.g., data aggregation, cleanup tasks) using Dramatiq's scheduling features.","Distribute heavy computations across multiple worker processes to scale beyond a single application server."],"what_it_does":"django-dramatiq is a Django application that bridges Django and Dramatiq, a distributed task queue library. It lets you define asynchronous tasks using Dramatiq's actor decorator and execute them outside the main request-response cycle, typically for long-running operations, batch jobs, or work that should not block a web request.\n\nThe package depends on both django and dramatiq as runtime requirements. It supports modern Django versions (4.2 through 5.1) and Python 3.10 through 3.14. With low install friction and no known security vulnerabilities, it is straightforward to add to an existing Django project, though the aging maintenance status means you should verify that it remains compatible with your specific Django and Dramatiq versions before relying on it for production work.","worth_installing":"Yes, if you need asynchronous task processing in Django and are comfortable with Dramatiq's architecture. Install friction is low and there are no known vulnerabilities. However, the aging maintenance status (274 days since last release) means you should verify compatibility with your Django and Dramatiq versions and be prepared to maintain or fork the integration if upstream changes break it. License terms are unclear, so confirm them before production use."},"id":"django-dramatiq","links":{"html":"https://skillfed.io/packages/django-dramatiq","md":"https://skillfed.io/packages/django-dramatiq.md","pypi":"https://pypi.org/project/django-dramatiq/"},"maintenance":{"status":"aging"},"meta":{"latest_release":"2025-11-13","license_spdx":null,"license_treatment":"unclear","name":"django-dramatiq","python_support":"supports_current","summary":"A Django app for Dramatiq."},"popularity":{"monthly_downloads":220884,"position":9289,"tier":"top_15000"},"security":{"n_vulnerabilities":0},"version":"0.15.0"}
