pixmatch 0.0.3__py3-none-any.whl → 0.0.4__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.
Potentially problematic release.
This version of pixmatch might be problematic. Click here for more details.
- pixmatch/__init__.py +2 -0
- {pixmatch-0.0.3.dist-info → pixmatch-0.0.4.dist-info}/METADATA +1 -1
- pixmatch-0.0.4.dist-info/RECORD +8 -0
- pixmatch-0.0.3.dist-info/RECORD +0 -8
- {pixmatch-0.0.3.dist-info → pixmatch-0.0.4.dist-info}/WHEEL +0 -0
- {pixmatch-0.0.3.dist-info → pixmatch-0.0.4.dist-info}/licenses/LICENSE +0 -0
- {pixmatch-0.0.3.dist-info → pixmatch-0.0.4.dist-info}/top_level.txt +0 -0
pixmatch/__init__.py
CHANGED
|
@@ -310,7 +310,9 @@ class ImageMatcher:
|
|
|
310
310
|
return
|
|
311
311
|
|
|
312
312
|
if isinstance(hashes, dict):
|
|
313
|
+
self.found_images -= 1
|
|
313
314
|
for sub_path, sub_hashes in hashes.items():
|
|
315
|
+
self.found_images += 1
|
|
314
316
|
self._process_image_callback((ZipPath(str(path), sub_path), sub_hashes))
|
|
315
317
|
return
|
|
316
318
|
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
pixmatch/__init__.py,sha256=3Q8jnIN4vXq0zJxlrgNXnpw0rdFZmwgsgxtTmcyzfyo,15682
|
|
2
|
+
pixmatch/__main__.py,sha256=cLcDXW228kPcAH5b66MP5eIEFHz6WNuOgqDpPchUke0,1547
|
|
3
|
+
pixmatch/utils.py,sha256=TLYFeMg35B62EUafErq3yaA9YC0O6Kcd3Ao4fSpTwoE,1090
|
|
4
|
+
pixmatch-0.0.4.dist-info/licenses/LICENSE,sha256=2bm9uFabQZ3Ykb_SaSU_uUbAj2-htc6WJQmS_65qD00,1073
|
|
5
|
+
pixmatch-0.0.4.dist-info/METADATA,sha256=Q_YzWyT6Iduiady1dAM_k0vd6VP8I_GLrC4bB5DuKiM,3540
|
|
6
|
+
pixmatch-0.0.4.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
7
|
+
pixmatch-0.0.4.dist-info/top_level.txt,sha256=u-67zafU4VFT-oIM4mdGvf9KrHZvD64QjjtNzVxBj7E,9
|
|
8
|
+
pixmatch-0.0.4.dist-info/RECORD,,
|
pixmatch-0.0.3.dist-info/RECORD
DELETED
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
pixmatch/__init__.py,sha256=5llMGx2o7LwmFuwnVvUnHULWovyotWGWwGoViEmrC0Y,15608
|
|
2
|
-
pixmatch/__main__.py,sha256=cLcDXW228kPcAH5b66MP5eIEFHz6WNuOgqDpPchUke0,1547
|
|
3
|
-
pixmatch/utils.py,sha256=TLYFeMg35B62EUafErq3yaA9YC0O6Kcd3Ao4fSpTwoE,1090
|
|
4
|
-
pixmatch-0.0.3.dist-info/licenses/LICENSE,sha256=2bm9uFabQZ3Ykb_SaSU_uUbAj2-htc6WJQmS_65qD00,1073
|
|
5
|
-
pixmatch-0.0.3.dist-info/METADATA,sha256=gfEvTW3HpL_osLyJ3bX6ox1gkL5KWBewIFn0f6D59fo,3540
|
|
6
|
-
pixmatch-0.0.3.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
7
|
-
pixmatch-0.0.3.dist-info/top_level.txt,sha256=u-67zafU4VFT-oIM4mdGvf9KrHZvD64QjjtNzVxBj7E,9
|
|
8
|
-
pixmatch-0.0.3.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|