Skip to content

🌱 Type stubs for Celery and its related packages

License

Notifications You must be signed in to change notification settings

sk-/celery-types

 
 

Repository files navigation

celery-types PyPI

Type stubs for celery related projects:

install

pip install celery-types

You'll also need to monkey patch Task so generic params can be provided:

from celery.app.task import Task
Task.__class_getitem__ = classmethod(lambda cls, *args, **kwargs: cls) # type: ignore[attr-defined]

dev

poetry install

# run formatting, linting, and typechecking
s/lint

# build and publish
poetry publish --build

related

About

🌱 Type stubs for Celery and its related packages

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 99.5%
  • Shell 0.5%