MoleditPy-linux 3.4.0__tar.gz → 3.4.1__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.
- {moleditpy_linux-3.4.0 → moleditpy_linux-3.4.1}/PKG-INFO +3 -2
- {moleditpy_linux-3.4.0 → moleditpy_linux-3.4.1}/README.md +1 -0
- {moleditpy_linux-3.4.0 → moleditpy_linux-3.4.1}/pyproject.toml +2 -2
- {moleditpy_linux-3.4.0 → moleditpy_linux-3.4.1}/src/MoleditPy_linux.egg-info/PKG-INFO +3 -2
- {moleditpy_linux-3.4.0 → moleditpy_linux-3.4.1}/src/MoleditPy_linux.egg-info/requires.txt +1 -1
- {moleditpy_linux-3.4.0 → moleditpy_linux-3.4.1}/src/moleditpy_linux/ui/calculation_worker.py +4 -2
- {moleditpy_linux-3.4.0 → moleditpy_linux-3.4.1}/LICENSE +0 -0
- {moleditpy_linux-3.4.0 → moleditpy_linux-3.4.1}/setup.cfg +0 -0
- {moleditpy_linux-3.4.0 → moleditpy_linux-3.4.1}/src/MoleditPy_linux.egg-info/SOURCES.txt +0 -0
- {moleditpy_linux-3.4.0 → moleditpy_linux-3.4.1}/src/MoleditPy_linux.egg-info/dependency_links.txt +0 -0
- {moleditpy_linux-3.4.0 → moleditpy_linux-3.4.1}/src/MoleditPy_linux.egg-info/entry_points.txt +0 -0
- {moleditpy_linux-3.4.0 → moleditpy_linux-3.4.1}/src/MoleditPy_linux.egg-info/top_level.txt +0 -0
- {moleditpy_linux-3.4.0 → moleditpy_linux-3.4.1}/src/moleditpy_linux/__init__.py +0 -0
- {moleditpy_linux-3.4.0 → moleditpy_linux-3.4.1}/src/moleditpy_linux/__main__.py +0 -0
- {moleditpy_linux-3.4.0 → moleditpy_linux-3.4.1}/src/moleditpy_linux/assets/file_icon.ico +0 -0
- {moleditpy_linux-3.4.0 → moleditpy_linux-3.4.1}/src/moleditpy_linux/assets/icon.icns +0 -0
- {moleditpy_linux-3.4.0 → moleditpy_linux-3.4.1}/src/moleditpy_linux/assets/icon.ico +0 -0
- {moleditpy_linux-3.4.0 → moleditpy_linux-3.4.1}/src/moleditpy_linux/assets/icon.png +0 -0
- {moleditpy_linux-3.4.0 → moleditpy_linux-3.4.1}/src/moleditpy_linux/core/__init__.py +0 -0
- {moleditpy_linux-3.4.0 → moleditpy_linux-3.4.1}/src/moleditpy_linux/core/mol_geometry.py +0 -0
- {moleditpy_linux-3.4.0 → moleditpy_linux-3.4.1}/src/moleditpy_linux/core/molecular_data.py +0 -0
- {moleditpy_linux-3.4.0 → moleditpy_linux-3.4.1}/src/moleditpy_linux/main.py +0 -0
- {moleditpy_linux-3.4.0 → moleditpy_linux-3.4.1}/src/moleditpy_linux/plugins/__init__.py +0 -0
- {moleditpy_linux-3.4.0 → moleditpy_linux-3.4.1}/src/moleditpy_linux/plugins/plugin_interface.py +0 -0
- {moleditpy_linux-3.4.0 → moleditpy_linux-3.4.1}/src/moleditpy_linux/plugins/plugin_manager.py +0 -0
- {moleditpy_linux-3.4.0 → moleditpy_linux-3.4.1}/src/moleditpy_linux/plugins/plugin_manager_window.py +0 -0
- {moleditpy_linux-3.4.0 → moleditpy_linux-3.4.1}/src/moleditpy_linux/ui/__init__.py +0 -0
- {moleditpy_linux-3.4.0 → moleditpy_linux-3.4.1}/src/moleditpy_linux/ui/about_dialog.py +0 -0
- {moleditpy_linux-3.4.0 → moleditpy_linux-3.4.1}/src/moleditpy_linux/ui/align_plane_dialog.py +0 -0
- {moleditpy_linux-3.4.0 → moleditpy_linux-3.4.1}/src/moleditpy_linux/ui/alignment_dialog.py +0 -0
- {moleditpy_linux-3.4.0 → moleditpy_linux-3.4.1}/src/moleditpy_linux/ui/analysis_window.py +0 -0
- {moleditpy_linux-3.4.0 → moleditpy_linux-3.4.1}/src/moleditpy_linux/ui/angle_dialog.py +0 -0
- {moleditpy_linux-3.4.0 → moleditpy_linux-3.4.1}/src/moleditpy_linux/ui/app_state.py +0 -0
- {moleditpy_linux-3.4.0 → moleditpy_linux-3.4.1}/src/moleditpy_linux/ui/atom_item.py +0 -0
- {moleditpy_linux-3.4.0 → moleditpy_linux-3.4.1}/src/moleditpy_linux/ui/atom_picking.py +0 -0
- {moleditpy_linux-3.4.0 → moleditpy_linux-3.4.1}/src/moleditpy_linux/ui/base_picking_dialog.py +0 -0
- {moleditpy_linux-3.4.0 → moleditpy_linux-3.4.1}/src/moleditpy_linux/ui/bond_item.py +0 -0
- {moleditpy_linux-3.4.0 → moleditpy_linux-3.4.1}/src/moleditpy_linux/ui/bond_length_dialog.py +0 -0
- {moleditpy_linux-3.4.0 → moleditpy_linux-3.4.1}/src/moleditpy_linux/ui/color_settings_dialog.py +0 -0
- {moleditpy_linux-3.4.0 → moleditpy_linux-3.4.1}/src/moleditpy_linux/ui/compute_logic.py +0 -0
- {moleditpy_linux-3.4.0 → moleditpy_linux-3.4.1}/src/moleditpy_linux/ui/constrained_optimization_dialog.py +0 -0
- {moleditpy_linux-3.4.0 → moleditpy_linux-3.4.1}/src/moleditpy_linux/ui/custom_interactor_style.py +0 -0
- {moleditpy_linux-3.4.0 → moleditpy_linux-3.4.1}/src/moleditpy_linux/ui/custom_qt_interactor.py +0 -0
- {moleditpy_linux-3.4.0 → moleditpy_linux-3.4.1}/src/moleditpy_linux/ui/dialog_3d_picking_mixin.py +0 -0
- {moleditpy_linux-3.4.0 → moleditpy_linux-3.4.1}/src/moleditpy_linux/ui/dialog_logic.py +0 -0
- {moleditpy_linux-3.4.0 → moleditpy_linux-3.4.1}/src/moleditpy_linux/ui/dihedral_dialog.py +0 -0
- {moleditpy_linux-3.4.0 → moleditpy_linux-3.4.1}/src/moleditpy_linux/ui/edit_3d_logic.py +0 -0
- {moleditpy_linux-3.4.0 → moleditpy_linux-3.4.1}/src/moleditpy_linux/ui/edit_actions_logic.py +0 -0
- {moleditpy_linux-3.4.0 → moleditpy_linux-3.4.1}/src/moleditpy_linux/ui/export_logic.py +0 -0
- {moleditpy_linux-3.4.0 → moleditpy_linux-3.4.1}/src/moleditpy_linux/ui/geometry_base_dialog.py +0 -0
- {moleditpy_linux-3.4.0 → moleditpy_linux-3.4.1}/src/moleditpy_linux/ui/io_logic.py +0 -0
- {moleditpy_linux-3.4.0 → moleditpy_linux-3.4.1}/src/moleditpy_linux/ui/main_window.py +0 -0
- {moleditpy_linux-3.4.0 → moleditpy_linux-3.4.1}/src/moleditpy_linux/ui/main_window_init.py +0 -0
- {moleditpy_linux-3.4.0 → moleditpy_linux-3.4.1}/src/moleditpy_linux/ui/mirror_dialog.py +0 -0
- {moleditpy_linux-3.4.0 → moleditpy_linux-3.4.1}/src/moleditpy_linux/ui/molecular_scene_handler.py +0 -0
- {moleditpy_linux-3.4.0 → moleditpy_linux-3.4.1}/src/moleditpy_linux/ui/molecule_scene.py +0 -0
- {moleditpy_linux-3.4.0 → moleditpy_linux-3.4.1}/src/moleditpy_linux/ui/move_group_dialog.py +0 -0
- {moleditpy_linux-3.4.0 → moleditpy_linux-3.4.1}/src/moleditpy_linux/ui/periodic_table_dialog.py +0 -0
- {moleditpy_linux-3.4.0 → moleditpy_linux-3.4.1}/src/moleditpy_linux/ui/planarize_dialog.py +0 -0
- {moleditpy_linux-3.4.0 → moleditpy_linux-3.4.1}/src/moleditpy_linux/ui/settings_dialog.py +0 -0
- {moleditpy_linux-3.4.0 → moleditpy_linux-3.4.1}/src/moleditpy_linux/ui/settings_tabs/__init__.py +0 -0
- {moleditpy_linux-3.4.0 → moleditpy_linux-3.4.1}/src/moleditpy_linux/ui/settings_tabs/settings_2d_tab.py +0 -0
- {moleditpy_linux-3.4.0 → moleditpy_linux-3.4.1}/src/moleditpy_linux/ui/settings_tabs/settings_3d_tabs.py +0 -0
- {moleditpy_linux-3.4.0 → moleditpy_linux-3.4.1}/src/moleditpy_linux/ui/settings_tabs/settings_other_tab.py +0 -0
- {moleditpy_linux-3.4.0 → moleditpy_linux-3.4.1}/src/moleditpy_linux/ui/settings_tabs/settings_tab_base.py +0 -0
- {moleditpy_linux-3.4.0 → moleditpy_linux-3.4.1}/src/moleditpy_linux/ui/string_importers.py +0 -0
- {moleditpy_linux-3.4.0 → moleditpy_linux-3.4.1}/src/moleditpy_linux/ui/template_preview_item.py +0 -0
- {moleditpy_linux-3.4.0 → moleditpy_linux-3.4.1}/src/moleditpy_linux/ui/template_preview_view.py +0 -0
- {moleditpy_linux-3.4.0 → moleditpy_linux-3.4.1}/src/moleditpy_linux/ui/translation_dialog.py +0 -0
- {moleditpy_linux-3.4.0 → moleditpy_linux-3.4.1}/src/moleditpy_linux/ui/ui_manager.py +0 -0
- {moleditpy_linux-3.4.0 → moleditpy_linux-3.4.1}/src/moleditpy_linux/ui/user_template_dialog.py +0 -0
- {moleditpy_linux-3.4.0 → moleditpy_linux-3.4.1}/src/moleditpy_linux/ui/view_3d_logic.py +0 -0
- {moleditpy_linux-3.4.0 → moleditpy_linux-3.4.1}/src/moleditpy_linux/ui/zoomable_view.py +0 -0
- {moleditpy_linux-3.4.0 → moleditpy_linux-3.4.1}/src/moleditpy_linux/utils/__init__.py +0 -0
- {moleditpy_linux-3.4.0 → moleditpy_linux-3.4.1}/src/moleditpy_linux/utils/constants.py +0 -0
- {moleditpy_linux-3.4.0 → moleditpy_linux-3.4.1}/src/moleditpy_linux/utils/default_settings.py +0 -0
- {moleditpy_linux-3.4.0 → moleditpy_linux-3.4.1}/src/moleditpy_linux/utils/sip_isdeleted_safe.py +0 -0
- {moleditpy_linux-3.4.0 → moleditpy_linux-3.4.1}/src/moleditpy_linux/utils/system_utils.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: MoleditPy-linux
|
|
3
|
-
Version: 3.4.
|
|
3
|
+
Version: 3.4.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
|
|
@@ -698,7 +698,7 @@ Requires-Dist: pyqt6<6.10; sys_platform == "darwin"
|
|
|
698
698
|
Requires-Dist: pyqt6<6.11; sys_platform != "darwin"
|
|
699
699
|
Requires-Dist: pyvista<0.48
|
|
700
700
|
Requires-Dist: pyvistaqt<0.12
|
|
701
|
-
Requires-Dist: rdkit<
|
|
701
|
+
Requires-Dist: rdkit<2026.4
|
|
702
702
|
Dynamic: license-file
|
|
703
703
|
|
|
704
704
|
# MoleditPy — A Python Molecular Editor
|
|
@@ -716,6 +716,7 @@ Dynamic: license-file
|
|
|
716
716
|
[](https://pepy.tech/projects/moleditpy)
|
|
717
717
|
[](https://pepy.tech/projects/moleditpy)
|
|
718
718
|
[](https://deepwiki.com/HiroYokoyama/python_molecular_editor)
|
|
719
|
+
[](https://github.com/sponsors/HiroYokoyama)
|
|
719
720
|
|
|
720
721
|
[🇯🇵 日本語 (Japanese)](#japanese)
|
|
721
722
|
|
|
@@ -13,6 +13,7 @@
|
|
|
13
13
|
[](https://pepy.tech/projects/moleditpy)
|
|
14
14
|
[](https://pepy.tech/projects/moleditpy)
|
|
15
15
|
[](https://deepwiki.com/HiroYokoyama/python_molecular_editor)
|
|
16
|
+
[](https://github.com/sponsors/HiroYokoyama)
|
|
16
17
|
|
|
17
18
|
[🇯🇵 日本語 (Japanese)](#japanese)
|
|
18
19
|
|
|
@@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta"
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "MoleditPy-linux"
|
|
7
7
|
|
|
8
|
-
version = "3.4.
|
|
8
|
+
version = "3.4.1"
|
|
9
9
|
|
|
10
10
|
license = {file = "LICENSE"}
|
|
11
11
|
|
|
@@ -38,7 +38,7 @@ dependencies = [
|
|
|
38
38
|
"pyqt6 < 6.11; sys_platform != 'darwin'",
|
|
39
39
|
"pyvista < 0.48",
|
|
40
40
|
"pyvistaqt < 0.12",
|
|
41
|
-
"rdkit <
|
|
41
|
+
"rdkit < 2026.4",
|
|
42
42
|
]
|
|
43
43
|
|
|
44
44
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: MoleditPy-linux
|
|
3
|
-
Version: 3.4.
|
|
3
|
+
Version: 3.4.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
|
|
@@ -698,7 +698,7 @@ Requires-Dist: pyqt6<6.10; sys_platform == "darwin"
|
|
|
698
698
|
Requires-Dist: pyqt6<6.11; sys_platform != "darwin"
|
|
699
699
|
Requires-Dist: pyvista<0.48
|
|
700
700
|
Requires-Dist: pyvistaqt<0.12
|
|
701
|
-
Requires-Dist: rdkit<
|
|
701
|
+
Requires-Dist: rdkit<2026.4
|
|
702
702
|
Dynamic: license-file
|
|
703
703
|
|
|
704
704
|
# MoleditPy — A Python Molecular Editor
|
|
@@ -716,6 +716,7 @@ Dynamic: license-file
|
|
|
716
716
|
[](https://pepy.tech/projects/moleditpy)
|
|
717
717
|
[](https://pepy.tech/projects/moleditpy)
|
|
718
718
|
[](https://deepwiki.com/HiroYokoyama/python_molecular_editor)
|
|
719
|
+
[](https://github.com/sponsors/HiroYokoyama)
|
|
719
720
|
|
|
720
721
|
[🇯🇵 日本語 (Japanese)](#japanese)
|
|
721
722
|
|
{moleditpy_linux-3.4.0 → moleditpy_linux-3.4.1}/src/moleditpy_linux/ui/calculation_worker.py
RENAMED
|
@@ -724,7 +724,7 @@ class CalculationWorker(QObject):
|
|
|
724
724
|
|
|
725
725
|
def __init__(self, parent: Optional[QObject] = None) -> None:
|
|
726
726
|
super().__init__(parent)
|
|
727
|
-
self.halt_ids: Optional[Set[
|
|
727
|
+
self.halt_ids: Optional[Set[Any]] = None
|
|
728
728
|
self.start_work.connect(self.run_calculation)
|
|
729
729
|
|
|
730
730
|
@pyqtSlot(str, object)
|
|
@@ -739,13 +739,15 @@ class CalculationWorker(QObject):
|
|
|
739
739
|
h_ids = getattr(self, "halt_ids", None)
|
|
740
740
|
if getattr(self, "halt_all", False):
|
|
741
741
|
return True # type: ignore[return-value]
|
|
742
|
-
if h_ids
|
|
742
|
+
if not isinstance(h_ids, set):
|
|
743
743
|
return False
|
|
744
|
+
# pylint: disable=unsupported-membership-test
|
|
744
745
|
return bool(
|
|
745
746
|
("ALL" in h_ids)
|
|
746
747
|
or (None in h_ids)
|
|
747
748
|
or (w_id is not None and w_id in h_ids)
|
|
748
749
|
)
|
|
750
|
+
# pylint: enable=unsupported-membership-test
|
|
749
751
|
|
|
750
752
|
def _safe_status(msg: str) -> None:
|
|
751
753
|
if _check_halted():
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{moleditpy_linux-3.4.0 → moleditpy_linux-3.4.1}/src/MoleditPy_linux.egg-info/dependency_links.txt
RENAMED
|
File without changes
|
{moleditpy_linux-3.4.0 → moleditpy_linux-3.4.1}/src/MoleditPy_linux.egg-info/entry_points.txt
RENAMED
|
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
|
{moleditpy_linux-3.4.0 → moleditpy_linux-3.4.1}/src/moleditpy_linux/plugins/plugin_interface.py
RENAMED
|
File without changes
|
{moleditpy_linux-3.4.0 → moleditpy_linux-3.4.1}/src/moleditpy_linux/plugins/plugin_manager.py
RENAMED
|
File without changes
|
{moleditpy_linux-3.4.0 → moleditpy_linux-3.4.1}/src/moleditpy_linux/plugins/plugin_manager_window.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{moleditpy_linux-3.4.0 → moleditpy_linux-3.4.1}/src/moleditpy_linux/ui/align_plane_dialog.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{moleditpy_linux-3.4.0 → moleditpy_linux-3.4.1}/src/moleditpy_linux/ui/base_picking_dialog.py
RENAMED
|
File without changes
|
|
File without changes
|
{moleditpy_linux-3.4.0 → moleditpy_linux-3.4.1}/src/moleditpy_linux/ui/bond_length_dialog.py
RENAMED
|
File without changes
|
{moleditpy_linux-3.4.0 → moleditpy_linux-3.4.1}/src/moleditpy_linux/ui/color_settings_dialog.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{moleditpy_linux-3.4.0 → moleditpy_linux-3.4.1}/src/moleditpy_linux/ui/custom_interactor_style.py
RENAMED
|
File without changes
|
{moleditpy_linux-3.4.0 → moleditpy_linux-3.4.1}/src/moleditpy_linux/ui/custom_qt_interactor.py
RENAMED
|
File without changes
|
{moleditpy_linux-3.4.0 → moleditpy_linux-3.4.1}/src/moleditpy_linux/ui/dialog_3d_picking_mixin.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{moleditpy_linux-3.4.0 → moleditpy_linux-3.4.1}/src/moleditpy_linux/ui/edit_actions_logic.py
RENAMED
|
File without changes
|
|
File without changes
|
{moleditpy_linux-3.4.0 → moleditpy_linux-3.4.1}/src/moleditpy_linux/ui/geometry_base_dialog.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{moleditpy_linux-3.4.0 → moleditpy_linux-3.4.1}/src/moleditpy_linux/ui/molecular_scene_handler.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{moleditpy_linux-3.4.0 → moleditpy_linux-3.4.1}/src/moleditpy_linux/ui/periodic_table_dialog.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{moleditpy_linux-3.4.0 → moleditpy_linux-3.4.1}/src/moleditpy_linux/ui/settings_tabs/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{moleditpy_linux-3.4.0 → moleditpy_linux-3.4.1}/src/moleditpy_linux/ui/template_preview_item.py
RENAMED
|
File without changes
|
{moleditpy_linux-3.4.0 → moleditpy_linux-3.4.1}/src/moleditpy_linux/ui/template_preview_view.py
RENAMED
|
File without changes
|
{moleditpy_linux-3.4.0 → moleditpy_linux-3.4.1}/src/moleditpy_linux/ui/translation_dialog.py
RENAMED
|
File without changes
|
|
File without changes
|
{moleditpy_linux-3.4.0 → moleditpy_linux-3.4.1}/src/moleditpy_linux/ui/user_template_dialog.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{moleditpy_linux-3.4.0 → moleditpy_linux-3.4.1}/src/moleditpy_linux/utils/default_settings.py
RENAMED
|
File without changes
|
{moleditpy_linux-3.4.0 → moleditpy_linux-3.4.1}/src/moleditpy_linux/utils/sip_isdeleted_safe.py
RENAMED
|
File without changes
|
|
File without changes
|