LICENSE
MANIFEST.in
README.rst
setup.cfg
setup.py
docs/.DS_Store
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/.build/doctrees/api.doctree
docs/.build/doctrees/auth.doctree
docs/.build/doctrees/config.doctree
docs/.build/doctrees/docker.doctree
docs/.build/doctrees/environment.pickle
docs/.build/doctrees/features.doctree
docs/.build/doctrees/index.doctree
docs/.build/doctrees/install.doctree
docs/.build/doctrees/man.doctree
docs/.build/doctrees/prometheus-integration.doctree
docs/.build/doctrees/reverse-proxy.doctree
docs/.build/doctrees/screenshots.doctree
docs/.build/doctrees/tasks_filter.doctree
docs/.build/html/.buildinfo
docs/.build/html/api.html
docs/.build/html/auth.html
docs/.build/html/config.html
docs/.build/html/docker.html
docs/.build/html/features.html
docs/.build/html/index.html
docs/.build/html/install.html
docs/.build/html/man.html
docs/.build/html/objects.inv
docs/.build/html/prometheus-integration.html
docs/.build/html/reverse-proxy.html
docs/.build/html/screenshots.html
docs/.build/html/search.html
docs/.build/html/searchindex.js
docs/.build/html/tasks_filter.html
docs/.build/html/_images/flower-metrics-in-prometheus.png
docs/.build/html/_images/grafana-add-data-source.png
docs/.build/html/_images/grafana-add-prometheus-data-source.png
docs/.build/html/_images/grafana-configure-imported-dashboard.png
docs/.build/html/_images/grafana-configure-prometheus-data-source.png
docs/.build/html/_images/grafana-dashboard.png
docs/.build/html/_images/grafana-import-celery-monitoring-dashboard.png
docs/.build/html/_images/grafana-import-dashboard.png
docs/.build/html/_images/grafana-test-prometheus-data-source.png
docs/.build/html/_sources/api.rst.txt
docs/.build/html/_sources/auth.rst.txt
docs/.build/html/_sources/config.rst.txt
docs/.build/html/_sources/docker.rst.txt
docs/.build/html/_sources/features.rst.txt
docs/.build/html/_sources/index.rst.txt
docs/.build/html/_sources/install.rst.txt
docs/.build/html/_sources/man.rst.txt
docs/.build/html/_sources/prometheus-integration.rst.txt
docs/.build/html/_sources/reverse-proxy.rst.txt
docs/.build/html/_sources/screenshots.rst.txt
docs/.build/html/_sources/tasks_filter.rst.txt
docs/.build/html/_specs/swagger.json
docs/.build/html/_static/basic.css
docs/.build/html/_static/celery.css
docs/.build/html/_static/doctools.js
docs/.build/html/_static/documentation_options.js
docs/.build/html/_static/file.png
docs/.build/html/_static/language_data.js
docs/.build/html/_static/minus.png
docs/.build/html/_static/plus.png
docs/.build/html/_static/pygments.css
docs/.build/html/_static/redoc.js
docs/.build/html/_static/searchtools.js
docs/.build/html/_static/sphinx_highlight.js
docs/.build/man/flower.1
docs/.build/man/_static/redoc.js
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.egg-info/PKG-INFO
flower.egg-info/SOURCES.txt
flower.egg-info/dependency_links.txt
flower.egg-info/entry_points.txt
flower.egg-info/requires.txt
flower.egg-info/top_level.txt
flower/api/__init__.py
flower/api/control.py
flower/api/tasks.py
flower/api/workers.py
flower/static/.DS_Store
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
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/__pycache__/__init__.cpython-37.pyc
tests/unit/__init__.py
tests/unit/__main__.py
tests/unit/test_command.py
tests/unit/__pycache__/__init__.cpython-37.pyc
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