mg-pso-gui 0.0.168__py3-none-any.whl → 0.0.170__py3-none-any.whl

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: mg-pso-gui
3
- Version: 0.0.168
3
+ Version: 0.0.170
4
4
  Summary: GUI for MG-PSO
5
5
  Author: Robert Cordingly
6
6
  Author-email: <rcording@uw.ed>
@@ -8,8 +8,8 @@ mgpsogui/gui/PlatformTab/PlatformTab.py,sha256=KyIoHlMKD9nfQqHeGJwRDA4RCoe4UykjB
8
8
  mgpsogui/gui/PlatformTab/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
9
9
  mgpsogui/gui/RunTab/RunTab.py,sha256=OjRteh5-ivHXRBam1M60JrxzkQEeqjstrUR93K25R8Y,2850
10
10
  mgpsogui/gui/RunTab/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
11
- mgpsogui/gui/SetupTab/BoundsEditorWindow.py,sha256=tDCap4qFQw3MRQo0d81W3vqmQlWQGNZYPh0TyhCwOvs,2848
12
- mgpsogui/gui/SetupTab/BoundsList.py,sha256=0Xr45-nkWIIZq83qlvewKh1mw3kGNyA7qXr0LCZqH8Q,12258
11
+ mgpsogui/gui/SetupTab/BoundsEditorWindow.py,sha256=_6_xEl46PY9MmNvpmoMNdNDbVav6ODwWSDROboy57Cs,2866
12
+ mgpsogui/gui/SetupTab/BoundsList.py,sha256=SC-TcFPEoL_p7xKV4DLoZU92TE3isLvGrDJ3fwe7KiA,12276
13
13
  mgpsogui/gui/SetupTab/CalibrationParametersView.py,sha256=ppVBHG3nphku9-P6Z8az-HTpgk8vHxnj-A5m80BZTgA,2784
14
14
  mgpsogui/gui/SetupTab/FunctionsList.py,sha256=tUqW43VWpxFpdo9UHaPvFQ0CtCo9mFI3mri52ikntrE,4092
15
15
  mgpsogui/gui/SetupTab/ListParametersView.py,sha256=wYcDcaooYkw-y7XW6dJUwhTWxLuUUOK5tGUFVHBf3ck,7352
@@ -32,8 +32,8 @@ mgpsogui/util/PSORunner.py,sha256=7iUYRUXgpZ0l0rqoyHQYY1Yg9q0gl9TE0jNaHZMv04c,29
32
32
  mgpsogui/util/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
33
33
  mgpsogui/util/CTkToolTip/__init__.py,sha256=G1jxV55hGtGgwyC1sR-uUUdasDdh0XZgcI-aILgGYA0,225
34
34
  mgpsogui/util/CTkToolTip/ctk_tooltip.py,sha256=SZMovpQIGvdpDRbqCKl9SHs92DrFCO2MOYL2ifolvOE,6329
35
- mg_pso_gui-0.0.168.dist-info/METADATA,sha256=VGQiiPqhBUGpOdAmSsGUCQcDR-ofYW_xIiYLypxScKk,9459
36
- mg_pso_gui-0.0.168.dist-info/WHEEL,sha256=Xo9-1PvkuimrydujYJAjF7pCkriuXBpUPEjma1nZyJ0,92
37
- mg_pso_gui-0.0.168.dist-info/entry_points.txt,sha256=jg82VOFjR1XDGrchs1wJSCqKYE4Ozv12aBcCSp--koA,117
38
- mg_pso_gui-0.0.168.dist-info/top_level.txt,sha256=y7JuS9xJN5YdxUsQ3PSVjN8MzQAnR146bP3ZN3PYWdE,9
39
- mg_pso_gui-0.0.168.dist-info/RECORD,,
35
+ mg_pso_gui-0.0.170.dist-info/METADATA,sha256=X0ZtBmW30INQpwV-TPyiyPpAJd2pIuHURb9KhRSqqBo,9459
36
+ mg_pso_gui-0.0.170.dist-info/WHEEL,sha256=Xo9-1PvkuimrydujYJAjF7pCkriuXBpUPEjma1nZyJ0,92
37
+ mg_pso_gui-0.0.170.dist-info/entry_points.txt,sha256=jg82VOFjR1XDGrchs1wJSCqKYE4Ozv12aBcCSp--koA,117
38
+ mg_pso_gui-0.0.170.dist-info/top_level.txt,sha256=y7JuS9xJN5YdxUsQ3PSVjN8MzQAnR146bP3ZN3PYWdE,9
39
+ mg_pso_gui-0.0.170.dist-info/RECORD,,
@@ -4,7 +4,7 @@ from customtkinter import CTkLabel
4
4
  from customtkinter import CTkButton
5
5
  from customtkinter import CTkEntry
6
6
  from customtkinter import CTkInputDialog
7
- from . import ListParametersView as ListParametersView
7
+ from .ListParametersView import ListParametersView as ListParametersView
8
8
 
9
9
  class BoundsEditorWindow(CTkInputDialog):
10
10
  """
@@ -6,7 +6,7 @@ from customtkinter import CTkEntry
6
6
  from customtkinter import CTkOptionMenu
7
7
  from customtkinter import CTkTextbox
8
8
  from customtkinter import CTkImage
9
- from . import BoundsEditorWindow as BEW
9
+ from .BoundsEditorWindow import BoundsEditorWindow as BEW
10
10
  from ...util.CTkToolTip import CTkToolTip as ctt
11
11
  import tkinter as tk
12
12
  import json