CHANGES
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/docker.rst
docs/features.rst
docs/index.rst
docs/install.rst
docs/man.rst
docs/reverse-proxy.rst
docs/screenshots.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/broker.png
docs/screenshots/config.png
docs/screenshots/dashboard.png
docs/screenshots/limits.png
docs/screenshots/monitor.png
docs/screenshots/pool.png
docs/screenshots/queues.png
docs/screenshots/task.png
docs/screenshots/tasks.png
docs/screenshots/worker-tasks.png
flower/__init__.py
flower/__main__.py
flower/app.py
flower/command.py
flower/events.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/events.py
flower/api/tasks.py
flower/api/workers.py
flower/static/favicon.ico
flower/static/swagger.json
flower/static/css/bootstrap-datetimepicker.min.css
flower/static/css/bootstrap-responsive.css
flower/static/css/bootstrap-responsive.min.css
flower/static/css/bootstrap.css
flower/static/css/bootstrap.min.css
flower/static/css/flower.css
flower/static/css/jquery-ui.css
flower/static/css/jquery.dataTables.buttons.min.css
flower/static/css/jquery.dataTables.colReorder.min.css
flower/static/css/jquery.dataTables.css
flower/static/css/jquery.dataTables.min.css
flower/static/css/jquery.dataTables.select.min.css
flower/static/css/rickshaw.min.css
flower/static/css/images/ui-bg_flat_0_aaaaaa_40x100.png
flower/static/css/images/ui-bg_flat_75_ffffff_40x100.png
flower/static/css/images/ui-bg_glass_55_fbf9ee_1x400.png
flower/static/css/images/ui-bg_glass_65_ffffff_1x400.png
flower/static/css/images/ui-bg_glass_75_dadada_1x400.png
flower/static/css/images/ui-bg_glass_75_e6e6e6_1x400.png
flower/static/css/images/ui-bg_glass_95_fef1ec_1x400.png
flower/static/css/images/ui-bg_highlight-soft_75_cccccc_1x100.png
flower/static/css/images/ui-icons_222222_256x240.png
flower/static/css/images/ui-icons_2e83ff_256x240.png
flower/static/css/images/ui-icons_454545_256x240.png
flower/static/css/images/ui-icons_888888_256x240.png
flower/static/css/images/ui-icons_cd0a0a_256x240.png
flower/static/img/apple-touch-icon-114-precomposed.png
flower/static/img/apple-touch-icon-144-precomposed.png
flower/static/img/apple-touch-icon-57-precomposed.png
flower/static/img/apple-touch-icon-72-precomposed.png
flower/static/img/datatable_sort_asc.png
flower/static/img/datatable_sort_asc_disabled.png
flower/static/img/datatable_sort_both.png
flower/static/img/datatable_sort_desc.png
flower/static/img/datatable_sort_desc_disabled.png
flower/static/img/glyphicons-halflings-white.png
flower/static/img/glyphicons-halflings.png
flower/static/js/bootstrap-alert.js
flower/static/js/bootstrap-button.js
flower/static/js/bootstrap-carousel.js
flower/static/js/bootstrap-collapse.js
flower/static/js/bootstrap-datetimepicker.min.js
flower/static/js/bootstrap-dropdown.js
flower/static/js/bootstrap-modal.js
flower/static/js/bootstrap-popover.js
flower/static/js/bootstrap-scrollspy.js
flower/static/js/bootstrap-tab.js
flower/static/js/bootstrap-tooltip.js
flower/static/js/bootstrap-transition.js
flower/static/js/bootstrap-typeahead.js
flower/static/js/bootstrap.js
flower/static/js/bootstrap.min.js
flower/static/js/d3.layout.min.js
flower/static/js/d3.min.js
flower/static/js/flower.js
flower/static/js/jquery-1.7.2.min.js
flower/static/js/jquery-ui-1-8-15.min.js
flower/static/js/jquery.dataTables.buttons.min.js
flower/static/js/jquery.dataTables.colReorder.min.js
flower/static/js/jquery.dataTables.min.js
flower/static/js/jquery.dataTables.select.min.js
flower/static/js/jquery.dataTables.sorting.natural.js
flower/static/js/moment-timezone-with-data.min.js
flower/static/js/moment.min.js
flower/static/js/rickshaw.min.js
flower/templates/404.html
flower/templates/base.html
flower/templates/broker.html
flower/templates/dashboard.html
flower/templates/error.html
flower/templates/monitor.html
flower/templates/navbar.html
flower/templates/task.html
flower/templates/tasks.html
flower/templates/worker.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/dashboard.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/__pycache__/__main__.cpython-37.pyc
tests/unit/__pycache__/test_command.cpython-37.pyc
tests/unit/api/__init__.py
tests/unit/api/test_control.py
tests/unit/api/test_events.py
tests/unit/api/test_tasks.py
tests/unit/api/test_workers.py
tests/unit/api/__pycache__/__init__.cpython-37.pyc
tests/unit/api/__pycache__/test_control.cpython-37.pyc
tests/unit/api/__pycache__/test_events.cpython-37.pyc
tests/unit/api/__pycache__/test_tasks.cpython-37.pyc
tests/unit/api/__pycache__/test_workers.cpython-37.pyc
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/utils/__pycache__/__init__.cpython-37.pyc
tests/unit/utils/__pycache__/test_broker.cpython-37.pyc
tests/unit/utils/__pycache__/test_search.cpython-37.pyc
tests/unit/utils/__pycache__/test_template.cpython-37.pyc
tests/unit/utils/__pycache__/test_utils.cpython-37.pyc
tests/unit/views/__init__.py
tests/unit/views/test_auth.py
tests/unit/views/test_dashboard.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/__pycache__/__init__.cpython-37.pyc
tests/unit/views/__pycache__/test_auth.cpython-37.pyc
tests/unit/views/__pycache__/test_dashboard.cpython-37.pyc
tests/unit/views/__pycache__/test_error.cpython-37.pyc
tests/unit/views/__pycache__/test_monitor.cpython-37.pyc
tests/unit/views/__pycache__/test_tasks.cpython-37.pyc
tests/unit/views/__pycache__/test_url_handlers.cpython-37.pyc