python-libphash 1.0.0__tar.gz → 1.0.3__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.
- {python_libphash-1.0.0/src/python_libphash.egg-info → python_libphash-1.0.3}/PKG-INFO +1 -1
- {python_libphash-1.0.0 → python_libphash-1.0.3}/pyproject.toml +13 -4
- {python_libphash-1.0.0 → python_libphash-1.0.3/src/python_libphash.egg-info}/PKG-INFO +1 -1
- {python_libphash-1.0.0 → python_libphash-1.0.3}/LICENSE +0 -0
- {python_libphash-1.0.0 → python_libphash-1.0.3}/MANIFEST.in +0 -0
- {python_libphash-1.0.0 → python_libphash-1.0.3}/README.md +0 -0
- {python_libphash-1.0.0 → python_libphash-1.0.3}/native/libphash/.clang-format +0 -0
- {python_libphash-1.0.0 → python_libphash-1.0.3}/native/libphash/.git +0 -0
- {python_libphash-1.0.0 → python_libphash-1.0.3}/native/libphash/.gitignore +0 -0
- {python_libphash-1.0.0 → python_libphash-1.0.3}/native/libphash/CMakeLists.txt +0 -0
- {python_libphash-1.0.0 → python_libphash-1.0.3}/native/libphash/LICENSE +0 -0
- {python_libphash-1.0.0 → python_libphash-1.0.3}/native/libphash/Makefile +0 -0
- {python_libphash-1.0.0 → python_libphash-1.0.3}/native/libphash/README.md +0 -0
- {python_libphash-1.0.0 → python_libphash-1.0.3}/native/libphash/include/libphash.h +0 -0
- {python_libphash-1.0.0 → python_libphash-1.0.3}/native/libphash/src/core.c +0 -0
- {python_libphash-1.0.0 → python_libphash-1.0.3}/native/libphash/src/hashes/ahash.c +0 -0
- {python_libphash-1.0.0 → python_libphash-1.0.3}/native/libphash/src/hashes/bmh.c +0 -0
- {python_libphash-1.0.0 → python_libphash-1.0.3}/native/libphash/src/hashes/color_hash.c +0 -0
- {python_libphash-1.0.0 → python_libphash-1.0.3}/native/libphash/src/hashes/common.c +0 -0
- {python_libphash-1.0.0 → python_libphash-1.0.3}/native/libphash/src/hashes/dhash.c +0 -0
- {python_libphash-1.0.0 → python_libphash-1.0.3}/native/libphash/src/hashes/mhash.c +0 -0
- {python_libphash-1.0.0 → python_libphash-1.0.3}/native/libphash/src/hashes/phash.c +0 -0
- {python_libphash-1.0.0 → python_libphash-1.0.3}/native/libphash/src/hashes/radial.c +0 -0
- {python_libphash-1.0.0 → python_libphash-1.0.3}/native/libphash/src/hashes/whash.c +0 -0
- {python_libphash-1.0.0 → python_libphash-1.0.3}/native/libphash/src/image.c +0 -0
- {python_libphash-1.0.0 → python_libphash-1.0.3}/native/libphash/src/internal.h +0 -0
- {python_libphash-1.0.0 → python_libphash-1.0.3}/native/libphash/tests/photo.jpeg +0 -0
- {python_libphash-1.0.0 → python_libphash-1.0.3}/native/libphash/tests/photo_color_changed.jpeg +0 -0
- {python_libphash-1.0.0 → python_libphash-1.0.3}/native/libphash/tests/photo_copy.jpeg +0 -0
- {python_libphash-1.0.0 → python_libphash-1.0.3}/native/libphash/tests/photo_rotated_90.jpeg +0 -0
- {python_libphash-1.0.0 → python_libphash-1.0.3}/native/libphash/tests/test_bmh.c +0 -0
- {python_libphash-1.0.0 → python_libphash-1.0.3}/native/libphash/tests/test_color.c +0 -0
- {python_libphash-1.0.0 → python_libphash-1.0.3}/native/libphash/tests/test_core.c +0 -0
- {python_libphash-1.0.0 → python_libphash-1.0.3}/native/libphash/tests/test_hashes.c +0 -0
- {python_libphash-1.0.0 → python_libphash-1.0.3}/native/libphash/tests/test_image_hashes.c +0 -0
- {python_libphash-1.0.0 → python_libphash-1.0.3}/native/libphash/tests/test_internal.c +0 -0
- {python_libphash-1.0.0 → python_libphash-1.0.3}/native/libphash/tests/test_macros.h +0 -0
- {python_libphash-1.0.0 → python_libphash-1.0.3}/native/libphash/tests/test_mhash.c +0 -0
- {python_libphash-1.0.0 → python_libphash-1.0.3}/native/libphash/tests/test_radial.c +0 -0
- {python_libphash-1.0.0 → python_libphash-1.0.3}/native/libphash/tests/test_whash.c +0 -0
- {python_libphash-1.0.0 → python_libphash-1.0.3}/native/libphash/vendor/stb_image.h +0 -0
- {python_libphash-1.0.0 → python_libphash-1.0.3}/setup.cfg +0 -0
- {python_libphash-1.0.0 → python_libphash-1.0.3}/setup.py +0 -0
- {python_libphash-1.0.0 → python_libphash-1.0.3}/src/libphash/__init__.py +0 -0
- {python_libphash-1.0.0 → python_libphash-1.0.3}/src/libphash/_build.py +0 -0
- {python_libphash-1.0.0 → python_libphash-1.0.3}/src/libphash/_native.pyi +0 -0
- {python_libphash-1.0.0 → python_libphash-1.0.3}/src/libphash/context.py +0 -0
- {python_libphash-1.0.0 → python_libphash-1.0.3}/src/libphash/exceptions.py +0 -0
- {python_libphash-1.0.0 → python_libphash-1.0.3}/src/libphash/py.typed +0 -0
- {python_libphash-1.0.0 → python_libphash-1.0.3}/src/libphash/types.py +0 -0
- {python_libphash-1.0.0 → python_libphash-1.0.3}/src/libphash/utils.py +0 -0
- {python_libphash-1.0.0 → python_libphash-1.0.3}/src/python_libphash.egg-info/SOURCES.txt +0 -0
- {python_libphash-1.0.0 → python_libphash-1.0.3}/src/python_libphash.egg-info/dependency_links.txt +0 -0
- {python_libphash-1.0.0 → python_libphash-1.0.3}/src/python_libphash.egg-info/not-zip-safe +0 -0
- {python_libphash-1.0.0 → python_libphash-1.0.3}/src/python_libphash.egg-info/requires.txt +0 -0
- {python_libphash-1.0.0 → python_libphash-1.0.3}/src/python_libphash.egg-info/top_level.txt +0 -0
- {python_libphash-1.0.0 → python_libphash-1.0.3}/tests/test_digests.py +0 -0
- {python_libphash-1.0.0 → python_libphash-1.0.3}/tests/test_distances.py +0 -0
- {python_libphash-1.0.0 → python_libphash-1.0.3}/tests/test_hashes.py +0 -0
- {python_libphash-1.0.0 → python_libphash-1.0.3}/tests/test_loading.py +0 -0
|
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "python-libphash"
|
|
7
|
-
version = "1.0.
|
|
7
|
+
version = "1.0.3"
|
|
8
8
|
description = "High-performance perceptual hashing library (CFFI bindings)"
|
|
9
9
|
readme = "README.md"
|
|
10
10
|
requires-python = ">=3.8"
|
|
@@ -15,9 +15,7 @@ classifiers = [
|
|
|
15
15
|
"Programming Language :: C",
|
|
16
16
|
"Topic :: Multimedia :: Graphics",
|
|
17
17
|
]
|
|
18
|
-
dependencies = [
|
|
19
|
-
"cffi>=1.15.0",
|
|
20
|
-
]
|
|
18
|
+
dependencies = ["cffi>=1.15.0"]
|
|
21
19
|
[project.urls]
|
|
22
20
|
"Homepage" = "https://github.com/gudoshnikovn/python-libphash"
|
|
23
21
|
|
|
@@ -30,6 +28,17 @@ zip-safe = false
|
|
|
30
28
|
[tool.setuptools.packages.find]
|
|
31
29
|
where = ["src"]
|
|
32
30
|
|
|
31
|
+
[tool.cibuildwheel]
|
|
32
|
+
build-verbosity = 1
|
|
33
|
+
|
|
34
|
+
skip = "cp36* cp37* cp38* pp*"
|
|
35
|
+
|
|
36
|
+
before-build = "ls -R {project}/native/libphash"
|
|
37
|
+
|
|
38
|
+
[tool.cibuildwheel.linux]
|
|
39
|
+
manylinux-x86_64-image = "manylinux_2_28"
|
|
40
|
+
manylinux-aarch64-image = "manylinux_2_28"
|
|
41
|
+
|
|
33
42
|
[tool.mypy]
|
|
34
43
|
strict = true
|
|
35
44
|
ignore_missing_imports = true
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{python_libphash-1.0.0 → python_libphash-1.0.3}/native/libphash/tests/photo_color_changed.jpeg
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{python_libphash-1.0.0 → python_libphash-1.0.3}/src/python_libphash.egg-info/dependency_links.txt
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|