celery 0.5.5

Rust implementation of Celery
Documentation
[flake8]
max-line-length = 115

ignore =
    # these rules don't play well with black
    # whitespace before :
    E203
    # line break before binary operator
    W503