MoleditPy-linux 1.16.3__tar.gz → 1.16.4__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-1.16.3 → moleditpy_linux-1.16.4}/PKG-INFO +5 -21
- {moleditpy_linux-1.16.3 → moleditpy_linux-1.16.4}/README.md +4 -20
- {moleditpy_linux-1.16.3 → moleditpy_linux-1.16.4}/pyproject.toml +1 -1
- {moleditpy_linux-1.16.3 → moleditpy_linux-1.16.4}/src/MoleditPy_linux.egg-info/PKG-INFO +5 -21
- {moleditpy_linux-1.16.3 → moleditpy_linux-1.16.4}/src/moleditpy_linux/__main__.py +1 -1
- {moleditpy_linux-1.16.3 → moleditpy_linux-1.16.4}/src/moleditpy_linux/main.py +1 -1
- {moleditpy_linux-1.16.3 → moleditpy_linux-1.16.4}/src/moleditpy_linux/modules/about_dialog.py +1 -1
- {moleditpy_linux-1.16.3 → moleditpy_linux-1.16.4}/src/moleditpy_linux/modules/constants.py +1 -1
- {moleditpy_linux-1.16.3 → moleditpy_linux-1.16.4}/src/moleditpy_linux/modules/main_window.py +1 -1
- {moleditpy_linux-1.16.3 → moleditpy_linux-1.16.4}/setup.cfg +0 -0
- {moleditpy_linux-1.16.3 → moleditpy_linux-1.16.4}/src/MoleditPy_linux.egg-info/SOURCES.txt +0 -0
- {moleditpy_linux-1.16.3 → moleditpy_linux-1.16.4}/src/MoleditPy_linux.egg-info/dependency_links.txt +0 -0
- {moleditpy_linux-1.16.3 → moleditpy_linux-1.16.4}/src/MoleditPy_linux.egg-info/entry_points.txt +0 -0
- {moleditpy_linux-1.16.3 → moleditpy_linux-1.16.4}/src/MoleditPy_linux.egg-info/requires.txt +0 -0
- {moleditpy_linux-1.16.3 → moleditpy_linux-1.16.4}/src/MoleditPy_linux.egg-info/top_level.txt +0 -0
- {moleditpy_linux-1.16.3 → moleditpy_linux-1.16.4}/src/moleditpy_linux/__init__.py +0 -0
- {moleditpy_linux-1.16.3 → moleditpy_linux-1.16.4}/src/moleditpy_linux/modules/__init__.py +0 -0
- {moleditpy_linux-1.16.3 → moleditpy_linux-1.16.4}/src/moleditpy_linux/modules/align_plane_dialog.py +0 -0
- {moleditpy_linux-1.16.3 → moleditpy_linux-1.16.4}/src/moleditpy_linux/modules/alignment_dialog.py +0 -0
- {moleditpy_linux-1.16.3 → moleditpy_linux-1.16.4}/src/moleditpy_linux/modules/analysis_window.py +0 -0
- {moleditpy_linux-1.16.3 → moleditpy_linux-1.16.4}/src/moleditpy_linux/modules/angle_dialog.py +0 -0
- {moleditpy_linux-1.16.3 → moleditpy_linux-1.16.4}/src/moleditpy_linux/modules/assets/icon.icns +0 -0
- {moleditpy_linux-1.16.3 → moleditpy_linux-1.16.4}/src/moleditpy_linux/modules/assets/icon.ico +0 -0
- {moleditpy_linux-1.16.3 → moleditpy_linux-1.16.4}/src/moleditpy_linux/modules/assets/icon.png +0 -0
- {moleditpy_linux-1.16.3 → moleditpy_linux-1.16.4}/src/moleditpy_linux/modules/atom_item.py +0 -0
- {moleditpy_linux-1.16.3 → moleditpy_linux-1.16.4}/src/moleditpy_linux/modules/bond_item.py +0 -0
- {moleditpy_linux-1.16.3 → moleditpy_linux-1.16.4}/src/moleditpy_linux/modules/bond_length_dialog.py +0 -0
- {moleditpy_linux-1.16.3 → moleditpy_linux-1.16.4}/src/moleditpy_linux/modules/calculation_worker.py +0 -0
- {moleditpy_linux-1.16.3 → moleditpy_linux-1.16.4}/src/moleditpy_linux/modules/color_settings_dialog.py +0 -0
- {moleditpy_linux-1.16.3 → moleditpy_linux-1.16.4}/src/moleditpy_linux/modules/constrained_optimization_dialog.py +0 -0
- {moleditpy_linux-1.16.3 → moleditpy_linux-1.16.4}/src/moleditpy_linux/modules/custom_interactor_style.py +0 -0
- {moleditpy_linux-1.16.3 → moleditpy_linux-1.16.4}/src/moleditpy_linux/modules/custom_qt_interactor.py +0 -0
- {moleditpy_linux-1.16.3 → moleditpy_linux-1.16.4}/src/moleditpy_linux/modules/dialog3_d_picking_mixin.py +0 -0
- {moleditpy_linux-1.16.3 → moleditpy_linux-1.16.4}/src/moleditpy_linux/modules/dihedral_dialog.py +0 -0
- {moleditpy_linux-1.16.3 → moleditpy_linux-1.16.4}/src/moleditpy_linux/modules/main_window_app_state.py +0 -0
- {moleditpy_linux-1.16.3 → moleditpy_linux-1.16.4}/src/moleditpy_linux/modules/main_window_compute.py +0 -0
- {moleditpy_linux-1.16.3 → moleditpy_linux-1.16.4}/src/moleditpy_linux/modules/main_window_dialog_manager.py +0 -0
- {moleditpy_linux-1.16.3 → moleditpy_linux-1.16.4}/src/moleditpy_linux/modules/main_window_edit_3d.py +0 -0
- {moleditpy_linux-1.16.3 → moleditpy_linux-1.16.4}/src/moleditpy_linux/modules/main_window_edit_actions.py +0 -0
- {moleditpy_linux-1.16.3 → moleditpy_linux-1.16.4}/src/moleditpy_linux/modules/main_window_export.py +0 -0
- {moleditpy_linux-1.16.3 → moleditpy_linux-1.16.4}/src/moleditpy_linux/modules/main_window_main_init.py +0 -0
- {moleditpy_linux-1.16.3 → moleditpy_linux-1.16.4}/src/moleditpy_linux/modules/main_window_molecular_parsers.py +0 -0
- {moleditpy_linux-1.16.3 → moleditpy_linux-1.16.4}/src/moleditpy_linux/modules/main_window_project_io.py +0 -0
- {moleditpy_linux-1.16.3 → moleditpy_linux-1.16.4}/src/moleditpy_linux/modules/main_window_string_importers.py +0 -0
- {moleditpy_linux-1.16.3 → moleditpy_linux-1.16.4}/src/moleditpy_linux/modules/main_window_ui_manager.py +0 -0
- {moleditpy_linux-1.16.3 → moleditpy_linux-1.16.4}/src/moleditpy_linux/modules/main_window_view_3d.py +0 -0
- {moleditpy_linux-1.16.3 → moleditpy_linux-1.16.4}/src/moleditpy_linux/modules/main_window_view_loaders.py +0 -0
- {moleditpy_linux-1.16.3 → moleditpy_linux-1.16.4}/src/moleditpy_linux/modules/mirror_dialog.py +0 -0
- {moleditpy_linux-1.16.3 → moleditpy_linux-1.16.4}/src/moleditpy_linux/modules/molecular_data.py +0 -0
- {moleditpy_linux-1.16.3 → moleditpy_linux-1.16.4}/src/moleditpy_linux/modules/molecule_scene.py +0 -0
- {moleditpy_linux-1.16.3 → moleditpy_linux-1.16.4}/src/moleditpy_linux/modules/move_group_dialog.py +0 -0
- {moleditpy_linux-1.16.3 → moleditpy_linux-1.16.4}/src/moleditpy_linux/modules/periodic_table_dialog.py +0 -0
- {moleditpy_linux-1.16.3 → moleditpy_linux-1.16.4}/src/moleditpy_linux/modules/planarize_dialog.py +0 -0
- {moleditpy_linux-1.16.3 → moleditpy_linux-1.16.4}/src/moleditpy_linux/modules/settings_dialog.py +0 -0
- {moleditpy_linux-1.16.3 → moleditpy_linux-1.16.4}/src/moleditpy_linux/modules/template_preview_item.py +0 -0
- {moleditpy_linux-1.16.3 → moleditpy_linux-1.16.4}/src/moleditpy_linux/modules/template_preview_view.py +0 -0
- {moleditpy_linux-1.16.3 → moleditpy_linux-1.16.4}/src/moleditpy_linux/modules/translation_dialog.py +0 -0
- {moleditpy_linux-1.16.3 → moleditpy_linux-1.16.4}/src/moleditpy_linux/modules/user_template_dialog.py +0 -0
- {moleditpy_linux-1.16.3 → moleditpy_linux-1.16.4}/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: 1.16.
|
|
3
|
+
Version: 1.16.4
|
|
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
|
Project-URL: Homepage, https://github.com/HiroYokoyama/python_molecular_editor
|
|
@@ -33,7 +33,7 @@ This is the Linux version of MoleditPy. The Open Babel fallback is disabled due
|
|
|
33
33
|
**MoleditPy** is a cross-platform, intuitive molecular editor built in Python. It provides a seamless workflow for drawing 2D molecular structures, visualizing them in 3D, and performing interactive geometric manipulations. Its powerful editing and export capabilities make it an ideal tool for preparing input files for DFT calculation software.
|
|
34
34
|
|
|
35
35
|
**Author**: HiroYokoyama
|
|
36
|
-
**License**:
|
|
36
|
+
**License**: GPL-v3
|
|
37
37
|
**Repository**: [https://github.com/HiroYokoyama/python\_molecular\_editor](https://github.com/HiroYokoyama/python_molecular_editor)
|
|
38
38
|
|
|
39
39
|
-----
|
|
@@ -109,15 +109,6 @@ For detailed instructions, please refer to the project [Wiki](https://github.com
|
|
|
109
109
|
moleditpy-installer
|
|
110
110
|
```
|
|
111
111
|
|
|
112
|
-
|
|
113
|
-
To enable Open Babel features (e.g., alternative 3D structure generation), please install the package manually.
|
|
114
|
-
**Note:** Open Babel is licensed under **GPL v2**. Installing this package combines GPL code with this software.
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
```bash
|
|
118
|
-
pip install "moleditpy[openbabel]"
|
|
119
|
-
```
|
|
120
|
-
|
|
121
112
|
#### Running the Application
|
|
122
113
|
|
|
123
114
|
```bash
|
|
@@ -150,7 +141,7 @@ moleditpy
|
|
|
150
141
|
|
|
151
142
|
## License
|
|
152
143
|
|
|
153
|
-
This project is licensed under the **
|
|
144
|
+
This project is licensed under the **GNU General Public License v3.0 (GPL-v3)**. See the `LICENSE` file for details.
|
|
154
145
|
|
|
155
146
|
-----
|
|
156
147
|
|
|
@@ -159,7 +150,7 @@ This project is licensed under the **Apache-2.0 License**. See the `LICENSE` fil
|
|
|
159
150
|
**MoleditPy**は、Pythonで構築されたクロスプラットフォームかつ直感的な分子エディターです。2Dでの分子描画から3D構造の可視化・編集、さらにはインタラクティブな幾何学的操作まで、シームレスなワークフローを提供します。その強力な編集機能とエクスポート機能により、**DFT計算ソフトウェアのインプット作成に最適なツール**です。
|
|
160
151
|
|
|
161
152
|
**作者**: HiroYokoyama
|
|
162
|
-
**ライセンス**:
|
|
153
|
+
**ライセンス**: GPL-v3
|
|
163
154
|
**リポジトリ**: [https://github.com/HiroYokoyama/python\_molecular\_editor](https://github.com/HiroYokoyama/python_molecular_editor)
|
|
164
155
|
|
|
165
156
|
-----
|
|
@@ -232,13 +223,6 @@ This project is licensed under the **Apache-2.0 License**. See the `LICENSE` fil
|
|
|
232
223
|
moleditpy-installer
|
|
233
224
|
```
|
|
234
225
|
|
|
235
|
-
Open Babel 機能(代替的な3D構造生成など)を有効にする場合は、以下のコマンドで個別にインストールしてください。
|
|
236
|
-
**注意:** Open Babel は **GPL v2** ライセンスです。このパッケージをインストールすると、GPLの条項が適用される可能性があります。
|
|
237
|
-
|
|
238
|
-
```bash
|
|
239
|
-
pip install "moleditpy[openbabel]"
|
|
240
|
-
```
|
|
241
|
-
|
|
242
226
|
#### アプリケーションの起動
|
|
243
227
|
|
|
244
228
|
```bash
|
|
@@ -271,4 +255,4 @@ moleditpy
|
|
|
271
255
|
|
|
272
256
|
## ライセンス
|
|
273
257
|
|
|
274
|
-
このプロジェクトは **
|
|
258
|
+
このプロジェクトは **GNU General Public License v3.0 (GPL-v3)** のもとで公開されています。詳細は `LICENSE` ファイルを参照してください。
|
|
@@ -8,7 +8,7 @@ This is the Linux version of MoleditPy. The Open Babel fallback is disabled due
|
|
|
8
8
|
**MoleditPy** is a cross-platform, intuitive molecular editor built in Python. It provides a seamless workflow for drawing 2D molecular structures, visualizing them in 3D, and performing interactive geometric manipulations. Its powerful editing and export capabilities make it an ideal tool for preparing input files for DFT calculation software.
|
|
9
9
|
|
|
10
10
|
**Author**: HiroYokoyama
|
|
11
|
-
**License**:
|
|
11
|
+
**License**: GPL-v3
|
|
12
12
|
**Repository**: [https://github.com/HiroYokoyama/python\_molecular\_editor](https://github.com/HiroYokoyama/python_molecular_editor)
|
|
13
13
|
|
|
14
14
|
-----
|
|
@@ -84,15 +84,6 @@ For detailed instructions, please refer to the project [Wiki](https://github.com
|
|
|
84
84
|
moleditpy-installer
|
|
85
85
|
```
|
|
86
86
|
|
|
87
|
-
|
|
88
|
-
To enable Open Babel features (e.g., alternative 3D structure generation), please install the package manually.
|
|
89
|
-
**Note:** Open Babel is licensed under **GPL v2**. Installing this package combines GPL code with this software.
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
```bash
|
|
93
|
-
pip install "moleditpy[openbabel]"
|
|
94
|
-
```
|
|
95
|
-
|
|
96
87
|
#### Running the Application
|
|
97
88
|
|
|
98
89
|
```bash
|
|
@@ -125,7 +116,7 @@ moleditpy
|
|
|
125
116
|
|
|
126
117
|
## License
|
|
127
118
|
|
|
128
|
-
This project is licensed under the **
|
|
119
|
+
This project is licensed under the **GNU General Public License v3.0 (GPL-v3)**. See the `LICENSE` file for details.
|
|
129
120
|
|
|
130
121
|
-----
|
|
131
122
|
|
|
@@ -134,7 +125,7 @@ This project is licensed under the **Apache-2.0 License**. See the `LICENSE` fil
|
|
|
134
125
|
**MoleditPy**は、Pythonで構築されたクロスプラットフォームかつ直感的な分子エディターです。2Dでの分子描画から3D構造の可視化・編集、さらにはインタラクティブな幾何学的操作まで、シームレスなワークフローを提供します。その強力な編集機能とエクスポート機能により、**DFT計算ソフトウェアのインプット作成に最適なツール**です。
|
|
135
126
|
|
|
136
127
|
**作者**: HiroYokoyama
|
|
137
|
-
**ライセンス**:
|
|
128
|
+
**ライセンス**: GPL-v3
|
|
138
129
|
**リポジトリ**: [https://github.com/HiroYokoyama/python\_molecular\_editor](https://github.com/HiroYokoyama/python_molecular_editor)
|
|
139
130
|
|
|
140
131
|
-----
|
|
@@ -207,13 +198,6 @@ This project is licensed under the **Apache-2.0 License**. See the `LICENSE` fil
|
|
|
207
198
|
moleditpy-installer
|
|
208
199
|
```
|
|
209
200
|
|
|
210
|
-
Open Babel 機能(代替的な3D構造生成など)を有効にする場合は、以下のコマンドで個別にインストールしてください。
|
|
211
|
-
**注意:** Open Babel は **GPL v2** ライセンスです。このパッケージをインストールすると、GPLの条項が適用される可能性があります。
|
|
212
|
-
|
|
213
|
-
```bash
|
|
214
|
-
pip install "moleditpy[openbabel]"
|
|
215
|
-
```
|
|
216
|
-
|
|
217
201
|
#### アプリケーションの起動
|
|
218
202
|
|
|
219
203
|
```bash
|
|
@@ -246,4 +230,4 @@ moleditpy
|
|
|
246
230
|
|
|
247
231
|
## ライセンス
|
|
248
232
|
|
|
249
|
-
このプロジェクトは **
|
|
233
|
+
このプロジェクトは **GNU General Public License v3.0 (GPL-v3)** のもとで公開されています。詳細は `LICENSE` ファイルを参照してください。
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: MoleditPy-linux
|
|
3
|
-
Version: 1.16.
|
|
3
|
+
Version: 1.16.4
|
|
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
|
Project-URL: Homepage, https://github.com/HiroYokoyama/python_molecular_editor
|
|
@@ -33,7 +33,7 @@ This is the Linux version of MoleditPy. The Open Babel fallback is disabled due
|
|
|
33
33
|
**MoleditPy** is a cross-platform, intuitive molecular editor built in Python. It provides a seamless workflow for drawing 2D molecular structures, visualizing them in 3D, and performing interactive geometric manipulations. Its powerful editing and export capabilities make it an ideal tool for preparing input files for DFT calculation software.
|
|
34
34
|
|
|
35
35
|
**Author**: HiroYokoyama
|
|
36
|
-
**License**:
|
|
36
|
+
**License**: GPL-v3
|
|
37
37
|
**Repository**: [https://github.com/HiroYokoyama/python\_molecular\_editor](https://github.com/HiroYokoyama/python_molecular_editor)
|
|
38
38
|
|
|
39
39
|
-----
|
|
@@ -109,15 +109,6 @@ For detailed instructions, please refer to the project [Wiki](https://github.com
|
|
|
109
109
|
moleditpy-installer
|
|
110
110
|
```
|
|
111
111
|
|
|
112
|
-
|
|
113
|
-
To enable Open Babel features (e.g., alternative 3D structure generation), please install the package manually.
|
|
114
|
-
**Note:** Open Babel is licensed under **GPL v2**. Installing this package combines GPL code with this software.
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
```bash
|
|
118
|
-
pip install "moleditpy[openbabel]"
|
|
119
|
-
```
|
|
120
|
-
|
|
121
112
|
#### Running the Application
|
|
122
113
|
|
|
123
114
|
```bash
|
|
@@ -150,7 +141,7 @@ moleditpy
|
|
|
150
141
|
|
|
151
142
|
## License
|
|
152
143
|
|
|
153
|
-
This project is licensed under the **
|
|
144
|
+
This project is licensed under the **GNU General Public License v3.0 (GPL-v3)**. See the `LICENSE` file for details.
|
|
154
145
|
|
|
155
146
|
-----
|
|
156
147
|
|
|
@@ -159,7 +150,7 @@ This project is licensed under the **Apache-2.0 License**. See the `LICENSE` fil
|
|
|
159
150
|
**MoleditPy**は、Pythonで構築されたクロスプラットフォームかつ直感的な分子エディターです。2Dでの分子描画から3D構造の可視化・編集、さらにはインタラクティブな幾何学的操作まで、シームレスなワークフローを提供します。その強力な編集機能とエクスポート機能により、**DFT計算ソフトウェアのインプット作成に最適なツール**です。
|
|
160
151
|
|
|
161
152
|
**作者**: HiroYokoyama
|
|
162
|
-
**ライセンス**:
|
|
153
|
+
**ライセンス**: GPL-v3
|
|
163
154
|
**リポジトリ**: [https://github.com/HiroYokoyama/python\_molecular\_editor](https://github.com/HiroYokoyama/python_molecular_editor)
|
|
164
155
|
|
|
165
156
|
-----
|
|
@@ -232,13 +223,6 @@ This project is licensed under the **Apache-2.0 License**. See the `LICENSE` fil
|
|
|
232
223
|
moleditpy-installer
|
|
233
224
|
```
|
|
234
225
|
|
|
235
|
-
Open Babel 機能(代替的な3D構造生成など)を有効にする場合は、以下のコマンドで個別にインストールしてください。
|
|
236
|
-
**注意:** Open Babel は **GPL v2** ライセンスです。このパッケージをインストールすると、GPLの条項が適用される可能性があります。
|
|
237
|
-
|
|
238
|
-
```bash
|
|
239
|
-
pip install "moleditpy[openbabel]"
|
|
240
|
-
```
|
|
241
|
-
|
|
242
226
|
#### アプリケーションの起動
|
|
243
227
|
|
|
244
228
|
```bash
|
|
@@ -271,4 +255,4 @@ moleditpy
|
|
|
271
255
|
|
|
272
256
|
## ライセンス
|
|
273
257
|
|
|
274
|
-
このプロジェクトは **
|
|
258
|
+
このプロジェクトは **GNU General Public License v3.0 (GPL-v3)** のもとで公開されています。詳細は `LICENSE` ファイルを参照してください。
|
{moleditpy_linux-1.16.3 → moleditpy_linux-1.16.4}/src/moleditpy_linux/modules/about_dialog.py
RENAMED
|
@@ -50,7 +50,7 @@ class AboutDialog(QDialog):
|
|
|
50
50
|
layout.addWidget(self.image_label)
|
|
51
51
|
|
|
52
52
|
# Add text information
|
|
53
|
-
info_text = f"MoleditPy
|
|
53
|
+
info_text = f"MoleditPy Ver. {VERSION}\nAuthor: Hiromichi Yokoyama\nLicense: GPL-3.0 license"
|
|
54
54
|
info_label = QLabel(info_text)
|
|
55
55
|
info_label.setAlignment(Qt.AlignmentFlag.AlignCenter)
|
|
56
56
|
layout.addWidget(info_label)
|
|
File without changes
|
|
File without changes
|
{moleditpy_linux-1.16.3 → moleditpy_linux-1.16.4}/src/MoleditPy_linux.egg-info/dependency_links.txt
RENAMED
|
File without changes
|
{moleditpy_linux-1.16.3 → moleditpy_linux-1.16.4}/src/MoleditPy_linux.egg-info/entry_points.txt
RENAMED
|
File without changes
|
|
File without changes
|
{moleditpy_linux-1.16.3 → moleditpy_linux-1.16.4}/src/MoleditPy_linux.egg-info/top_level.txt
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{moleditpy_linux-1.16.3 → moleditpy_linux-1.16.4}/src/moleditpy_linux/modules/align_plane_dialog.py
RENAMED
|
File without changes
|
{moleditpy_linux-1.16.3 → moleditpy_linux-1.16.4}/src/moleditpy_linux/modules/alignment_dialog.py
RENAMED
|
File without changes
|
{moleditpy_linux-1.16.3 → moleditpy_linux-1.16.4}/src/moleditpy_linux/modules/analysis_window.py
RENAMED
|
File without changes
|
{moleditpy_linux-1.16.3 → moleditpy_linux-1.16.4}/src/moleditpy_linux/modules/angle_dialog.py
RENAMED
|
File without changes
|
{moleditpy_linux-1.16.3 → moleditpy_linux-1.16.4}/src/moleditpy_linux/modules/assets/icon.icns
RENAMED
|
File without changes
|
{moleditpy_linux-1.16.3 → moleditpy_linux-1.16.4}/src/moleditpy_linux/modules/assets/icon.ico
RENAMED
|
File without changes
|
{moleditpy_linux-1.16.3 → moleditpy_linux-1.16.4}/src/moleditpy_linux/modules/assets/icon.png
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{moleditpy_linux-1.16.3 → moleditpy_linux-1.16.4}/src/moleditpy_linux/modules/bond_length_dialog.py
RENAMED
|
File without changes
|
{moleditpy_linux-1.16.3 → moleditpy_linux-1.16.4}/src/moleditpy_linux/modules/calculation_worker.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{moleditpy_linux-1.16.3 → moleditpy_linux-1.16.4}/src/moleditpy_linux/modules/dihedral_dialog.py
RENAMED
|
File without changes
|
|
File without changes
|
{moleditpy_linux-1.16.3 → moleditpy_linux-1.16.4}/src/moleditpy_linux/modules/main_window_compute.py
RENAMED
|
File without changes
|
|
File without changes
|
{moleditpy_linux-1.16.3 → moleditpy_linux-1.16.4}/src/moleditpy_linux/modules/main_window_edit_3d.py
RENAMED
|
File without changes
|
|
File without changes
|
{moleditpy_linux-1.16.3 → moleditpy_linux-1.16.4}/src/moleditpy_linux/modules/main_window_export.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{moleditpy_linux-1.16.3 → moleditpy_linux-1.16.4}/src/moleditpy_linux/modules/main_window_view_3d.py
RENAMED
|
File without changes
|
|
File without changes
|
{moleditpy_linux-1.16.3 → moleditpy_linux-1.16.4}/src/moleditpy_linux/modules/mirror_dialog.py
RENAMED
|
File without changes
|
{moleditpy_linux-1.16.3 → moleditpy_linux-1.16.4}/src/moleditpy_linux/modules/molecular_data.py
RENAMED
|
File without changes
|
{moleditpy_linux-1.16.3 → moleditpy_linux-1.16.4}/src/moleditpy_linux/modules/molecule_scene.py
RENAMED
|
File without changes
|
{moleditpy_linux-1.16.3 → moleditpy_linux-1.16.4}/src/moleditpy_linux/modules/move_group_dialog.py
RENAMED
|
File without changes
|
|
File without changes
|
{moleditpy_linux-1.16.3 → moleditpy_linux-1.16.4}/src/moleditpy_linux/modules/planarize_dialog.py
RENAMED
|
File without changes
|
{moleditpy_linux-1.16.3 → moleditpy_linux-1.16.4}/src/moleditpy_linux/modules/settings_dialog.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{moleditpy_linux-1.16.3 → moleditpy_linux-1.16.4}/src/moleditpy_linux/modules/translation_dialog.py
RENAMED
|
File without changes
|
|
File without changes
|
{moleditpy_linux-1.16.3 → moleditpy_linux-1.16.4}/src/moleditpy_linux/modules/zoomable_view.py
RENAMED
|
File without changes
|