MANIFEST.in
README.rst
setup.py
flower/__init__.py
flower/__main__.py
flower/command.py
flower/events.py
flower/models.py
flower/settings.py
flower/state.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/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/img/favicon.ico
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/flower.js
flower/static/js/jquery-1.7.2.min.js
flower/templates/404.html
flower/templates/base.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/template.py
flower/views/__init__.py
flower/views/control.py
flower/views/error.py
flower/views/tasks.py
flower/views/update.py
flower/views/worker.py