{"categories":[{"label":"Software Development","url":"https://skillfed.io/packages/category/software-development/3"}],"enrichment":{"capability":"Provides type stubs for Celery and related packages (kombu, amqp, billiard, vine, django-celery-results, ephem) to enable static type checking in projects using these libraries.","skillfed_tags":["type-stubs","celery","static-typing"],"use_cases":["Add type checking to a Celery application to catch task signature and result-handling errors before deployment.","Enable IDE autocomplete and type hints for Celery task definitions and async result operations.","Validate kombu message broker interactions and amqp protocol usage in type-safe code.","Support mypy or basedpyright in a Django project using django-celery-results for task result storage.","Integrate Celery into a strictly typed codebase without disabling type checking for Celery imports."],"what_it_does":"celery-types is a type-stub package that adds static type information to Celery and its ecosystem of related libraries. It enables type checkers like mypy and basedpyright to understand the APIs of Celery, kombu, amqp, billiard, vine, django-celery-results, and ephem, catching type errors at development time rather than runtime.\n\nThe package is pure stubs\u2014it contains no runtime code and depends only on typing-extensions. Installation is straightforward, but the stubs require a monkey-patch workaround to support generic type parameters on key Celery classes like Task, AsyncResult, and Signature. This is a one-time setup step documented in the package's README.","worth_installing":"Yes, if you use Celery or its related packages and want static type checking. The package is actively maintained, has no vulnerabilities, installs with minimal friction, and is permissively licensed. The required monkey-patch is a one-time setup documented in the README. Install it as a dev dependency to catch type errors early."},"id":"celery-types","links":{"html":"https://skillfed.io/packages/celery-types","md":"https://skillfed.io/packages/celery-types.md","pypi":"https://pypi.org/project/celery-types/"},"maintenance":{"status":"active"},"meta":{"latest_release":"2026-03-12","license_spdx":"Apache-2.0","license_treatment":"permissive","name":"celery-types","python_support":"supports_current","summary":"Type stubs for Celery and its related packages"},"popularity":{"monthly_downloads":3537228,"position":2587,"tier":"top_5000"},"security":{"n_vulnerabilities":0},"version":"0.26.0"}
