AUTHORS
CHANGES
LICENSE
MANIFEST.in
README.rst
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/_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/settings.py
flower/urls.py
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/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/rickshaw.min.css
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/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-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/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/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
flower_new.egg-info/PKG-INFO
flower_new.egg-info/SOURCES.txt
flower_new.egg-info/dependency_links.txt
flower_new.egg-info/entry_points.txt
flower_new.egg-info/requires.txt
flower_new.egg-info/top_level.txt
tests/__init__.py
tests/__main__.py
tests/api/__init__.py
tests/api/test_control.py
tests/api/test_events.py
tests/utils/__init__.py
tests/utils/test_broker.py
tests/utils/test_template.py
tests/views/__init__.py
tests/views/test_auth.py
tests/views/test_dashboard.py
tests/views/test_error.py
tests/views/test_monitor.py
tests/views/test_tasks.py