xarray-graph 0.1.1__tar.gz → 0.1.2__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.
- {xarray_graph-0.1.1 → xarray_graph-0.1.2}/PKG-INFO +2 -2
- {xarray_graph-0.1.1 → xarray_graph-0.1.2}/pyproject.toml +2 -2
- {xarray_graph-0.1.1 → xarray_graph-0.1.2}/src/xarray_graph/XarrayGraph.py +1 -0
- {xarray_graph-0.1.1 → xarray_graph-0.1.2}/src/xarray_graph/xarray-graph.code-workspace +3 -0
- {xarray_graph-0.1.1 → xarray_graph-0.1.2}/LICENSE +0 -0
- {xarray_graph-0.1.1 → xarray_graph-0.1.2}/README.md +0 -0
- {xarray_graph-0.1.1 → xarray_graph-0.1.2}/src/xarray_graph/__init__.py +0 -0
- {xarray_graph-0.1.1 → xarray_graph-0.1.2}/tests/__init__.py +0 -0
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: xarray-graph
|
|
3
|
-
Version: 0.1.
|
|
4
|
-
Summary: PyQt/PySide UI for graphing (x,y) slices of
|
|
3
|
+
Version: 0.1.2
|
|
4
|
+
Summary: PyQt/PySide UI for graphing (x,y) slices of Xarray datasets.
|
|
5
5
|
Keywords: PyQt PySide xarray graph
|
|
6
6
|
Home-page: https://github.com/marcel-goldschen-ohm/xarray-graph
|
|
7
7
|
Author-Email: Marcel Goldschen-Ohm <goldschen-ohm@utexas.edu>
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
[project]
|
|
2
2
|
name = "xarray-graph"
|
|
3
|
-
description = "PyQt/PySide UI for graphing (x,y) slices of
|
|
3
|
+
description = "PyQt/PySide UI for graphing (x,y) slices of Xarray datasets."
|
|
4
4
|
dynamic = []
|
|
5
5
|
authors = [
|
|
6
6
|
{ name = "Marcel Goldschen-Ohm", email = "goldschen-ohm@utexas.edu" },
|
|
@@ -35,7 +35,7 @@ classifiers = [
|
|
|
35
35
|
"Programming Language :: Python :: 3.12",
|
|
36
36
|
"Programming Language :: Python :: 3.13",
|
|
37
37
|
]
|
|
38
|
-
version = "0.1.
|
|
38
|
+
version = "0.1.2"
|
|
39
39
|
|
|
40
40
|
[project.license]
|
|
41
41
|
text = "MIT"
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|