staticdash 0.4.7__tar.gz → 0.4.9__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.7
3
+ Version: 0.4.9
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="https://raw.githubusercontent.com/staticdash/staticdash/main/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="https://raw.githubusercontent.com/staticdash/staticdash/main/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.7"
7
+ version = "0.4.9"
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" }
@@ -189,6 +189,11 @@ class Dashboard:
189
189
  index_doc.head.add(script(src="https://cdn.jsdelivr.net/npm/prismjs@1.29.0/prism.min.js"))
190
190
  index_doc.head.add(script(src="https://cdn.jsdelivr.net/npm/prismjs@1.29.0/components/prism-python.min.js"))
191
191
  index_doc.head.add(script(src="https://cdn.jsdelivr.net/npm/prismjs@1.29.0/components/prism-javascript.min.js"))
192
+ index_doc.head.add(script(src="https://cdn.jsdelivr.net/npm/prismjs@1.29.0/components/prism-sql.min.js"))
193
+ index_doc.head.add(script(src="https://cdn.jsdelivr.net/npm/prismjs@1.29.0/components/prism-markup.min.js"))
194
+ index_doc.head.add(script(src="https://cdn.jsdelivr.net/npm/prismjs@1.29.0/components/prism-bash.min.js"))
195
+ index_doc.head.add(script(src="https://cdn.jsdelivr.net/npm/prismjs@1.29.0/components/prism-json.min.js"))
196
+ index_doc.head.add(script(src="https://cdn.jsdelivr.net/npm/prismjs@1.29.0/components/prism-c.min.js"))
192
197
 
193
198
  with index_doc:
194
199
  with div(id="sidebar"):
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: staticdash
3
- Version: 0.4.7
3
+ Version: 0.4.9
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="https://raw.githubusercontent.com/staticdash/staticdash/main/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