molde 0.1.5__py3-none-any.whl → 0.1.7__py3-none-any.whl

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.
molde/__init__.py CHANGED
@@ -1,12 +1,12 @@
1
1
  from pathlib import Path
2
2
  from qtpy.uic import loadUi
3
3
  from .colors import Color
4
- from PySide6.QtCore import QDir
5
4
 
6
5
  MOLDE_DIR = Path(__file__).parent
7
6
  UI_DIR = MOLDE_DIR / "ui_files/"
8
7
 
9
8
  def load_ui(uifile: str | Path, baseinstance, working_directory: str| Path = None):
9
+ from PySide6.QtCore import QDir
10
10
  if working_directory is not None:
11
11
  working_directory = QDir(working_directory)
12
12
  return loadUi(uifile, baseinstance, working_directory)
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: molde
3
- Version: 0.1.5
3
+ Version: 0.1.7
4
4
  Summary:
5
5
  Author: André Fernandes
6
6
  Author-email: fpf.andre@gmail.com
@@ -12,7 +12,6 @@ Classifier: Programming Language :: Python :: 3.12
12
12
  Classifier: Programming Language :: Python :: 3.13
13
13
  Requires-Dist: moviepy (>=1.0.3,<2.0.0)
14
14
  Requires-Dist: numpy (>=2.0,<3.0)
15
- Requires-Dist: pyside6 (>=6.8.1,<7.0.0) ; python_version >= "3.10" and python_version < "3.14"
16
15
  Requires-Dist: qtpy (>=2.4.2,<3.0.0)
17
16
  Requires-Dist: vtk (>=9.3.1,<10.0.0)
18
17
  Description-Content-Type: text/markdown
@@ -1,4 +1,4 @@
1
- molde/__init__.py,sha256=yzVoIVI6c9QqRYLQ3qaEr9wzAiFNkWxdKhjfbrrt5b4,413
1
+ molde/__init__.py,sha256=0iu27Lpdn0XBDRjRuRqhZHT7zoHNNMqf3E1zDJjuXX8,417
2
2
  molde/__main__.py,sha256=AZfEpn9qxK_WEPKC5_hMwZQjhxJ0SQJHr_v4SerMXjw,2702
3
3
  molde/actors/__init__.py,sha256=hIWbRlKTYleqyVWtcGE7X8Nu9oiZoc2ceRdQ5gZfe3c,266
4
4
  molde/actors/common_symbols_actor.py,sha256=gv6swuV8pje7JyQjGDaRVi8r7Clc7mz6qNN-DRbMY9o,5067
@@ -63,6 +63,6 @@ molde/utils/format_sequences.py,sha256=RHxWGpWBRi89jTk3F4sdlGsKqeheRD49PZMeM36Rs
63
63
  molde/utils/poly_data_utils.py,sha256=WoeW46ciuSZB4KO9oh0ksPoxARUbheQDROcjwlpjL4c,2125
64
64
  molde/utils/tree_info.py,sha256=FxgT_uKjtgi0-NVcH41LBoqRmAKt26NJmsjBk1WTqt8,1760
65
65
  molde/windows/loading_window.py,sha256=3U1VEujSKWWWIu1aSqSkYCupTpstI0xks6csJhdKh5Y,6288
66
- molde-0.1.5.dist-info/METADATA,sha256=b83QlUOBbQaFdjhwT_5CCLAKgY15FyiWFFjk2PrImtk,2196
67
- molde-0.1.5.dist-info/WHEEL,sha256=fGIA9gx4Qxk2KDKeNJCbOEwSrmLtjWCwzBz351GyrPQ,88
68
- molde-0.1.5.dist-info/RECORD,,
66
+ molde-0.1.7.dist-info/METADATA,sha256=ojyRVTAXFtHlAPayDU-bnVYXBdXNMDxl-B9md910Y0k,2101
67
+ molde-0.1.7.dist-info/WHEEL,sha256=fGIA9gx4Qxk2KDKeNJCbOEwSrmLtjWCwzBz351GyrPQ,88
68
+ molde-0.1.7.dist-info/RECORD,,
File without changes