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.
@@ -1,7 +1,7 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: xarray-graph
3
- Version: 0.1.1
4
- Summary: PyQt/PySide UI for graphing (x,y) slices of xarray datasets.
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 xarray datasets."
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.1"
38
+ version = "0.1.2"
39
39
 
40
40
  [project.license]
41
41
  text = "MIT"
@@ -17,6 +17,7 @@ from xarray_tree import *
17
17
  import sys, re
18
18
  from pyqt_ext import *
19
19
  from pyqtgraph_ext import *
20
+ from xarray_treeview import *
20
21
 
21
22
 
22
23
  # pg.setConfigOption('background', (235, 235, 235))
@@ -11,6 +11,9 @@
11
11
  },
12
12
  {
13
13
  "path": "../../../PyQt-ext"
14
+ },
15
+ {
16
+ "path": "../../../xarray-treeview"
14
17
  }
15
18
  ],
16
19
  "settings": {}
File without changes
File without changes