andrew-hossack / dash-tools

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

Home Page:https://dash-tools.readthedocs.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Create, Run and Deploy Plotly Dash Apps from Terminal

GitHub | Pypi | Downloads | License

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:

pip install dash-tools

Run the dashboard with:

dashtools gui

Create projects with:

dashtools init <app name>

About

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

https://dash-tools.readthedocs.io

License:MIT License


Languages

Language:Python 99.4%Language:JavaScript 0.3%Language:CSS 0.3%