pandas-plots 0.15.9__tar.gz → 0.15.10__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.15.9 → pandas_plots-0.15.10}/PKG-INFO +3 -3
- {pandas_plots-0.15.9 → pandas_plots-0.15.10}/pyproject.toml +3 -3
- {pandas_plots-0.15.9 → pandas_plots-0.15.10}/README.md +0 -0
- {pandas_plots-0.15.9 → pandas_plots-0.15.10}/src/pandas_plots/.DS_Store +0 -0
- {pandas_plots-0.15.9 → pandas_plots-0.15.10}/src/pandas_plots/__init__.py +0 -0
- {pandas_plots-0.15.9 → pandas_plots-0.15.10}/src/pandas_plots/hlp.py +0 -0
- {pandas_plots-0.15.9 → pandas_plots-0.15.10}/src/pandas_plots/pls.py +0 -0
- {pandas_plots-0.15.9 → pandas_plots-0.15.10}/src/pandas_plots/tbl.py +0 -0
- {pandas_plots-0.15.9 → pandas_plots-0.15.10}/src/pandas_plots/ven.py +0 -0
@@ -1,13 +1,13 @@
|
|
1
1
|
Metadata-Version: 2.3
|
2
2
|
Name: pandas-plots
|
3
|
-
Version: 0.15.
|
3
|
+
Version: 0.15.10
|
4
4
|
Summary: A collection of helper for table handling and visualization
|
5
5
|
Keywords: tables,pivot,plotly,venn,plot,vizualization
|
6
6
|
Author: smeisegeier
|
7
7
|
Author-email: smeisegeier <dexterDSD@googlemail.com>
|
8
8
|
Classifier: License :: OSI Approved :: MIT License
|
9
9
|
Classifier: Programming Language :: Python :: 3
|
10
|
-
Classifier: Programming Language :: Python :: 3.
|
10
|
+
Classifier: Programming Language :: Python :: 3.11
|
11
11
|
Classifier: Development Status :: 4 - Beta
|
12
12
|
Classifier: Intended Audience :: Science/Research
|
13
13
|
Classifier: Operating System :: OS Independent
|
@@ -26,7 +26,7 @@ Requires-Dist: duckdb>=1.3.0
|
|
26
26
|
Requires-Dist: nbformat>=4.2.0
|
27
27
|
Requires-Dist: dataframe-image>=0.2.6
|
28
28
|
Requires-Dist: connection-helper>=0.12
|
29
|
-
Requires-Python:
|
29
|
+
Requires-Python: >=3.11
|
30
30
|
Project-URL: Bug Tracker, https://github.com/smeisegeier/pandas-plots/issues
|
31
31
|
Project-URL: Homepage, https://github.com/smeisegeier/pandas-plots
|
32
32
|
Project-URL: Repository, https://github.com/smeisegeier/pandas-plots
|
@@ -1,11 +1,11 @@
|
|
1
1
|
[project]
|
2
2
|
name = "pandas-plots"
|
3
|
-
version = "0.15.
|
3
|
+
version = "0.15.10"
|
4
4
|
description = "A collection of helper for table handling and visualization"
|
5
5
|
long_description = "file: README.md"
|
6
6
|
long_description_content_type = "text/markdown"
|
7
7
|
readme = "README.md"
|
8
|
-
requires-python = "
|
8
|
+
requires-python = ">=3.11"
|
9
9
|
keywords = ["tables", "pivot", "plotly", "venn", "plot", "vizualization"]
|
10
10
|
authors = [
|
11
11
|
{ name = "smeisegeier", email = "dexterDSD@googlemail.com" },
|
@@ -14,7 +14,7 @@ authors = [
|
|
14
14
|
classifiers = [
|
15
15
|
"License :: OSI Approved :: MIT License",
|
16
16
|
"Programming Language :: Python :: 3",
|
17
|
-
"Programming Language :: Python :: 3.
|
17
|
+
"Programming Language :: Python :: 3.11",
|
18
18
|
'Development Status :: 4 - Beta',
|
19
19
|
'Intended Audience :: Science/Research',
|
20
20
|
'Operating System :: OS Independent',
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|