MoleditPy 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.
Files changed (78) hide show
  1. {moleditpy-3.4.0 → moleditpy-3.4.1}/PKG-INFO +3 -2
  2. {moleditpy-3.4.0 → moleditpy-3.4.1}/README.md +1 -0
  3. {moleditpy-3.4.0 → moleditpy-3.4.1}/pyproject.toml +2 -2
  4. {moleditpy-3.4.0 → moleditpy-3.4.1}/src/MoleditPy.egg-info/PKG-INFO +3 -2
  5. {moleditpy-3.4.0 → moleditpy-3.4.1}/src/MoleditPy.egg-info/requires.txt +1 -1
  6. {moleditpy-3.4.0 → moleditpy-3.4.1}/src/moleditpy/ui/calculation_worker.py +4 -2
  7. {moleditpy-3.4.0 → moleditpy-3.4.1}/LICENSE +0 -0
  8. {moleditpy-3.4.0 → moleditpy-3.4.1}/setup.cfg +0 -0
  9. {moleditpy-3.4.0 → moleditpy-3.4.1}/src/MoleditPy.egg-info/SOURCES.txt +0 -0
  10. {moleditpy-3.4.0 → moleditpy-3.4.1}/src/MoleditPy.egg-info/dependency_links.txt +0 -0
  11. {moleditpy-3.4.0 → moleditpy-3.4.1}/src/MoleditPy.egg-info/entry_points.txt +0 -0
  12. {moleditpy-3.4.0 → moleditpy-3.4.1}/src/MoleditPy.egg-info/top_level.txt +0 -0
  13. {moleditpy-3.4.0 → moleditpy-3.4.1}/src/moleditpy/__init__.py +0 -0
  14. {moleditpy-3.4.0 → moleditpy-3.4.1}/src/moleditpy/__main__.py +0 -0
  15. {moleditpy-3.4.0 → moleditpy-3.4.1}/src/moleditpy/assets/file_icon.ico +0 -0
  16. {moleditpy-3.4.0 → moleditpy-3.4.1}/src/moleditpy/assets/icon.icns +0 -0
  17. {moleditpy-3.4.0 → moleditpy-3.4.1}/src/moleditpy/assets/icon.ico +0 -0
  18. {moleditpy-3.4.0 → moleditpy-3.4.1}/src/moleditpy/assets/icon.png +0 -0
  19. {moleditpy-3.4.0 → moleditpy-3.4.1}/src/moleditpy/core/__init__.py +0 -0
  20. {moleditpy-3.4.0 → moleditpy-3.4.1}/src/moleditpy/core/mol_geometry.py +0 -0
  21. {moleditpy-3.4.0 → moleditpy-3.4.1}/src/moleditpy/core/molecular_data.py +0 -0
  22. {moleditpy-3.4.0 → moleditpy-3.4.1}/src/moleditpy/main.py +0 -0
  23. {moleditpy-3.4.0 → moleditpy-3.4.1}/src/moleditpy/plugins/__init__.py +0 -0
  24. {moleditpy-3.4.0 → moleditpy-3.4.1}/src/moleditpy/plugins/plugin_interface.py +0 -0
  25. {moleditpy-3.4.0 → moleditpy-3.4.1}/src/moleditpy/plugins/plugin_manager.py +0 -0
  26. {moleditpy-3.4.0 → moleditpy-3.4.1}/src/moleditpy/plugins/plugin_manager_window.py +0 -0
  27. {moleditpy-3.4.0 → moleditpy-3.4.1}/src/moleditpy/ui/__init__.py +0 -0
  28. {moleditpy-3.4.0 → moleditpy-3.4.1}/src/moleditpy/ui/about_dialog.py +0 -0
  29. {moleditpy-3.4.0 → moleditpy-3.4.1}/src/moleditpy/ui/align_plane_dialog.py +0 -0
  30. {moleditpy-3.4.0 → moleditpy-3.4.1}/src/moleditpy/ui/alignment_dialog.py +0 -0
  31. {moleditpy-3.4.0 → moleditpy-3.4.1}/src/moleditpy/ui/analysis_window.py +0 -0
  32. {moleditpy-3.4.0 → moleditpy-3.4.1}/src/moleditpy/ui/angle_dialog.py +0 -0
  33. {moleditpy-3.4.0 → moleditpy-3.4.1}/src/moleditpy/ui/app_state.py +0 -0
  34. {moleditpy-3.4.0 → moleditpy-3.4.1}/src/moleditpy/ui/atom_item.py +0 -0
  35. {moleditpy-3.4.0 → moleditpy-3.4.1}/src/moleditpy/ui/atom_picking.py +0 -0
  36. {moleditpy-3.4.0 → moleditpy-3.4.1}/src/moleditpy/ui/base_picking_dialog.py +0 -0
  37. {moleditpy-3.4.0 → moleditpy-3.4.1}/src/moleditpy/ui/bond_item.py +0 -0
  38. {moleditpy-3.4.0 → moleditpy-3.4.1}/src/moleditpy/ui/bond_length_dialog.py +0 -0
  39. {moleditpy-3.4.0 → moleditpy-3.4.1}/src/moleditpy/ui/color_settings_dialog.py +0 -0
  40. {moleditpy-3.4.0 → moleditpy-3.4.1}/src/moleditpy/ui/compute_logic.py +0 -0
  41. {moleditpy-3.4.0 → moleditpy-3.4.1}/src/moleditpy/ui/constrained_optimization_dialog.py +0 -0
  42. {moleditpy-3.4.0 → moleditpy-3.4.1}/src/moleditpy/ui/custom_interactor_style.py +0 -0
  43. {moleditpy-3.4.0 → moleditpy-3.4.1}/src/moleditpy/ui/custom_qt_interactor.py +0 -0
  44. {moleditpy-3.4.0 → moleditpy-3.4.1}/src/moleditpy/ui/dialog_3d_picking_mixin.py +0 -0
  45. {moleditpy-3.4.0 → moleditpy-3.4.1}/src/moleditpy/ui/dialog_logic.py +0 -0
  46. {moleditpy-3.4.0 → moleditpy-3.4.1}/src/moleditpy/ui/dihedral_dialog.py +0 -0
  47. {moleditpy-3.4.0 → moleditpy-3.4.1}/src/moleditpy/ui/edit_3d_logic.py +0 -0
  48. {moleditpy-3.4.0 → moleditpy-3.4.1}/src/moleditpy/ui/edit_actions_logic.py +0 -0
  49. {moleditpy-3.4.0 → moleditpy-3.4.1}/src/moleditpy/ui/export_logic.py +0 -0
  50. {moleditpy-3.4.0 → moleditpy-3.4.1}/src/moleditpy/ui/geometry_base_dialog.py +0 -0
  51. {moleditpy-3.4.0 → moleditpy-3.4.1}/src/moleditpy/ui/io_logic.py +0 -0
  52. {moleditpy-3.4.0 → moleditpy-3.4.1}/src/moleditpy/ui/main_window.py +0 -0
  53. {moleditpy-3.4.0 → moleditpy-3.4.1}/src/moleditpy/ui/main_window_init.py +0 -0
  54. {moleditpy-3.4.0 → moleditpy-3.4.1}/src/moleditpy/ui/mirror_dialog.py +0 -0
  55. {moleditpy-3.4.0 → moleditpy-3.4.1}/src/moleditpy/ui/molecular_scene_handler.py +0 -0
  56. {moleditpy-3.4.0 → moleditpy-3.4.1}/src/moleditpy/ui/molecule_scene.py +0 -0
  57. {moleditpy-3.4.0 → moleditpy-3.4.1}/src/moleditpy/ui/move_group_dialog.py +0 -0
  58. {moleditpy-3.4.0 → moleditpy-3.4.1}/src/moleditpy/ui/periodic_table_dialog.py +0 -0
  59. {moleditpy-3.4.0 → moleditpy-3.4.1}/src/moleditpy/ui/planarize_dialog.py +0 -0
  60. {moleditpy-3.4.0 → moleditpy-3.4.1}/src/moleditpy/ui/settings_dialog.py +0 -0
  61. {moleditpy-3.4.0 → moleditpy-3.4.1}/src/moleditpy/ui/settings_tabs/__init__.py +0 -0
  62. {moleditpy-3.4.0 → moleditpy-3.4.1}/src/moleditpy/ui/settings_tabs/settings_2d_tab.py +0 -0
  63. {moleditpy-3.4.0 → moleditpy-3.4.1}/src/moleditpy/ui/settings_tabs/settings_3d_tabs.py +0 -0
  64. {moleditpy-3.4.0 → moleditpy-3.4.1}/src/moleditpy/ui/settings_tabs/settings_other_tab.py +0 -0
  65. {moleditpy-3.4.0 → moleditpy-3.4.1}/src/moleditpy/ui/settings_tabs/settings_tab_base.py +0 -0
  66. {moleditpy-3.4.0 → moleditpy-3.4.1}/src/moleditpy/ui/string_importers.py +0 -0
  67. {moleditpy-3.4.0 → moleditpy-3.4.1}/src/moleditpy/ui/template_preview_item.py +0 -0
  68. {moleditpy-3.4.0 → moleditpy-3.4.1}/src/moleditpy/ui/template_preview_view.py +0 -0
  69. {moleditpy-3.4.0 → moleditpy-3.4.1}/src/moleditpy/ui/translation_dialog.py +0 -0
  70. {moleditpy-3.4.0 → moleditpy-3.4.1}/src/moleditpy/ui/ui_manager.py +0 -0
  71. {moleditpy-3.4.0 → moleditpy-3.4.1}/src/moleditpy/ui/user_template_dialog.py +0 -0
  72. {moleditpy-3.4.0 → moleditpy-3.4.1}/src/moleditpy/ui/view_3d_logic.py +0 -0
  73. {moleditpy-3.4.0 → moleditpy-3.4.1}/src/moleditpy/ui/zoomable_view.py +0 -0
  74. {moleditpy-3.4.0 → moleditpy-3.4.1}/src/moleditpy/utils/__init__.py +0 -0
  75. {moleditpy-3.4.0 → moleditpy-3.4.1}/src/moleditpy/utils/constants.py +0 -0
  76. {moleditpy-3.4.0 → moleditpy-3.4.1}/src/moleditpy/utils/default_settings.py +0 -0
  77. {moleditpy-3.4.0 → moleditpy-3.4.1}/src/moleditpy/utils/sip_isdeleted_safe.py +0 -0
  78. {moleditpy-3.4.0 → moleditpy-3.4.1}/src/moleditpy/utils/system_utils.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: MoleditPy
3
- Version: 3.4.0
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<2025.10
701
+ Requires-Dist: rdkit<2026.4
702
702
  Requires-Dist: openbabel-wheel<3.2
703
703
  Dynamic: license-file
704
704
 
@@ -717,6 +717,7 @@ Dynamic: license-file
717
717
  [![PyPI Downloads](https://static.pepy.tech/personalized-badge/moleditpy?period=total&units=INTERNATIONAL_SYSTEM&left_color=BLACK&right_color=GREEN&left_text=downloads)](https://pepy.tech/projects/moleditpy)
718
718
  [![PyPI Downloads](https://static.pepy.tech/personalized-badge/moleditpy?period=monthly&units=INTERNATIONAL_SYSTEM&left_color=BLACK&right_color=GREEN&left_text=monthly+downloads)](https://pepy.tech/projects/moleditpy)
719
719
  [![Ask DeepWiki](https://deepwiki.com/badge.svg)](https://deepwiki.com/HiroYokoyama/python_molecular_editor)
720
+ [![](https://img.shields.io/static/v1?label=Sponsor&message=%E2%9D%A4&logo=GitHub&color=%23fe8e86)](https://github.com/sponsors/HiroYokoyama)
720
721
 
721
722
  [🇯🇵 日本語 (Japanese)](#japanese)
722
723
 
@@ -13,6 +13,7 @@
13
13
  [![PyPI Downloads](https://static.pepy.tech/personalized-badge/moleditpy?period=total&units=INTERNATIONAL_SYSTEM&left_color=BLACK&right_color=GREEN&left_text=downloads)](https://pepy.tech/projects/moleditpy)
14
14
  [![PyPI Downloads](https://static.pepy.tech/personalized-badge/moleditpy?period=monthly&units=INTERNATIONAL_SYSTEM&left_color=BLACK&right_color=GREEN&left_text=monthly+downloads)](https://pepy.tech/projects/moleditpy)
15
15
  [![Ask DeepWiki](https://deepwiki.com/badge.svg)](https://deepwiki.com/HiroYokoyama/python_molecular_editor)
16
+ [![](https://img.shields.io/static/v1?label=Sponsor&message=%E2%9D%A4&logo=GitHub&color=%23fe8e86)](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"
7
7
 
8
- version = "3.4.0"
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 < 2025.10",
41
+ "rdkit < 2026.4",
42
42
  "openbabel-wheel < 3.2"
43
43
  ]
44
44
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: MoleditPy
3
- Version: 3.4.0
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<2025.10
701
+ Requires-Dist: rdkit<2026.4
702
702
  Requires-Dist: openbabel-wheel<3.2
703
703
  Dynamic: license-file
704
704
 
@@ -717,6 +717,7 @@ Dynamic: license-file
717
717
  [![PyPI Downloads](https://static.pepy.tech/personalized-badge/moleditpy?period=total&units=INTERNATIONAL_SYSTEM&left_color=BLACK&right_color=GREEN&left_text=downloads)](https://pepy.tech/projects/moleditpy)
718
718
  [![PyPI Downloads](https://static.pepy.tech/personalized-badge/moleditpy?period=monthly&units=INTERNATIONAL_SYSTEM&left_color=BLACK&right_color=GREEN&left_text=monthly+downloads)](https://pepy.tech/projects/moleditpy)
719
719
  [![Ask DeepWiki](https://deepwiki.com/badge.svg)](https://deepwiki.com/HiroYokoyama/python_molecular_editor)
720
+ [![](https://img.shields.io/static/v1?label=Sponsor&message=%E2%9D%A4&logo=GitHub&color=%23fe8e86)](https://github.com/sponsors/HiroYokoyama)
720
721
 
721
722
  [🇯🇵 日本語 (Japanese)](#japanese)
722
723
 
@@ -1,7 +1,7 @@
1
1
  numpy
2
2
  pyvista<0.48
3
3
  pyvistaqt<0.12
4
- rdkit<2025.10
4
+ rdkit<2026.4
5
5
  openbabel-wheel<3.2
6
6
 
7
7
  [:sys_platform != "darwin"]
@@ -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[int]] = None
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 is None:
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