staticdash 0.4.6__tar.gz → 0.4.8__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.6
3
+ Version: 0.4.8
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
@@ -15,7 +15,7 @@ Requires-Dist: dominate
15
15
  # staticdash
16
16
 
17
17
  <p align="center">
18
- <img src="logo.png" alt="staticdash logo" width="220" height="50">
18
+ <img src="https://raw.githubusercontent.com/staticdash/staticdash/main/logo.svg" alt="staticdash logo" width="220" height="50">
19
19
  </p>
20
20
 
21
21
  staticdash is a lightweight Python module for creating static, multi-page HTML dashboards. It supports:
@@ -1,7 +1,7 @@
1
1
  # staticdash
2
2
 
3
3
  <p align="center">
4
- <img src="logo.png" alt="staticdash logo" width="220" height="50">
4
+ <img src="https://raw.githubusercontent.com/staticdash/staticdash/main/logo.svg" alt="staticdash logo" width="220" height="50">
5
5
  </p>
6
6
 
7
7
  staticdash is a lightweight Python module for creating static, multi-page HTML dashboards. It supports:
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "staticdash"
7
- version = "0.4.6"
7
+ version = "0.4.8"
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.6
3
+ Version: 0.4.8
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
@@ -15,7 +15,7 @@ Requires-Dist: dominate
15
15
  # staticdash
16
16
 
17
17
  <p align="center">
18
- <img src="logo.png" alt="staticdash logo" width="220" height="50">
18
+ <img src="https://raw.githubusercontent.com/staticdash/staticdash/main/logo.svg" alt="staticdash logo" width="220" height="50">
19
19
  </p>
20
20
 
21
21
  staticdash is a lightweight Python module for creating static, multi-page HTML dashboards. It supports:
File without changes