Skip to main content

PartSegCore compiled backend,

Project description

PartSegCore_compiled_backend

Contributions Wheels PyPI version Anaconda-Server Badge Python Version Documentation Status Publication DOI

This is a package with all cython/c++ backend for ParSeg

Current release extracted from PartSegCore module to avoid building multiple wheels for the main package and speedup tests.

This package requires libomp for build. On linux it can be installed with apt install libomp-dev or yum install libomp-devel. On macOS it can be installed with brew install libomp.

As clang version created on macOS do not have native openmp brew do not set libomp as default visible. If you install libomp with brew and want to build package from source you need to set OMP variable to libomp location.

For example:

export OMP="$(brew --prefix libomp)"
pip install .

As currently there is no wheel for macOS ARM64 it is required to build package from source.

Development in Clion

To install Python build dependencies, run:

pip install scikit-build-core cython cython-cmake numpy setuptools-scm

Then, install the package in development mode:

pip install --no-build-isolation --config-settings=editable.rebuild=true\
 -Cbuild-dir=build -ve .

vendor FindCython.cmake from cython-cmake to cmake directory.

mkdir cmake && cython-cmake vendor cmake

Set CUSTOM_MODULE_PATH environment variable to full path to cmake directory.

Set it in Settings → Build, Execution, Deployment → CMake → Environment

Cite as

Bokota, G., Sroka, J., Basu, S. et al. PartSeg: a tool for quantitative feature extraction from 3D microscopy images for dummies. BMC Bioinformatics 22, 72 (2021). https://doi.org/10.1186/s12859-021-03984-1

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

partsegcore_compiled_backend-0.15.14.tar.gz (59.0 kB view details)

Uploaded Source

Built Distributions

If you're not sure about the file name format, learn more about wheel file names.

partsegcore_compiled_backend-0.15.14-cp314-cp314t-win_amd64.whl (1.4 MB view details)

Uploaded CPython 3.14tWindows x86-64

partsegcore_compiled_backend-0.15.14-cp314-cp314t-musllinux_1_2_x86_64.whl (2.6 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ x86-64

partsegcore_compiled_backend-0.15.14-cp314-cp314t-musllinux_1_2_aarch64.whl (2.5 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

partsegcore_compiled_backend-0.15.14-cp314-cp314t-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (1.6 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.24+ x86-64manylinux: glibc 2.28+ x86-64

partsegcore_compiled_backend-0.15.14-cp314-cp314t-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (1.5 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.24+ ARM64manylinux: glibc 2.28+ ARM64

partsegcore_compiled_backend-0.15.14-cp314-cp314t-macosx_11_0_arm64.whl (1.5 MB view details)

Uploaded CPython 3.14tmacOS 11.0+ ARM64

partsegcore_compiled_backend-0.15.14-cp314-cp314t-macosx_10_13_x86_64.whl (1.7 MB view details)

Uploaded CPython 3.14tmacOS 10.13+ x86-64

partsegcore_compiled_backend-0.15.14-cp314-cp314-win_amd64.whl (1.2 MB view details)

Uploaded CPython 3.14Windows x86-64

partsegcore_compiled_backend-0.15.14-cp314-cp314-musllinux_1_2_x86_64.whl (2.7 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ x86-64

partsegcore_compiled_backend-0.15.14-cp314-cp314-musllinux_1_2_aarch64.whl (2.5 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

partsegcore_compiled_backend-0.15.14-cp314-cp314-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (1.6 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.24+ x86-64manylinux: glibc 2.28+ x86-64

partsegcore_compiled_backend-0.15.14-cp314-cp314-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (1.5 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.24+ ARM64manylinux: glibc 2.28+ ARM64

partsegcore_compiled_backend-0.15.14-cp314-cp314-macosx_11_0_arm64.whl (1.4 MB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

partsegcore_compiled_backend-0.15.14-cp314-cp314-macosx_10_13_x86_64.whl (1.6 MB view details)

Uploaded CPython 3.14macOS 10.13+ x86-64

partsegcore_compiled_backend-0.15.14-cp313-cp313t-win_amd64.whl (1.4 MB view details)

Uploaded CPython 3.13tWindows x86-64

partsegcore_compiled_backend-0.15.14-cp313-cp313t-musllinux_1_2_x86_64.whl (2.6 MB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ x86-64

partsegcore_compiled_backend-0.15.14-cp313-cp313t-musllinux_1_2_aarch64.whl (2.5 MB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ ARM64

partsegcore_compiled_backend-0.15.14-cp313-cp313t-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (1.6 MB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.24+ x86-64manylinux: glibc 2.28+ x86-64

partsegcore_compiled_backend-0.15.14-cp313-cp313t-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (1.5 MB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.24+ ARM64manylinux: glibc 2.28+ ARM64

partsegcore_compiled_backend-0.15.14-cp313-cp313t-macosx_11_0_arm64.whl (1.5 MB view details)

Uploaded CPython 3.13tmacOS 11.0+ ARM64

partsegcore_compiled_backend-0.15.14-cp313-cp313t-macosx_10_13_x86_64.whl (1.7 MB view details)

Uploaded CPython 3.13tmacOS 10.13+ x86-64

partsegcore_compiled_backend-0.15.14-cp313-cp313-win_amd64.whl (1.2 MB view details)

Uploaded CPython 3.13Windows x86-64

partsegcore_compiled_backend-0.15.14-cp313-cp313-musllinux_1_2_x86_64.whl (2.7 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

partsegcore_compiled_backend-0.15.14-cp313-cp313-musllinux_1_2_aarch64.whl (2.5 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

partsegcore_compiled_backend-0.15.14-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (1.6 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.24+ x86-64manylinux: glibc 2.28+ x86-64

partsegcore_compiled_backend-0.15.14-cp313-cp313-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (1.5 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.24+ ARM64manylinux: glibc 2.28+ ARM64

partsegcore_compiled_backend-0.15.14-cp313-cp313-macosx_11_0_arm64.whl (1.4 MB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

partsegcore_compiled_backend-0.15.14-cp313-cp313-macosx_10_13_x86_64.whl (1.6 MB view details)

Uploaded CPython 3.13macOS 10.13+ x86-64

partsegcore_compiled_backend-0.15.14-cp312-cp312-win_amd64.whl (1.2 MB view details)

Uploaded CPython 3.12Windows x86-64

partsegcore_compiled_backend-0.15.14-cp312-cp312-musllinux_1_2_x86_64.whl (2.7 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

partsegcore_compiled_backend-0.15.14-cp312-cp312-musllinux_1_2_aarch64.whl (2.5 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

partsegcore_compiled_backend-0.15.14-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (1.6 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.24+ x86-64manylinux: glibc 2.28+ x86-64

partsegcore_compiled_backend-0.15.14-cp312-cp312-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (1.4 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.24+ ARM64manylinux: glibc 2.28+ ARM64

partsegcore_compiled_backend-0.15.14-cp312-cp312-macosx_11_0_arm64.whl (1.4 MB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

partsegcore_compiled_backend-0.15.14-cp312-cp312-macosx_10_13_x86_64.whl (1.6 MB view details)

Uploaded CPython 3.12macOS 10.13+ x86-64

partsegcore_compiled_backend-0.15.14-cp311-cp311-win_amd64.whl (1.2 MB view details)

Uploaded CPython 3.11Windows x86-64

partsegcore_compiled_backend-0.15.14-cp311-cp311-musllinux_1_2_x86_64.whl (2.7 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

partsegcore_compiled_backend-0.15.14-cp311-cp311-musllinux_1_2_aarch64.whl (2.5 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

partsegcore_compiled_backend-0.15.14-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (1.7 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.24+ x86-64manylinux: glibc 2.28+ x86-64

partsegcore_compiled_backend-0.15.14-cp311-cp311-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (1.5 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.24+ ARM64manylinux: glibc 2.28+ ARM64

partsegcore_compiled_backend-0.15.14-cp311-cp311-macosx_11_0_arm64.whl (1.4 MB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

partsegcore_compiled_backend-0.15.14-cp311-cp311-macosx_10_9_x86_64.whl (1.6 MB view details)

Uploaded CPython 3.11macOS 10.9+ x86-64

partsegcore_compiled_backend-0.15.14-cp310-cp310-win_amd64.whl (1.2 MB view details)

Uploaded CPython 3.10Windows x86-64

partsegcore_compiled_backend-0.15.14-cp310-cp310-musllinux_1_2_x86_64.whl (2.7 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

partsegcore_compiled_backend-0.15.14-cp310-cp310-musllinux_1_2_aarch64.whl (2.5 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

partsegcore_compiled_backend-0.15.14-cp310-cp310-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (1.6 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.24+ x86-64manylinux: glibc 2.28+ x86-64

partsegcore_compiled_backend-0.15.14-cp310-cp310-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (1.5 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.24+ ARM64manylinux: glibc 2.28+ ARM64

partsegcore_compiled_backend-0.15.14-cp310-cp310-macosx_11_0_arm64.whl (1.4 MB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

partsegcore_compiled_backend-0.15.14-cp310-cp310-macosx_10_9_x86_64.whl (1.6 MB view details)

Uploaded CPython 3.10macOS 10.9+ x86-64

partsegcore_compiled_backend-0.15.14-cp39-cp39-win_amd64.whl (1.2 MB view details)

Uploaded CPython 3.9Windows x86-64

partsegcore_compiled_backend-0.15.14-cp39-cp39-musllinux_1_2_x86_64.whl (2.7 MB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ x86-64

partsegcore_compiled_backend-0.15.14-cp39-cp39-musllinux_1_2_aarch64.whl (2.5 MB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ ARM64

partsegcore_compiled_backend-0.15.14-cp39-cp39-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (1.6 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.24+ x86-64manylinux: glibc 2.28+ x86-64

partsegcore_compiled_backend-0.15.14-cp39-cp39-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (1.5 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.24+ ARM64manylinux: glibc 2.28+ ARM64

partsegcore_compiled_backend-0.15.14-cp39-cp39-macosx_11_0_arm64.whl (1.4 MB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

partsegcore_compiled_backend-0.15.14-cp39-cp39-macosx_10_9_x86_64.whl (1.6 MB view details)

Uploaded CPython 3.9macOS 10.9+ x86-64

File details

Details for the file partsegcore_compiled_backend-0.15.14.tar.gz.

File metadata

File hashes

Hashes for partsegcore_compiled_backend-0.15.14.tar.gz
Algorithm Hash digest
SHA256 a7ffd5bf88e710a72c3ac9310b19c9becbae049845b106c6ac992fc0a33b4713
MD5 548b834663e9b5937e2e5b12c0061e47
BLAKE2b-256 dae7075ab218740e96b6c70a3821d9b6504b7527e2f06629c04ea9ee99446201

See more details on using hashes here.

Provenance

The following attestation bundles were made for partsegcore_compiled_backend-0.15.14.tar.gz:

Publisher: wheels.yml on 4DNucleome/PartSegCore-compiled-backend

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file partsegcore_compiled_backend-0.15.14-cp314-cp314t-win_amd64.whl.

File metadata

File hashes

Hashes for partsegcore_compiled_backend-0.15.14-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 cc1ebb40e16a57fb01600a03db30d5b209928981bfb78353cc34ebff5c995c43
MD5 722a084b0f8266547bdb3a47fdec8461
BLAKE2b-256 1ee174dc10dff0e8ff568485185e123b203010bafd15e408e38571b500a48460

See more details on using hashes here.

Provenance

The following attestation bundles were made for partsegcore_compiled_backend-0.15.14-cp314-cp314t-win_amd64.whl:

Publisher: wheels.yml on 4DNucleome/PartSegCore-compiled-backend

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file partsegcore_compiled_backend-0.15.14-cp314-cp314t-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for partsegcore_compiled_backend-0.15.14-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 73ed64f6c2d1b125bcd21e509823937689b9374d69f747bbdd7372f1d7947adf
MD5 0317f65369a8337d95ac5cd51e1259d6
BLAKE2b-256 9550bbefcc826ce1ade1af364e0e8bbb61b66f283c4d4b9ffd5797c8a6e9a2b4

See more details on using hashes here.

Provenance

The following attestation bundles were made for partsegcore_compiled_backend-0.15.14-cp314-cp314t-musllinux_1_2_x86_64.whl:

Publisher: wheels.yml on 4DNucleome/PartSegCore-compiled-backend

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file partsegcore_compiled_backend-0.15.14-cp314-cp314t-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for partsegcore_compiled_backend-0.15.14-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 50fc918376798b143cc7215db14acd925ed0fbfcbf835c7fde77f01e90eec88c
MD5 e746859def192b958d053e96f4945232
BLAKE2b-256 0ee2071faea44a2185ae0bd22ccf70553dfb4f4116ac97c94187e1d4b9ca5ef5

See more details on using hashes here.

Provenance

The following attestation bundles were made for partsegcore_compiled_backend-0.15.14-cp314-cp314t-musllinux_1_2_aarch64.whl:

Publisher: wheels.yml on 4DNucleome/PartSegCore-compiled-backend

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file partsegcore_compiled_backend-0.15.14-cp314-cp314t-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for partsegcore_compiled_backend-0.15.14-cp314-cp314t-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 0128fa3ecb272bd8861c3f88f8a7f77aa41a5a5da335125698b23eadc8d98a69
MD5 28a90d60f284fb44879cf2bea52ea4b5
BLAKE2b-256 8a547bde1c1984b682359f47b604c16f496fbc197dc3f3f16f7fe3654b3affad

See more details on using hashes here.

Provenance

The following attestation bundles were made for partsegcore_compiled_backend-0.15.14-cp314-cp314t-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl:

Publisher: wheels.yml on 4DNucleome/PartSegCore-compiled-backend

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file partsegcore_compiled_backend-0.15.14-cp314-cp314t-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for partsegcore_compiled_backend-0.15.14-cp314-cp314t-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 111a417a5629d8eba25783c03a80836e0fffd37f49cdd6cd4ee4360ff77cb56a
MD5 52822180adaeea456aec63febf7c5be2
BLAKE2b-256 41270c348f41862ccb7cc15ef2c067c344dd40153e7e495995537eba726ed063

See more details on using hashes here.

Provenance

The following attestation bundles were made for partsegcore_compiled_backend-0.15.14-cp314-cp314t-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl:

Publisher: wheels.yml on 4DNucleome/PartSegCore-compiled-backend

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file partsegcore_compiled_backend-0.15.14-cp314-cp314t-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for partsegcore_compiled_backend-0.15.14-cp314-cp314t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 3d1e51e0ee5ac496dd8367d4b22b24a90cf6918673890f7c2ac3132f07fd0043
MD5 fa4f9f8a13d30eaa6366dd1914c1eb11
BLAKE2b-256 f882f7714791f43dc19407da0a8f03a99a264446d57b50edd9d462e9a236cc51

See more details on using hashes here.

Provenance

The following attestation bundles were made for partsegcore_compiled_backend-0.15.14-cp314-cp314t-macosx_11_0_arm64.whl:

Publisher: wheels.yml on 4DNucleome/PartSegCore-compiled-backend

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file partsegcore_compiled_backend-0.15.14-cp314-cp314t-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for partsegcore_compiled_backend-0.15.14-cp314-cp314t-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 3d6f06bf52a1dcdc4325842a448cef7d4d2e7f86c7ccca7d7b6080fa2e0234f2
MD5 2391bd2d4994234d54c78b3217b89af3
BLAKE2b-256 e9515ddf91e92378d1db08472452c2c00e2c7814359a697605ff0e557f8e0787

See more details on using hashes here.

Provenance

The following attestation bundles were made for partsegcore_compiled_backend-0.15.14-cp314-cp314t-macosx_10_13_x86_64.whl:

Publisher: wheels.yml on 4DNucleome/PartSegCore-compiled-backend

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file partsegcore_compiled_backend-0.15.14-cp314-cp314-win_amd64.whl.

File metadata

File hashes

Hashes for partsegcore_compiled_backend-0.15.14-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 cde8fd76d4c1af606b311979138260847fd4f2be98ebfd8fa29598b9f39b44da
MD5 63b8492ee2eac4b5439d92ae52f335e5
BLAKE2b-256 a0e159e7b1ea9ada70edc45bb51f945f5a81f1336cf4bce8e94e07124d65f712

See more details on using hashes here.

Provenance

The following attestation bundles were made for partsegcore_compiled_backend-0.15.14-cp314-cp314-win_amd64.whl:

Publisher: wheels.yml on 4DNucleome/PartSegCore-compiled-backend

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file partsegcore_compiled_backend-0.15.14-cp314-cp314-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for partsegcore_compiled_backend-0.15.14-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 e7035dc73449d38583f38b5b19153897d20a61b79229f15705da59f6f3d5923f
MD5 c7691692e40e91f44483d27174aeccb9
BLAKE2b-256 d9d5af7d4bb172e4907091f51cec6244e2449f95d90934d3eccc5b096239c3a4

See more details on using hashes here.

Provenance

The following attestation bundles were made for partsegcore_compiled_backend-0.15.14-cp314-cp314-musllinux_1_2_x86_64.whl:

Publisher: wheels.yml on 4DNucleome/PartSegCore-compiled-backend

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file partsegcore_compiled_backend-0.15.14-cp314-cp314-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for partsegcore_compiled_backend-0.15.14-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 0dbddf63680f815528345f2d59fc89f702f07e902f279ab7f5a28b807060d152
MD5 7a50e932e0050cc3fd950d6df90c25c8
BLAKE2b-256 017a2c1a9b5b7e9097d4aebba652cebc0fac05668937638e823e98ec19e5ab21

See more details on using hashes here.

Provenance

The following attestation bundles were made for partsegcore_compiled_backend-0.15.14-cp314-cp314-musllinux_1_2_aarch64.whl:

Publisher: wheels.yml on 4DNucleome/PartSegCore-compiled-backend

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file partsegcore_compiled_backend-0.15.14-cp314-cp314-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for partsegcore_compiled_backend-0.15.14-cp314-cp314-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 34ec6761f204353a4df83aeb07961870c4fc706b5c465e4d520e10c381af4260
MD5 d65c79b6c806c1ed030db5a85921aea1
BLAKE2b-256 3f6724ed77c753a134835b691a42054a63a3af60f2b95fca70057adf371de855

See more details on using hashes here.

Provenance

The following attestation bundles were made for partsegcore_compiled_backend-0.15.14-cp314-cp314-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl:

Publisher: wheels.yml on 4DNucleome/PartSegCore-compiled-backend

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file partsegcore_compiled_backend-0.15.14-cp314-cp314-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for partsegcore_compiled_backend-0.15.14-cp314-cp314-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 ea1b0f168ad6aa735bc21be1dccb611767df49818b8674f9af232631df6c1240
MD5 557976c15651268f62e343ebfbe7f381
BLAKE2b-256 61309146362fadb1bf8efc33160dbca2dd9ad43641c824b3c1b52816de13f936

See more details on using hashes here.

Provenance

The following attestation bundles were made for partsegcore_compiled_backend-0.15.14-cp314-cp314-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl:

Publisher: wheels.yml on 4DNucleome/PartSegCore-compiled-backend

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file partsegcore_compiled_backend-0.15.14-cp314-cp314-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for partsegcore_compiled_backend-0.15.14-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 31d3464d731ddb390cb890c934c4d63f6823300fbfbb09e8e878e41568e1b9aa
MD5 e422067bcf8ecfc1a1bdd1bd1a79c3e4
BLAKE2b-256 1dcc9bf6f68510f01e69eb0a0e41755259728461f4f27042c7f8b873498443e9

See more details on using hashes here.

Provenance

The following attestation bundles were made for partsegcore_compiled_backend-0.15.14-cp314-cp314-macosx_11_0_arm64.whl:

Publisher: wheels.yml on 4DNucleome/PartSegCore-compiled-backend

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file partsegcore_compiled_backend-0.15.14-cp314-cp314-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for partsegcore_compiled_backend-0.15.14-cp314-cp314-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 272ccb13ec69cc38ee11aea826d1070cdab68d709c461efdabf40c60751b3f54
MD5 1e1cdafe4a695933dfed9a7b37a7bc0b
BLAKE2b-256 5ed5f9e8e6360ab300be5ac8b7d2919d6923161a72b5048012501b981574a104

See more details on using hashes here.

Provenance

The following attestation bundles were made for partsegcore_compiled_backend-0.15.14-cp314-cp314-macosx_10_13_x86_64.whl:

Publisher: wheels.yml on 4DNucleome/PartSegCore-compiled-backend

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file partsegcore_compiled_backend-0.15.14-cp313-cp313t-win_amd64.whl.

File metadata

File hashes

Hashes for partsegcore_compiled_backend-0.15.14-cp313-cp313t-win_amd64.whl
Algorithm Hash digest
SHA256 d17604c5e821627f3f54b3c8a220b05db4c2b88076a753b758c81049a8084168
MD5 0d820a5796296d34bcfec0da358a32a4
BLAKE2b-256 e649b7fd9478b1257b45c98c5fa9656b5732b0d2a19ba5fb1a1435e3836cc7aa

See more details on using hashes here.

Provenance

The following attestation bundles were made for partsegcore_compiled_backend-0.15.14-cp313-cp313t-win_amd64.whl:

Publisher: wheels.yml on 4DNucleome/PartSegCore-compiled-backend

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file partsegcore_compiled_backend-0.15.14-cp313-cp313t-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for partsegcore_compiled_backend-0.15.14-cp313-cp313t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 a6cf8aaab1c394de023a7530a05716ded54a8fda1919c5f2ca54413dde3115b4
MD5 94e8b47f85b3b119e62bf9e19d5ef594
BLAKE2b-256 81e904e94ce3c3efca5b1c80aca09b10f8b40902a37cf423d35ff81cbd0feda5

See more details on using hashes here.

Provenance

The following attestation bundles were made for partsegcore_compiled_backend-0.15.14-cp313-cp313t-musllinux_1_2_x86_64.whl:

Publisher: wheels.yml on 4DNucleome/PartSegCore-compiled-backend

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file partsegcore_compiled_backend-0.15.14-cp313-cp313t-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for partsegcore_compiled_backend-0.15.14-cp313-cp313t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 ca86b35c97dc339b1c2e9466ed4739fb8be8ed00815d64881c6163a96bbd72d4
MD5 18fddb29642367454da894108f8ea975
BLAKE2b-256 590231c1d4b120c721277bf7856ec4fda88c007deeab153f3dbb8f7e676a0099

See more details on using hashes here.

Provenance

The following attestation bundles were made for partsegcore_compiled_backend-0.15.14-cp313-cp313t-musllinux_1_2_aarch64.whl:

Publisher: wheels.yml on 4DNucleome/PartSegCore-compiled-backend

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file partsegcore_compiled_backend-0.15.14-cp313-cp313t-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for partsegcore_compiled_backend-0.15.14-cp313-cp313t-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 0b6851bf8c15a5d6dbfe51b8b6c58b824228f72b65cd76f72f84a548c111579f
MD5 06267869fcca866d335bc2fb79166474
BLAKE2b-256 9916934e98cf5f6c378061ca996bc8ec879790e5059dfb9744775b9114e8969b

See more details on using hashes here.

Provenance

The following attestation bundles were made for partsegcore_compiled_backend-0.15.14-cp313-cp313t-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl:

Publisher: wheels.yml on 4DNucleome/PartSegCore-compiled-backend

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file partsegcore_compiled_backend-0.15.14-cp313-cp313t-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for partsegcore_compiled_backend-0.15.14-cp313-cp313t-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 eeb9869f381d9f0b834e7ae620840cff23c6d3ba105198c91060108cf6587e69
MD5 c9126c6dfd2c4173c92878bcb9c15ccb
BLAKE2b-256 f2eea26ae83b1f5ee327b8d7ffbc5fde8546160d52b89e577ed26da6e330c991

See more details on using hashes here.

Provenance

The following attestation bundles were made for partsegcore_compiled_backend-0.15.14-cp313-cp313t-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl:

Publisher: wheels.yml on 4DNucleome/PartSegCore-compiled-backend

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file partsegcore_compiled_backend-0.15.14-cp313-cp313t-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for partsegcore_compiled_backend-0.15.14-cp313-cp313t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 fe87d35efa222418a6095bf1183a641c575492f187159a2861e416d5c0c7e472
MD5 bdf56774ec070bb01b6ed4f9c85957a9
BLAKE2b-256 574bbf5065a2a98042251e8e70543abe1a089e0ecc37093cbd259cdbb650a47b

See more details on using hashes here.

Provenance

The following attestation bundles were made for partsegcore_compiled_backend-0.15.14-cp313-cp313t-macosx_11_0_arm64.whl:

Publisher: wheels.yml on 4DNucleome/PartSegCore-compiled-backend

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file partsegcore_compiled_backend-0.15.14-cp313-cp313t-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for partsegcore_compiled_backend-0.15.14-cp313-cp313t-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 c829c7ec49c73b65b7089925507c0de42b151fa221d1378764dd90c131bb8995
MD5 944b74b6d88027a78681269f099c9fbd
BLAKE2b-256 545d8ce582410fa10bb37f1b9658325d599fe53b935e98e4949144ff2cb348e9

See more details on using hashes here.

Provenance

The following attestation bundles were made for partsegcore_compiled_backend-0.15.14-cp313-cp313t-macosx_10_13_x86_64.whl:

Publisher: wheels.yml on 4DNucleome/PartSegCore-compiled-backend

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file partsegcore_compiled_backend-0.15.14-cp313-cp313-win_amd64.whl.

File metadata

File hashes

Hashes for partsegcore_compiled_backend-0.15.14-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 b036b45b7e4c3d26608dc6fa1905716aa1d3406e9f9f48880027e8e9dc344de7
MD5 6f6ba1accba8108cb06aba7d2b3a63cd
BLAKE2b-256 71305180645cb411a6463050672a470d412810c8ddcf5882027ff99adb67f1ce

See more details on using hashes here.

Provenance

The following attestation bundles were made for partsegcore_compiled_backend-0.15.14-cp313-cp313-win_amd64.whl:

Publisher: wheels.yml on 4DNucleome/PartSegCore-compiled-backend

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file partsegcore_compiled_backend-0.15.14-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for partsegcore_compiled_backend-0.15.14-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 ebbe4c2cff14c7374c7df7f83846db9a88298671b2368f8aed4c84bf8546f64c
MD5 64d0151a2c24f64b8075640a55ef446c
BLAKE2b-256 ea3f78e56bcc065a4c00bc337a79b03f381800cd1d778babe367d54c290f7d71

See more details on using hashes here.

Provenance

The following attestation bundles were made for partsegcore_compiled_backend-0.15.14-cp313-cp313-musllinux_1_2_x86_64.whl:

Publisher: wheels.yml on 4DNucleome/PartSegCore-compiled-backend

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file partsegcore_compiled_backend-0.15.14-cp313-cp313-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for partsegcore_compiled_backend-0.15.14-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 43d83634b3c6ac7420d04ba2d7ef5656cab73adf0531d264c156a5c5f320a9d7
MD5 1e03ce48e285ccde5a3d0de27977a020
BLAKE2b-256 909144fecd65fdff64f330f1e8944e9e435cf41189829166c9ab5f0352f4d73e

See more details on using hashes here.

Provenance

The following attestation bundles were made for partsegcore_compiled_backend-0.15.14-cp313-cp313-musllinux_1_2_aarch64.whl:

Publisher: wheels.yml on 4DNucleome/PartSegCore-compiled-backend

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file partsegcore_compiled_backend-0.15.14-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for partsegcore_compiled_backend-0.15.14-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 82d3e0785a2736a02d2fb0e04b8e12ab9883a5c5058c0bf3ab6df92143d43f4e
MD5 6dccb079dacf7216fa2651cb4fcd4b14
BLAKE2b-256 13172d230400ce2005bfbcd2955b3ca28140ee9571b24433210e4c57d9683a73

See more details on using hashes here.

Provenance

The following attestation bundles were made for partsegcore_compiled_backend-0.15.14-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl:

Publisher: wheels.yml on 4DNucleome/PartSegCore-compiled-backend

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file partsegcore_compiled_backend-0.15.14-cp313-cp313-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for partsegcore_compiled_backend-0.15.14-cp313-cp313-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 5bc474d4828254f45e4ffa440c34e53d5853d8a2b67292604bc56328dbe95830
MD5 91a095e6b08ce8b2c34494896a36aec6
BLAKE2b-256 883c76bf0ec03464415e4f8e589114cd7763bfd9bacc9a6c23df19c729e45331

See more details on using hashes here.

Provenance

The following attestation bundles were made for partsegcore_compiled_backend-0.15.14-cp313-cp313-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl:

Publisher: wheels.yml on 4DNucleome/PartSegCore-compiled-backend

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file partsegcore_compiled_backend-0.15.14-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for partsegcore_compiled_backend-0.15.14-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 35b20b0edd5f9e3e5fba2bd1265d10240bbe50072867fa30c02adffbabb5ff14
MD5 5161131a9b9346ee7a2bf727455e8bc3
BLAKE2b-256 22cd06c5b3eb5bef55460984ec7fe555ae8182eb7f6041ea8c31c7ce7a398d2b

See more details on using hashes here.

Provenance

The following attestation bundles were made for partsegcore_compiled_backend-0.15.14-cp313-cp313-macosx_11_0_arm64.whl:

Publisher: wheels.yml on 4DNucleome/PartSegCore-compiled-backend

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file partsegcore_compiled_backend-0.15.14-cp313-cp313-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for partsegcore_compiled_backend-0.15.14-cp313-cp313-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 89e3e936d5009d2491a13e6b44feebae5627749a2fea11fcf79776c74c3d746c
MD5 1feaa409ed61f30b4e7bc31c0c0dc836
BLAKE2b-256 149f2bddc533f9089b0e735cc8001590c977c76e5515d60ae1dc1872c73df93c

See more details on using hashes here.

Provenance

The following attestation bundles were made for partsegcore_compiled_backend-0.15.14-cp313-cp313-macosx_10_13_x86_64.whl:

Publisher: wheels.yml on 4DNucleome/PartSegCore-compiled-backend

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file partsegcore_compiled_backend-0.15.14-cp312-cp312-win_amd64.whl.

File metadata

File hashes

Hashes for partsegcore_compiled_backend-0.15.14-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 abbb989a6666ccefada132827a4db0ffb372be9a64e309c6d653e3b10eebd880
MD5 972724884aeea8ba1451719cfe0ac9cc
BLAKE2b-256 251a16f7ed88ad1d6b12172d69aeedf0c319169ed212d6e40a8b46071cad0410

See more details on using hashes here.

Provenance

The following attestation bundles were made for partsegcore_compiled_backend-0.15.14-cp312-cp312-win_amd64.whl:

Publisher: wheels.yml on 4DNucleome/PartSegCore-compiled-backend

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file partsegcore_compiled_backend-0.15.14-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for partsegcore_compiled_backend-0.15.14-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 1536657bcd937f8a265378d6a23f9d1dc37c13f599f7d026b6ec2241a73421d8
MD5 86e802ca937db222a0d606ff2d72f58e
BLAKE2b-256 20058b1d30e59513693036263f83c3e3cc4a782de6f046ebaf1d799545f9788f

See more details on using hashes here.

Provenance

The following attestation bundles were made for partsegcore_compiled_backend-0.15.14-cp312-cp312-musllinux_1_2_x86_64.whl:

Publisher: wheels.yml on 4DNucleome/PartSegCore-compiled-backend

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file partsegcore_compiled_backend-0.15.14-cp312-cp312-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for partsegcore_compiled_backend-0.15.14-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 ac35441da70c44d784d1e642a0a1f0f5912a9b15c57b7b97bb3cfc4de7d1d912
MD5 e83e579145b37fbfb24c6cb55dfed240
BLAKE2b-256 53af554325c101beaaef35aa37dc1b1edf27aa4d16e3b96238796c2891f4d223

See more details on using hashes here.

Provenance

The following attestation bundles were made for partsegcore_compiled_backend-0.15.14-cp312-cp312-musllinux_1_2_aarch64.whl:

Publisher: wheels.yml on 4DNucleome/PartSegCore-compiled-backend

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file partsegcore_compiled_backend-0.15.14-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for partsegcore_compiled_backend-0.15.14-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 534709de5521b4168e37bf46d7ecfa1c5f73abaf1e233fed0f96c154813af018
MD5 f6cb1f002a9fe3092d2001781aefe84d
BLAKE2b-256 ca8750492fde2759a5d01480d22dbc946650a8999e01bad7064d0705b3039826

See more details on using hashes here.

Provenance

The following attestation bundles were made for partsegcore_compiled_backend-0.15.14-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl:

Publisher: wheels.yml on 4DNucleome/PartSegCore-compiled-backend

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file partsegcore_compiled_backend-0.15.14-cp312-cp312-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for partsegcore_compiled_backend-0.15.14-cp312-cp312-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 0dcdaf00ae079868d028da967ae97d9874774c4dd1af083d2f9c0755c21ba29a
MD5 d24eab83b7befccd4e8900c471162177
BLAKE2b-256 9d2281323b931ab67bbe61496dd791ae77623569e3b1a224e1f6138e79dcacf0

See more details on using hashes here.

Provenance

The following attestation bundles were made for partsegcore_compiled_backend-0.15.14-cp312-cp312-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl:

Publisher: wheels.yml on 4DNucleome/PartSegCore-compiled-backend

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file partsegcore_compiled_backend-0.15.14-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for partsegcore_compiled_backend-0.15.14-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 c49099aa93a1247a463dff0a3a331b9233185285be6cd77173040fd3c65afc12
MD5 109888cc37770cc30cc461befe4f9afd
BLAKE2b-256 a61bd8c5b95d8a44e9bdcddfe4292fb3c74d72ea0a7a766e5598d1dd809f5bd7

See more details on using hashes here.

Provenance

The following attestation bundles were made for partsegcore_compiled_backend-0.15.14-cp312-cp312-macosx_11_0_arm64.whl:

Publisher: wheels.yml on 4DNucleome/PartSegCore-compiled-backend

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file partsegcore_compiled_backend-0.15.14-cp312-cp312-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for partsegcore_compiled_backend-0.15.14-cp312-cp312-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 7cb3da0f6e8647fd8977969ca2ce8c1d73d8c9d29fbb16ad73c5c1fa650f7ced
MD5 cafeef3f72b128549304c40e11366a8e
BLAKE2b-256 f4568bc6bca169828427bc7a3e5bd528f9991045984f48881d7ec8469ec002eb

See more details on using hashes here.

Provenance

The following attestation bundles were made for partsegcore_compiled_backend-0.15.14-cp312-cp312-macosx_10_13_x86_64.whl:

Publisher: wheels.yml on 4DNucleome/PartSegCore-compiled-backend

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file partsegcore_compiled_backend-0.15.14-cp311-cp311-win_amd64.whl.

File metadata

File hashes

Hashes for partsegcore_compiled_backend-0.15.14-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 d021fc57faa68188dc0f4d0d7c4499b777613db820e9b19a1bfb824036e1f991
MD5 0c44e24c6e7488d3a434d514f040d035
BLAKE2b-256 2ea63823f8acb2351a39542d5ded10813a08c3ed9cffb83f865030c20db5b691

See more details on using hashes here.

Provenance

The following attestation bundles were made for partsegcore_compiled_backend-0.15.14-cp311-cp311-win_amd64.whl:

Publisher: wheels.yml on 4DNucleome/PartSegCore-compiled-backend

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file partsegcore_compiled_backend-0.15.14-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for partsegcore_compiled_backend-0.15.14-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 c8cba5e5d78cd1bcffec99fe79014aa4e900b6963f1c0dc4f70435856bf88bb9
MD5 7cf538cd5adee42855b952ac3b748568
BLAKE2b-256 7f5bc969a156a0b8e1bedd3f8cd2e9219bf7938406b7d4e5f5134fc3580314fb

See more details on using hashes here.

Provenance

The following attestation bundles were made for partsegcore_compiled_backend-0.15.14-cp311-cp311-musllinux_1_2_x86_64.whl:

Publisher: wheels.yml on 4DNucleome/PartSegCore-compiled-backend

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file partsegcore_compiled_backend-0.15.14-cp311-cp311-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for partsegcore_compiled_backend-0.15.14-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 c4a227b9bf99aaa46286e1402e04a8452177625db83fb122bb71b7db476a447c
MD5 8089342a58965c93a48e7ea83764c0ae
BLAKE2b-256 fd813cedabcf1cd8ce6197e1cdddff8bd49096bb011cbc9beae4b4c3e49d5dca

See more details on using hashes here.

Provenance

The following attestation bundles were made for partsegcore_compiled_backend-0.15.14-cp311-cp311-musllinux_1_2_aarch64.whl:

Publisher: wheels.yml on 4DNucleome/PartSegCore-compiled-backend

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file partsegcore_compiled_backend-0.15.14-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for partsegcore_compiled_backend-0.15.14-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 16b384136d170fb30472a05ebbba9b75ae2fbd464d744b79d963dd000c9251d9
MD5 a21f9f4dc808f6672683a60ca0168c83
BLAKE2b-256 61298ebdfea525edf76bb2745d6da77e4245782274cec31f617dfe22c675c15c

See more details on using hashes here.

Provenance

The following attestation bundles were made for partsegcore_compiled_backend-0.15.14-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl:

Publisher: wheels.yml on 4DNucleome/PartSegCore-compiled-backend

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file partsegcore_compiled_backend-0.15.14-cp311-cp311-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for partsegcore_compiled_backend-0.15.14-cp311-cp311-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 d1381f1a31398f7ec11fa4bb03866ae51fb1f83d681b0f1c52d48306d52de60f
MD5 59feb302089a4cc8ec13e1037f0b8a4a
BLAKE2b-256 cf243bd8e9741c87f5e9581e4c8b85f34a8f8bbb262a2c0b170c91b2b4d89130

See more details on using hashes here.

Provenance

The following attestation bundles were made for partsegcore_compiled_backend-0.15.14-cp311-cp311-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl:

Publisher: wheels.yml on 4DNucleome/PartSegCore-compiled-backend

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file partsegcore_compiled_backend-0.15.14-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for partsegcore_compiled_backend-0.15.14-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 b9ec25b110114bc729051d8e2d3a60c941e5bc8c51a770dbb6a8bdb8e34c99e2
MD5 0242277be8502f234f61ab37a08c47e9
BLAKE2b-256 25411c8dd6412c9e9a11a99dd646f57c61bb63921dd61d56acba1c0cf083d136

See more details on using hashes here.

Provenance

The following attestation bundles were made for partsegcore_compiled_backend-0.15.14-cp311-cp311-macosx_11_0_arm64.whl:

Publisher: wheels.yml on 4DNucleome/PartSegCore-compiled-backend

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file partsegcore_compiled_backend-0.15.14-cp311-cp311-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for partsegcore_compiled_backend-0.15.14-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 6c5994a3cc7abb3a8fc16958e6ff8ca6ba689e97ecf92838c1e0bf1edc34dedc
MD5 9f456d2e74485393abfeaf47198e83a2
BLAKE2b-256 c744c075bfb9556912ad0005c423d7e15fd89adbb935d75fbe940ef4ee18ad7a

See more details on using hashes here.

Provenance

The following attestation bundles were made for partsegcore_compiled_backend-0.15.14-cp311-cp311-macosx_10_9_x86_64.whl:

Publisher: wheels.yml on 4DNucleome/PartSegCore-compiled-backend

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file partsegcore_compiled_backend-0.15.14-cp310-cp310-win_amd64.whl.

File metadata

File hashes

Hashes for partsegcore_compiled_backend-0.15.14-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 0a887c79f5d329adc12c4cbc545322c1e4f0b883480bd9b1983998f6a21ed7bb
MD5 c935f70e177cb072e7b52e214e2223d7
BLAKE2b-256 ec6b59c4e1033c50e8a4612d3d59b48e801af72d7c183b9be31db67d6450d7b7

See more details on using hashes here.

Provenance

The following attestation bundles were made for partsegcore_compiled_backend-0.15.14-cp310-cp310-win_amd64.whl:

Publisher: wheels.yml on 4DNucleome/PartSegCore-compiled-backend

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file partsegcore_compiled_backend-0.15.14-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for partsegcore_compiled_backend-0.15.14-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 c67e2f6d8aa136584cdb3561738942de925ab3d484e55aa6d52385af6d61e858
MD5 f698ed2cbaa410ee4cba985072dcac4d
BLAKE2b-256 3ddd3f1784a869bb511e7c872468b69fdfd0c108759713f928674efb52fa6439

See more details on using hashes here.

Provenance

The following attestation bundles were made for partsegcore_compiled_backend-0.15.14-cp310-cp310-musllinux_1_2_x86_64.whl:

Publisher: wheels.yml on 4DNucleome/PartSegCore-compiled-backend

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file partsegcore_compiled_backend-0.15.14-cp310-cp310-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for partsegcore_compiled_backend-0.15.14-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 d1753843568073f09d4b2aa79f261942daa73a36a9aefde385ed775b7f629280
MD5 4da47bef58def281e7672778996faa21
BLAKE2b-256 492de6c72a79b41909b47caccaa102d79ad63c15c2698e34a7c5fe53600f63cf

See more details on using hashes here.

Provenance

The following attestation bundles were made for partsegcore_compiled_backend-0.15.14-cp310-cp310-musllinux_1_2_aarch64.whl:

Publisher: wheels.yml on 4DNucleome/PartSegCore-compiled-backend

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file partsegcore_compiled_backend-0.15.14-cp310-cp310-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for partsegcore_compiled_backend-0.15.14-cp310-cp310-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 03e421c302b028957ed2463fe591d19c6d0a3c944634c81c98652284d5ebca3e
MD5 08272d7247b4042b5e8524b8ecd51d48
BLAKE2b-256 c90cfe10e989963ead07f98db911ba504868aba36b0a0a59ddf47730e19b6913

See more details on using hashes here.

Provenance

The following attestation bundles were made for partsegcore_compiled_backend-0.15.14-cp310-cp310-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl:

Publisher: wheels.yml on 4DNucleome/PartSegCore-compiled-backend

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file partsegcore_compiled_backend-0.15.14-cp310-cp310-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for partsegcore_compiled_backend-0.15.14-cp310-cp310-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 2b63c8f2d1e57cf725f4db009c6c2923f030c08761728e7de045f9699118b9f0
MD5 9f16c8cbf74be493d5cd3672ef97dd16
BLAKE2b-256 e47aa990f9905f68f1b16b12f89e7b1bd9f1acc84b25ba17b0f2a34256fa9e99

See more details on using hashes here.

Provenance

The following attestation bundles were made for partsegcore_compiled_backend-0.15.14-cp310-cp310-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl:

Publisher: wheels.yml on 4DNucleome/PartSegCore-compiled-backend

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file partsegcore_compiled_backend-0.15.14-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for partsegcore_compiled_backend-0.15.14-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 044d226d291838e82c095bdc49ff38cbfb01cb8e79ca0c8da98c213ad7cc77ac
MD5 cddd86acf99721b2811d513dcc8dc0f9
BLAKE2b-256 2ac054252d635fb2ff85b916dba0a656d816c45a8e6dc849724e20116c6a135e

See more details on using hashes here.

Provenance

The following attestation bundles were made for partsegcore_compiled_backend-0.15.14-cp310-cp310-macosx_11_0_arm64.whl:

Publisher: wheels.yml on 4DNucleome/PartSegCore-compiled-backend

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file partsegcore_compiled_backend-0.15.14-cp310-cp310-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for partsegcore_compiled_backend-0.15.14-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 2a657b20bbfe4ef54aa27d0fcbe30fe45a6ac7ed55ea1cef76ae7a4eac485e6e
MD5 57332a937530b20c2a17f2c8d298b841
BLAKE2b-256 c443a3611293411ffec5562c1a35c280c12b680b3d54ba29a36f1542f8c90f6b

See more details on using hashes here.

Provenance

The following attestation bundles were made for partsegcore_compiled_backend-0.15.14-cp310-cp310-macosx_10_9_x86_64.whl:

Publisher: wheels.yml on 4DNucleome/PartSegCore-compiled-backend

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file partsegcore_compiled_backend-0.15.14-cp39-cp39-win_amd64.whl.

File metadata

File hashes

Hashes for partsegcore_compiled_backend-0.15.14-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 345386581c1721d02baa68ef5fbc937e3609e5634cfc073e2b1c0793725ebc50
MD5 1af294c16ce1447eb90840d779344b0a
BLAKE2b-256 46feaa2b92f256410dec575f78c9e377539265ad28d47856ebb24a474d04307c

See more details on using hashes here.

Provenance

The following attestation bundles were made for partsegcore_compiled_backend-0.15.14-cp39-cp39-win_amd64.whl:

Publisher: wheels.yml on 4DNucleome/PartSegCore-compiled-backend

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file partsegcore_compiled_backend-0.15.14-cp39-cp39-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for partsegcore_compiled_backend-0.15.14-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 3cf052f21f09c781963ce494288e12e9f531e7e6ac466a0a38fbe12d60902e2b
MD5 0f72c51cb6034929c471aa65abce868a
BLAKE2b-256 0aaea36403f314297859351aa3e7fc9b3d7887052c4311bf0bb57c54887a5aad

See more details on using hashes here.

Provenance

The following attestation bundles were made for partsegcore_compiled_backend-0.15.14-cp39-cp39-musllinux_1_2_x86_64.whl:

Publisher: wheels.yml on 4DNucleome/PartSegCore-compiled-backend

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file partsegcore_compiled_backend-0.15.14-cp39-cp39-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for partsegcore_compiled_backend-0.15.14-cp39-cp39-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 2fd5aac9b9a3db269553ee11a8c5bb37328ca2bcba6346848fec78916d8530ad
MD5 0a00d3a9bf1f8e0f4da4771117aa3566
BLAKE2b-256 7aca7ce76bb85c8b20b97791a6db4c37be0ea79076fe342335de8fb8eabb7664

See more details on using hashes here.

Provenance

The following attestation bundles were made for partsegcore_compiled_backend-0.15.14-cp39-cp39-musllinux_1_2_aarch64.whl:

Publisher: wheels.yml on 4DNucleome/PartSegCore-compiled-backend

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file partsegcore_compiled_backend-0.15.14-cp39-cp39-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for partsegcore_compiled_backend-0.15.14-cp39-cp39-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 e461d8ac6bf1217f7b52edc0a1301a22006ea8d7802cb56fd300c6bf115f57e5
MD5 98edf0ffe7bffa25df0f090b85640b7e
BLAKE2b-256 951e78d608ff3995b93e81bf030db2d1266680dda105155e8562f5dcd0e9fb9e

See more details on using hashes here.

Provenance

The following attestation bundles were made for partsegcore_compiled_backend-0.15.14-cp39-cp39-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl:

Publisher: wheels.yml on 4DNucleome/PartSegCore-compiled-backend

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file partsegcore_compiled_backend-0.15.14-cp39-cp39-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for partsegcore_compiled_backend-0.15.14-cp39-cp39-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 ae7c50f3b28cebd0c3842b83a40b56e297048faa45356a7bf60c9150402a9416
MD5 506b057a2501863b1baa027bab56348d
BLAKE2b-256 e201a35b2c4c9c148c5924106d3910181f56b0ae3d9ecaba55e0d43f5eb69fa7

See more details on using hashes here.

Provenance

The following attestation bundles were made for partsegcore_compiled_backend-0.15.14-cp39-cp39-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl:

Publisher: wheels.yml on 4DNucleome/PartSegCore-compiled-backend

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file partsegcore_compiled_backend-0.15.14-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for partsegcore_compiled_backend-0.15.14-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 21ee08f8d94c99a587e32f5469e60939c9280d1728ef0b1b54924612642db163
MD5 6b6a2a17b927163129f53561dd9e4ec9
BLAKE2b-256 4818c1b87ad98fe026477d222a63ac69c6d4285c5dd44c83a3ba3cb4f460d6c9

See more details on using hashes here.

Provenance

The following attestation bundles were made for partsegcore_compiled_backend-0.15.14-cp39-cp39-macosx_11_0_arm64.whl:

Publisher: wheels.yml on 4DNucleome/PartSegCore-compiled-backend

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file partsegcore_compiled_backend-0.15.14-cp39-cp39-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for partsegcore_compiled_backend-0.15.14-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 9d13c0122c96574a83393f97a99b0c32c8f09787763a6efdc7a818ec6aebe718
MD5 83c07149bf3f34f2c89b2addfaa93f8c
BLAKE2b-256 dfc4ce35f928aa4db374752a3dd3e8f20abada3ab74d7d41ad0902585870eff3

See more details on using hashes here.

Provenance

The following attestation bundles were made for partsegcore_compiled_backend-0.15.14-cp39-cp39-macosx_10_9_x86_64.whl:

Publisher: wheels.yml on 4DNucleome/PartSegCore-compiled-backend

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page