MoleditPy 2.0.0__py3-none-any.whl → 2.0.1__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.
@@ -16,7 +16,7 @@ from PyQt6.QtGui import QFont, QColor
16
16
  from rdkit import Chem
17
17
 
18
18
  #Version
19
- VERSION = '2.0.0'
19
+ VERSION = '2.0.1'
20
20
 
21
21
  ATOM_RADIUS = 18
22
22
  BOND_OFFSET = 3.5
@@ -1214,6 +1214,8 @@ class MainWindowMainInit(object):
1214
1214
  reload_plugins_action = QAction("Reload Plugins", self)
1215
1215
  reload_plugins_action.triggered.connect(lambda: self.update_plugin_menu(plugin_menu))
1216
1216
  plugin_menu.addAction(reload_plugins_action)
1217
+
1218
+
1217
1219
 
1218
1220
  plugin_menu.addSeparator()
1219
1221
 
@@ -1723,6 +1725,12 @@ class MainWindowMainInit(object):
1723
1725
  reload_plugins_action = QAction("Reload Plugins", self)
1724
1726
  reload_plugins_action.triggered.connect(lambda: self.update_plugin_menu(plugin_menu))
1725
1727
  plugin_menu.addAction(reload_plugins_action)
1728
+
1729
+ explore_plugins_action = QAction("Explore Plugins", self)
1730
+ explore_plugins_action.triggered.connect(
1731
+ lambda: QDesktopServices.openUrl(QUrl("https://github.com/HiroYokoyama/moleditpy-plugins"))
1732
+ )
1733
+ plugin_menu.addAction(explore_plugins_action)
1726
1734
 
1727
1735
  plugin_menu.addSeparator()
1728
1736
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: MoleditPy
3
- Version: 2.0.0
3
+ Version: 2.0.1
4
4
  Summary: A cross-platform, simple, and intuitive molecular structure editor built in Python. It allows 2D molecular drawing and 3D structure visualization. It supports exporting structure files for input to DFT calculation software.
5
5
  Author-email: HiroYokoyama <titech.yoko.hiro@gmail.com>
6
6
  License: GNU GENERAL PUBLIC LICENSE
@@ -12,7 +12,7 @@ moleditpy/modules/bond_item.py,sha256=eVkEeKvM4igYI67DYxpey3FllqDyt_iWDo4VPYMhaP
12
12
  moleditpy/modules/bond_length_dialog.py,sha256=k5x_DhK9Q8CSwouKhEo_kLRRdaYHDaK84KDNmuDNLvY,14868
13
13
  moleditpy/modules/calculation_worker.py,sha256=KiGQY7i-QCQofEoE0r65KoQgpEGFcbhmxWv6egfkUdc,42324
14
14
  moleditpy/modules/color_settings_dialog.py,sha256=Ow44BhCOLo0AFb6klO001k6B4drOgKX9DeNBQhZLp5o,15474
15
- moleditpy/modules/constants.py,sha256=oymYKVgSZfnEmImv_QkbSUxjf7xw-XmQi0MVUQybUb4,4702
15
+ moleditpy/modules/constants.py,sha256=m8tYMuiXp0w4IUeFW1hbSogm6-7g0voDQs5kJygquQA,4702
16
16
  moleditpy/modules/constrained_optimization_dialog.py,sha256=IEdNVhFoNSEMeA5ABpUH9Q88-YzDXFloQM2gwnPwnHY,30150
17
17
  moleditpy/modules/custom_interactor_style.py,sha256=NjsXE2a43IDNEanZBlcG9eR4ZIERT1MsQC6lbfesapQ,38453
18
18
  moleditpy/modules/custom_qt_interactor.py,sha256=MFaTuDh-FPeFBS4303CqxsxmsOIOW4QXUz6USwI8PHQ,2451
@@ -25,7 +25,7 @@ moleditpy/modules/main_window_dialog_manager.py,sha256=S1ROCWqzB2uVSKHY4o5CbTtJA
25
25
  moleditpy/modules/main_window_edit_3d.py,sha256=uY203adPg3CLyAdbG2NCThG2Am0WduzPDan9rXAlc14,19841
26
26
  moleditpy/modules/main_window_edit_actions.py,sha256=lUFxNFTUQzeXN8CNlb4_4S9j4M1EEq8kpJmh9dCzM3M,64818
27
27
  moleditpy/modules/main_window_export.py,sha256=e0HA_jeaokIOBunQqGxUn5QKdniCmE8GrsE1Igy6zm8,38351
28
- moleditpy/modules/main_window_main_init.py,sha256=LyL6oUju8KH982UwC0O8ZlN0UW4zDl5DIN2mnN4OGlM,78220
28
+ moleditpy/modules/main_window_main_init.py,sha256=ecRDVqOLMieqRDYTzsCRTjZSqj0fUBuFjqFacbC0lCg,78515
29
29
  moleditpy/modules/main_window_molecular_parsers.py,sha256=Ex4-urYsKf6PyHp4XToOhgXzuYWa_n7q--QmHci4OCU,48401
30
30
  moleditpy/modules/main_window_project_io.py,sha256=q1vEmWQDqla32HVkmk8-j0OY9ut5TI5NJ4ikahewkEo,17259
31
31
  moleditpy/modules/main_window_string_importers.py,sha256=mQVDv2Dj4MwnPgMRe2IqdAAKnB_quE6QfYeAgCjfv28,10892
@@ -48,9 +48,9 @@ moleditpy/modules/zoomable_view.py,sha256=hjwljui13QpvjvxJHY4Evot4jMQvxRBQUNH5HU
48
48
  moleditpy/modules/assets/icon.icns,sha256=wD5R6-Vw7K662tVKhu2E1ImN0oUuyAP4youesEQsn9c,139863
49
49
  moleditpy/modules/assets/icon.ico,sha256=RfgFcx7-dHY_2STdsOQCQziY5SNhDr3gPnjO6jzEDPI,147975
50
50
  moleditpy/modules/assets/icon.png,sha256=kCFN1WacYIdy0GN6SFEbNA00ef39pCczBnFdkkBI8Bs,147110
51
- moleditpy-2.0.0.dist-info/licenses/LICENSE,sha256=OXLcl0T2SZ8Pmy2_dmlvKuetivmyPd5m1q-Gyd-zaYY,35149
52
- moleditpy-2.0.0.dist-info/METADATA,sha256=-UGWLfhTCjYIl-3LMR_2NxiuL2mse3WCjFjfvnxaMiY,58985
53
- moleditpy-2.0.0.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
54
- moleditpy-2.0.0.dist-info/entry_points.txt,sha256=yH1h9JjALhok1foXT3-hYrC4ufoZt8b7oiBcsdnGNNM,54
55
- moleditpy-2.0.0.dist-info/top_level.txt,sha256=ARICrS4ihlPXqywlKl6o-oJa3Qz3gZRWu_VZsQ3_c44,10
56
- moleditpy-2.0.0.dist-info/RECORD,,
51
+ moleditpy-2.0.1.dist-info/licenses/LICENSE,sha256=OXLcl0T2SZ8Pmy2_dmlvKuetivmyPd5m1q-Gyd-zaYY,35149
52
+ moleditpy-2.0.1.dist-info/METADATA,sha256=tj2oawfvI4p70dB5JTtoPv1BWVwq13oLosjSfeBSqiw,58985
53
+ moleditpy-2.0.1.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
54
+ moleditpy-2.0.1.dist-info/entry_points.txt,sha256=yH1h9JjALhok1foXT3-hYrC4ufoZt8b7oiBcsdnGNNM,54
55
+ moleditpy-2.0.1.dist-info/top_level.txt,sha256=ARICrS4ihlPXqywlKl6o-oJa3Qz3gZRWu_VZsQ3_c44,10
56
+ moleditpy-2.0.1.dist-info/RECORD,,