pandas-plots 0.11.24__tar.gz → 0.11.25__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.
- {pandas_plots-0.11.24/src/pandas_plots.egg-info → pandas_plots-0.11.25}/PKG-INFO +3 -3
- {pandas_plots-0.11.24 → pandas_plots-0.11.25}/setup.cfg +3 -3
- {pandas_plots-0.11.24 → pandas_plots-0.11.25/src/pandas_plots.egg-info}/PKG-INFO +3 -3
- {pandas_plots-0.11.24 → pandas_plots-0.11.25}/src/pandas_plots.egg-info/requires.txt +1 -1
- {pandas_plots-0.11.24 → pandas_plots-0.11.25}/LICENSE +0 -0
- {pandas_plots-0.11.24 → pandas_plots-0.11.25}/README.md +0 -0
- {pandas_plots-0.11.24 → pandas_plots-0.11.25}/pyproject.toml +0 -0
- {pandas_plots-0.11.24 → pandas_plots-0.11.25}/src/pandas_plots/hlp.py +0 -0
- {pandas_plots-0.11.24 → pandas_plots-0.11.25}/src/pandas_plots/pii.py +0 -0
- {pandas_plots-0.11.24 → pandas_plots-0.11.25}/src/pandas_plots/pls.py +0 -0
- {pandas_plots-0.11.24 → pandas_plots-0.11.25}/src/pandas_plots/tbl.py +0 -0
- {pandas_plots-0.11.24 → pandas_plots-0.11.25}/src/pandas_plots/ven.py +0 -0
- {pandas_plots-0.11.24 → pandas_plots-0.11.25}/src/pandas_plots.egg-info/SOURCES.txt +0 -0
- {pandas_plots-0.11.24 → pandas_plots-0.11.25}/src/pandas_plots.egg-info/dependency_links.txt +0 -0
- {pandas_plots-0.11.24 → pandas_plots-0.11.25}/src/pandas_plots.egg-info/top_level.txt +0 -0
@@ -1,7 +1,7 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: pandas-plots
|
3
|
-
Version: 0.11.
|
4
|
-
Summary: A collection of helper for table handling and
|
3
|
+
Version: 0.11.25
|
4
|
+
Summary: A collection of helper for table handling and visualization
|
5
5
|
Home-page: https://github.com/smeisegeier/pandas-plots
|
6
6
|
Author: smeisegeier
|
7
7
|
Author-email: dexterDSDo@googlemail.com
|
@@ -29,7 +29,7 @@ Requires-Dist: requests>=2.32.0
|
|
29
29
|
Requires-Dist: numpy<2.0.0
|
30
30
|
Requires-Dist: missingno>=0.5.2
|
31
31
|
Requires-Dist: duckdb>=1.0.0
|
32
|
-
Requires-Dist: kaleido>=0.2.
|
32
|
+
Requires-Dist: kaleido>=0.2.0
|
33
33
|
Requires-Dist: nbformat>=4.2.0
|
34
34
|
|
35
35
|
# pandas-plots
|
@@ -1,9 +1,9 @@
|
|
1
1
|
[metadata]
|
2
2
|
name = pandas-plots
|
3
|
-
version = 0.11.
|
3
|
+
version = 0.11.25
|
4
4
|
author = smeisegeier
|
5
5
|
author_email = dexterDSDo@googlemail.com
|
6
|
-
description = A collection of helper for table handling and
|
6
|
+
description = A collection of helper for table handling and visualization
|
7
7
|
long_description = file: README.md
|
8
8
|
long_description_content_type = text/markdown
|
9
9
|
license = MIT License
|
@@ -35,7 +35,7 @@ install_requires =
|
|
35
35
|
numpy < 2.0.0
|
36
36
|
missingno >= 0.5.2
|
37
37
|
duckdb >= 1.0.0
|
38
|
-
kaleido >= 0.2.
|
38
|
+
kaleido >= 0.2.0
|
39
39
|
nbformat >= 4.2.0
|
40
40
|
|
41
41
|
[egg_info]
|
@@ -1,7 +1,7 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: pandas-plots
|
3
|
-
Version: 0.11.
|
4
|
-
Summary: A collection of helper for table handling and
|
3
|
+
Version: 0.11.25
|
4
|
+
Summary: A collection of helper for table handling and visualization
|
5
5
|
Home-page: https://github.com/smeisegeier/pandas-plots
|
6
6
|
Author: smeisegeier
|
7
7
|
Author-email: dexterDSDo@googlemail.com
|
@@ -29,7 +29,7 @@ Requires-Dist: requests>=2.32.0
|
|
29
29
|
Requires-Dist: numpy<2.0.0
|
30
30
|
Requires-Dist: missingno>=0.5.2
|
31
31
|
Requires-Dist: duckdb>=1.0.0
|
32
|
-
Requires-Dist: kaleido>=0.2.
|
32
|
+
Requires-Dist: kaleido>=0.2.0
|
33
33
|
Requires-Dist: nbformat>=4.2.0
|
34
34
|
|
35
35
|
# pandas-plots
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{pandas_plots-0.11.24 → pandas_plots-0.11.25}/src/pandas_plots.egg-info/dependency_links.txt
RENAMED
File without changes
|
File without changes
|