michis-python-sammlung 0.8.2.2__tar.gz → 0.8.2.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.
Files changed (20) hide show
  1. {michis_python_sammlung-0.8.2.2 → michis_python_sammlung-0.8.2.4}/PKG-INFO +1 -1
  2. {michis_python_sammlung-0.8.2.2 → michis_python_sammlung-0.8.2.4}/pyproject.toml +1 -1
  3. {michis_python_sammlung-0.8.2.2 → michis_python_sammlung-0.8.2.4}/src/michis_python_sammlung/pyqt/widgets/clickable_label.py +1 -1
  4. {michis_python_sammlung-0.8.2.2 → michis_python_sammlung-0.8.2.4}/src/michis_python_sammlung.egg-info/PKG-INFO +1 -1
  5. {michis_python_sammlung-0.8.2.2 → michis_python_sammlung-0.8.2.4}/README.md +0 -0
  6. {michis_python_sammlung-0.8.2.2 → michis_python_sammlung-0.8.2.4}/setup.cfg +0 -0
  7. {michis_python_sammlung-0.8.2.2 → michis_python_sammlung-0.8.2.4}/src/michis_python_sammlung/__init__.py +0 -0
  8. {michis_python_sammlung-0.8.2.2 → michis_python_sammlung-0.8.2.4}/src/michis_python_sammlung/_icons/__init__.py +0 -0
  9. {michis_python_sammlung-0.8.2.2 → michis_python_sammlung-0.8.2.4}/src/michis_python_sammlung/image_paths.py +0 -0
  10. {michis_python_sammlung-0.8.2.2 → michis_python_sammlung-0.8.2.4}/src/michis_python_sammlung/pyqt/__init__.py +0 -0
  11. {michis_python_sammlung-0.8.2.2 → michis_python_sammlung-0.8.2.4}/src/michis_python_sammlung/pyqt/pyqt_util.py +0 -0
  12. {michis_python_sammlung-0.8.2.2 → michis_python_sammlung-0.8.2.4}/src/michis_python_sammlung/pyqt/widgets/__init__.py +0 -0
  13. {michis_python_sammlung-0.8.2.2 → michis_python_sammlung-0.8.2.4}/src/michis_python_sammlung/pyqt/widgets/expandable_widget.py +0 -0
  14. {michis_python_sammlung-0.8.2.2 → michis_python_sammlung-0.8.2.4}/src/michis_python_sammlung/pyqt/widgets/flow_layout.py +0 -0
  15. {michis_python_sammlung-0.8.2.2 → michis_python_sammlung-0.8.2.4}/src/michis_python_sammlung/pyqt/widgets/password_widget.py +0 -0
  16. {michis_python_sammlung-0.8.2.2 → michis_python_sammlung-0.8.2.4}/src/michis_python_sammlung/pyqt/widgets/progress_widget.py +0 -0
  17. {michis_python_sammlung-0.8.2.2 → michis_python_sammlung-0.8.2.4}/src/michis_python_sammlung.egg-info/SOURCES.txt +0 -0
  18. {michis_python_sammlung-0.8.2.2 → michis_python_sammlung-0.8.2.4}/src/michis_python_sammlung.egg-info/dependency_links.txt +0 -0
  19. {michis_python_sammlung-0.8.2.2 → michis_python_sammlung-0.8.2.4}/src/michis_python_sammlung.egg-info/requires.txt +0 -0
  20. {michis_python_sammlung-0.8.2.2 → michis_python_sammlung-0.8.2.4}/src/michis_python_sammlung.egg-info/top_level.txt +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: michis_python_sammlung
3
- Version: 0.8.2.2
3
+ Version: 0.8.2.4
4
4
  Summary: Personal collection of mostly QT related stuff
5
5
  Author: Michael Mischko
6
6
  License-Expression: MIT
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "michis_python_sammlung"
7
- version = "0.8.2.2"
7
+ version = "0.8.2.4"
8
8
  description = "Personal collection of mostly QT related stuff"
9
9
  readme = "README.md"
10
10
  license = "MIT"
@@ -8,7 +8,7 @@ from numbers import Number
8
8
  from typing import Callable
9
9
 
10
10
  from PyQt6.QtGui import QImage
11
- from ..image_paths import Image_paths
11
+ from ...image_paths import Image_paths
12
12
 
13
13
  def create_alpha_mask(image: QImage | QPixmap) -> QBitmap:
14
14
  # Ensure the image has an alpha channel
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: michis_python_sammlung
3
- Version: 0.8.2.2
3
+ Version: 0.8.2.4
4
4
  Summary: Personal collection of mostly QT related stuff
5
5
  Author: Michael Mischko
6
6
  License-Expression: MIT