|
35 | 35 |
|
36 | 36 | ABOUT_TEXT = f"""<h2>Ansys Python Installer {__version__}</h2> |
37 | 37 | <p>Created by the PyAnsys Team.</p> |
38 | | -<p>Project build using <a href='https://wiki.qt.io/Qt_for_Python'> PySide6</a> and <a href='https://pyinstaller.org/en/stable/'> PyInstaller</a>.</p> |
| 38 | +<p>Project build using <a href='https://wiki.qt.io/Qt_for_Python'> PySide6</a>, Copyright 2024 The Qt Company Ltd, and <a href='https://pyinstaller.org/en/stable/'> PyInstaller</a>.</p> |
| 39 | +<p>The graphical user interface (GUI) components are licensed under <a href='https://www.gnu.org/licenses/lgpl-3.0.en.html'>LGPL v3.0</a>.</p> |
| 40 | +<p>Except for the GUI components, your use of this software is governed by the MIT License. In addition, this installer allows you to access and install software that is licensed under separate terms ("Separately Licensed Software"). If you choose to install such Separately Licensed Software, you acknowledge that you are responsible for complying with any associated terms and conditions.</p> |
| 41 | +<p>Copyright 2023 - 2024 ANSYS, Inc. All rights reserved.</p> |
39 | 42 | <p>If you have any questions or issues, please open an issue in <a href='https://github.com/ansys/python-installer-qt-gui/issues'>python-installer-qt-gui Issues</a> page.</p> |
40 | 43 | <p>Alternatively, you can contact us at <a href='mailto:[email protected]'>[email protected]</a>.</p> |
41 | | -<p>Your use of this software is governed by the MIT License. In addition, this installer allows you to access and install software that is licensed under separate terms ("Separately Licensed Software"). If you chose to install such Separately Licensed Software, you acknowledge that you are responsible for complying with any associated terms and conditions.</p> |
42 | | -<p>Copyright 2023 - 2024 ANSYS, Inc. All rights reserved.</p> |
43 | 44 | """ |
44 | 45 |
|
45 | 46 | UNABLE_TO_RETRIEVE_LATEST_VERSION_TEXT = f""" |
|
105 | 106 | PYANSYS_DOCS_SITES = { |
106 | 107 | "PyAnsys": "https://docs.pyansys.com", |
107 | 108 | "PyAnsys Developer docs": "https://dev.docs.pyansys.com", |
| 109 | + "PyACP": "https://acp.docs.pyansys.com", |
108 | 110 | "PyAdditive": "https://additive.docs.pyansys.com", |
| 111 | + "PyAdditive Widgets": "https://widgets.additive.docs.pyansys.com", |
109 | 112 | "PyAEDT": "https://aedt.docs.pyansys.com", |
110 | 113 | "PyAnsys Geometry": "https://geometry.docs.pyansys.com", |
111 | 114 | "PyAnsys Math": "https://math.docs.pyansys.com", |
| 115 | + "PyAnsys Sound": "https://sound.docs.pyansys.com", |
| 116 | + "PyConceptEV": "https://conceptev.docs.pyansys.com", |
112 | 117 | "PyDPF - Core": "https://dpf.docs.pyansys.com", |
113 | 118 | "PyDPF - Post": "https://post.docs.pyansys.com", |
114 | 119 | "PyDPF - Composites": "https://composites.dpf.docs.pyansys.com", |
115 | 120 | "PyDyna": "https://dyna.docs.pyansys.com", |
116 | 121 | "PyDynamicReporting": "https://dynamicreporting.docs.pyansys.com", |
| 122 | + "PyEDB": "https://edb.docs.pyansys.com", |
| 123 | + "PyEDB - Core": "https://edb.core.docs.pyansys.com", |
117 | 124 | "PyEnSight": "https://ensight.docs.pyansys.com", |
118 | 125 | "PyFluent": "https://fluent.docs.pyansys.com", |
119 | | - "PyFluent - Parametric": "https://parametric.fluent.docs.pyansys.com", |
120 | 126 | "PyFluent - Visualization": "https://visualization.fluent.docs.pyansys.com", |
| 127 | + "PyGranta": "https://grantami.docs.pyansys.com", |
| 128 | + "PyHPS": "https://hps.docs.pyansys.com", |
121 | 129 | "PyMAPDL": "https://mapdl.docs.pyansys.com", |
122 | | - "PyMAPDL Reader": "https://reader.docs.pyansys.com/", |
123 | | - "PyMechanical": "https://mechanical.docs.pyansys.com/", |
124 | | - "PyMotorCAD": "https://motorcad.docs.pyansys.com/", |
125 | | - "PyOptislang": "https://optislang.docs.pyansys.com/", |
126 | | - "PyPIM": "https://pypim.docs.pyansys.com/", |
127 | | - "PyPrimeMesh": "https://prime.docs.pyansys.com/", |
128 | | - "PySeascape": "https://seascape.docs.pyansys.com/", |
129 | | - "PySherlock": "https://sherlock.docs.pyansys.com//", |
130 | | - "PySystemCoupling": "https://systemcoupling.docs.pyansys.com/", |
131 | | - "PyTurboGrid": "https://turbogrid.docs.pyansys.com/", |
132 | | - "PyTwin": "https://twin.docs.pyansys.com/", |
133 | | - "Granta MI BoM Analytics": "https://bomanalytics.grantami.docs.pyansys.com/", |
134 | | - "Granta MI RecordLists": "https://recordlists.grantami.docs.pyansys.com/", |
| 130 | + "PyMAPDL Reader": "https://reader.docs.pyansys.com", |
| 131 | + "PyMechanical": "https://mechanical.docs.pyansys.com", |
| 132 | + "PyModelCenter": "https://modelcenter.docs.pyansys.com", |
| 133 | + "PyMotorCAD": "https://motorcad.docs.pyansys.com", |
| 134 | + "PyOptislang": "https://optislang.docs.pyansys.com", |
| 135 | + "PyPIM": "https://pypim.docs.pyansys.com", |
| 136 | + "PyPrimeMesh": "https://prime.docs.pyansys.com", |
| 137 | + "PyRocky": "https://rocky.docs.pyansys.com", |
| 138 | + "PySeascape": "https://seascape.docs.pyansys.com", |
| 139 | + "PySherlock": "https://sherlock.docs.pyansys.com", |
| 140 | + "PySimAI": "https://simai.docs.pyansys.com", |
| 141 | + "PySystemCoupling": "https://systemcoupling.docs.pyansys.com", |
| 142 | + "PyTurboGrid": "https://turbogrid.docs.pyansys.com", |
| 143 | + "PyTwin": "https://twin.docs.pyansys.com", |
| 144 | + "PyWorkbench": "https://workbench.docs.pyansys.com", |
135 | 145 | # TOOLS |
136 | | - "Ansys Tools Path": "https://path.tools.docs.pyansys.com/", |
137 | | - "Ansys Tools Protobuf Compilation Helper": "https://ansys.github.io/ansys-tools-protoc-helper/", |
138 | | - "PyAnsys Tools Report": "https://report.tools.docs.pyansys.com/", |
139 | | - "PyAnsys Tools Versioning": "https://versioning.tools.docs.pyansys.com/", |
140 | | - "PyAnsys Units": "http://units.docs.pyansys.com/", |
| 146 | + "Ansys FileTransfer Tool": "https://filetransfer.tools.docs.pyansys.com", |
| 147 | + "Ansys Local Product Launcher": "https://local-product-launcher.tools.docs.pyansys.com", |
| 148 | + "Ansys Tools Path": "https://path.tools.docs.pyansys.com", |
| 149 | + "Ansys Tools Protobuf Compilation Helper": "https://ansys.github.io/ansys-tools-protoc-helper", |
| 150 | + "Ansys Tools Visualization Interface": "https://visualization-interface.tools.docs.pyansys.com", |
| 151 | + "PyAnsys Tools Report": "https://report.tools.docs.pyansys.com", |
| 152 | + "PyAnsys Tools Variable Interop": "https://variableinterop.docs.pyansys.com", |
| 153 | + "PyAnsys Tools Versioning": "https://versioning.tools.docs.pyansys.com", |
| 154 | + "PyAnsys Units": "http://units.docs.pyansys.com", |
| 155 | + "PyMaterials Manager": "https://manager.materials.docs.pyansys.com", |
141 | 156 | } |
142 | 157 |
|
143 | 158 | PYANSYS_LIBS = { |
144 | 159 | "PyAnsys-Metapackage": "pyansys", |
| 160 | + "PyACP": "ansys-acp-core", |
145 | 161 | "PyAdditive": "ansys-additive-core", |
| 162 | + "PyAdditive Widgets": "ansys-additive-widgets", |
146 | 163 | "PyAEDT": "pyaedt", |
147 | 164 | "PyAnsys Geometry": "ansys-geometry-core", |
148 | 165 | "PyAnsys Math": "ansys-math-core", |
| 166 | + "PyAnsys Sound": "ansys-sound-core", |
| 167 | + "PyConceptEV": "ansys-conceptev-core", |
149 | 168 | "PyDPF - Core": "ansys-dpf-core", |
150 | 169 | "PyDPF - Post": "ansys-dpf-post", |
151 | 170 | "PyDPF - Composites": "ansys-dpf-composites", |
152 | 171 | "PyDyna": "ansys-dyna-core", |
153 | 172 | "PyDynamicReporting": "ansys-dynamicreporting-core", |
| 173 | + "PyEDB": "pyedb", |
| 174 | + "PyEDB - Core": "ansys-edb-core", |
154 | 175 | "PyEnSight": "ansys-pyensight-core", |
155 | 176 | "PyFluent": "ansys-fluent-core", |
156 | | - "PyFluent - Parametric": "ansys-fluent-parametric", |
157 | 177 | "PyFluent - Visualization": "ansys-fluent-visualization", |
| 178 | + "PyGranta": "pygranta", |
| 179 | + "PyHPS": "ansys-hps-client", |
158 | 180 | "PyMAPDL": "ansys-mapdl-core", |
159 | 181 | "PyMAPDL Reader": "ansys-mapdl-reader", |
160 | 182 | "PyMechanical": "ansys-mechanical-core", |
| 183 | + "PyModelCenter": "ansys-modelcenter-workflow", |
161 | 184 | "PyMotorCAD": "ansys-motorcad-core", |
162 | 185 | "PyOptislang": "ansys-optislang-core", |
163 | 186 | "PyPIM": "ansys-platform-instancemanagement", |
164 | 187 | "PyPrimeMesh": "ansys-meshing-prime", |
| 188 | + "PyRocky": "ansys-rocky-core", |
165 | 189 | "PySeascape": "ansys-seascape", |
166 | 190 | "PySherlock": "ansys-sherlock-core", |
| 191 | + "PySimAI": "ansys-simai-core", |
167 | 192 | "PySystemCoupling": "ansys-systemcoupling-core", |
168 | 193 | "PyTurboGrid": "ansys-turbogrid-core", |
169 | 194 | "PyTwin": "pytwin", |
| 195 | + "PyWorkbench": "ansys-workbench-core", |
170 | 196 | "Granta MI BoM Analytics": "ansys-grantami-bomanalytics", |
171 | 197 | "Granta MI RecordLists": "ansys-grantami-recordlists", |
172 | 198 | "Shared Components": "ansys-openapi-common", |
173 | 199 | # TOOLS |
| 200 | + "Ansys FileTransfer Tool": "ansys-tools-filetransfer", |
| 201 | + "Ansys Local Product Launcher": "ansys-tools-local-product-launcher", |
174 | 202 | "Ansys Tools Path": "ansys-tools-path", |
175 | 203 | "Ansys Tools Protobuf Compilation Helper": "ansys-tools-protoc-helper", |
| 204 | + "Ansys Tools Visualization Interface": "ansys-tools-visualization-interface", |
176 | 205 | "PyAnsys Tools Report": "pyansys-tools-report", |
| 206 | + "PyAnsys Tools Variable Interop": "pyansys-tools-variableinterop", |
177 | 207 | "PyAnsys Tools Versioning": "pyansys-tools-versioning", |
178 | 208 | "PyAnsys Units": "ansys-units", |
| 209 | + "PyMaterials Manager": "ansys-materials-manager", |
179 | 210 | } |
180 | 211 |
|
181 | 212 | VENV_DEFAULT_PATH = "venv_default_path" |
|
0 commit comments