itkdb-gtk 0.0.16.dev8__tar.gz → 0.0.17__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.
Potentially problematic release.
This version of itkdb-gtk might be problematic. Click here for more details.
- {itkdb_gtk-0.0.16.dev8 → itkdb_gtk-0.0.17}/PKG-INFO +2 -1
- {itkdb_gtk-0.0.16.dev8 → itkdb_gtk-0.0.17}/itkdb_gtk/__init__.py +1 -1
- {itkdb_gtk-0.0.16.dev8 → itkdb_gtk-0.0.17}/itkdb_gtk.egg-info/PKG-INFO +2 -1
- {itkdb_gtk-0.0.16.dev8 → itkdb_gtk-0.0.17}/itkdb_gtk.egg-info/requires.txt +1 -0
- {itkdb_gtk-0.0.16.dev8 → itkdb_gtk-0.0.17}/pyproject.toml +3 -2
- {itkdb_gtk-0.0.16.dev8 → itkdb_gtk-0.0.17}/README.md +0 -0
- {itkdb_gtk-0.0.16.dev8 → itkdb_gtk-0.0.17}/itkdb_gtk/GetShipments.py +0 -0
- {itkdb_gtk-0.0.16.dev8 → itkdb_gtk-0.0.17}/itkdb_gtk/GlueWeight.py +0 -0
- {itkdb_gtk-0.0.16.dev8 → itkdb_gtk-0.0.17}/itkdb_gtk/GroundVITests.py +0 -0
- {itkdb_gtk-0.0.16.dev8 → itkdb_gtk-0.0.17}/itkdb_gtk/ITkDB.desktop +0 -0
- {itkdb_gtk-0.0.16.dev8 → itkdb_gtk-0.0.17}/itkdb_gtk/ITkDB.svg +0 -0
- {itkdb_gtk-0.0.16.dev8 → itkdb_gtk-0.0.17}/itkdb_gtk/ITkDBlogin.py +0 -0
- {itkdb_gtk-0.0.16.dev8 → itkdb_gtk-0.0.17}/itkdb_gtk/ITkDButils.py +0 -0
- {itkdb_gtk-0.0.16.dev8 → itkdb_gtk-0.0.17}/itkdb_gtk/SendShipments.py +0 -0
- {itkdb_gtk-0.0.16.dev8 → itkdb_gtk-0.0.17}/itkdb_gtk/ShowAttachments.py +0 -0
- {itkdb_gtk-0.0.16.dev8 → itkdb_gtk-0.0.17}/itkdb_gtk/ShowComments.py +0 -0
- {itkdb_gtk-0.0.16.dev8 → itkdb_gtk-0.0.17}/itkdb_gtk/ShowDefects.py +0 -0
- {itkdb_gtk-0.0.16.dev8 → itkdb_gtk-0.0.17}/itkdb_gtk/UploadModuleIV.py +0 -0
- {itkdb_gtk-0.0.16.dev8 → itkdb_gtk-0.0.17}/itkdb_gtk/UploadMultipleTests.py +0 -0
- {itkdb_gtk-0.0.16.dev8 → itkdb_gtk-0.0.17}/itkdb_gtk/UploadPetalInformation.py +0 -0
- {itkdb_gtk-0.0.16.dev8 → itkdb_gtk-0.0.17}/itkdb_gtk/UploadTest.py +0 -0
- {itkdb_gtk-0.0.16.dev8 → itkdb_gtk-0.0.17}/itkdb_gtk/WireBondGui.py +0 -0
- {itkdb_gtk-0.0.16.dev8 → itkdb_gtk-0.0.17}/itkdb_gtk/dashBoard.py +0 -0
- {itkdb_gtk-0.0.16.dev8 → itkdb_gtk-0.0.17}/itkdb_gtk/dbGtkUtils.py +0 -0
- {itkdb_gtk-0.0.16.dev8 → itkdb_gtk-0.0.17}/itkdb_gtk/readAVSdata.py +0 -0
- {itkdb_gtk-0.0.16.dev8 → itkdb_gtk-0.0.17}/itkdb_gtk/readGoogleSheet.py +0 -0
- {itkdb_gtk-0.0.16.dev8 → itkdb_gtk-0.0.17}/itkdb_gtk/untrash_component.py +0 -0
- {itkdb_gtk-0.0.16.dev8 → itkdb_gtk-0.0.17}/itkdb_gtk.egg-info/SOURCES.txt +0 -0
- {itkdb_gtk-0.0.16.dev8 → itkdb_gtk-0.0.17}/itkdb_gtk.egg-info/dependency_links.txt +0 -0
- {itkdb_gtk-0.0.16.dev8 → itkdb_gtk-0.0.17}/itkdb_gtk.egg-info/entry_points.txt +0 -0
- {itkdb_gtk-0.0.16.dev8 → itkdb_gtk-0.0.17}/itkdb_gtk.egg-info/top_level.txt +0 -0
- {itkdb_gtk-0.0.16.dev8 → itkdb_gtk-0.0.17}/setup.cfg +0 -0
- {itkdb_gtk-0.0.16.dev8 → itkdb_gtk-0.0.17}/test/test_holes.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: itkdb_gtk
|
|
3
|
-
Version: 0.0.
|
|
3
|
+
Version: 0.0.17
|
|
4
4
|
Summary: A collection of Gtk based GUI to access ITkDB.
|
|
5
5
|
Author-email: Carlos Lacasta <carlos.lacasta@cern.ch>
|
|
6
6
|
Project-URL: Homepage, https://gitlab.cern.ch/atlas-itk/sw/db/itk-pdb-gtk-gui-utils
|
|
@@ -16,6 +16,7 @@ Requires-Dist: openpyxl
|
|
|
16
16
|
Requires-Dist: pyserial
|
|
17
17
|
Requires-Dist: python_dateutil
|
|
18
18
|
Requires-Dist: requests
|
|
19
|
+
Requires-Dist: PyGObject
|
|
19
20
|
|
|
20
21
|
# Interaction with the ITk PDB.
|
|
21
22
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: itkdb_gtk
|
|
3
|
-
Version: 0.0.
|
|
3
|
+
Version: 0.0.17
|
|
4
4
|
Summary: A collection of Gtk based GUI to access ITkDB.
|
|
5
5
|
Author-email: Carlos Lacasta <carlos.lacasta@cern.ch>
|
|
6
6
|
Project-URL: Homepage, https://gitlab.cern.ch/atlas-itk/sw/db/itk-pdb-gtk-gui-utils
|
|
@@ -16,6 +16,7 @@ Requires-Dist: openpyxl
|
|
|
16
16
|
Requires-Dist: pyserial
|
|
17
17
|
Requires-Dist: python_dateutil
|
|
18
18
|
Requires-Dist: requests
|
|
19
|
+
Requires-Dist: PyGObject
|
|
19
20
|
|
|
20
21
|
# Interaction with the ITk PDB.
|
|
21
22
|
|
|
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "itkdb_gtk"
|
|
7
|
-
version = "0.0.
|
|
7
|
+
version = "0.0.17"
|
|
8
8
|
authors = [
|
|
9
9
|
{ name="Carlos Lacasta", email="carlos.lacasta@cern.ch" },
|
|
10
10
|
]
|
|
@@ -18,7 +18,8 @@ dependencies = [
|
|
|
18
18
|
"openpyxl",
|
|
19
19
|
"pyserial",
|
|
20
20
|
"python_dateutil",
|
|
21
|
-
"requests"
|
|
21
|
+
"requests",
|
|
22
|
+
"PyGObject"
|
|
22
23
|
]
|
|
23
24
|
classifiers = [
|
|
24
25
|
"Programming Language :: Python :: 3",
|
|
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
|
|
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
|
|
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
|
|
File without changes
|