.bumpversion.cfg
.cookiecutterrc
.coveragerc
.editorconfig
.landscape.yml
.pyup.yml
.style.yapf
.travis.yml
AUTHORS.rst
CHANGELOG.rst
CONTRIBUTING.rst
LICENSE
MANIFEST.in
README.rst
runtests.py
setup.cfg
setup.py
tox.ini
docs/authors.rst
docs/changelog.rst
docs/conf.py
docs/contributing.rst
docs/index.rst
docs/readme.rst
docs/requirements.txt
docs/spelling_wordlist.txt
docs/usage.rst
requirements/base.txt
requirements/ci.txt
requirements/local.txt
requirements/test.txt
src/django_suit_dashboard.egg-info/PKG-INFO
src/django_suit_dashboard.egg-info/SOURCES.txt
src/django_suit_dashboard.egg-info/dependency_links.txt
src/django_suit_dashboard.egg-info/not-zip-safe
src/django_suit_dashboard.egg-info/requires.txt
src/django_suit_dashboard.egg-info/top_level.txt
src/suit_dashboard/__init__.py
src/suit_dashboard/apps.py
src/suit_dashboard/layout.py
src/suit_dashboard/models.py
src/suit_dashboard/urls.py
src/suit_dashboard/views.py
src/suit_dashboard/widgets.py
src/suit_dashboard/static/suit_dashboard/base.css
src/suit_dashboard/templates/suit_dashboard/base.html
src/suit_dashboard/templates/suit_dashboard/box.html
src/suit_dashboard/templates/suit_dashboard/element.html
src/suit_dashboard/templates/suit_dashboard/row.html
src/suit_dashboard/templates/suit_dashboard/display/highcharts_realtime_initdynamic_update_series.html
src/suit_dashboard/templates/suit_dashboard/display/highcharts_realtime_initstatic_update_series.html
src/suit_dashboard/templates/suit_dashboard/display/highcharts_static.html
src/suit_dashboard/templates/suit_dashboard/display/list.html
src/suit_dashboard/templates/suit_dashboard/display/paragraph.html
src/suit_dashboard/templates/suit_dashboard/display/table.html
tests/test_suit_dashboard.py