z4j - open-source control plane for Python task infrastructure
Project description
z4j
Open-source control plane for Python task infrastructure.
A modern, enterprise-grade replacement for Flower. Monitor, manage, and control your Celery workers, tasks, schedules, and queues from a single dashboard.
Install
# Basic (brain server with SQLite)
pip install z4j
# With Celery support
pip install z4j[celery]
# Full Django + Celery stack
pip install z4j[django,celery]
# Production (Postgres backend)
pip install z4j[django,celery,postgres]
Quick start
# Start the brain server
z4j-brain serve --port 8080 --admin-email you@dev.local --admin-password changeme
# Open http://localhost:8080
Add to your Django project:
# settings.py
INSTALLED_APPS += ['z4j_django']
Z4J_BRAIN_URL = "http://localhost:8080"
Docker
# Single container (evaluation)
docker run -p 8080:8080 z4j/z4j
# Production (Postgres)
docker compose up
Links
License
- Agent packages (z4j-core, z4j-celery, z4j-django, etc.): Apache 2.0
- Brain server (z4j-brain): AGPL v3 (commercial license available)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file z4j-2026.4.0a1.tar.gz.
File metadata
- Download URL: z4j-2026.4.0a1.tar.gz
- Upload date:
- Size: 6.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
744fca3d30dbff57820760fd3e5498fb560dfa699725b55c07dc454f44154b01
|
|
| MD5 |
66b03327f16a33b3306c03bdc5dc26be
|
|
| BLAKE2b-256 |
7ba39e2adace2755a0b1259270e29196c5353dcd121db51bf8b149a91b757076
|
File details
Details for the file z4j-2026.4.0a1-py3-none-any.whl.
File metadata
- Download URL: z4j-2026.4.0a1-py3-none-any.whl
- Upload date:
- Size: 6.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
585fef21d46fa09d09f3ed37ba911a8c1e3bf32cc136cea6a3fbd077d2bd7037
|
|
| MD5 |
63858a6030d69b1e1a54789be924f1a2
|
|
| BLAKE2b-256 |
6eb61bd52a9ff0e8e5b1cf28ac5042e96965beb0b69da680fbfed273ff920e0a
|