Python extension for Plotly Cloud with CLI and Dash dev tools integration
Project Links
Meta
Requires Python: >=3.9
Classifiers
Plotly Cloud Extension
A Python extension for Plotly Cloud that provides both a command-line interface and Dash dev tools integration for publishing and managing Dash applications.
Features
- ๐ Authentication: Log in to Plotly Cloud with OAuth or an API key
- ๐ Local Development: Run Dash applications locally with comprehensive dev tools
- ๐ฆ Publish: Publish Dash applications to Plotly Cloud and track build status
- ๐ฅ Teams: Publish to and manage apps across the teams you belong to
Installation
Install as a Dash extra:
pip install "dash[cloud]"
It can also be installed on its own:
pip install plotly-cloud
Verify the installation:
plotly --help
Documentation
Full documentation lives in the Dash docs:
- Overview โ publishing, managing apps, and teams
- CLI Configuration โ authentication and the
plotly-cloud.tomlproject file - CLI Reference โ every command, option, and flag
- API Keys and CI/CD โ automated deployments
License
This project is licensed under the MIT License โ see the LICENSE file for details.
Support
For issues and questions, please open an issue in the Dash repository or see the Support page.
0.4.3
Jul 28, 2026
0.4.2
Jun 29, 2026
0.4.1
Jun 09, 2026
0.4.0
Jun 09, 2026
0.3.0
Apr 21, 2026
0.2.1
Mar 26, 2026
0.2.0
Feb 13, 2026
0.1.0
Nov 19, 2025
0.1.0rc5
Nov 03, 2025
0.1.0rc4
Oct 22, 2025
0.1.0rc3
Oct 07, 2025
0.1.0rc2
Sep 24, 2025
0.1.0rc1
Sep 05, 2025
Wheel compatibility matrix
Files in release
Extras:
None
Dependencies:
dash
(>=3.2.0)
httpx
(<1.0.0,>=0.24.0)
rich
(>=10.0.0)
tomli-w
(>=1.2.0)
tomli
(>=2.2.1)