mfaafm / dasher

Generate interactive plotly dash dashboards in an instant

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Overview

dasher: Generate interactive plotly dash dashboards in an instant

docs Documentation Status
tests
Travis-CI Build Status Requirements Status
package
PyPI Package latest release PyPI Wheel Supported versions Supported implementations
Commits since latest release

Installation

pip install dasher

You can also install the in-development version with:

pip install https://github.com/mfaafm/dasher/archive/master.zip

First steps

Creating a simple, interactive dashboard with a nice layout is as easy as this:

The resulting dashboard looks like this:

hello world example

The code for this dashboard can be found in examples/readme_example.py.

Documentation

To view the full project documentation, visit https://dasher.readthedocs.io/.

License

Free software, MIT License

Development

To run the all tests run:

tox

Note, to combine the coverage data from all the tox environments run:

Windows
set PYTEST_ADDOPTS=--cov-append
tox
Other
PYTEST_ADDOPTS=--cov-append tox

About

Generate interactive plotly dash dashboards in an instant

License:MIT License


Languages

Language:Python 100.0%