fastcluster (original) (raw)
Project description
This library provides Python functions for hierarchical clustering. It generates hierarchical clusters from distance matrices or from vector data.
This module is intended to replace the functions
linkage, single, complete, average, weighted, centroid, median, ward
in the module scipy.cluster.hierarchy with the same functionality but much faster algorithms. Moreover, the functionlinkage_vector
provides memory-efficient clustering for vector data.
The interface is very similar to MATLAB's Statistics Toolbox API to make code easier to port from MATLAB to Python/NumPy. The core implementation of this library is in C++ for efficiency.
User manual: fastcluster.pdf.
The “Yule” distance function changed in fastcluster version 1.2.0. This is following a change in SciPy 1.6.3. The “Jaccard” distance function changed in the Python interface of fastcluster version 1.3.0. This is following a change in SciPy 1.15.0. Therefore, the following pairings of SciPy and fastcluster versions are recommended:
SciPy version v | Recommended fastcluster version |
---|---|
v < 1.6.3 | 1.1.28 |
1.6.3 ≤ v < 1.15.0 | 1.2.6 |
v ≥ 1.15.0 | latest (≥ 1.3.0) |
The fastcluster package is considered stable and will undergo few changes from now on. If some years from now there have not been any updates, this does not necessarily mean that the package is unmaintained but maybe it just was not necessary to correct anything. Of course, please still report potential bugs and incompatibilities to daniel@danifold.net. You may also usemy GitHub repositoryfor bug reports, pull requests etc.
Note that PyPI and my GitHub repository host the source code for the Python interface only. The archive with both the R and the Python interface is available onCRAN and the GitHub repository“cran/fastcluster”. Even though I appear as the author also of this second GitHub repository, this is just an automatic, read-only mirror of the CRAN archive, so please do not attempt to report bugs or contact me via this repository.
Installation files for Windows are provided on PyPI and on Christoph Gohlke's web page.
Christoph Dalitz wrote a pure C++ interface to fastcluster.
Reference: Daniel Müllner, fastcluster: Fast Hierarchical, Agglomerative Clustering Routines for R and Python, Journal of Statistical Software, 53(2013), no. 9, 1–18, https://doi.org/10.18637/jss.v053.i09.
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
Built Distributions
File details
Details for the file fastcluster-1.3.0.tar.gz
.
File metadata
- Download URL: fastcluster-1.3.0.tar.gz
- Upload date: May 6, 2025
- Size: 173.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
Hashes for fastcluster-1.3.0.tar.gz | Algorithm | Hash digest | | | ----------- | ---------------------------------------------------------------- | | | SHA256 | d5233aeba5c3faa949c7fa6a39345a09f716ccebbd748541e5735c866696df02 | | | MD5 | 71e686697cbd028cf112fad65400ebbe | | | BLAKE2b-256 | 411e417892546cb92e71f5bcaeffc8d89b47716fd811805a8ae559b91f754015 | |
See more details on using hashes here.
Provenance
The following attestation bundles were made for fastcluster-1.3.0.tar.gz
:
Publisher: pythonpackage.yml on fastcluster/fastcluster
Attestations: Values shown here reflect the state when the release was signed and may no longer be current.
- Statement:
- Statement type: https://in-toto.io/Statement/v1
- Predicate type: https://docs.pypi.org/attestations/publish/v1
- Subject name:
fastcluster-1.3.0.tar.gz
- Subject digest:
d5233aeba5c3faa949c7fa6a39345a09f716ccebbd748541e5735c866696df02
- Sigstore transparency entry: 207523752
- Sigstore integration time: May 6, 2025
Source repository: - Permalink: fastcluster/fastcluster@690e59af7e9bf10aeff04d29baa863608a4d7c51
- Branch / Tag: refs/tags/v1.3.0
- Owner: https://github.com/fastcluster
- Access:
public
Publication detail: - Token Issuer:
https://token.actions.githubusercontent.com
- Runner Environment:
github-hosted
- Publication workflow: pythonpackage.yml@690e59af7e9bf10aeff04d29baa863608a4d7c51
- Trigger Event:
push
File details
Details for the file fastcluster-1.3.0-cp313-cp313-win_amd64.whl
.
File metadata
- Download URL: fastcluster-1.3.0-cp313-cp313-win_amd64.whl
- Upload date: May 6, 2025
- Size: 37.4 kB
- Tags: CPython 3.13, Windows x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
Hashes for fastcluster-1.3.0-cp313-cp313-win_amd64.whl | Algorithm | Hash digest | | | ----------- | ---------------------------------------------------------------- | | | SHA256 | e7c78f0e9e05c6f380d3d018ef5106d4526461abfd764fe7c0a7b53911b36c7d | | | MD5 | c9e94682b20c7104bedeebee6dc194ca | | | BLAKE2b-256 | b16478709a98a17f33feb960c6547c33e7e4838e49d4998b3a318f255757fe68 | |
See more details on using hashes here.
Provenance
The following attestation bundles were made for fastcluster-1.3.0-cp313-cp313-win_amd64.whl
:
Publisher: pythonpackage.yml on fastcluster/fastcluster
Attestations: Values shown here reflect the state when the release was signed and may no longer be current.
- Statement:
- Statement type: https://in-toto.io/Statement/v1
- Predicate type: https://docs.pypi.org/attestations/publish/v1
- Subject name:
fastcluster-1.3.0-cp313-cp313-win_amd64.whl
- Subject digest:
e7c78f0e9e05c6f380d3d018ef5106d4526461abfd764fe7c0a7b53911b36c7d
- Sigstore transparency entry: 207523755
- Sigstore integration time: May 6, 2025
Source repository: - Permalink: fastcluster/fastcluster@690e59af7e9bf10aeff04d29baa863608a4d7c51
- Branch / Tag: refs/tags/v1.3.0
- Owner: https://github.com/fastcluster
- Access:
public
Publication detail: - Token Issuer:
https://token.actions.githubusercontent.com
- Runner Environment:
github-hosted
- Publication workflow: pythonpackage.yml@690e59af7e9bf10aeff04d29baa863608a4d7c51
- Trigger Event:
push
File details
Details for the file fastcluster-1.3.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
.
File metadata
- Download URL: fastcluster-1.3.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date: May 6, 2025
- Size: 184.3 kB
- Tags: CPython 3.13, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
Hashes for fastcluster-1.3.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl | Algorithm | Hash digest | | | ----------- | ---------------------------------------------------------------- | | | SHA256 | 5c71b7236288b9067d329359639789060e030285e8da2724fcdacd55ae751947 | | | MD5 | 22c272906fdcf257fa5ab481d62c54fb | | | BLAKE2b-256 | ea485d043913451576248ac026e9659f4fffb5356f7e2556e115fe3941f7fe03 | |
See more details on using hashes here.
Provenance
The following attestation bundles were made for fastcluster-1.3.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
:
Publisher: pythonpackage.yml on fastcluster/fastcluster
Attestations: Values shown here reflect the state when the release was signed and may no longer be current.
- Statement:
- Statement type: https://in-toto.io/Statement/v1
- Predicate type: https://docs.pypi.org/attestations/publish/v1
- Subject name:
fastcluster-1.3.0-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
- Subject digest:
5c71b7236288b9067d329359639789060e030285e8da2724fcdacd55ae751947
- Sigstore transparency entry: 207523781
- Sigstore integration time: May 6, 2025
Source repository: - Permalink: fastcluster/fastcluster@690e59af7e9bf10aeff04d29baa863608a4d7c51
- Branch / Tag: refs/tags/v1.3.0
- Owner: https://github.com/fastcluster
- Access:
public
Publication detail: - Token Issuer:
https://token.actions.githubusercontent.com
- Runner Environment:
github-hosted
- Publication workflow: pythonpackage.yml@690e59af7e9bf10aeff04d29baa863608a4d7c51
- Trigger Event:
push
File details
Details for the file fastcluster-1.3.0-cp313-cp313-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
.
File metadata
- Download URL: fastcluster-1.3.0-cp313-cp313-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date: May 6, 2025
- Size: 193.9 kB
- Tags: CPython 3.13, manylinux: glibc 2.17+ x86-64, manylinux: glibc 2.5+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
Hashes for fastcluster-1.3.0-cp313-cp313-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl | Algorithm | Hash digest | | | ----------- | ---------------------------------------------------------------- | | | SHA256 | 2dce31ace6f8e08c5400d6e19492fe09aba2b050f78a7aa6943ba2ae50dcd1b0 | | | MD5 | 5d9552209ee31582f824c46b8777222d | | | BLAKE2b-256 | 59f3f71552b94a39509b62e72c4a26b6e4440bb9ce6decacf90af2916829e69e | |
See more details on using hashes here.
Provenance
The following attestation bundles were made for fastcluster-1.3.0-cp313-cp313-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
:
Publisher: pythonpackage.yml on fastcluster/fastcluster
Attestations: Values shown here reflect the state when the release was signed and may no longer be current.
- Statement:
- Statement type: https://in-toto.io/Statement/v1
- Predicate type: https://docs.pypi.org/attestations/publish/v1
- Subject name:
fastcluster-1.3.0-cp313-cp313-manylinux1_x86_64.manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_5_x86_64.whl
- Subject digest:
2dce31ace6f8e08c5400d6e19492fe09aba2b050f78a7aa6943ba2ae50dcd1b0
- Sigstore transparency entry: 207523824
- Sigstore integration time: May 6, 2025
Source repository: - Permalink: fastcluster/fastcluster@690e59af7e9bf10aeff04d29baa863608a4d7c51
- Branch / Tag: refs/tags/v1.3.0
- Owner: https://github.com/fastcluster
- Access:
public
Publication detail: - Token Issuer:
https://token.actions.githubusercontent.com
- Runner Environment:
github-hosted
- Publication workflow: pythonpackage.yml@690e59af7e9bf10aeff04d29baa863608a4d7c51
- Trigger Event:
push
File details
Details for the file fastcluster-1.3.0-cp313-cp313-macosx_11_0_arm64.whl
.
File metadata
- Download URL: fastcluster-1.3.0-cp313-cp313-macosx_11_0_arm64.whl
- Upload date: May 6, 2025
- Size: 34.8 kB
- Tags: CPython 3.13, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
Hashes for fastcluster-1.3.0-cp313-cp313-macosx_11_0_arm64.whl | Algorithm | Hash digest | | | ----------- | ---------------------------------------------------------------- | | | SHA256 | 400213bdc7d5135c4282fdb7ad6b0579d5a041c16e67ef69bd9d6749335256fd | | | MD5 | 8177f533fe421bf65983bc63977c7db1 | | | BLAKE2b-256 | 402a69c313ffc9521d5bd6a32250ac0222289ef6192b4ce524bb8d42796967ef | |
See more details on using hashes here.
Provenance
The following attestation bundles were made for fastcluster-1.3.0-cp313-cp313-macosx_11_0_arm64.whl
:
Publisher: pythonpackage.yml on fastcluster/fastcluster
Attestations: Values shown here reflect the state when the release was signed and may no longer be current.
- Statement:
- Statement type: https://in-toto.io/Statement/v1
- Predicate type: https://docs.pypi.org/attestations/publish/v1
- Subject name:
fastcluster-1.3.0-cp313-cp313-macosx_11_0_arm64.whl
- Subject digest:
400213bdc7d5135c4282fdb7ad6b0579d5a041c16e67ef69bd9d6749335256fd
- Sigstore transparency entry: 207523799
- Sigstore integration time: May 6, 2025
Source repository: - Permalink: fastcluster/fastcluster@690e59af7e9bf10aeff04d29baa863608a4d7c51
- Branch / Tag: refs/tags/v1.3.0
- Owner: https://github.com/fastcluster
- Access:
public
Publication detail: - Token Issuer:
https://token.actions.githubusercontent.com
- Runner Environment:
github-hosted
- Publication workflow: pythonpackage.yml@690e59af7e9bf10aeff04d29baa863608a4d7c51
- Trigger Event:
push
File details
Details for the file fastcluster-1.3.0-cp313-cp313-macosx_10_13_x86_64.whl
.
File metadata
- Download URL: fastcluster-1.3.0-cp313-cp313-macosx_10_13_x86_64.whl
- Upload date: May 6, 2025
- Size: 38.9 kB
- Tags: CPython 3.13, macOS 10.13+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
Hashes for fastcluster-1.3.0-cp313-cp313-macosx_10_13_x86_64.whl | Algorithm | Hash digest | | | ----------- | ---------------------------------------------------------------- | | | SHA256 | 34f0be433cfe0f5c5f3f71052e1850a99fe712f625889adb08d8d1ae851fe7ec | | | MD5 | 29dfdf40cc8efea3e6a0d5ec3be44dee | | | BLAKE2b-256 | 89b5d72b995d254457e015057ca7ef0bbb34e85d45afb71f88d03f847879d711 | |
See more details on using hashes here.
Provenance
The following attestation bundles were made for fastcluster-1.3.0-cp313-cp313-macosx_10_13_x86_64.whl
:
Publisher: pythonpackage.yml on fastcluster/fastcluster
Attestations: Values shown here reflect the state when the release was signed and may no longer be current.
- Statement:
- Statement type: https://in-toto.io/Statement/v1
- Predicate type: https://docs.pypi.org/attestations/publish/v1
- Subject name:
fastcluster-1.3.0-cp313-cp313-macosx_10_13_x86_64.whl
- Subject digest:
34f0be433cfe0f5c5f3f71052e1850a99fe712f625889adb08d8d1ae851fe7ec
- Sigstore transparency entry: 207523813
- Sigstore integration time: May 6, 2025
Source repository: - Permalink: fastcluster/fastcluster@690e59af7e9bf10aeff04d29baa863608a4d7c51
- Branch / Tag: refs/tags/v1.3.0
- Owner: https://github.com/fastcluster
- Access:
public
Publication detail: - Token Issuer:
https://token.actions.githubusercontent.com
- Runner Environment:
github-hosted
- Publication workflow: pythonpackage.yml@690e59af7e9bf10aeff04d29baa863608a4d7c51
- Trigger Event:
push
File details
Details for the file fastcluster-1.3.0-cp313-cp313-macosx_10_13_universal2.whl
.
File metadata
- Download URL: fastcluster-1.3.0-cp313-cp313-macosx_10_13_universal2.whl
- Upload date: May 6, 2025
- Size: 62.8 kB
- Tags: CPython 3.13, macOS 10.13+ universal2 (ARM64, x86-64)
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
Hashes for fastcluster-1.3.0-cp313-cp313-macosx_10_13_universal2.whl | Algorithm | Hash digest | | | ----------- | ---------------------------------------------------------------- | | | SHA256 | 07b7cb3a831958f3039064be193a7c125657861e57b257965245c755d41ac031 | | | MD5 | afd88d662017a9ae06a809a3d60b94ba | | | BLAKE2b-256 | 368707ff592bcf14e6fcace16f639f623fd4298ddd3538bbd4f0c0ee697f2edd | |
See more details on using hashes here.
Provenance
The following attestation bundles were made for fastcluster-1.3.0-cp313-cp313-macosx_10_13_universal2.whl
:
Publisher: pythonpackage.yml on fastcluster/fastcluster
Attestations: Values shown here reflect the state when the release was signed and may no longer be current.
- Statement:
- Statement type: https://in-toto.io/Statement/v1
- Predicate type: https://docs.pypi.org/attestations/publish/v1
- Subject name:
fastcluster-1.3.0-cp313-cp313-macosx_10_13_universal2.whl
- Subject digest:
07b7cb3a831958f3039064be193a7c125657861e57b257965245c755d41ac031
- Sigstore transparency entry: 207523775
- Sigstore integration time: May 6, 2025
Source repository: - Permalink: fastcluster/fastcluster@690e59af7e9bf10aeff04d29baa863608a4d7c51
- Branch / Tag: refs/tags/v1.3.0
- Owner: https://github.com/fastcluster
- Access:
public
Publication detail: - Token Issuer:
https://token.actions.githubusercontent.com
- Runner Environment:
github-hosted
- Publication workflow: pythonpackage.yml@690e59af7e9bf10aeff04d29baa863608a4d7c51
- Trigger Event:
push
File details
Details for the file fastcluster-1.3.0-cp312-cp312-win_amd64.whl
.
File metadata
- Download URL: fastcluster-1.3.0-cp312-cp312-win_amd64.whl
- Upload date: May 6, 2025
- Size: 37.4 kB
- Tags: CPython 3.12, Windows x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
Hashes for fastcluster-1.3.0-cp312-cp312-win_amd64.whl | Algorithm | Hash digest | | | ----------- | ---------------------------------------------------------------- | | | SHA256 | 317db2531895cdf178a3009d3a8b13dfa83a5ed4ab14943b33377174cf9420cf | | | MD5 | 04488510dcd753c1588e6277d192c8c4 | | | BLAKE2b-256 | d063e6ffa0b2cc9d708f9ab6eb4dd22fc843d64002e7cf9b2bc1ca6ec6df0dd7 | |
See more details on using hashes here.
Provenance
The following attestation bundles were made for fastcluster-1.3.0-cp312-cp312-win_amd64.whl
:
Publisher: pythonpackage.yml on fastcluster/fastcluster
Attestations: Values shown here reflect the state when the release was signed and may no longer be current.
- Statement:
- Statement type: https://in-toto.io/Statement/v1
- Predicate type: https://docs.pypi.org/attestations/publish/v1
- Subject name:
fastcluster-1.3.0-cp312-cp312-win_amd64.whl
- Subject digest:
317db2531895cdf178a3009d3a8b13dfa83a5ed4ab14943b33377174cf9420cf
- Sigstore transparency entry: 207523782
- Sigstore integration time: May 6, 2025
Source repository: - Permalink: fastcluster/fastcluster@690e59af7e9bf10aeff04d29baa863608a4d7c51
- Branch / Tag: refs/tags/v1.3.0
- Owner: https://github.com/fastcluster
- Access:
public
Publication detail: - Token Issuer:
https://token.actions.githubusercontent.com
- Runner Environment:
github-hosted
- Publication workflow: pythonpackage.yml@690e59af7e9bf10aeff04d29baa863608a4d7c51
- Trigger Event:
push
File details
Details for the file fastcluster-1.3.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
.
File metadata
- Download URL: fastcluster-1.3.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date: May 6, 2025
- Size: 184.4 kB
- Tags: CPython 3.12, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
Hashes for fastcluster-1.3.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl | Algorithm | Hash digest | | | ----------- | ---------------------------------------------------------------- | | | SHA256 | d0d22a99d2fef1d7a314650e0f5fc78d4f91d4b233e5aa81b31da45506d25f21 | | | MD5 | 2a982a569fcf8449ea8b25534048d373 | | | BLAKE2b-256 | db36bc720b34d27bcb40024d63692e1f30a4e9402670881121755c5a1fb5e5c8 | |
See more details on using hashes here.
Provenance
The following attestation bundles were made for fastcluster-1.3.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
:
Publisher: pythonpackage.yml on fastcluster/fastcluster
Attestations: Values shown here reflect the state when the release was signed and may no longer be current.
- Statement:
- Statement type: https://in-toto.io/Statement/v1
- Predicate type: https://docs.pypi.org/attestations/publish/v1
- Subject name:
fastcluster-1.3.0-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
- Subject digest:
d0d22a99d2fef1d7a314650e0f5fc78d4f91d4b233e5aa81b31da45506d25f21
- Sigstore transparency entry: 207523811
- Sigstore integration time: May 6, 2025
Source repository: - Permalink: fastcluster/fastcluster@690e59af7e9bf10aeff04d29baa863608a4d7c51
- Branch / Tag: refs/tags/v1.3.0
- Owner: https://github.com/fastcluster
- Access:
public
Publication detail: - Token Issuer:
https://token.actions.githubusercontent.com
- Runner Environment:
github-hosted
- Publication workflow: pythonpackage.yml@690e59af7e9bf10aeff04d29baa863608a4d7c51
- Trigger Event:
push
File details
Details for the file fastcluster-1.3.0-cp312-cp312-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
.
File metadata
- Download URL: fastcluster-1.3.0-cp312-cp312-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date: May 6, 2025
- Size: 194.1 kB
- Tags: CPython 3.12, manylinux: glibc 2.17+ x86-64, manylinux: glibc 2.5+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
Hashes for fastcluster-1.3.0-cp312-cp312-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl | Algorithm | Hash digest | | | ----------- | ---------------------------------------------------------------- | | | SHA256 | 428126288895fcb6316a239635bafaa19e4677240afee2723a952e488929091d | | | MD5 | 60aca35d4a21fff4c25afc23d1cfc957 | | | BLAKE2b-256 | 27ebdf607b9e505fc105539977c7da68af06a448d6dfb86355ff2b839c775fbe | |
See more details on using hashes here.
Provenance
The following attestation bundles were made for fastcluster-1.3.0-cp312-cp312-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
:
Publisher: pythonpackage.yml on fastcluster/fastcluster
Attestations: Values shown here reflect the state when the release was signed and may no longer be current.
- Statement:
- Statement type: https://in-toto.io/Statement/v1
- Predicate type: https://docs.pypi.org/attestations/publish/v1
- Subject name:
fastcluster-1.3.0-cp312-cp312-manylinux1_x86_64.manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_5_x86_64.whl
- Subject digest:
428126288895fcb6316a239635bafaa19e4677240afee2723a952e488929091d
- Sigstore transparency entry: 207523805
- Sigstore integration time: May 6, 2025
Source repository: - Permalink: fastcluster/fastcluster@690e59af7e9bf10aeff04d29baa863608a4d7c51
- Branch / Tag: refs/tags/v1.3.0
- Owner: https://github.com/fastcluster
- Access:
public
Publication detail: - Token Issuer:
https://token.actions.githubusercontent.com
- Runner Environment:
github-hosted
- Publication workflow: pythonpackage.yml@690e59af7e9bf10aeff04d29baa863608a4d7c51
- Trigger Event:
push
File details
Details for the file fastcluster-1.3.0-cp312-cp312-macosx_11_0_arm64.whl
.
File metadata
- Download URL: fastcluster-1.3.0-cp312-cp312-macosx_11_0_arm64.whl
- Upload date: May 6, 2025
- Size: 34.8 kB
- Tags: CPython 3.12, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
Hashes for fastcluster-1.3.0-cp312-cp312-macosx_11_0_arm64.whl | Algorithm | Hash digest | | | ----------- | ---------------------------------------------------------------- | | | SHA256 | 1ddd6df989ee9ced20c4ecd7cef8df421a10b5410913385bb29d9183d21cc5ee | | | MD5 | 92688e9cccf720e03f1668e3ca7c692a | | | BLAKE2b-256 | e5690bf77416d2fba60d773039eb236c6fcf64384236c58e63b5a2120e803af3 | |
See more details on using hashes here.
Provenance
The following attestation bundles were made for fastcluster-1.3.0-cp312-cp312-macosx_11_0_arm64.whl
:
Publisher: pythonpackage.yml on fastcluster/fastcluster
Attestations: Values shown here reflect the state when the release was signed and may no longer be current.
- Statement:
- Statement type: https://in-toto.io/Statement/v1
- Predicate type: https://docs.pypi.org/attestations/publish/v1
- Subject name:
fastcluster-1.3.0-cp312-cp312-macosx_11_0_arm64.whl
- Subject digest:
1ddd6df989ee9ced20c4ecd7cef8df421a10b5410913385bb29d9183d21cc5ee
- Sigstore transparency entry: 207523788
- Sigstore integration time: May 6, 2025
Source repository: - Permalink: fastcluster/fastcluster@690e59af7e9bf10aeff04d29baa863608a4d7c51
- Branch / Tag: refs/tags/v1.3.0
- Owner: https://github.com/fastcluster
- Access:
public
Publication detail: - Token Issuer:
https://token.actions.githubusercontent.com
- Runner Environment:
github-hosted
- Publication workflow: pythonpackage.yml@690e59af7e9bf10aeff04d29baa863608a4d7c51
- Trigger Event:
push
File details
Details for the file fastcluster-1.3.0-cp312-cp312-macosx_10_13_x86_64.whl
.
File metadata
- Download URL: fastcluster-1.3.0-cp312-cp312-macosx_10_13_x86_64.whl
- Upload date: May 6, 2025
- Size: 38.9 kB
- Tags: CPython 3.12, macOS 10.13+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
Hashes for fastcluster-1.3.0-cp312-cp312-macosx_10_13_x86_64.whl | Algorithm | Hash digest | | | ----------- | ---------------------------------------------------------------- | | | SHA256 | 6be2e33529917df1398f5d85ea55856ebddd81041b0fbe2dfc6badcb0c3b2054 | | | MD5 | 514593815df34cb956fe3ee26a43e0c7 | | | BLAKE2b-256 | fe77d1cf1f6e6c83c11ebcf4d378a5ea566d30b50e240477f695e33a9b88698b | |
See more details on using hashes here.
Provenance
The following attestation bundles were made for fastcluster-1.3.0-cp312-cp312-macosx_10_13_x86_64.whl
:
Publisher: pythonpackage.yml on fastcluster/fastcluster
Attestations: Values shown here reflect the state when the release was signed and may no longer be current.
- Statement:
- Statement type: https://in-toto.io/Statement/v1
- Predicate type: https://docs.pypi.org/attestations/publish/v1
- Subject name:
fastcluster-1.3.0-cp312-cp312-macosx_10_13_x86_64.whl
- Subject digest:
6be2e33529917df1398f5d85ea55856ebddd81041b0fbe2dfc6badcb0c3b2054
- Sigstore transparency entry: 207523792
- Sigstore integration time: May 6, 2025
Source repository: - Permalink: fastcluster/fastcluster@690e59af7e9bf10aeff04d29baa863608a4d7c51
- Branch / Tag: refs/tags/v1.3.0
- Owner: https://github.com/fastcluster
- Access:
public
Publication detail: - Token Issuer:
https://token.actions.githubusercontent.com
- Runner Environment:
github-hosted
- Publication workflow: pythonpackage.yml@690e59af7e9bf10aeff04d29baa863608a4d7c51
- Trigger Event:
push
File details
Details for the file fastcluster-1.3.0-cp312-cp312-macosx_10_13_universal2.whl
.
File metadata
- Download URL: fastcluster-1.3.0-cp312-cp312-macosx_10_13_universal2.whl
- Upload date: May 6, 2025
- Size: 62.8 kB
- Tags: CPython 3.12, macOS 10.13+ universal2 (ARM64, x86-64)
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
Hashes for fastcluster-1.3.0-cp312-cp312-macosx_10_13_universal2.whl | Algorithm | Hash digest | | | ----------- | ---------------------------------------------------------------- | | | SHA256 | b20785852abb0ba5af62316327b654cea0fd736f819cd48792de0875ffb485f0 | | | MD5 | 1de4e21aec129c52a9b2877a6f61ebd3 | | | BLAKE2b-256 | 41dcb43081c5f4c1441b46e847adee464cea22dbb106891437b4a2d41a81f59a | |
See more details on using hashes here.
Provenance
The following attestation bundles were made for fastcluster-1.3.0-cp312-cp312-macosx_10_13_universal2.whl
:
Publisher: pythonpackage.yml on fastcluster/fastcluster
Attestations: Values shown here reflect the state when the release was signed and may no longer be current.
- Statement:
- Statement type: https://in-toto.io/Statement/v1
- Predicate type: https://docs.pypi.org/attestations/publish/v1
- Subject name:
fastcluster-1.3.0-cp312-cp312-macosx_10_13_universal2.whl
- Subject digest:
b20785852abb0ba5af62316327b654cea0fd736f819cd48792de0875ffb485f0
- Sigstore transparency entry: 207523803
- Sigstore integration time: May 6, 2025
Source repository: - Permalink: fastcluster/fastcluster@690e59af7e9bf10aeff04d29baa863608a4d7c51
- Branch / Tag: refs/tags/v1.3.0
- Owner: https://github.com/fastcluster
- Access:
public
Publication detail: - Token Issuer:
https://token.actions.githubusercontent.com
- Runner Environment:
github-hosted
- Publication workflow: pythonpackage.yml@690e59af7e9bf10aeff04d29baa863608a4d7c51
- Trigger Event:
push
File details
Details for the file fastcluster-1.3.0-cp311-cp311-win_amd64.whl
.
File metadata
- Download URL: fastcluster-1.3.0-cp311-cp311-win_amd64.whl
- Upload date: May 6, 2025
- Size: 37.3 kB
- Tags: CPython 3.11, Windows x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
Hashes for fastcluster-1.3.0-cp311-cp311-win_amd64.whl | Algorithm | Hash digest | | | ----------- | ---------------------------------------------------------------- | | | SHA256 | 5ae60778ac7ed46108c1175478ff09af0a19a2dbb02090a1c13bf9c5bffbf230 | | | MD5 | 86c074cee196cfcf969e3b4f0011092c | | | BLAKE2b-256 | 4c60ef55d3aa66914e0d1fe751df85b222fe9e78c8782c8f930ad3240d52d92f | |
See more details on using hashes here.
Provenance
The following attestation bundles were made for fastcluster-1.3.0-cp311-cp311-win_amd64.whl
:
Publisher: pythonpackage.yml on fastcluster/fastcluster
Attestations: Values shown here reflect the state when the release was signed and may no longer be current.
- Statement:
- Statement type: https://in-toto.io/Statement/v1
- Predicate type: https://docs.pypi.org/attestations/publish/v1
- Subject name:
fastcluster-1.3.0-cp311-cp311-win_amd64.whl
- Subject digest:
5ae60778ac7ed46108c1175478ff09af0a19a2dbb02090a1c13bf9c5bffbf230
- Sigstore transparency entry: 207523785
- Sigstore integration time: May 6, 2025
Source repository: - Permalink: fastcluster/fastcluster@690e59af7e9bf10aeff04d29baa863608a4d7c51
- Branch / Tag: refs/tags/v1.3.0
- Owner: https://github.com/fastcluster
- Access:
public
Publication detail: - Token Issuer:
https://token.actions.githubusercontent.com
- Runner Environment:
github-hosted
- Publication workflow: pythonpackage.yml@690e59af7e9bf10aeff04d29baa863608a4d7c51
- Trigger Event:
push
File details
Details for the file fastcluster-1.3.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
.
File metadata
- Download URL: fastcluster-1.3.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date: May 6, 2025
- Size: 184.8 kB
- Tags: CPython 3.11, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
Hashes for fastcluster-1.3.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl | Algorithm | Hash digest | | | ----------- | ---------------------------------------------------------------- | | | SHA256 | 4e7037a010199cde6028c3d42327d2f84caae673fc708afed084b5f6c043650d | | | MD5 | 54474b67953dec99bf7fdcb9ccd8eae3 | | | BLAKE2b-256 | b9093d7de0cb4669848fef3f9ec90adee4a4afc03544bc85b5d9fe284cbd909f | |
See more details on using hashes here.
Provenance
The following attestation bundles were made for fastcluster-1.3.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
:
Publisher: pythonpackage.yml on fastcluster/fastcluster
Attestations: Values shown here reflect the state when the release was signed and may no longer be current.
- Statement:
- Statement type: https://in-toto.io/Statement/v1
- Predicate type: https://docs.pypi.org/attestations/publish/v1
- Subject name:
fastcluster-1.3.0-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
- Subject digest:
4e7037a010199cde6028c3d42327d2f84caae673fc708afed084b5f6c043650d
- Sigstore transparency entry: 207523777
- Sigstore integration time: May 6, 2025
Source repository: - Permalink: fastcluster/fastcluster@690e59af7e9bf10aeff04d29baa863608a4d7c51
- Branch / Tag: refs/tags/v1.3.0
- Owner: https://github.com/fastcluster
- Access:
public
Publication detail: - Token Issuer:
https://token.actions.githubusercontent.com
- Runner Environment:
github-hosted
- Publication workflow: pythonpackage.yml@690e59af7e9bf10aeff04d29baa863608a4d7c51
- Trigger Event:
push
File details
Details for the file fastcluster-1.3.0-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
.
File metadata
- Download URL: fastcluster-1.3.0-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date: May 6, 2025
- Size: 194.5 kB
- Tags: CPython 3.11, manylinux: glibc 2.17+ x86-64, manylinux: glibc 2.5+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
Hashes for fastcluster-1.3.0-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl | Algorithm | Hash digest | | | ----------- | ---------------------------------------------------------------- | | | SHA256 | 7467e6da746dba310235546d0b6eef90a1652994dfd2c3022f7052effd142dee | | | MD5 | e0b9a4a87af6b27ed3f9c44126046172 | | | BLAKE2b-256 | d59b700f7d7d4f39e909f8c098a283797d61afc694934c87eb041dd87ba8f63f | |
See more details on using hashes here.
Provenance
The following attestation bundles were made for fastcluster-1.3.0-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
:
Publisher: pythonpackage.yml on fastcluster/fastcluster
Attestations: Values shown here reflect the state when the release was signed and may no longer be current.
- Statement:
- Statement type: https://in-toto.io/Statement/v1
- Predicate type: https://docs.pypi.org/attestations/publish/v1
- Subject name:
fastcluster-1.3.0-cp311-cp311-manylinux1_x86_64.manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_5_x86_64.whl
- Subject digest:
7467e6da746dba310235546d0b6eef90a1652994dfd2c3022f7052effd142dee
- Sigstore transparency entry: 207523801
- Sigstore integration time: May 6, 2025
Source repository: - Permalink: fastcluster/fastcluster@690e59af7e9bf10aeff04d29baa863608a4d7c51
- Branch / Tag: refs/tags/v1.3.0
- Owner: https://github.com/fastcluster
- Access:
public
Publication detail: - Token Issuer:
https://token.actions.githubusercontent.com
- Runner Environment:
github-hosted
- Publication workflow: pythonpackage.yml@690e59af7e9bf10aeff04d29baa863608a4d7c51
- Trigger Event:
push
File details
Details for the file fastcluster-1.3.0-cp311-cp311-macosx_11_0_arm64.whl
.
File metadata
- Download URL: fastcluster-1.3.0-cp311-cp311-macosx_11_0_arm64.whl
- Upload date: May 6, 2025
- Size: 34.8 kB
- Tags: CPython 3.11, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
Hashes for fastcluster-1.3.0-cp311-cp311-macosx_11_0_arm64.whl | Algorithm | Hash digest | | | ----------- | ---------------------------------------------------------------- | | | SHA256 | 41dc92126d6195d38f011ae8f4f33d0e4b0edc842da73749f6608b529b6c6d34 | | | MD5 | 045428a5728964637b4857094514388d | | | BLAKE2b-256 | 6716c83a748debf8b0bb8d23b630b012a8a03a13f855b283df1da89e1c76f647 | |
See more details on using hashes here.
Provenance
The following attestation bundles were made for fastcluster-1.3.0-cp311-cp311-macosx_11_0_arm64.whl
:
Publisher: pythonpackage.yml on fastcluster/fastcluster
Attestations: Values shown here reflect the state when the release was signed and may no longer be current.
- Statement:
- Statement type: https://in-toto.io/Statement/v1
- Predicate type: https://docs.pypi.org/attestations/publish/v1
- Subject name:
fastcluster-1.3.0-cp311-cp311-macosx_11_0_arm64.whl
- Subject digest:
41dc92126d6195d38f011ae8f4f33d0e4b0edc842da73749f6608b529b6c6d34
- Sigstore transparency entry: 207523779
- Sigstore integration time: May 6, 2025
Source repository: - Permalink: fastcluster/fastcluster@690e59af7e9bf10aeff04d29baa863608a4d7c51
- Branch / Tag: refs/tags/v1.3.0
- Owner: https://github.com/fastcluster
- Access:
public
Publication detail: - Token Issuer:
https://token.actions.githubusercontent.com
- Runner Environment:
github-hosted
- Publication workflow: pythonpackage.yml@690e59af7e9bf10aeff04d29baa863608a4d7c51
- Trigger Event:
push
File details
Details for the file fastcluster-1.3.0-cp311-cp311-macosx_10_9_x86_64.whl
.
File metadata
- Download URL: fastcluster-1.3.0-cp311-cp311-macosx_10_9_x86_64.whl
- Upload date: May 6, 2025
- Size: 39.0 kB
- Tags: CPython 3.11, macOS 10.9+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
Hashes for fastcluster-1.3.0-cp311-cp311-macosx_10_9_x86_64.whl | Algorithm | Hash digest | | | ----------- | ---------------------------------------------------------------- | | | SHA256 | 6a65bed904a67a966a9496f438d28d1d4cc7b57da5ff9525fbdc047874de60cf | | | MD5 | 90b8a93f7d340ca44d9edcc3fcbd5786 | | | BLAKE2b-256 | 34ee99e3b9968e5130940539ef34008e6eded2c6ea8b0bab01e5f83241bb03e7 | |
See more details on using hashes here.
Provenance
The following attestation bundles were made for fastcluster-1.3.0-cp311-cp311-macosx_10_9_x86_64.whl
:
Publisher: pythonpackage.yml on fastcluster/fastcluster
Attestations: Values shown here reflect the state when the release was signed and may no longer be current.
- Statement:
- Statement type: https://in-toto.io/Statement/v1
- Predicate type: https://docs.pypi.org/attestations/publish/v1
- Subject name:
fastcluster-1.3.0-cp311-cp311-macosx_10_9_x86_64.whl
- Subject digest:
6a65bed904a67a966a9496f438d28d1d4cc7b57da5ff9525fbdc047874de60cf
- Sigstore transparency entry: 207523768
- Sigstore integration time: May 6, 2025
Source repository: - Permalink: fastcluster/fastcluster@690e59af7e9bf10aeff04d29baa863608a4d7c51
- Branch / Tag: refs/tags/v1.3.0
- Owner: https://github.com/fastcluster
- Access:
public
Publication detail: - Token Issuer:
https://token.actions.githubusercontent.com
- Runner Environment:
github-hosted
- Publication workflow: pythonpackage.yml@690e59af7e9bf10aeff04d29baa863608a4d7c51
- Trigger Event:
push
File details
Details for the file fastcluster-1.3.0-cp311-cp311-macosx_10_9_universal2.whl
.
File metadata
- Download URL: fastcluster-1.3.0-cp311-cp311-macosx_10_9_universal2.whl
- Upload date: May 6, 2025
- Size: 62.9 kB
- Tags: CPython 3.11, macOS 10.9+ universal2 (ARM64, x86-64)
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
Hashes for fastcluster-1.3.0-cp311-cp311-macosx_10_9_universal2.whl | Algorithm | Hash digest | | | ----------- | ---------------------------------------------------------------- | | | SHA256 | 5ee25c5c36d2b68036aa0d9ff37ba316434824087e6b9884005f1eb09ceaf9ad | | | MD5 | e9f9eb45b3d50276bbcfa42653308cba | | | BLAKE2b-256 | 7bfa427569f391a9951fe483222d3df6bb18a690d963810473fb0e305150cf86 | |
See more details on using hashes here.
Provenance
The following attestation bundles were made for fastcluster-1.3.0-cp311-cp311-macosx_10_9_universal2.whl
:
Publisher: pythonpackage.yml on fastcluster/fastcluster
Attestations: Values shown here reflect the state when the release was signed and may no longer be current.
- Statement:
- Statement type: https://in-toto.io/Statement/v1
- Predicate type: https://docs.pypi.org/attestations/publish/v1
- Subject name:
fastcluster-1.3.0-cp311-cp311-macosx_10_9_universal2.whl
- Subject digest:
5ee25c5c36d2b68036aa0d9ff37ba316434824087e6b9884005f1eb09ceaf9ad
- Sigstore transparency entry: 207523762
- Sigstore integration time: May 6, 2025
Source repository: - Permalink: fastcluster/fastcluster@690e59af7e9bf10aeff04d29baa863608a4d7c51
- Branch / Tag: refs/tags/v1.3.0
- Owner: https://github.com/fastcluster
- Access:
public
Publication detail: - Token Issuer:
https://token.actions.githubusercontent.com
- Runner Environment:
github-hosted
- Publication workflow: pythonpackage.yml@690e59af7e9bf10aeff04d29baa863608a4d7c51
- Trigger Event:
push
File details
Details for the file fastcluster-1.3.0-cp310-cp310-win_amd64.whl
.
File metadata
- Download URL: fastcluster-1.3.0-cp310-cp310-win_amd64.whl
- Upload date: May 6, 2025
- Size: 37.3 kB
- Tags: CPython 3.10, Windows x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
Hashes for fastcluster-1.3.0-cp310-cp310-win_amd64.whl | Algorithm | Hash digest | | | ----------- | ---------------------------------------------------------------- | | | SHA256 | 1ad634a88239bff99f2a1f054564c7468a189ab0a2810f8a77278e924f898bdf | | | MD5 | 6da3b1689bc66877aef7f0a184d7b941 | | | BLAKE2b-256 | b1c0b6344b88501e8d0f6748a6e3c0fc95d254e486c277469763f0d7abc611d5 | |
See more details on using hashes here.
Provenance
The following attestation bundles were made for fastcluster-1.3.0-cp310-cp310-win_amd64.whl
:
Publisher: pythonpackage.yml on fastcluster/fastcluster
Attestations: Values shown here reflect the state when the release was signed and may no longer be current.
- Statement:
- Statement type: https://in-toto.io/Statement/v1
- Predicate type: https://docs.pypi.org/attestations/publish/v1
- Subject name:
fastcluster-1.3.0-cp310-cp310-win_amd64.whl
- Subject digest:
1ad634a88239bff99f2a1f054564c7468a189ab0a2810f8a77278e924f898bdf
- Sigstore transparency entry: 207523795
- Sigstore integration time: May 6, 2025
Source repository: - Permalink: fastcluster/fastcluster@690e59af7e9bf10aeff04d29baa863608a4d7c51
- Branch / Tag: refs/tags/v1.3.0
- Owner: https://github.com/fastcluster
- Access:
public
Publication detail: - Token Issuer:
https://token.actions.githubusercontent.com
- Runner Environment:
github-hosted
- Publication workflow: pythonpackage.yml@690e59af7e9bf10aeff04d29baa863608a4d7c51
- Trigger Event:
push
File details
Details for the file fastcluster-1.3.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
.
File metadata
- Download URL: fastcluster-1.3.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date: May 6, 2025
- Size: 183.9 kB
- Tags: CPython 3.10, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
Hashes for fastcluster-1.3.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl | Algorithm | Hash digest | | | ----------- | ---------------------------------------------------------------- | | | SHA256 | 3017d38cb118fe29608934194f92e8798a09ba07fa5ecc86320e06a877208a3e | | | MD5 | 8d7d23694845088aaa0a6f569520e638 | | | BLAKE2b-256 | 306d60d9cfa4846d52655b6e85ed0ddee0fe1e0bad1160c06c181acdbb4e9cc7 | |
See more details on using hashes here.
Provenance
The following attestation bundles were made for fastcluster-1.3.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
:
Publisher: pythonpackage.yml on fastcluster/fastcluster
Attestations: Values shown here reflect the state when the release was signed and may no longer be current.
- Statement:
- Statement type: https://in-toto.io/Statement/v1
- Predicate type: https://docs.pypi.org/attestations/publish/v1
- Subject name:
fastcluster-1.3.0-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
- Subject digest:
3017d38cb118fe29608934194f92e8798a09ba07fa5ecc86320e06a877208a3e
- Sigstore transparency entry: 207523828
- Sigstore integration time: May 6, 2025
Source repository: - Permalink: fastcluster/fastcluster@690e59af7e9bf10aeff04d29baa863608a4d7c51
- Branch / Tag: refs/tags/v1.3.0
- Owner: https://github.com/fastcluster
- Access:
public
Publication detail: - Token Issuer:
https://token.actions.githubusercontent.com
- Runner Environment:
github-hosted
- Publication workflow: pythonpackage.yml@690e59af7e9bf10aeff04d29baa863608a4d7c51
- Trigger Event:
push
File details
Details for the file fastcluster-1.3.0-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
.
File metadata
- Download URL: fastcluster-1.3.0-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date: May 6, 2025
- Size: 193.5 kB
- Tags: CPython 3.10, manylinux: glibc 2.17+ x86-64, manylinux: glibc 2.5+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
Hashes for fastcluster-1.3.0-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl | Algorithm | Hash digest | | | ----------- | ---------------------------------------------------------------- | | | SHA256 | 0fd2389a1e0e5482f895ca49da618dbc1fd7d0281f366ede47d57a7d6ffb8af6 | | | MD5 | 682db0eb0810aec8080358ed754fb1cd | | | BLAKE2b-256 | 0d2dda143817fb00c7b5f8a9e733c17369753fd63d60fc5f291232df330d5e1d | |
See more details on using hashes here.
Provenance
The following attestation bundles were made for fastcluster-1.3.0-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
:
Publisher: pythonpackage.yml on fastcluster/fastcluster
Attestations: Values shown here reflect the state when the release was signed and may no longer be current.
- Statement:
- Statement type: https://in-toto.io/Statement/v1
- Predicate type: https://docs.pypi.org/attestations/publish/v1
- Subject name:
fastcluster-1.3.0-cp310-cp310-manylinux1_x86_64.manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_5_x86_64.whl
- Subject digest:
0fd2389a1e0e5482f895ca49da618dbc1fd7d0281f366ede47d57a7d6ffb8af6
- Sigstore transparency entry: 207523791
- Sigstore integration time: May 6, 2025
Source repository: - Permalink: fastcluster/fastcluster@690e59af7e9bf10aeff04d29baa863608a4d7c51
- Branch / Tag: refs/tags/v1.3.0
- Owner: https://github.com/fastcluster
- Access:
public
Publication detail: - Token Issuer:
https://token.actions.githubusercontent.com
- Runner Environment:
github-hosted
- Publication workflow: pythonpackage.yml@690e59af7e9bf10aeff04d29baa863608a4d7c51
- Trigger Event:
push
File details
Details for the file fastcluster-1.3.0-cp310-cp310-macosx_11_0_arm64.whl
.
File metadata
- Download URL: fastcluster-1.3.0-cp310-cp310-macosx_11_0_arm64.whl
- Upload date: May 6, 2025
- Size: 34.8 kB
- Tags: CPython 3.10, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
Hashes for fastcluster-1.3.0-cp310-cp310-macosx_11_0_arm64.whl | Algorithm | Hash digest | | | ----------- | ---------------------------------------------------------------- | | | SHA256 | 0f094894d2179633072b4c7bad20898e0ab9505c14d78dcb2f53b980443a050c | | | MD5 | 9eecfb17a10e15c74c618072b966a7f1 | | | BLAKE2b-256 | aab85d7845bf4e7a06f6bc663c92515f57dbed8e2b33e056b251a9183e068154 | |
See more details on using hashes here.
Provenance
The following attestation bundles were made for fastcluster-1.3.0-cp310-cp310-macosx_11_0_arm64.whl
:
Publisher: pythonpackage.yml on fastcluster/fastcluster
Attestations: Values shown here reflect the state when the release was signed and may no longer be current.
- Statement:
- Statement type: https://in-toto.io/Statement/v1
- Predicate type: https://docs.pypi.org/attestations/publish/v1
- Subject name:
fastcluster-1.3.0-cp310-cp310-macosx_11_0_arm64.whl
- Subject digest:
0f094894d2179633072b4c7bad20898e0ab9505c14d78dcb2f53b980443a050c
- Sigstore transparency entry: 207523771
- Sigstore integration time: May 6, 2025
Source repository: - Permalink: fastcluster/fastcluster@690e59af7e9bf10aeff04d29baa863608a4d7c51
- Branch / Tag: refs/tags/v1.3.0
- Owner: https://github.com/fastcluster
- Access:
public
Publication detail: - Token Issuer:
https://token.actions.githubusercontent.com
- Runner Environment:
github-hosted
- Publication workflow: pythonpackage.yml@690e59af7e9bf10aeff04d29baa863608a4d7c51
- Trigger Event:
push
File details
Details for the file fastcluster-1.3.0-cp310-cp310-macosx_10_9_x86_64.whl
.
File metadata
- Download URL: fastcluster-1.3.0-cp310-cp310-macosx_10_9_x86_64.whl
- Upload date: May 6, 2025
- Size: 39.0 kB
- Tags: CPython 3.10, macOS 10.9+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
Hashes for fastcluster-1.3.0-cp310-cp310-macosx_10_9_x86_64.whl | Algorithm | Hash digest | | | ----------- | ---------------------------------------------------------------- | | | SHA256 | f26ada34a0850a80f012090cf1637e1fb6565532fcc18fbc1e923046f7c60689 | | | MD5 | 942fdf800d7dd3dfece3de637d0ca220 | | | BLAKE2b-256 | e07b53ef4d7e25bae3ba09786d708a1a4f58255a00c1bd06f8ce2467a43752d7 | |
See more details on using hashes here.
Provenance
The following attestation bundles were made for fastcluster-1.3.0-cp310-cp310-macosx_10_9_x86_64.whl
:
Publisher: pythonpackage.yml on fastcluster/fastcluster
Attestations: Values shown here reflect the state when the release was signed and may no longer be current.
- Statement:
- Statement type: https://in-toto.io/Statement/v1
- Predicate type: https://docs.pypi.org/attestations/publish/v1
- Subject name:
fastcluster-1.3.0-cp310-cp310-macosx_10_9_x86_64.whl
- Subject digest:
f26ada34a0850a80f012090cf1637e1fb6565532fcc18fbc1e923046f7c60689
- Sigstore transparency entry: 207523819
- Sigstore integration time: May 6, 2025
Source repository: - Permalink: fastcluster/fastcluster@690e59af7e9bf10aeff04d29baa863608a4d7c51
- Branch / Tag: refs/tags/v1.3.0
- Owner: https://github.com/fastcluster
- Access:
public
Publication detail: - Token Issuer:
https://token.actions.githubusercontent.com
- Runner Environment:
github-hosted
- Publication workflow: pythonpackage.yml@690e59af7e9bf10aeff04d29baa863608a4d7c51
- Trigger Event:
push
File details
Details for the file fastcluster-1.3.0-cp310-cp310-macosx_10_9_universal2.whl
.
File metadata
- Download URL: fastcluster-1.3.0-cp310-cp310-macosx_10_9_universal2.whl
- Upload date: May 6, 2025
- Size: 62.9 kB
- Tags: CPython 3.10, macOS 10.9+ universal2 (ARM64, x86-64)
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
Hashes for fastcluster-1.3.0-cp310-cp310-macosx_10_9_universal2.whl | Algorithm | Hash digest | | | ----------- | ---------------------------------------------------------------- | | | SHA256 | bdd5249ddd1746d5775034c30cf593eb8fa833461f679ed7db5271c29655f98d | | | MD5 | c961c88542c6d179f8aa74aa67cd8c0a | | | BLAKE2b-256 | eb78920e14a3678f9de683300fe980aa2784048c20df2d0dd3ea8a77e0ff28dc | |
See more details on using hashes here.
Provenance
The following attestation bundles were made for fastcluster-1.3.0-cp310-cp310-macosx_10_9_universal2.whl
:
Publisher: pythonpackage.yml on fastcluster/fastcluster
Attestations: Values shown here reflect the state when the release was signed and may no longer be current.
- Statement:
- Statement type: https://in-toto.io/Statement/v1
- Predicate type: https://docs.pypi.org/attestations/publish/v1
- Subject name:
fastcluster-1.3.0-cp310-cp310-macosx_10_9_universal2.whl
- Subject digest:
bdd5249ddd1746d5775034c30cf593eb8fa833461f679ed7db5271c29655f98d
- Sigstore transparency entry: 207523765
- Sigstore integration time: May 6, 2025
Source repository: - Permalink: fastcluster/fastcluster@690e59af7e9bf10aeff04d29baa863608a4d7c51
- Branch / Tag: refs/tags/v1.3.0
- Owner: https://github.com/fastcluster
- Access:
public
Publication detail: - Token Issuer:
https://token.actions.githubusercontent.com
- Runner Environment:
github-hosted
- Publication workflow: pythonpackage.yml@690e59af7e9bf10aeff04d29baa863608a4d7c51
- Trigger Event:
push