staticdash 0.4.4__tar.gz → 0.4.5__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: staticdash
3
- Version: 0.4.4
3
+ Version: 0.4.5
4
4
  Summary: A lightweight static HTML dashboard generator with Plotly and pandas support.
5
5
  Author-email: Brian Day <brian.day1@gmail.com>
6
6
  License: CC0-1.0
@@ -14,6 +14,10 @@ Requires-Dist: dominate
14
14
 
15
15
  # staticdash
16
16
 
17
+ <p align="center">
18
+ <img src="logo.svg" alt="staticdash logo" width="220" height="50">
19
+ </p>
20
+
17
21
  staticdash is a lightweight Python module for creating static, multi-page HTML dashboards. It supports:
18
22
 
19
23
  - Plotly plots (interactive, responsive)
@@ -1,5 +1,9 @@
1
1
  # staticdash
2
2
 
3
+ <p align="center">
4
+ <img src="logo.svg" alt="staticdash logo" width="220" height="50">
5
+ </p>
6
+
3
7
  staticdash is a lightweight Python module for creating static, multi-page HTML dashboards. It supports:
4
8
 
5
9
  - Plotly plots (interactive, responsive)
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "staticdash"
7
- version = "0.4.4"
7
+ version = "0.4.5"
8
8
  description = "A lightweight static HTML dashboard generator with Plotly and pandas support."
9
9
  authors = [
10
10
  { name = "Brian Day", email = "brian.day1@gmail.com" }
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: staticdash
3
- Version: 0.4.4
3
+ Version: 0.4.5
4
4
  Summary: A lightweight static HTML dashboard generator with Plotly and pandas support.
5
5
  Author-email: Brian Day <brian.day1@gmail.com>
6
6
  License: CC0-1.0
@@ -14,6 +14,10 @@ Requires-Dist: dominate
14
14
 
15
15
  # staticdash
16
16
 
17
+ <p align="center">
18
+ <img src="logo.svg" alt="staticdash logo" width="220" height="50">
19
+ </p>
20
+
17
21
  staticdash is a lightweight Python module for creating static, multi-page HTML dashboards. It supports:
18
22
 
19
23
  - Plotly plots (interactive, responsive)
File without changes