celery
PyPIv5.6.3Distributed 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.
Runtime packages this one declares itself.
Distinct packages in the full runtime tree, deduplicated the way a package manager would.
Unpacked size of this package plus its entire runtime tree.
Longest resolved dependency chain below this package.
Licenses in the dependency tree
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``)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.
| Version | Published | Size | License |
|---|---|---|---|
| 5.6.3latest | 5 months ago | 441 KB | BSD-3-Clause |
| 5.6.2 | 8 months ago | 435 KB | BSD-3-Clause |
| 5.6.1 | 8 months ago | 435 KB | BSD-3-Clause |
| 5.6.0 | 9 months ago | 434 KB | BSD-3-Clause |
| 5.6.0rc2 | 9 months ago | 434 KB | BSD-3-Clause |
| 5.6.0rc1 | 10 months ago | 433 KB | BSD-3-Clause |
| 5.6.0b2 | 10 months ago | 433 KB | BSD-3-Clause |
| 5.6.0b1 | 1 year ago | 432 KB | BSD-3-Clause |
| 5.5.3 | 1 year ago | 428 KB | BSD-3-Clause |
| 5.5.2 | 1 year ago | 428 KB | BSD-3-Clause |
| 5.5.1 | 1 year ago | 428 KB | BSD-3-Clause |
| 5.5.0 | 1 year ago | 428 KB | BSD-3-Clause |
| 5.5.0rc5 | 1 year ago | 426 KB | BSD-3-Clause |
| 5.5.0rc4 | 1 year ago | 426 KB | BSD-3-Clause |
| 5.5.0rc3 | 1 year ago | 426 KB | BSD-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
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.