A lightweight static HTML dashboard generator with Plotly and pandas support.
Project description
staticdash
staticdash is a lightweight Python module for creating static, multi-page HTML dashboards. It supports:
- Plotly plots (interactive, responsive)
- Pandas DataFrames as sortable tables
- Text and headers (Markdown-like)
- File download buttons
- Multi-page navigation with sidebar
- Custom CSS and JavaScript
- Easy extension for new content types
Installation
git clone https://github.com/briday1/staticdash.git
cd staticdash
pip install .
Features
- Add Plotly figures:
page.add(fig) - Add tables:
page.add(df)(sortable by default) - Add text or headers:
page.add("Some text"),page.add_header("Title", level=2) - Add download buttons:
page.add_download("path/to/file", "Label") - Multi-page: Create multiple
Pageobjects and add them to yourDashboard - Custom styling: Edit
assets/css/style.cssfor your own look
Options
- Sidebar navigation: Fixed, with active highlighting
- Responsive layout: Works on desktop and mobile
- Export: Outputs a static HTML dashboard (no server needed)
- Per-page HTML: Also generates individual HTML files for each page
Live Demo
View the latest demo dashboard
For a full example, see demo.py in this repository.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
staticdash-0.2.2.tar.gz
(6.7 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file staticdash-0.2.2.tar.gz.
File metadata
- Download URL: staticdash-0.2.2.tar.gz
- Upload date:
- Size: 6.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
be08cfe5c0aa45e696af24792833eb7e9d22bbd725e8ad702bc212c823ede696
|
|
| MD5 |
a23ecfac2a6954baa8d423046a35d66c
|
|
| BLAKE2b-256 |
603fd756a2add7f65b85407b178d16e6b32be4fdda79cfdaddc4da467569f93b
|
File details
Details for the file staticdash-0.2.2-py3-none-any.whl.
File metadata
- Download URL: staticdash-0.2.2-py3-none-any.whl
- Upload date:
- Size: 6.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
bb549576cd79d7dc0cb90d8af8033db6ec17fd21aece9a56fcec7a8a47b910b4
|
|
| MD5 |
dcc70caff8ecd8c34cc67c7b54bbdb02
|
|
| BLAKE2b-256 |
6fe76ea77b445f03123a6e8e20ce7d31822a0a5ac1dd11feb50f1a1a7540d7d2
|