MoleditPy-linux 2.1.0__tar.gz → 2.1.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-2.1.0 → moleditpy_linux-2.1.1}/PKG-INFO +3 -3
- {moleditpy_linux-2.1.0 → moleditpy_linux-2.1.1}/README.md +2 -2
- {moleditpy_linux-2.1.0 → moleditpy_linux-2.1.1}/pyproject.toml +1 -1
- {moleditpy_linux-2.1.0 → moleditpy_linux-2.1.1}/src/MoleditPy_linux.egg-info/PKG-INFO +3 -3
- {moleditpy_linux-2.1.0 → moleditpy_linux-2.1.1}/src/moleditpy_linux/modules/constants.py +1 -1
- {moleditpy_linux-2.1.0 → moleditpy_linux-2.1.1}/src/moleditpy_linux/modules/main_window_main_init.py +1 -1
- {moleditpy_linux-2.1.0 → moleditpy_linux-2.1.1}/LICENSE +0 -0
- {moleditpy_linux-2.1.0 → moleditpy_linux-2.1.1}/setup.cfg +0 -0
- {moleditpy_linux-2.1.0 → moleditpy_linux-2.1.1}/src/MoleditPy_linux.egg-info/SOURCES.txt +0 -0
- {moleditpy_linux-2.1.0 → moleditpy_linux-2.1.1}/src/MoleditPy_linux.egg-info/dependency_links.txt +0 -0
- {moleditpy_linux-2.1.0 → moleditpy_linux-2.1.1}/src/MoleditPy_linux.egg-info/entry_points.txt +0 -0
- {moleditpy_linux-2.1.0 → moleditpy_linux-2.1.1}/src/MoleditPy_linux.egg-info/requires.txt +0 -0
- {moleditpy_linux-2.1.0 → moleditpy_linux-2.1.1}/src/MoleditPy_linux.egg-info/top_level.txt +0 -0
- {moleditpy_linux-2.1.0 → moleditpy_linux-2.1.1}/src/moleditpy_linux/__init__.py +0 -0
- {moleditpy_linux-2.1.0 → moleditpy_linux-2.1.1}/src/moleditpy_linux/__main__.py +0 -0
- {moleditpy_linux-2.1.0 → moleditpy_linux-2.1.1}/src/moleditpy_linux/main.py +0 -0
- {moleditpy_linux-2.1.0 → moleditpy_linux-2.1.1}/src/moleditpy_linux/modules/__init__.py +0 -0
- {moleditpy_linux-2.1.0 → moleditpy_linux-2.1.1}/src/moleditpy_linux/modules/about_dialog.py +0 -0
- {moleditpy_linux-2.1.0 → moleditpy_linux-2.1.1}/src/moleditpy_linux/modules/align_plane_dialog.py +0 -0
- {moleditpy_linux-2.1.0 → moleditpy_linux-2.1.1}/src/moleditpy_linux/modules/alignment_dialog.py +0 -0
- {moleditpy_linux-2.1.0 → moleditpy_linux-2.1.1}/src/moleditpy_linux/modules/analysis_window.py +0 -0
- {moleditpy_linux-2.1.0 → moleditpy_linux-2.1.1}/src/moleditpy_linux/modules/angle_dialog.py +0 -0
- {moleditpy_linux-2.1.0 → moleditpy_linux-2.1.1}/src/moleditpy_linux/modules/assets/icon.icns +0 -0
- {moleditpy_linux-2.1.0 → moleditpy_linux-2.1.1}/src/moleditpy_linux/modules/assets/icon.ico +0 -0
- {moleditpy_linux-2.1.0 → moleditpy_linux-2.1.1}/src/moleditpy_linux/modules/assets/icon.png +0 -0
- {moleditpy_linux-2.1.0 → moleditpy_linux-2.1.1}/src/moleditpy_linux/modules/atom_item.py +0 -0
- {moleditpy_linux-2.1.0 → moleditpy_linux-2.1.1}/src/moleditpy_linux/modules/bond_item.py +0 -0
- {moleditpy_linux-2.1.0 → moleditpy_linux-2.1.1}/src/moleditpy_linux/modules/bond_length_dialog.py +0 -0
- {moleditpy_linux-2.1.0 → moleditpy_linux-2.1.1}/src/moleditpy_linux/modules/calculation_worker.py +0 -0
- {moleditpy_linux-2.1.0 → moleditpy_linux-2.1.1}/src/moleditpy_linux/modules/color_settings_dialog.py +0 -0
- {moleditpy_linux-2.1.0 → moleditpy_linux-2.1.1}/src/moleditpy_linux/modules/constrained_optimization_dialog.py +0 -0
- {moleditpy_linux-2.1.0 → moleditpy_linux-2.1.1}/src/moleditpy_linux/modules/custom_interactor_style.py +0 -0
- {moleditpy_linux-2.1.0 → moleditpy_linux-2.1.1}/src/moleditpy_linux/modules/custom_qt_interactor.py +0 -0
- {moleditpy_linux-2.1.0 → moleditpy_linux-2.1.1}/src/moleditpy_linux/modules/dialog3_d_picking_mixin.py +0 -0
- {moleditpy_linux-2.1.0 → moleditpy_linux-2.1.1}/src/moleditpy_linux/modules/dihedral_dialog.py +0 -0
- {moleditpy_linux-2.1.0 → moleditpy_linux-2.1.1}/src/moleditpy_linux/modules/main_window.py +0 -0
- {moleditpy_linux-2.1.0 → moleditpy_linux-2.1.1}/src/moleditpy_linux/modules/main_window_app_state.py +0 -0
- {moleditpy_linux-2.1.0 → moleditpy_linux-2.1.1}/src/moleditpy_linux/modules/main_window_compute.py +0 -0
- {moleditpy_linux-2.1.0 → moleditpy_linux-2.1.1}/src/moleditpy_linux/modules/main_window_dialog_manager.py +0 -0
- {moleditpy_linux-2.1.0 → moleditpy_linux-2.1.1}/src/moleditpy_linux/modules/main_window_edit_3d.py +0 -0
- {moleditpy_linux-2.1.0 → moleditpy_linux-2.1.1}/src/moleditpy_linux/modules/main_window_edit_actions.py +0 -0
- {moleditpy_linux-2.1.0 → moleditpy_linux-2.1.1}/src/moleditpy_linux/modules/main_window_export.py +0 -0
- {moleditpy_linux-2.1.0 → moleditpy_linux-2.1.1}/src/moleditpy_linux/modules/main_window_molecular_parsers.py +0 -0
- {moleditpy_linux-2.1.0 → moleditpy_linux-2.1.1}/src/moleditpy_linux/modules/main_window_project_io.py +0 -0
- {moleditpy_linux-2.1.0 → moleditpy_linux-2.1.1}/src/moleditpy_linux/modules/main_window_string_importers.py +0 -0
- {moleditpy_linux-2.1.0 → moleditpy_linux-2.1.1}/src/moleditpy_linux/modules/main_window_ui_manager.py +0 -0
- {moleditpy_linux-2.1.0 → moleditpy_linux-2.1.1}/src/moleditpy_linux/modules/main_window_view_3d.py +0 -0
- {moleditpy_linux-2.1.0 → moleditpy_linux-2.1.1}/src/moleditpy_linux/modules/main_window_view_loaders.py +0 -0
- {moleditpy_linux-2.1.0 → moleditpy_linux-2.1.1}/src/moleditpy_linux/modules/mirror_dialog.py +0 -0
- {moleditpy_linux-2.1.0 → moleditpy_linux-2.1.1}/src/moleditpy_linux/modules/molecular_data.py +0 -0
- {moleditpy_linux-2.1.0 → moleditpy_linux-2.1.1}/src/moleditpy_linux/modules/molecule_scene.py +0 -0
- {moleditpy_linux-2.1.0 → moleditpy_linux-2.1.1}/src/moleditpy_linux/modules/move_group_dialog.py +0 -0
- {moleditpy_linux-2.1.0 → moleditpy_linux-2.1.1}/src/moleditpy_linux/modules/periodic_table_dialog.py +0 -0
- {moleditpy_linux-2.1.0 → moleditpy_linux-2.1.1}/src/moleditpy_linux/modules/planarize_dialog.py +0 -0
- {moleditpy_linux-2.1.0 → moleditpy_linux-2.1.1}/src/moleditpy_linux/modules/plugin_manager.py +0 -0
- {moleditpy_linux-2.1.0 → moleditpy_linux-2.1.1}/src/moleditpy_linux/modules/settings_dialog.py +0 -0
- {moleditpy_linux-2.1.0 → moleditpy_linux-2.1.1}/src/moleditpy_linux/modules/template_preview_item.py +0 -0
- {moleditpy_linux-2.1.0 → moleditpy_linux-2.1.1}/src/moleditpy_linux/modules/template_preview_view.py +0 -0
- {moleditpy_linux-2.1.0 → moleditpy_linux-2.1.1}/src/moleditpy_linux/modules/translation_dialog.py +0 -0
- {moleditpy_linux-2.1.0 → moleditpy_linux-2.1.1}/src/moleditpy_linux/modules/user_template_dialog.py +0 -0
- {moleditpy_linux-2.1.0 → moleditpy_linux-2.1.1}/src/moleditpy_linux/modules/zoomable_view.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: MoleditPy-linux
|
|
3
|
-
Version: 2.1.
|
|
3
|
+
Version: 2.1.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
|
|
@@ -764,7 +764,7 @@ This application combines a modern GUI built with **PyQt6**, powerful cheminform
|
|
|
764
764
|
|
|
765
765
|
## Installation and Execution
|
|
766
766
|
|
|
767
|
-
For detailed instructions, please refer to the project [Wiki](https://github.com/HiroYokoyama/python_molecular_editor/wiki). A [Docker version](https://github.com/HiroYokoyama/python_molecular_editor_docker) is also available.
|
|
767
|
+
For detailed instructions, please refer to the project [Wiki](https://github.com/HiroYokoyama/python_molecular_editor/wiki). A [Docker version](https://github.com/HiroYokoyama/python_molecular_editor_docker) is also available. A [Windows installer](https://hiroyokoyama.github.io/python_molecular_editor/windows-installer/windows_installer) is also distributed.
|
|
768
768
|
|
|
769
769
|
#### Requirements
|
|
770
770
|
|
|
@@ -879,7 +879,7 @@ This project is licensed under the **GNU General Public License v3.0 (GPL-v3)**.
|
|
|
879
879
|
|
|
880
880
|
## インストールと実行
|
|
881
881
|
|
|
882
|
-
詳細な手順については、プロジェクトの[Wiki](https://github.com/HiroYokoyama/python_molecular_editor/wiki)を参照してください。[Docker版](https://github.com/HiroYokoyama/python_molecular_editor_docker)も利用可能です。
|
|
882
|
+
詳細な手順については、プロジェクトの[Wiki](https://github.com/HiroYokoyama/python_molecular_editor/wiki)を参照してください。[Docker版](https://github.com/HiroYokoyama/python_molecular_editor_docker)も利用可能です。[Windows向けインストーラー](https://hiroyokoyama.github.io/python_molecular_editor/windows-installer/windows_installer-jp)も使用できます。
|
|
883
883
|
|
|
884
884
|
#### 必要ライブラリ
|
|
885
885
|
|
|
@@ -63,7 +63,7 @@ This application combines a modern GUI built with **PyQt6**, powerful cheminform
|
|
|
63
63
|
|
|
64
64
|
## Installation and Execution
|
|
65
65
|
|
|
66
|
-
For detailed instructions, please refer to the project [Wiki](https://github.com/HiroYokoyama/python_molecular_editor/wiki). A [Docker version](https://github.com/HiroYokoyama/python_molecular_editor_docker) is also available.
|
|
66
|
+
For detailed instructions, please refer to the project [Wiki](https://github.com/HiroYokoyama/python_molecular_editor/wiki). A [Docker version](https://github.com/HiroYokoyama/python_molecular_editor_docker) is also available. A [Windows installer](https://hiroyokoyama.github.io/python_molecular_editor/windows-installer/windows_installer) is also distributed.
|
|
67
67
|
|
|
68
68
|
#### Requirements
|
|
69
69
|
|
|
@@ -178,7 +178,7 @@ This project is licensed under the **GNU General Public License v3.0 (GPL-v3)**.
|
|
|
178
178
|
|
|
179
179
|
## インストールと実行
|
|
180
180
|
|
|
181
|
-
詳細な手順については、プロジェクトの[Wiki](https://github.com/HiroYokoyama/python_molecular_editor/wiki)を参照してください。[Docker版](https://github.com/HiroYokoyama/python_molecular_editor_docker)も利用可能です。
|
|
181
|
+
詳細な手順については、プロジェクトの[Wiki](https://github.com/HiroYokoyama/python_molecular_editor/wiki)を参照してください。[Docker版](https://github.com/HiroYokoyama/python_molecular_editor_docker)も利用可能です。[Windows向けインストーラー](https://hiroyokoyama.github.io/python_molecular_editor/windows-installer/windows_installer-jp)も使用できます。
|
|
182
182
|
|
|
183
183
|
#### 必要ライブラリ
|
|
184
184
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: MoleditPy-linux
|
|
3
|
-
Version: 2.1.
|
|
3
|
+
Version: 2.1.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
|
|
@@ -764,7 +764,7 @@ This application combines a modern GUI built with **PyQt6**, powerful cheminform
|
|
|
764
764
|
|
|
765
765
|
## Installation and Execution
|
|
766
766
|
|
|
767
|
-
For detailed instructions, please refer to the project [Wiki](https://github.com/HiroYokoyama/python_molecular_editor/wiki). A [Docker version](https://github.com/HiroYokoyama/python_molecular_editor_docker) is also available.
|
|
767
|
+
For detailed instructions, please refer to the project [Wiki](https://github.com/HiroYokoyama/python_molecular_editor/wiki). A [Docker version](https://github.com/HiroYokoyama/python_molecular_editor_docker) is also available. A [Windows installer](https://hiroyokoyama.github.io/python_molecular_editor/windows-installer/windows_installer) is also distributed.
|
|
768
768
|
|
|
769
769
|
#### Requirements
|
|
770
770
|
|
|
@@ -879,7 +879,7 @@ This project is licensed under the **GNU General Public License v3.0 (GPL-v3)**.
|
|
|
879
879
|
|
|
880
880
|
## インストールと実行
|
|
881
881
|
|
|
882
|
-
詳細な手順については、プロジェクトの[Wiki](https://github.com/HiroYokoyama/python_molecular_editor/wiki)を参照してください。[Docker版](https://github.com/HiroYokoyama/python_molecular_editor_docker)も利用可能です。
|
|
882
|
+
詳細な手順については、プロジェクトの[Wiki](https://github.com/HiroYokoyama/python_molecular_editor/wiki)を参照してください。[Docker版](https://github.com/HiroYokoyama/python_molecular_editor_docker)も利用可能です。[Windows向けインストーラー](https://hiroyokoyama.github.io/python_molecular_editor/windows-installer/windows_installer-jp)も使用できます。
|
|
883
883
|
|
|
884
884
|
#### 必要ライブラリ
|
|
885
885
|
|
{moleditpy_linux-2.1.0 → moleditpy_linux-2.1.1}/src/moleditpy_linux/modules/main_window_main_init.py
RENAMED
|
@@ -1728,7 +1728,7 @@ class MainWindowMainInit(object):
|
|
|
1728
1728
|
|
|
1729
1729
|
explore_plugins_action = QAction("Explore Plugins", self)
|
|
1730
1730
|
explore_plugins_action.triggered.connect(
|
|
1731
|
-
lambda: QDesktopServices.openUrl(QUrl("https://github.
|
|
1731
|
+
lambda: QDesktopServices.openUrl(QUrl("https://hiroyokoyama.github.io/moleditpy-plugins/explorer/"))
|
|
1732
1732
|
)
|
|
1733
1733
|
plugin_menu.addAction(explore_plugins_action)
|
|
1734
1734
|
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{moleditpy_linux-2.1.0 → moleditpy_linux-2.1.1}/src/MoleditPy_linux.egg-info/dependency_links.txt
RENAMED
|
File without changes
|
{moleditpy_linux-2.1.0 → moleditpy_linux-2.1.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
|
{moleditpy_linux-2.1.0 → moleditpy_linux-2.1.1}/src/moleditpy_linux/modules/align_plane_dialog.py
RENAMED
|
File without changes
|
{moleditpy_linux-2.1.0 → moleditpy_linux-2.1.1}/src/moleditpy_linux/modules/alignment_dialog.py
RENAMED
|
File without changes
|
{moleditpy_linux-2.1.0 → moleditpy_linux-2.1.1}/src/moleditpy_linux/modules/analysis_window.py
RENAMED
|
File without changes
|
|
File without changes
|
{moleditpy_linux-2.1.0 → moleditpy_linux-2.1.1}/src/moleditpy_linux/modules/assets/icon.icns
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{moleditpy_linux-2.1.0 → moleditpy_linux-2.1.1}/src/moleditpy_linux/modules/bond_length_dialog.py
RENAMED
|
File without changes
|
{moleditpy_linux-2.1.0 → moleditpy_linux-2.1.1}/src/moleditpy_linux/modules/calculation_worker.py
RENAMED
|
File without changes
|
{moleditpy_linux-2.1.0 → moleditpy_linux-2.1.1}/src/moleditpy_linux/modules/color_settings_dialog.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{moleditpy_linux-2.1.0 → moleditpy_linux-2.1.1}/src/moleditpy_linux/modules/custom_qt_interactor.py
RENAMED
|
File without changes
|
|
File without changes
|
{moleditpy_linux-2.1.0 → moleditpy_linux-2.1.1}/src/moleditpy_linux/modules/dihedral_dialog.py
RENAMED
|
File without changes
|
|
File without changes
|
{moleditpy_linux-2.1.0 → moleditpy_linux-2.1.1}/src/moleditpy_linux/modules/main_window_app_state.py
RENAMED
|
File without changes
|
{moleditpy_linux-2.1.0 → moleditpy_linux-2.1.1}/src/moleditpy_linux/modules/main_window_compute.py
RENAMED
|
File without changes
|
|
File without changes
|
{moleditpy_linux-2.1.0 → moleditpy_linux-2.1.1}/src/moleditpy_linux/modules/main_window_edit_3d.py
RENAMED
|
File without changes
|
|
File without changes
|
{moleditpy_linux-2.1.0 → moleditpy_linux-2.1.1}/src/moleditpy_linux/modules/main_window_export.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{moleditpy_linux-2.1.0 → moleditpy_linux-2.1.1}/src/moleditpy_linux/modules/main_window_view_3d.py
RENAMED
|
File without changes
|
|
File without changes
|
{moleditpy_linux-2.1.0 → moleditpy_linux-2.1.1}/src/moleditpy_linux/modules/mirror_dialog.py
RENAMED
|
File without changes
|
{moleditpy_linux-2.1.0 → moleditpy_linux-2.1.1}/src/moleditpy_linux/modules/molecular_data.py
RENAMED
|
File without changes
|
{moleditpy_linux-2.1.0 → moleditpy_linux-2.1.1}/src/moleditpy_linux/modules/molecule_scene.py
RENAMED
|
File without changes
|
{moleditpy_linux-2.1.0 → moleditpy_linux-2.1.1}/src/moleditpy_linux/modules/move_group_dialog.py
RENAMED
|
File without changes
|
{moleditpy_linux-2.1.0 → moleditpy_linux-2.1.1}/src/moleditpy_linux/modules/periodic_table_dialog.py
RENAMED
|
File without changes
|
{moleditpy_linux-2.1.0 → moleditpy_linux-2.1.1}/src/moleditpy_linux/modules/planarize_dialog.py
RENAMED
|
File without changes
|
{moleditpy_linux-2.1.0 → moleditpy_linux-2.1.1}/src/moleditpy_linux/modules/plugin_manager.py
RENAMED
|
File without changes
|
{moleditpy_linux-2.1.0 → moleditpy_linux-2.1.1}/src/moleditpy_linux/modules/settings_dialog.py
RENAMED
|
File without changes
|
{moleditpy_linux-2.1.0 → moleditpy_linux-2.1.1}/src/moleditpy_linux/modules/template_preview_item.py
RENAMED
|
File without changes
|
{moleditpy_linux-2.1.0 → moleditpy_linux-2.1.1}/src/moleditpy_linux/modules/template_preview_view.py
RENAMED
|
File without changes
|
{moleditpy_linux-2.1.0 → moleditpy_linux-2.1.1}/src/moleditpy_linux/modules/translation_dialog.py
RENAMED
|
File without changes
|
{moleditpy_linux-2.1.0 → moleditpy_linux-2.1.1}/src/moleditpy_linux/modules/user_template_dialog.py
RENAMED
|
File without changes
|
{moleditpy_linux-2.1.0 → moleditpy_linux-2.1.1}/src/moleditpy_linux/modules/zoomable_view.py
RENAMED
|
File without changes
|