staticdash 0.4.2__tar.gz → 0.4.4__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,11 +1,11 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: staticdash
3
- Version: 0.4.2
3
+ Version: 0.4.4
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
7
- Project-URL: Homepage, https://github.com/briday1/staticdash
8
- Project-URL: Repository, https://github.com/briday1/staticdash
7
+ Project-URL: Homepage, https://github.com/staticdash/staticdash
8
+ Project-URL: Repository, https://github.com/staticdash/staticdash
9
9
  Requires-Python: >=3.8
10
10
  Description-Content-Type: text/markdown
11
11
  Requires-Dist: plotly
@@ -27,9 +27,7 @@ staticdash is a lightweight Python module for creating static, multi-page HTML d
27
27
  ## Installation
28
28
 
29
29
  ```bash
30
- git clone https://github.com/briday1/staticdash.git
31
- cd staticdash
32
- pip install .
30
+ pip install staticdash
33
31
  ```
34
32
 
35
33
  ## Features
@@ -50,7 +48,7 @@ pip install .
50
48
 
51
49
  ## Live Demo
52
50
 
53
- [View the latest demo dashboard](https://briday1.github.io/staticdash/)
51
+ [View the latest demo dashboard](https://staticdash.github.io/staticdash/)
54
52
 
55
53
  ---
56
54
 
@@ -13,9 +13,7 @@ staticdash is a lightweight Python module for creating static, multi-page HTML d
13
13
  ## Installation
14
14
 
15
15
  ```bash
16
- git clone https://github.com/briday1/staticdash.git
17
- cd staticdash
18
- pip install .
16
+ pip install staticdash
19
17
  ```
20
18
 
21
19
  ## Features
@@ -36,7 +34,7 @@ pip install .
36
34
 
37
35
  ## Live Demo
38
36
 
39
- [View the latest demo dashboard](https://briday1.github.io/staticdash/)
37
+ [View the latest demo dashboard](https://staticdash.github.io/staticdash/)
40
38
 
41
39
  ---
42
40
 
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "staticdash"
7
- version = "0.4.2"
7
+ version = "0.4.4"
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" }
@@ -25,5 +25,5 @@ packages = ["staticdash"]
25
25
  staticdash = ["assets/css/*.css", "assets/js/*.js"]
26
26
 
27
27
  [project.urls]
28
- Homepage = "https://github.com/briday1/staticdash"
29
- Repository = "https://github.com/briday1/staticdash"
28
+ Homepage = "https://github.com/staticdash/staticdash"
29
+ Repository = "https://github.com/staticdash/staticdash"
@@ -1,11 +1,11 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: staticdash
3
- Version: 0.4.2
3
+ Version: 0.4.4
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
7
- Project-URL: Homepage, https://github.com/briday1/staticdash
8
- Project-URL: Repository, https://github.com/briday1/staticdash
7
+ Project-URL: Homepage, https://github.com/staticdash/staticdash
8
+ Project-URL: Repository, https://github.com/staticdash/staticdash
9
9
  Requires-Python: >=3.8
10
10
  Description-Content-Type: text/markdown
11
11
  Requires-Dist: plotly
@@ -27,9 +27,7 @@ staticdash is a lightweight Python module for creating static, multi-page HTML d
27
27
  ## Installation
28
28
 
29
29
  ```bash
30
- git clone https://github.com/briday1/staticdash.git
31
- cd staticdash
32
- pip install .
30
+ pip install staticdash
33
31
  ```
34
32
 
35
33
  ## Features
@@ -50,7 +48,7 @@ pip install .
50
48
 
51
49
  ## Live Demo
52
50
 
53
- [View the latest demo dashboard](https://briday1.github.io/staticdash/)
51
+ [View the latest demo dashboard](https://staticdash.github.io/staticdash/)
54
52
 
55
53
  ---
56
54
 
File without changes