staticdash 0.4.2__tar.gz → 0.4.3__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.3
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
@@ -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
@@ -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.3"
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.3
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
File without changes