LICENSE
MANIFEST.in
README.rst
setup.cfg
setup.py
docs/Makefile
docs/api.ipynb
docs/api.rst
docs/auth.rst
docs/conf.py
docs/config.rst
docs/features.rst
docs/index.rst
docs/install.rst
docs/man.rst
docs/prometheus-integration.rst
docs/reverse-proxy.rst
docs/tasks.py
docs/tasks_filter.rst
docs/_static/.keep
docs/_templates/localtoc.html
docs/_templates/page.html
docs/_templates/sidebarintro.html
docs/_templates/sidebarlogo.html
docs/_theme/celery/theme.conf
docs/_theme/celery/static/celery.css_t
docs/screenshots/flower-metrics-in-prometheus.png
docs/screenshots/grafana-add-data-source.png
docs/screenshots/grafana-add-prometheus-data-source.png
docs/screenshots/grafana-configure-imported-dashboard.png
docs/screenshots/grafana-configure-prometheus-data-source.png
docs/screenshots/grafana-dashboard.png
docs/screenshots/grafana-import-celery-monitoring-dashboard.png
docs/screenshots/grafana-import-dashboard.png
docs/screenshots/grafana-test-prometheus-data-source.png
flower/__init__.py
flower/__main__.py
flower/app.py
flower/command.py
flower/events.py
flower/inspector.py
flower/options.py
flower/urls.py
flower/api/__init__.py
flower/api/control.py
flower/api/tasks.py
flower/api/workers.py
flower/static/favicon.ico
flower/static/swagger.json
flower/static/css/bootstrap.min.css
flower/static/css/bootstrap.min.css.map
flower/static/css/datatables-1.13.4.min.css
flower/static/css/flower.css
flower/static/js/bootstrap.bundle.min.js
flower/static/js/bootstrap.bundle.min.js.map
flower/static/js/datatables-1.13.4.min.js
flower/static/js/flower.js
flower/static/js/jquery-3.6.4.min.js
flower/static/js/jquery-3.6.4.min.map
flower/static/js/moment-2.29.4.min.js
flower/static/js/moment-timezone-with-data-2.29.4.min.js
flower/templates/404.html
flower/templates/base.html
flower/templates/broker.html
flower/templates/error.html
flower/templates/navbar.html
flower/templates/task.html
flower/templates/tasks.html
flower/templates/worker.html
flower/templates/workers.html
flower/utils/__init__.py
flower/utils/broker.py
flower/utils/search.py
flower/utils/tasks.py
flower/utils/template.py
flower/views/__init__.py
flower/views/auth.py
flower/views/broker.py
flower/views/error.py
flower/views/monitor.py
flower/views/tasks.py
flower/views/workers.py
flower_patch.egg-info/PKG-INFO
flower_patch.egg-info/SOURCES.txt
flower_patch.egg-info/dependency_links.txt
flower_patch.egg-info/entry_points.txt
flower_patch.egg-info/requires.txt
flower_patch.egg-info/top_level.txt
requirements/default.txt
requirements/dev.txt
requirements/docs.txt
requirements/test.txt
tests/__init__.py
tests/call-tasks.sh
tests/load.py
tests/run-unit-tests.sh
tests/unit/__init__.py
tests/unit/__main__.py
tests/unit/test_command.py
tests/unit/api/__init__.py
tests/unit/api/test_auth.py
tests/unit/api/test_control.py
tests/unit/api/test_tasks.py
tests/unit/api/test_workers.py
tests/unit/utils/__init__.py
tests/unit/utils/test_broker.py
tests/unit/utils/test_search.py
tests/unit/utils/test_template.py
tests/unit/utils/test_utils.py
tests/unit/views/__init__.py
tests/unit/views/test_auth.py
tests/unit/views/test_broker.py
tests/unit/views/test_error.py
tests/unit/views/test_monitor.py
tests/unit/views/test_tasks.py
tests/unit/views/test_url_handlers.py
tests/unit/views/test_workers.py