mocap-desktop-gui 0.4.1__py3-none-any.whl → 0.5.1__py3-none-any.whl
Sign up to get free protection for your applications and to get access to all the features.
- mocap_desktop_gui/__init__.py +4 -4
- mocap_desktop_gui/axengine_1727451531_2134592207.py +246 -0
- mocap_desktop_gui/gen/rc_icons.py +3 -3
- mocap_desktop_gui/gen/rc_qml.py +3 -3
- mocap_desktop_gui/gen/rc_style.py +3 -3
- mocap_desktop_gui/main.py +4 -4
- mocap_desktop_gui/mc/__init__.py +4 -4
- mocap_desktop_gui/mc/bld_fbx_2_glb.py +4 -4
- mocap_desktop_gui/mc/camera_models.py +4 -4
- mocap_desktop_gui/mc/mc_app_manager.py +4 -4
- mocap_desktop_gui/mc/mc_calib.py +4 -4
- mocap_desktop_gui/mc/mc_cam_ui_states.py +4 -4
- mocap_desktop_gui/mc/mc_common_paths.py +4 -4
- mocap_desktop_gui/mc/mc_context.py +4 -4
- mocap_desktop_gui/mc/mc_file_util.py +4 -4
- mocap_desktop_gui/mc/mc_import_folder.py +4 -4
- mocap_desktop_gui/mc/mc_project.py +4 -4
- mocap_desktop_gui/mc/mc_project_manager.py +4 -4
- mocap_desktop_gui/mc/mc_sync_media_player.py +4 -4
- mocap_desktop_gui/mc/mc_sync_video_decoder_service.py +4 -4
- mocap_desktop_gui/mc/mc_sync_video_paint_item.py +4 -4
- mocap_desktop_gui/mc/mc_take.py +4 -4
- mocap_desktop_gui/mc/mc_take_list_model.py +4 -4
- mocap_desktop_gui/mc/mc_take_run.py +4 -4
- mocap_desktop_gui/mc/mc_take_run_common.py +18 -0
- mocap_desktop_gui/mc/mc_take_run_data_prep.py +4 -4
- mocap_desktop_gui/mc/mc_take_run_settings.py +4 -4
- mocap_desktop_gui/mc/mc_take_runs_cloud_manager.py +18 -0
- mocap_desktop_gui/mc/mc_take_runs_local_manager.py +18 -0
- mocap_desktop_gui/mc/mc_take_runs_manager.py +4 -4
- mocap_desktop_gui/mc/mc_take_settings.py +4 -4
- mocap_desktop_gui/mc/mc_take_video_model.py +4 -4
- mocap_desktop_gui/mc/mc_task_trt_engine_gen.py +4 -4
- mocap_desktop_gui/mc/qml_engine.py +4 -4
- mocap_desktop_gui/mc/util.py +4 -4
- mocap_desktop_gui/operations/__init__.py +3 -3
- mocap_desktop_gui/sample.py +3 -3
- mocap_desktop_gui/utils/__init__.py +3 -3
- {mocap_desktop_gui-0.4.1.dist-info → mocap_desktop_gui-0.5.1.dist-info}/METADATA +1 -2
- mocap_desktop_gui-0.5.1.dist-info/RECORD +51 -0
- mocap_desktop_gui/axengine_1727344873_498228821.py +0 -246
- mocap_desktop_gui-0.4.1.dist-info/RECORD +0 -48
- {mocap_desktop_gui-0.4.1.dist-info → mocap_desktop_gui-0.5.1.dist-info}/WHEEL +0 -0
- {mocap_desktop_gui-0.4.1.dist-info → mocap_desktop_gui-0.5.1.dist-info}/entry_points.txt +0 -0
@@ -2,17 +2,17 @@ import os as _os
|
|
2
2
|
import sys as _sys
|
3
3
|
_axeSearchPath = _os.path.dirname(_os.path.abspath(__file__))
|
4
4
|
while not _os.path.exists(_os.path.join(_axeSearchPath,
|
5
|
-
'
|
5
|
+
'axengine_1727451531_2134592207.py')):
|
6
6
|
_newAxeSearchPath = _os.path.normpath(_os.path.join(_axeSearchPath, '..'))
|
7
7
|
if _newAxeSearchPath == _axeSearchPath or len(_axeSearchPath) == 0:
|
8
8
|
break
|
9
9
|
_axeSearchPath = _newAxeSearchPath
|
10
10
|
try:
|
11
11
|
_sys.path.append(_axeSearchPath)
|
12
|
-
import
|
12
|
+
import axengine_1727451531_2134592207 as _axengine
|
13
13
|
except Exception as e:
|
14
14
|
raise Exception('Failed to load AxEngine!') from e
|
15
15
|
finally:
|
16
16
|
_sys.path.pop()
|
17
|
-
from
|
18
|
-
_axengine._axe_run(
|
17
|
+
from axengine_1727451531_2134592207 import WupiError, WupiLicenseError, WupiErrorCode
|
18
|
+
_axengine._axe_run(389, globals())
|
@@ -2,17 +2,17 @@ import os as _os
|
|
2
2
|
import sys as _sys
|
3
3
|
_axeSearchPath = _os.path.dirname(_os.path.abspath(__file__))
|
4
4
|
while not _os.path.exists(_os.path.join(_axeSearchPath,
|
5
|
-
'
|
5
|
+
'axengine_1727451531_2134592207.py')):
|
6
6
|
_newAxeSearchPath = _os.path.normpath(_os.path.join(_axeSearchPath, '..'))
|
7
7
|
if _newAxeSearchPath == _axeSearchPath or len(_axeSearchPath) == 0:
|
8
8
|
break
|
9
9
|
_axeSearchPath = _newAxeSearchPath
|
10
10
|
try:
|
11
11
|
_sys.path.append(_axeSearchPath)
|
12
|
-
import
|
12
|
+
import axengine_1727451531_2134592207 as _axengine
|
13
13
|
except Exception as e:
|
14
14
|
raise Exception('Failed to load AxEngine!') from e
|
15
15
|
finally:
|
16
16
|
_sys.path.pop()
|
17
|
-
from
|
18
|
-
_axengine._axe_run(
|
17
|
+
from axengine_1727451531_2134592207 import WupiError, WupiLicenseError, WupiErrorCode
|
18
|
+
_axengine._axe_run(26, globals())
|
@@ -2,17 +2,17 @@ import os as _os
|
|
2
2
|
import sys as _sys
|
3
3
|
_axeSearchPath = _os.path.dirname(_os.path.abspath(__file__))
|
4
4
|
while not _os.path.exists(_os.path.join(_axeSearchPath,
|
5
|
-
'
|
5
|
+
'axengine_1727451531_2134592207.py')):
|
6
6
|
_newAxeSearchPath = _os.path.normpath(_os.path.join(_axeSearchPath, '..'))
|
7
7
|
if _newAxeSearchPath == _axeSearchPath or len(_axeSearchPath) == 0:
|
8
8
|
break
|
9
9
|
_axeSearchPath = _newAxeSearchPath
|
10
10
|
try:
|
11
11
|
_sys.path.append(_axeSearchPath)
|
12
|
-
import
|
12
|
+
import axengine_1727451531_2134592207 as _axengine
|
13
13
|
except Exception as e:
|
14
14
|
raise Exception('Failed to load AxEngine!') from e
|
15
15
|
finally:
|
16
16
|
_sys.path.pop()
|
17
|
-
from
|
18
|
-
_axengine._axe_run(
|
17
|
+
from axengine_1727451531_2134592207 import WupiError, WupiLicenseError, WupiErrorCode
|
18
|
+
_axengine._axe_run(352, globals())
|
@@ -2,17 +2,17 @@ import os as _os
|
|
2
2
|
import sys as _sys
|
3
3
|
_axeSearchPath = _os.path.dirname(_os.path.abspath(__file__))
|
4
4
|
while not _os.path.exists(_os.path.join(_axeSearchPath,
|
5
|
-
'
|
5
|
+
'axengine_1727451531_2134592207.py')):
|
6
6
|
_newAxeSearchPath = _os.path.normpath(_os.path.join(_axeSearchPath, '..'))
|
7
7
|
if _newAxeSearchPath == _axeSearchPath or len(_axeSearchPath) == 0:
|
8
8
|
break
|
9
9
|
_axeSearchPath = _newAxeSearchPath
|
10
10
|
try:
|
11
11
|
_sys.path.append(_axeSearchPath)
|
12
|
-
import
|
12
|
+
import axengine_1727451531_2134592207 as _axengine
|
13
13
|
except Exception as e:
|
14
14
|
raise Exception('Failed to load AxEngine!') from e
|
15
15
|
finally:
|
16
16
|
_sys.path.pop()
|
17
|
-
from
|
18
|
-
_axengine._axe_run(
|
17
|
+
from axengine_1727451531_2134592207 import WupiError, WupiLicenseError, WupiErrorCode
|
18
|
+
_axengine._axe_run(378, globals())
|
mocap_desktop_gui/mc/util.py
CHANGED
@@ -2,17 +2,17 @@ import os as _os
|
|
2
2
|
import sys as _sys
|
3
3
|
_axeSearchPath = _os.path.dirname(_os.path.abspath(__file__))
|
4
4
|
while not _os.path.exists(_os.path.join(_axeSearchPath,
|
5
|
-
'
|
5
|
+
'axengine_1727451531_2134592207.py')):
|
6
6
|
_newAxeSearchPath = _os.path.normpath(_os.path.join(_axeSearchPath, '..'))
|
7
7
|
if _newAxeSearchPath == _axeSearchPath or len(_axeSearchPath) == 0:
|
8
8
|
break
|
9
9
|
_axeSearchPath = _newAxeSearchPath
|
10
10
|
try:
|
11
11
|
_sys.path.append(_axeSearchPath)
|
12
|
-
import
|
12
|
+
import axengine_1727451531_2134592207 as _axengine
|
13
13
|
except Exception as e:
|
14
14
|
raise Exception('Failed to load AxEngine!') from e
|
15
15
|
finally:
|
16
16
|
_sys.path.pop()
|
17
|
-
from
|
18
|
-
_axengine._axe_run(
|
17
|
+
from axengine_1727451531_2134592207 import WupiError, WupiLicenseError, WupiErrorCode
|
18
|
+
_axengine._axe_run(276, globals())
|
@@ -2,17 +2,17 @@ import os as _os
|
|
2
2
|
import sys as _sys
|
3
3
|
_axeSearchPath = _os.path.dirname(_os.path.abspath(__file__))
|
4
4
|
while not _os.path.exists(_os.path.join(_axeSearchPath,
|
5
|
-
'
|
5
|
+
'axengine_1727451531_2134592207.py')):
|
6
6
|
_newAxeSearchPath = _os.path.normpath(_os.path.join(_axeSearchPath, '..'))
|
7
7
|
if _newAxeSearchPath == _axeSearchPath or len(_axeSearchPath) == 0:
|
8
8
|
break
|
9
9
|
_axeSearchPath = _newAxeSearchPath
|
10
10
|
try:
|
11
11
|
_sys.path.append(_axeSearchPath)
|
12
|
-
import
|
12
|
+
import axengine_1727451531_2134592207 as _axengine
|
13
13
|
except Exception as e:
|
14
14
|
raise Exception('Failed to load AxEngine!') from e
|
15
15
|
finally:
|
16
16
|
_sys.path.pop()
|
17
|
-
from
|
17
|
+
from axengine_1727451531_2134592207 import WupiError, WupiLicenseError, WupiErrorCode
|
18
18
|
_axengine._axe_run(12, globals())
|
mocap_desktop_gui/sample.py
CHANGED
@@ -2,17 +2,17 @@ import os as _os
|
|
2
2
|
import sys as _sys
|
3
3
|
_axeSearchPath = _os.path.dirname(_os.path.abspath(__file__))
|
4
4
|
while not _os.path.exists(_os.path.join(_axeSearchPath,
|
5
|
-
'
|
5
|
+
'axengine_1727451531_2134592207.py')):
|
6
6
|
_newAxeSearchPath = _os.path.normpath(_os.path.join(_axeSearchPath, '..'))
|
7
7
|
if _newAxeSearchPath == _axeSearchPath or len(_axeSearchPath) == 0:
|
8
8
|
break
|
9
9
|
_axeSearchPath = _newAxeSearchPath
|
10
10
|
try:
|
11
11
|
_sys.path.append(_axeSearchPath)
|
12
|
-
import
|
12
|
+
import axengine_1727451531_2134592207 as _axengine
|
13
13
|
except Exception as e:
|
14
14
|
raise Exception('Failed to load AxEngine!') from e
|
15
15
|
finally:
|
16
16
|
_sys.path.pop()
|
17
|
-
from
|
17
|
+
from axengine_1727451531_2134592207 import WupiError, WupiLicenseError, WupiErrorCode
|
18
18
|
_axengine._axe_run(10, globals())
|
@@ -2,17 +2,17 @@ import os as _os
|
|
2
2
|
import sys as _sys
|
3
3
|
_axeSearchPath = _os.path.dirname(_os.path.abspath(__file__))
|
4
4
|
while not _os.path.exists(_os.path.join(_axeSearchPath,
|
5
|
-
'
|
5
|
+
'axengine_1727451531_2134592207.py')):
|
6
6
|
_newAxeSearchPath = _os.path.normpath(_os.path.join(_axeSearchPath, '..'))
|
7
7
|
if _newAxeSearchPath == _axeSearchPath or len(_axeSearchPath) == 0:
|
8
8
|
break
|
9
9
|
_axeSearchPath = _newAxeSearchPath
|
10
10
|
try:
|
11
11
|
_sys.path.append(_axeSearchPath)
|
12
|
-
import
|
12
|
+
import axengine_1727451531_2134592207 as _axengine
|
13
13
|
except Exception as e:
|
14
14
|
raise Exception('Failed to load AxEngine!') from e
|
15
15
|
finally:
|
16
16
|
_sys.path.pop()
|
17
|
-
from
|
17
|
+
from axengine_1727451531_2134592207 import WupiError, WupiLicenseError, WupiErrorCode
|
18
18
|
_axengine._axe_run(11, globals())
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: mocap-desktop-gui
|
3
|
-
Version: 0.
|
3
|
+
Version: 0.5.1
|
4
4
|
Summary:
|
5
5
|
Author: Move.ai
|
6
6
|
Requires-Python: >=3.10,<3.13
|
@@ -9,7 +9,6 @@ Classifier: Programming Language :: Python :: 3.10
|
|
9
9
|
Classifier: Programming Language :: Python :: 3.11
|
10
10
|
Classifier: Programming Language :: Python :: 3.12
|
11
11
|
Requires-Dist: PySide6 (>=6.7.2)
|
12
|
-
Requires-Dist: mocap-base (>=1.1.18,<2.0.0)
|
13
12
|
Requires-Dist: moviepy (>=1.0.3,<2.0.0)
|
14
13
|
Requires-Dist: numba (>=0.60.0,<0.61.0)
|
15
14
|
Requires-Dist: opencv-python (>=4.10.0.84,<5.0.0.0)
|
@@ -0,0 +1,51 @@
|
|
1
|
+
mocap_desktop_gui/__init__.py,sha256=xQ-lJOWLTe48XeoWzHzykf90icnf57m7qsX0GE_Pt_M,726
|
2
|
+
mocap_desktop_gui/axengine_1727451531_2134592207.py,sha256=8wtWlS2BaZXoZoZ30UR-BDpjjhLPCGyIGKnsA4LJd5k,370068
|
3
|
+
mocap_desktop_gui/gen/rc_icons.py,sha256=hZ24nsi7Dh4bH8hd2JtnfWDCVUX1E9cAjb_DLyy0iNQ,724
|
4
|
+
mocap_desktop_gui/gen/rc_qml.py,sha256=rhn3GSZ5dQsL7dO8VPkSVagIz8vZak-Soj2KkcnHHow,724
|
5
|
+
mocap_desktop_gui/gen/rc_style.py,sha256=cODSpnPNooUXgRNhhyofl83qwAhHyRPivJBNomyXgME,724
|
6
|
+
mocap_desktop_gui/main.py,sha256=HjL2r7DSefU8nsUQ248gT6ct30H6TF0b9HpUyDGpqs0,726
|
7
|
+
mocap_desktop_gui/mc/__init__.py,sha256=9c7bkFVJDRqN4dT12fEAXZHVFT_Ncpa34FezxfAxvJQ,726
|
8
|
+
mocap_desktop_gui/mc/bld_fbx_2_glb.py,sha256=30M2DwSU7Itd_DIFUS2yR8tgsigc_ByiAd82K10auIM,726
|
9
|
+
mocap_desktop_gui/mc/camera_models.py,sha256=vpt-6siSvt4t3RZEUxL0MbDheIB2j8133l1AQaACvjI,725
|
10
|
+
mocap_desktop_gui/mc/mc_app_manager.py,sha256=8uKUDBKp678EOnX3xJjS0LD8Mm4Q46p2Q53_YontaRg,725
|
11
|
+
mocap_desktop_gui/mc/mc_calib.py,sha256=K4I-9KVpJB0hA3mhNZxQAYFFWiAA81c0oqMRUpaP4Og,726
|
12
|
+
mocap_desktop_gui/mc/mc_cam_ui_states.py,sha256=799Rnwai6sBtrHmeQtVO03Q9mdRNOcUrahRjk9DOql0,726
|
13
|
+
mocap_desktop_gui/mc/mc_common_paths.py,sha256=LGKupSaoTh6hcouVGTdUcNTvydwgSpIgixTyTm0BFKo,725
|
14
|
+
mocap_desktop_gui/mc/mc_context.py,sha256=WaEbCPhfFbAh5PDW2-VjJw7YlV0mGPEdCQ0IhE74jrY,726
|
15
|
+
mocap_desktop_gui/mc/mc_file_util.py,sha256=lhw3ee58_eCJrKef87stwxh8MWmX1oMghevwnrvjSTQ,726
|
16
|
+
mocap_desktop_gui/mc/mc_import_folder.py,sha256=7_tcKqM1KQzU4ADMj_RrrE68JNO2BL07pvb5W6rGMmE,726
|
17
|
+
mocap_desktop_gui/mc/mc_project.py,sha256=IYv4GHPiXavTqHsrR9ytRj7FZ2a-jw-Mw2P4jh6njGs,726
|
18
|
+
mocap_desktop_gui/mc/mc_project_manager.py,sha256=c7uaFZcERUaElIQGTfwborD2wCxcMHojSpzKIYUO7TQ,726
|
19
|
+
mocap_desktop_gui/mc/mc_sync_media_player.py,sha256=qLUcQvGEw-J3x7_K3L3hCWrOkIKIFjhQ9FPKeUgws3E,726
|
20
|
+
mocap_desktop_gui/mc/mc_sync_video_decoder_service.py,sha256=koUxUlLMq278T_HMXnXi2JI8pnrEYIKJJLcX3azd1P4,725
|
21
|
+
mocap_desktop_gui/mc/mc_sync_video_paint_item.py,sha256=JqAQZBHmTQYFqtZTwHnJX8tlH4HzpyAEGBfAbSpNmow,726
|
22
|
+
mocap_desktop_gui/mc/mc_take.py,sha256=nQKRsfAh7Zbep1T1_Y2xu_qVkkOs351VFG0zPuVMoc8,726
|
23
|
+
mocap_desktop_gui/mc/mc_take_list_model.py,sha256=htAfk15mEU_NJlvvb4p6GhqPIt4_jRjy1MCpaRrOZKk,725
|
24
|
+
mocap_desktop_gui/mc/mc_take_run.py,sha256=czaw6VJt0fmPFW5Nqqy7eXIKnLGPaHsk1PARVn2hxfk,726
|
25
|
+
mocap_desktop_gui/mc/mc_take_run_common.py,sha256=z1PCFmC1c5cS9pOkZMriDi-dTjnaAstahwFdgiPO2QQ,725
|
26
|
+
mocap_desktop_gui/mc/mc_take_run_data_prep.py,sha256=7V-CJ9WA3jCDdIn-iiUzHCG0TolikEBMDrdvUxtR5sI,726
|
27
|
+
mocap_desktop_gui/mc/mc_take_run_settings.py,sha256=1J29VqeGPwpkL_K0iXv9r0Me8EhRB9knGMOBARmuTp8,725
|
28
|
+
mocap_desktop_gui/mc/mc_take_runs_cloud_manager.py,sha256=CQHQ6s5fo16EC4x3AZIr3iUh4QIPZxjnzQQTZgL6RR0,725
|
29
|
+
mocap_desktop_gui/mc/mc_take_runs_local_manager.py,sha256=nU4QFLN0Q9WD8ZtQNMNO5FwPu7m3U6KsHOth8Hl-GBI,726
|
30
|
+
mocap_desktop_gui/mc/mc_take_runs_manager.py,sha256=c3-Ws4rCtIiEzUWO9tc1deDP-toL8YaT9b1QBjNeMT8,726
|
31
|
+
mocap_desktop_gui/mc/mc_take_settings.py,sha256=gCREcAMbbEg98ZK-2dm8WQSgWeOtcROTv0FCvw4O01E,726
|
32
|
+
mocap_desktop_gui/mc/mc_take_video_model.py,sha256=rdJGcenady79GY1NAk5yqrORqQi15BQWrskJucGLHTk,725
|
33
|
+
mocap_desktop_gui/mc/mc_task_trt_engine_gen.py,sha256=wDC96GDdmOjyiRThUfvXnf6S5Z4cGEWoOjJG5NfiPrM,726
|
34
|
+
mocap_desktop_gui/mc/qml_engine.py,sha256=2kRvDBu5r3apze_TM0jOKfak9vu7NoJP1mVsHN04CFQ,726
|
35
|
+
mocap_desktop_gui/mc/rig/Move_Mo.blend,sha256=rNN1yapGy_ok0rd5BFO7ldkTcNeeROnIrmKa2COA_Ic,29633272
|
36
|
+
mocap_desktop_gui/mc/rig/mapping_body.csv,sha256=CaJ9SLWvXNFU44ft-VI9Br4US2hmdLoMh8w8KnXvHHg,551
|
37
|
+
mocap_desktop_gui/mc/rig/mapping_fingers.csv,sha256=cy1EX5aJTRjE3dQLe9YsdrGUsxGqPjYupb99fMw_k18,1030
|
38
|
+
mocap_desktop_gui/mc/rig/sdc_rig.zip,sha256=hYCBzYFZKuSr15Xs0nql-iD6aLpuTzy-_5o2CyZjiJE,9022411
|
39
|
+
mocap_desktop_gui/mc/scene/scene_3d.blend.5a95cd45,sha256=YBmgAeDqATPeJfra3WrblJ3qpn8QfPtbh4W5Elvn0bM,31290788
|
40
|
+
mocap_desktop_gui/mc/settings/camera_models.yaml,sha256=cokr4yWMbTTw2X0ObvBIM_j9HWqgBa4QHqSDlF_XpSo,3320
|
41
|
+
mocap_desktop_gui/mc/settings/settings_action.yaml,sha256=3Yq7q5Vl4fagyFNma7CBITGgOqA8FMRSFjJiTCBeC_Y,18133
|
42
|
+
mocap_desktop_gui/mc/settings/settings_extrinsic.yaml,sha256=BUnBgmHlD-JWLKtvciwY7ekhznsANRYvPPH_Hs_GI2s,6482
|
43
|
+
mocap_desktop_gui/mc/util.py,sha256=ISm4cR38A2m9MlFt3zcTMvwyH2RI3ZQ9qxkrxuRvJMw,726
|
44
|
+
mocap_desktop_gui/operations/__init__.py,sha256=mWHXrLBtx91jj_lheBMfa1tadeEykJOH_6yJjGUPXgU,725
|
45
|
+
mocap_desktop_gui/sample.py,sha256=yEKDFckomk8MRG4Mnxv04tsIFjMi4tHtv79FaqH6wR0,725
|
46
|
+
mocap_desktop_gui/settings.ini,sha256=kBwDIpL74uLZhID3_yaECygFKftAyevRrN7PRcjpVvc,131
|
47
|
+
mocap_desktop_gui/utils/__init__.py,sha256=gvaeCwOEvwO_sUE0bAcGK90IzJ79brvwuPnF5if1ee4,725
|
48
|
+
mocap_desktop_gui-0.5.1.dist-info/METADATA,sha256=84XbYAE_3YPqRkhvdfVw6020kTO-85n2S-PUcKCEFAo,930
|
49
|
+
mocap_desktop_gui-0.5.1.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
|
50
|
+
mocap_desktop_gui-0.5.1.dist-info/entry_points.txt,sha256=xMiDqkrscETVFaPjOzROvqLLQqlaurQKY-U4nPckFog,64
|
51
|
+
mocap_desktop_gui-0.5.1.dist-info/RECORD,,
|