An open API service indexing awesome lists of open source software.

https://github.com/andrew-hossack/dash-tools

DashTools - Plotly Dash Command Line Tools - Create, Run and Deploy Templated Python Apps from Terminal
https://github.com/andrew-hossack/dash-tools

bioinformatics charting command-line dash data-science data-visualization finance flask gui-framework heroku heroku-cli modeling plotly plotly-dash productivity python technical-computing template tools web-app

Last synced: 2 months ago
JSON representation

DashTools - Plotly Dash Command Line Tools - Create, Run and Deploy Templated Python Apps from Terminal

Awesome Lists containing this project

README

        

![](docs/source/_static/images/dashtools_logo_w_blk_bkg.png)


Create, Run and Deploy Plotly Dash Apps from Terminal

[![GitHub](https://img.shields.io/github/stars/andrew-hossack/dash-tools?style=flat-square)](https://github.com/andrew-hossack/dash-tools) | [![Pypi](https://img.shields.io/pypi/v/dash-tools?style=flat-square)](https://pypi.org/project/dash-tools/) | [![Downloads](https://pepy.tech/badge/dash-tools)](https://pepy.tech/project/dash-tools) | ![License](https://img.shields.io/github/license/andrew-hossack/dash-tools)

## [👉 Visit the Official DashTools Docs Site 👈](https://dash-tools.readthedocs.io/en/latest/index.html)

![](docs/source/_static/images/dashtools_gui.png)

DashTools is an open-source command line toolchain for Plotly Dash that makes creating and deploying dash projects to Heroku intuitive and easy.

## Use dashtools to...

- **Create templated dash apps** with one command
- **Deploy your app** to Heroku and Render.com in under a minute
- **Generate Procfile, requirements.txt and runtime.txt** automatically on deploy
- **Many boilerplate templates** for creating apps
- **Dockerize your app** in a single step

## Get started

Install with:

```bash
pip install dash-tools
```

Run the dashboard with:

```bash
dashtools gui
```

Create projects with:

```bash
dashtools init
```

## [👉 Get Started With DashTools 👈](https://dash-tools.readthedocs.io/en/latest/getting%20started.html)