{"id":13800161,"url":"https://github.com/sbdchd/celery-types","last_synced_at":"2025-05-15T07:06:10.608Z","repository":{"id":38018207,"uuid":"336931276","full_name":"sbdchd/celery-types","owner":"sbdchd","description":":seedling: Type stubs for Celery and its related packages","archived":false,"fork":false,"pushed_at":"2025-04-05T20:42:46.000Z","size":238,"stargazers_count":97,"open_issues_count":19,"forks_count":45,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-04-14T12:59:25.383Z","etag":null,"topics":["amqp","billiard","celery","django-celery-results","kombu","mypy","stubs","types"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sbdchd.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2021-02-08T01:40:46.000Z","updated_at":"2025-04-13T03:23:50.000Z","dependencies_parsed_at":"2023-11-10T18:27:28.008Z","dependency_job_id":"85086f5f-f53e-48fe-96dd-399af60bf0b9","html_url":"https://github.com/sbdchd/celery-types","commit_stats":{"total_commits":116,"total_committers":41,"mean_commits":"2.8292682926829267","dds":0.5,"last_synced_commit":"7ffb011f23f8cad6d0b7088623d58dbfe4f4c75c"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sbdchd%2Fcelery-types","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sbdchd%2Fcelery-types/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sbdchd%2Fcelery-types/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sbdchd%2Fcelery-types/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sbdchd","download_url":"https://codeload.github.com/sbdchd/celery-types/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254292042,"owners_count":22046426,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["amqp","billiard","celery","django-celery-results","kombu","mypy","stubs","types"],"created_at":"2024-08-04T00:01:09.984Z","updated_at":"2025-05-15T07:06:05.589Z","avatar_url":"https://github.com/sbdchd.png","language":"Python","readme":"# celery-types [![PyPI](https://img.shields.io/pypi/v/celery-types.svg)](https://pypi.org/project/celery-types/)\n\nType stubs for celery related projects:\n\n- [`celery`](https://github.com/celery/celery)\n- [`django-celery-results`](https://github.com/celery/django-celery-results)\n- [`amqp`](http://github.com/celery/py-amqp)\n- [`kombu`](https://github.com/celery/kombu)\n- [`billiard`](https://github.com/celery/billiard)\n- [`vine`](https://github.com/celery/vine)\n- [`ephem`](https://github.com/brandon-rhodes/pyephem)\n\n## install\n\n```shell\npip install celery-types\n```\n\nYou'll also need to monkey patch `Task` so generic params can be provided:\n\n```python\nfrom celery.app.task import Task\nTask.__class_getitem__ = classmethod(lambda cls, *args, **kwargs: cls) # type: ignore[attr-defined]\n```\n\n## dev\n\n### initial setup\n\n```shell\n# install poetry (https://python-poetry.org/docs/)\ncurl -sSL https://install.python-poetry.org | python3 -\n# install node\n# install yarn\nnpm install --global yarn\n\n# install node dependencies\nyarn\n```\n\n### regular development\n\n```shell\npoetry config virtualenvs.in-project true\npoetry install\n\n# run formatting, linting, and typechecking\ns/lint\n\n# build and publish\npoetry publish --build\n```\n\n## related\n\n- \u003chttps://github.com/sbdchd/django-types\u003e\n- \u003chttps://github.com/sbdchd/djangorestframework-types\u003e\n- \u003chttps://github.com/sbdchd/mongo-types\u003e\n- \u003chttps://github.com/sbdchd/msgpack-types\u003e\n","funding_links":[],"categories":["Stub packages"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsbdchd%2Fcelery-types","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsbdchd%2Fcelery-types","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsbdchd%2Fcelery-types/lists"}