Metadata-Version: 2.4
Name: z4j-celery
Version: 2026.4.0a1
Summary: z4j Celery queue engine adapter (Apache 2.0)
Project-URL: Homepage, https://z4j.com
Project-URL: Source, https://github.com/z4jdev/z4j
Project-URL: Documentation, https://z4j.com/docs
Project-URL: Issues, https://github.com/z4jdev/z4j/issues
Project-URL: Changelog, https://github.com/z4jdev/z4j/blob/main/CHANGELOG.md
Author: z4j contributors
License: Apache-2.0
License-File: LICENSE
Keywords: celery,queue,task,z4j
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Classifier: Typing :: Typed
Requires-Python: >=3.13
Requires-Dist: celery>=5.6
Requires-Dist: z4j-core
Description-Content-Type: text/markdown

# z4j-celery

**License:** Apache 2.0
**Status:** Phase 1 scaffolding — not yet implemented.

Celery queue engine adapter for z4j. Implements `QueueEngineAdapter`
from `z4j-core` against Celery 5.6+. Captures task lifecycle events
via Celery signals and executes actions (retry, cancel, bulk retry,
purge, restart worker) against the live Celery app.

See [`docs/ADAPTER.md §3.5–3.7`](../../docs/ADAPTER.md) for the
user-facing guide and [`docs/ARCHITECTURE.md §4.1`](../../docs/ARCHITECTURE.md)
for the Protocol contract.
