MoleditPy-linux 2.2.5__py3-none-any.whl → 2.3.0__py3-none-any.whl
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.
- moleditpy_linux/modules/align_plane_dialog.py +0 -1
- moleditpy_linux/modules/alignment_dialog.py +0 -1
- moleditpy_linux/modules/angle_dialog.py +1 -1
- moleditpy_linux/modules/bond_length_dialog.py +1 -1
- moleditpy_linux/modules/constants.py +1 -1
- moleditpy_linux/modules/constrained_optimization_dialog.py +0 -1
- moleditpy_linux/modules/custom_interactor_style.py +56 -56
- moleditpy_linux/modules/custom_qt_interactor.py +43 -0
- moleditpy_linux/modules/dialog3_d_picking_mixin.py +42 -9
- moleditpy_linux/modules/dihedral_dialog.py +1 -1
- moleditpy_linux/modules/main_window_dialog_manager.py +9 -9
- moleditpy_linux/modules/main_window_edit_actions.py +4 -1
- moleditpy_linux/modules/main_window_main_init.py +51 -27
- moleditpy_linux/modules/main_window_view_3d.py +9 -1
- moleditpy_linux/modules/move_group_dialog.py +7 -5
- moleditpy_linux/modules/planarize_dialog.py +0 -1
- moleditpy_linux/modules/plugin_manager.py +234 -95
- moleditpy_linux/modules/plugin_manager_window.py +67 -14
- moleditpy_linux/modules/translation_dialog.py +0 -1
- {moleditpy_linux-2.2.5.dist-info → moleditpy_linux-2.3.0.dist-info}/METADATA +2 -2
- {moleditpy_linux-2.2.5.dist-info → moleditpy_linux-2.3.0.dist-info}/RECORD +25 -25
- {moleditpy_linux-2.2.5.dist-info → moleditpy_linux-2.3.0.dist-info}/WHEEL +0 -0
- {moleditpy_linux-2.2.5.dist-info → moleditpy_linux-2.3.0.dist-info}/entry_points.txt +0 -0
- {moleditpy_linux-2.2.5.dist-info → moleditpy_linux-2.3.0.dist-info}/licenses/LICENSE +0 -0
- {moleditpy_linux-2.2.5.dist-info → moleditpy_linux-2.3.0.dist-info}/top_level.txt +0 -0
|
@@ -3,57 +3,57 @@ moleditpy_linux/__main__.py,sha256=bYu_h7lhc6PIl1-I_VI4_Q5MdBHmVrMiO4DYsy9jbiY,8
|
|
|
3
3
|
moleditpy_linux/main.py,sha256=0D8_CXe4xdgqlu2TWoT2pi35K9y2b4ilFj6LWD9Qk7w,1178
|
|
4
4
|
moleditpy_linux/modules/__init__.py,sha256=PFwvuEKXsgQlHTYL8oT5sTeo22gR0XmQcySp7kOTtqk,1396
|
|
5
5
|
moleditpy_linux/modules/about_dialog.py,sha256=zkR-w0vtqLH1Y0baQaoTb0tYmVamT4ztEMBdIANKKvc,3693
|
|
6
|
-
moleditpy_linux/modules/align_plane_dialog.py,sha256=
|
|
7
|
-
moleditpy_linux/modules/alignment_dialog.py,sha256=
|
|
6
|
+
moleditpy_linux/modules/align_plane_dialog.py,sha256=SEC32l8z2x1W1Sf1Gu001OQEtinuvqGuCGHRELmtU5s,11834
|
|
7
|
+
moleditpy_linux/modules/alignment_dialog.py,sha256=CPubSJI52mNSXmWt7oKQ2un5lXnN8_K4Z-LMM7wWTxQ,11309
|
|
8
8
|
moleditpy_linux/modules/analysis_window.py,sha256=zjP5ipSTpKw8oLr1eKdoxW8Bk1SslGlPqsVucD-x_5w,9403
|
|
9
|
-
moleditpy_linux/modules/angle_dialog.py,sha256=
|
|
9
|
+
moleditpy_linux/modules/angle_dialog.py,sha256=uc2WbvSfRe892xoEirqpZ78pf2Smwzkinkso6zLWr0Y,17751
|
|
10
10
|
moleditpy_linux/modules/atom_item.py,sha256=u8ge6B1M9sOGobfzg3tp1-EGXtEUmvdee7Fx6msg8Wk,15566
|
|
11
11
|
moleditpy_linux/modules/bond_item.py,sha256=eVkEeKvM4igYI67DYxpey3FllqDyt_iWDo4VPYMhaPk,19137
|
|
12
|
-
moleditpy_linux/modules/bond_length_dialog.py,sha256=
|
|
12
|
+
moleditpy_linux/modules/bond_length_dialog.py,sha256=6bFPGssnqlgINuqpxLv-OhjMH3_hspnaH8QtorAyu2M,14782
|
|
13
13
|
moleditpy_linux/modules/calculation_worker.py,sha256=KiGQY7i-QCQofEoE0r65KoQgpEGFcbhmxWv6egfkUdc,42324
|
|
14
14
|
moleditpy_linux/modules/color_settings_dialog.py,sha256=Ow44BhCOLo0AFb6klO001k6B4drOgKX9DeNBQhZLp5o,15474
|
|
15
|
-
moleditpy_linux/modules/constants.py,sha256=
|
|
16
|
-
moleditpy_linux/modules/constrained_optimization_dialog.py,sha256=
|
|
17
|
-
moleditpy_linux/modules/custom_interactor_style.py,sha256=
|
|
18
|
-
moleditpy_linux/modules/custom_qt_interactor.py,sha256=
|
|
19
|
-
moleditpy_linux/modules/dialog3_d_picking_mixin.py,sha256=
|
|
20
|
-
moleditpy_linux/modules/dihedral_dialog.py,sha256=
|
|
15
|
+
moleditpy_linux/modules/constants.py,sha256=J9rIFaD6tWxdMBzGcaYWovarEJy72gXD784k9WVahr8,4702
|
|
16
|
+
moleditpy_linux/modules/constrained_optimization_dialog.py,sha256=REsk4ePsqNmAGPMTS_jckeM7jexrU3krwun8sKqKUCs,30062
|
|
17
|
+
moleditpy_linux/modules/custom_interactor_style.py,sha256=LDNODMJoNHGe1AUSrvqv6PdeJm-hpPmSpWINppnJLt0,38942
|
|
18
|
+
moleditpy_linux/modules/custom_qt_interactor.py,sha256=vCZsDfRO-FtphD5cTP7Ps-5rpHZMIGloaoe6EaKzrsw,4139
|
|
19
|
+
moleditpy_linux/modules/dialog3_d_picking_mixin.py,sha256=z4udbkiX9PYmIGazPXsbftkk_oRRwZhcvlCqbyJzr24,6493
|
|
20
|
+
moleditpy_linux/modules/dihedral_dialog.py,sha256=bOTDO6-b74vEDn_z6OyuBr5cRz3RnRj83PiaEBUyWJA,18002
|
|
21
21
|
moleditpy_linux/modules/main_window.py,sha256=IL8dH3qPx2TkPgO7amuDgjlFoadh5J59xYUEVhlNZqA,36338
|
|
22
22
|
moleditpy_linux/modules/main_window_app_state.py,sha256=8YDcGNCSpLTO1NGL9tEvNkXpUcS7JW-uK7TdUGvEqnk,35189
|
|
23
23
|
moleditpy_linux/modules/main_window_compute.py,sha256=ipIkhH_DONXDnPzh7xeym9X-Yfx8EhsvXYOdyxsAj4c,53347
|
|
24
|
-
moleditpy_linux/modules/main_window_dialog_manager.py,sha256=
|
|
24
|
+
moleditpy_linux/modules/main_window_dialog_manager.py,sha256=QR96LqHAPSOShXbc9cK-Ffq8a16JrXAoMKB0pHjESrQ,20072
|
|
25
25
|
moleditpy_linux/modules/main_window_edit_3d.py,sha256=CUArB5wcsgq1C7LygAEC6URlbnn4RhRYDa5n-Y-etWI,19731
|
|
26
|
-
moleditpy_linux/modules/main_window_edit_actions.py,sha256
|
|
26
|
+
moleditpy_linux/modules/main_window_edit_actions.py,sha256=yEc0Nw-VpN0P4e4neUu7pDuUHPGEcu6eFmwWFrSBIQ8,64815
|
|
27
27
|
moleditpy_linux/modules/main_window_export.py,sha256=dSVfylsybDDboDuXU9Inotf6YkrKJwgBTqGYSfq1lRE,38241
|
|
28
|
-
moleditpy_linux/modules/main_window_main_init.py,sha256=
|
|
28
|
+
moleditpy_linux/modules/main_window_main_init.py,sha256=BChZuyXgWfOTFqAM1OUukFgtL5KLusW4t29GnfCN1QE,92018
|
|
29
29
|
moleditpy_linux/modules/main_window_molecular_parsers.py,sha256=KR6vzuqc3nutOcorpYr0QOyX3MFBcxTwDhZX96VgJ9Q,48291
|
|
30
30
|
moleditpy_linux/modules/main_window_project_io.py,sha256=TWwtuKDuvgcvPZ9IGmW8r1EJJOrgxrIJRnxe_f4C1oM,17149
|
|
31
31
|
moleditpy_linux/modules/main_window_string_importers.py,sha256=v47wOd4RtjKYcF-aLP-mogGGdYTpTEo3dDyAu79_5MM,10782
|
|
32
32
|
moleditpy_linux/modules/main_window_ui_manager.py,sha256=HofI6T9EvcSSzPbsdPqkYEEDoB6Hui1Uj2Ll-wwczGA,24016
|
|
33
|
-
moleditpy_linux/modules/main_window_view_3d.py,sha256=
|
|
33
|
+
moleditpy_linux/modules/main_window_view_3d.py,sha256=CxZxyJHl2isF7KtyVWSI9f8LVbvdZM5H9Gnhm_8ovBM,74227
|
|
34
34
|
moleditpy_linux/modules/main_window_view_loaders.py,sha256=gklTMo27QnyJ8Gd0ampPdbm9d0Gi-oHWkIqQuGADHmI,14352
|
|
35
35
|
moleditpy_linux/modules/mirror_dialog.py,sha256=c3v4qY6R4FAljzk4EPaDjL9ZdZMjLQSFLqDMXz2fBUk,4696
|
|
36
36
|
moleditpy_linux/modules/molecular_data.py,sha256=8gE9ByYg3kSBfb1zANsyad_BVBTm6WOLF7NsZIYuG2E,13250
|
|
37
37
|
moleditpy_linux/modules/molecule_scene.py,sha256=khdt7h9Mk_D1cMbYeHGtq7P9aFXo0xG-hcShU_H2Y-Q,95911
|
|
38
|
-
moleditpy_linux/modules/move_group_dialog.py,sha256=
|
|
38
|
+
moleditpy_linux/modules/move_group_dialog.py,sha256=Fyuy3Uq1KsFsk9qR96r_FxPbAM_-zSfW2dsMQGv7btc,27276
|
|
39
39
|
moleditpy_linux/modules/periodic_table_dialog.py,sha256=ItEZUts1XCietz9paY-spvbzxh6SXak3GnikwqkHZCw,4006
|
|
40
|
-
moleditpy_linux/modules/planarize_dialog.py,sha256=
|
|
40
|
+
moleditpy_linux/modules/planarize_dialog.py,sha256=eaqI1MpF35e-VUMpJATt-EtGG5FhcSUlbAenUaFGabY,8593
|
|
41
41
|
moleditpy_linux/modules/plugin_interface.py,sha256=srzPZ3a_aRTx28NAvWNKRVUDYQNfQOTcjzx-5YW2Pb4,8164
|
|
42
|
-
moleditpy_linux/modules/plugin_manager.py,sha256=
|
|
43
|
-
moleditpy_linux/modules/plugin_manager_window.py,sha256=
|
|
42
|
+
moleditpy_linux/modules/plugin_manager.py,sha256=nb106AfUAnAVyp4LYFmLhKzFY4taeteH8gY5SNf1h1I,20037
|
|
43
|
+
moleditpy_linux/modules/plugin_manager_window.py,sha256=b4kEv0DaWHZG76ZaFTOxn6CVtA62_0MpPYYr10ehCtA,12544
|
|
44
44
|
moleditpy_linux/modules/settings_dialog.py,sha256=Nr7yE8UmYRi3VObWvRlrnv0DnjSjmYXbvqryZ02O12k,65348
|
|
45
45
|
moleditpy_linux/modules/template_preview_item.py,sha256=djdq3tz73d_fJGOvai3E-V9Hk9q9ZW7skx7BV59mooA,6556
|
|
46
46
|
moleditpy_linux/modules/template_preview_view.py,sha256=4OCHZDO51BvJpKdfrBWJ4_4WfLfFSKxsVIyf7I-Kj2E,3350
|
|
47
|
-
moleditpy_linux/modules/translation_dialog.py,sha256=
|
|
47
|
+
moleditpy_linux/modules/translation_dialog.py,sha256=x_GJsbVk-cj4aN2KgmYWDRUDInFlXezAoYoTvX-OT30,14553
|
|
48
48
|
moleditpy_linux/modules/user_template_dialog.py,sha256=2hARO04DaILgdExx5ubL0GPsxK95VvVRqy7fNfudD_M,30843
|
|
49
49
|
moleditpy_linux/modules/zoomable_view.py,sha256=hjwljui13QpvjvxJHY4Evot4jMQvxRBQUNH5HUlyFOk,5966
|
|
50
50
|
moleditpy_linux/modules/assets/file_icon.ico,sha256=yyVj084A7HuMNbV073cE_Ag3Ne405qgOP3Mia1ZqLpE,101632
|
|
51
51
|
moleditpy_linux/modules/assets/icon.icns,sha256=wD5R6-Vw7K662tVKhu2E1ImN0oUuyAP4youesEQsn9c,139863
|
|
52
52
|
moleditpy_linux/modules/assets/icon.ico,sha256=RfgFcx7-dHY_2STdsOQCQziY5SNhDr3gPnjO6jzEDPI,147975
|
|
53
53
|
moleditpy_linux/modules/assets/icon.png,sha256=kCFN1WacYIdy0GN6SFEbNA00ef39pCczBnFdkkBI8Bs,147110
|
|
54
|
-
moleditpy_linux-2.
|
|
55
|
-
moleditpy_linux-2.
|
|
56
|
-
moleditpy_linux-2.
|
|
57
|
-
moleditpy_linux-2.
|
|
58
|
-
moleditpy_linux-2.
|
|
59
|
-
moleditpy_linux-2.
|
|
54
|
+
moleditpy_linux-2.3.0.dist-info/licenses/LICENSE,sha256=OXLcl0T2SZ8Pmy2_dmlvKuetivmyPd5m1q-Gyd-zaYY,35149
|
|
55
|
+
moleditpy_linux-2.3.0.dist-info/METADATA,sha256=zL1ilRcEGc2oAwYJ8ZroUltB_ZCSF0bS-FXFIeQjh7Q,60708
|
|
56
|
+
moleditpy_linux-2.3.0.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
57
|
+
moleditpy_linux-2.3.0.dist-info/entry_points.txt,sha256=-OzipSi__yVwlimNtu3eiRP5t5UMg55Cs0udyhXYiyw,60
|
|
58
|
+
moleditpy_linux-2.3.0.dist-info/top_level.txt,sha256=qyqe-hDYL6CXyin9E5Me5rVl3PG84VqiOjf9bQvfJLs,16
|
|
59
|
+
moleditpy_linux-2.3.0.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|