staticdash 0.4.3__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.3
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)
@@ -48,7 +52,7 @@ pip install staticdash
48
52
 
49
53
  ## Live Demo
50
54
 
51
- [View the latest demo dashboard](https://briday1.github.io/staticdash/)
55
+ [View the latest demo dashboard](https://staticdash.github.io/staticdash/)
52
56
 
53
57
  ---
54
58
 
@@ -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)
@@ -34,7 +38,7 @@ pip install staticdash
34
38
 
35
39
  ## Live Demo
36
40
 
37
- [View the latest demo dashboard](https://briday1.github.io/staticdash/)
41
+ [View the latest demo dashboard](https://staticdash.github.io/staticdash/)
38
42
 
39
43
  ---
40
44
 
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "staticdash"
7
- version = "0.4.3"
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.3
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)
@@ -48,7 +52,7 @@ pip install staticdash
48
52
 
49
53
  ## Live Demo
50
54
 
51
- [View the latest demo dashboard](https://briday1.github.io/staticdash/)
55
+ [View the latest demo dashboard](https://staticdash.github.io/staticdash/)
52
56
 
53
57
  ---
54
58
 
File without changes