</>PackageGraphPackageGraph

celery

PyPIv5.6.3

Distributed Task Queue.

Adopt with care

celery is usable, with caveats.

  • ?Adoption: grade ?, Not reported by this registry.

    No download data reported for this package yet.

  • BMaintenance: grade B, Good.

    Last published 167 days ago. 18 releases in the last 2 years.

  • BWeight: grade B, Good.

    Pulls in 17 transitive packages, about 2.4 MB installed.

  • BSupply chain: grade B, Good.

    This package has a single maintainer (bus factor of 1).

  • ALicense: grade A, Excellent.

    BSD-3-Clause — permissive, with no copyleft found in the dependency tree.

Grades are computed deterministically from registry metadata collected by PackageGraph — downloads, dependents, publish dates, the resolved dependency tree, maintainer count, and declared licenses. No third-party scores are used.

Install cost

What you actually take on by adding celery to a project.

10
Direct dependencies

Runtime packages this one declares itself.

17
Total installed

Distinct packages in the full runtime tree, deduplicated the way a package manager would.

2.4 MB
Install size

Unpacked size of this package plus its entire runtime tree.

3
Tree depth

Longest resolved dependency chain below this package.

Licenses in the dependency tree

Apache-2.0BSDBSD-3-ClauseDual LicenseMITNew BSD

Every license you inherit by installing celery, not just its own. Check this before a legal review, not after.

Compatibility

Python
python >=3.9

Quick start

A usage example from the celery README.

:``celery[amqp]``:
    for using the RabbitMQ amqp python library.

:``celery[redis]``:
    for using Redis as a message transport or as a result backend.

:``celery[sqs]``:
    for using Amazon SQS as a message transport.

:``celery[tblib``]:
    for using the ``task_remote_tracebacks`` feature.

:``celery[memcache]``:
    for using Memcached as a result backend (using ``pylibmc``)
Example truncated — see the full README.

Dependencies

Declared by celery v5.6.3. Runtime dependencies are installed with the package; dev dependencies are not.

Relationship graph

Dependencies (left) and dependents (right) of celery.

Release history

15 releases in the last two years, typically about 22 days apart.

Recent versions of celery
VersionPublishedSizeLicense
5.6.3latest5 months ago441 KBBSD-3-Clause
5.6.28 months ago435 KBBSD-3-Clause
5.6.18 months ago435 KBBSD-3-Clause
5.6.09 months ago434 KBBSD-3-Clause
5.6.0rc29 months ago434 KBBSD-3-Clause
5.6.0rc110 months ago433 KBBSD-3-Clause
5.6.0b210 months ago433 KBBSD-3-Clause
5.6.0b11 year ago432 KBBSD-3-Clause
5.5.31 year ago428 KBBSD-3-Clause
5.5.21 year ago428 KBBSD-3-Clause
5.5.11 year ago428 KBBSD-3-Clause
5.5.01 year ago428 KBBSD-3-Clause
5.5.0rc51 year ago426 KBBSD-3-Clause
5.5.0rc41 year ago426 KBBSD-3-Clause
5.5.0rc31 year ago426 KBBSD-3-Clause

Overview

celery is an PyPI package that distributed Task Queue. The latest version is 5.6.3, released under the BSD-3-Clause license.

Who should use it

Teams working in the PyPI ecosystem who need distributed Task Queue and value a focused solution.

When not to use it

Consider an alternative if you need to or if a more actively-maintained option better fits your PyPI stack.

Pros

  • Clear open-source license (BSD-3-Clause).

Cons

  • No significant drawbacks detected from available metadata.

Auto-generated from collected registry metadata. No external claims are inferred.

Maintainers

Keywords

Funding

Frequently asked questions

Should I use celery?

celery is usable, with caveats.

How do I install celery?

Run `pip install celery` to add celery to your PyPI project.

How many dependencies does celery have?

celery declares 10 direct dependencies and pulls in 17 packages in total once its runtime tree is resolved totalling about 2.4 MB on disk.

What license is celery released under?

celery is distributed under the BSD-3-Clause license. Its dependency tree also includes: Apache-2.0, BSD, BSD-3-Clause, Dual License, MIT, New BSD.

Is celery still maintained?

The most recent release of celery (v5.6.3) was published 5 months ago.