sdfr 1.4.2__py3-none-macosx_11_0_arm64.whl → 1.4.3__py3-none-macosx_11_0_arm64.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.
- sdfr/_commit_info.py +2 -2
- sdfr/libsdfc_shared.dylib +0 -0
- sdfr/loadlib.py +3 -3
- {sdfr-1.4.2.dist-info → sdfr-1.4.3.dist-info}/METADATA +1 -1
- sdfr-1.4.3.dist-info/RECORD +11 -0
- sdfr-1.4.2.dist-info/RECORD +0 -11
- {sdfr-1.4.2.dist-info → sdfr-1.4.3.dist-info}/WHEEL +0 -0
- {sdfr-1.4.2.dist-info → sdfr-1.4.3.dist-info}/licenses/LICENSE +0 -0
- {sdfr-1.4.2.dist-info → sdfr-1.4.3.dist-info}/licenses/LICENSE_README.txt +0 -0
sdfr/_commit_info.py
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
__commit_date__ = "
|
|
2
|
-
__commit_id__ = "
|
|
1
|
+
__commit_date__ = "Tue Jun 10 10:08:15 2025 +0100"
|
|
2
|
+
__commit_id__ = "78518bb920d66415e43857a26b0e7f914bd05da1"
|
sdfr/libsdfc_shared.dylib
CHANGED
|
Binary file
|
sdfr/loadlib.py
CHANGED
|
@@ -40,9 +40,9 @@ def _loadlib():
|
|
|
40
40
|
local_dir = Path(__file__).resolve().parent
|
|
41
41
|
site_dirs = [Path(x) / "sdfr" for x in getsitepackages()]
|
|
42
42
|
path_dirs = [Path(x) for x in sys.path]
|
|
43
|
-
|
|
44
|
-
for lib_dir,
|
|
45
|
-
if (lib := lib_dir /
|
|
43
|
+
libs = ("libsdfc_shared.so", "libsdfc_shared.dylib", "sdfc_shared.dll")
|
|
44
|
+
for lib_dir, libname in product([local_dir, *site_dirs, *path_dirs], libs):
|
|
45
|
+
if (lib := lib_dir / libname).exists():
|
|
46
46
|
return ct.cdll.LoadLibrary(str(lib))
|
|
47
47
|
raise RuntimeError("Could not find library 'libsdfc_shared'")
|
|
48
48
|
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
sdfr/_commit_info.py,sha256=vhdA0MQ_jFMm4v5rItDnst4sWdA-wb2onHB4cBxOrkw,110
|
|
2
|
+
sdfr/sdf_helper.py,sha256=IZBDmoxfUxddBN7rIJ3C8Rg748XB5PR_U8X3XXnO6L8,61424
|
|
3
|
+
sdfr/__init__.py,sha256=nZLaiq81DjL97PgCXUGJ-qRDJ-KAJXN4qsJVEvSsAC8,1164
|
|
4
|
+
sdfr/SDF.py,sha256=zgCH3qGIuk3BFGkRHpE924wr_9YpmikGSxGnSKk_yxM,30176
|
|
5
|
+
sdfr/loadlib.py,sha256=n_JHni95LGWpI96JC8U393gu7m7yMiN6wzDKdX2nbOE,2292
|
|
6
|
+
sdfr/libsdfc_shared.dylib,sha256=HUx-7lAOSkOENKWZISwg2bJCbU6O16pU6up1qWTFKao,173176
|
|
7
|
+
sdfr-1.4.3.dist-info/RECORD,,
|
|
8
|
+
sdfr-1.4.3.dist-info/WHEEL,sha256=rKVRZG47BwjO0BuVS9GGfWnnPLBRGGrauSgGKfHqTLw,111
|
|
9
|
+
sdfr-1.4.3.dist-info/METADATA,sha256=GTu3uSmFPTzK-K8j6cSPzDZHP7XzslpP6v1KnVi6cZU,370
|
|
10
|
+
sdfr-1.4.3.dist-info/licenses/LICENSE,sha256=Qu02Dqb67LYxdjaA0WVeZMwzcDFF_bSearhX7yzLCJQ,1621
|
|
11
|
+
sdfr-1.4.3.dist-info/licenses/LICENSE_README.txt,sha256=kU0OIq6O4_qqBwDWpJrPw2nNLWDCDI7oJGCe_JBF8j0,231
|
sdfr-1.4.2.dist-info/RECORD
DELETED
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
sdfr/_commit_info.py,sha256=G0-WMW3jwqqCOh87Oav7o4yzOfWeOD017MNVlqvlQmI,109
|
|
2
|
-
sdfr/sdf_helper.py,sha256=IZBDmoxfUxddBN7rIJ3C8Rg748XB5PR_U8X3XXnO6L8,61424
|
|
3
|
-
sdfr/__init__.py,sha256=nZLaiq81DjL97PgCXUGJ-qRDJ-KAJXN4qsJVEvSsAC8,1164
|
|
4
|
-
sdfr/SDF.py,sha256=zgCH3qGIuk3BFGkRHpE924wr_9YpmikGSxGnSKk_yxM,30176
|
|
5
|
-
sdfr/loadlib.py,sha256=dr5jYKAjAhW0jKCzudphV0D4e3-6lxAufsTVJHKYcZ8,2262
|
|
6
|
-
sdfr/libsdfc_shared.dylib,sha256=NPAIhEsHIXM3UXh_ypXlY6itZGSZdl99H6o4Az6SRL8,173176
|
|
7
|
-
sdfr-1.4.2.dist-info/RECORD,,
|
|
8
|
-
sdfr-1.4.2.dist-info/WHEEL,sha256=rKVRZG47BwjO0BuVS9GGfWnnPLBRGGrauSgGKfHqTLw,111
|
|
9
|
-
sdfr-1.4.2.dist-info/METADATA,sha256=qv9qETHA5SXPuwveGOfKF2t8B3sUMBgvpV6j7hda6tI,370
|
|
10
|
-
sdfr-1.4.2.dist-info/licenses/LICENSE,sha256=Qu02Dqb67LYxdjaA0WVeZMwzcDFF_bSearhX7yzLCJQ,1621
|
|
11
|
-
sdfr-1.4.2.dist-info/licenses/LICENSE_README.txt,sha256=kU0OIq6O4_qqBwDWpJrPw2nNLWDCDI7oJGCe_JBF8j0,231
|
|
File without changes
|
|
File without changes
|
|
File without changes
|