dash-app-cli

A CLI installer for Plotly's Dash python applications


License
MIT
Install
pip install dash-app-cli==1.1.5

Documentation

Dash CLI Installer

A cli installer for Plotly Dash python apps.

Integrated with dash-bootstrap-components: https://dash-bootstrap-components.opensource.faculty.ai/

Integrated with dash-auth: https://github.com/plotly/dash-auth

Plotly Dash Oficial: https://dash.plot.ly/

Default security keys: [user=python pass=dash]

Install

pip install dash-app-cli

Project

dash-app create <projectname>

Dependencies

pip install -r /<projectname>/requirements.txt

Enjoy!

# Run server with:
python setup.py

By default the installer create the necesary Heroku and PostgreSQL config files to deploy
the app on Heroku with PostgreSQL database.

Caution

If you don't have permissions in your session you can't install the project.