Skip to main content

Massively parallel computations for piecewise constant functions

Project description

masspcf

Copyright 2024-2026 Björn H. Wehlin

Description

masspcf is a Python package with its backend written in C++ and CUDA for performing highly scalable computations involving piecewise constant functions (PCFs). The primary audience is practicioners within Topological Data Analysis (TDA) wanting to do statistical analysis on invariants such as stable rank, Euler characteristic curves, Betti curves, and so on.

The basic objects are numpy-like (multidimensional) arrays of PCFs, on which we support reductions such as taking averages across a dimension, etc. For 1-D arrays, we compute Lp distance matrices and L2 kernels that can then be used as input for, e.g., clustering, SVMs, and other machine learning algorithms.

Installing

masspcf can be used on all three major platforms. Currently, users must install the CUDA toolkit locally (for Windows and Linux) to build masspcf. In addition, a compiler supporting C++ >=17 is required.

The latest released version of the package can be obtained via PyPI.

pip install masspcf

For any issues installing or using masspcf, please file an issue on this GitHub repo.

Citing

If you use masspcf in your research, please use the following BibTeX citation.

@misc{masspcf,
      title={Massively Parallel Computation of Similarity Matrices from Piecewise Constant Invariants}, 
      author={Bj\"{o}rn H. Wehlin},
      year={2024},
      eprint={2404.07183},
      archivePrefix={arXiv},
      primaryClass={stat.CO}
}

Acknowledgment

This work was partially supported by the Wallenberg AI, Autonomous Systems and Software Program (WASP) funded by the Knut and Alice Wallenberg Foundation.

Project details


Download files

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

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distributions

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

masspcf-0.4.0b12-cp314-cp314t-win_amd64.whl (10.1 MB view details)

Uploaded CPython 3.14tWindows x86-64

masspcf-0.4.0b12-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (5.7 MB view details)

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

masspcf-0.4.0b12-cp314-cp314t-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (1.7 MB view details)

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

masspcf-0.4.0b12-cp314-cp314t-macosx_11_0_x86_64.whl (1.8 MB view details)

Uploaded CPython 3.14tmacOS 11.0+ x86-64

masspcf-0.4.0b12-cp314-cp314t-macosx_11_0_arm64.whl (1.6 MB view details)

Uploaded CPython 3.14tmacOS 11.0+ ARM64

masspcf-0.4.0b12-cp314-cp314-win_amd64.whl (10.1 MB view details)

Uploaded CPython 3.14Windows x86-64

masspcf-0.4.0b12-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (5.6 MB view details)

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

masspcf-0.4.0b12-cp314-cp314-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (1.7 MB view details)

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

masspcf-0.4.0b12-cp314-cp314-macosx_11_0_x86_64.whl (1.7 MB view details)

Uploaded CPython 3.14macOS 11.0+ x86-64

masspcf-0.4.0b12-cp314-cp314-macosx_11_0_arm64.whl (1.5 MB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

masspcf-0.4.0b12-cp313-cp313-win_amd64.whl (10.1 MB view details)

Uploaded CPython 3.13Windows x86-64

masspcf-0.4.0b12-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (5.6 MB view details)

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

masspcf-0.4.0b12-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (1.6 MB view details)

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

masspcf-0.4.0b12-cp313-cp313-macosx_11_0_x86_64.whl (1.7 MB view details)

Uploaded CPython 3.13macOS 11.0+ x86-64

masspcf-0.4.0b12-cp313-cp313-macosx_11_0_arm64.whl (1.5 MB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

masspcf-0.4.0b12-cp312-cp312-win_amd64.whl (10.1 MB view details)

Uploaded CPython 3.12Windows x86-64

masspcf-0.4.0b12-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (5.6 MB view details)

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

masspcf-0.4.0b12-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (1.6 MB view details)

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

masspcf-0.4.0b12-cp312-cp312-macosx_11_0_x86_64.whl (1.7 MB view details)

Uploaded CPython 3.12macOS 11.0+ x86-64

masspcf-0.4.0b12-cp312-cp312-macosx_11_0_arm64.whl (1.5 MB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

masspcf-0.4.0b12-cp311-cp311-win_amd64.whl (10.0 MB view details)

Uploaded CPython 3.11Windows x86-64

masspcf-0.4.0b12-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (5.6 MB view details)

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

masspcf-0.4.0b12-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (1.6 MB view details)

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

masspcf-0.4.0b12-cp311-cp311-macosx_11_0_x86_64.whl (1.7 MB view details)

Uploaded CPython 3.11macOS 11.0+ x86-64

masspcf-0.4.0b12-cp311-cp311-macosx_11_0_arm64.whl (1.5 MB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

masspcf-0.4.0b12-cp310-cp310-win_amd64.whl (10.0 MB view details)

Uploaded CPython 3.10Windows x86-64

masspcf-0.4.0b12-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (5.6 MB view details)

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

masspcf-0.4.0b12-cp310-cp310-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (1.6 MB view details)

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

masspcf-0.4.0b12-cp310-cp310-macosx_11_0_x86_64.whl (1.7 MB view details)

Uploaded CPython 3.10macOS 11.0+ x86-64

masspcf-0.4.0b12-cp310-cp310-macosx_11_0_arm64.whl (1.5 MB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

File details

Details for the file masspcf-0.4.0b12-cp314-cp314t-win_amd64.whl.

File metadata

File hashes

Hashes for masspcf-0.4.0b12-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 3284071a7d6ed2e4acab6dd30d949db415adcc91c4db94d9233d670f6f85e51b
MD5 297938780391f9a6706e3a8e4153070a
BLAKE2b-256 c1d962c52388b8e3e20a225a9e447ea68fd0db77d1af2da16610505ca37de79a

See more details on using hashes here.

Provenance

The following attestation bundles were made for masspcf-0.4.0b12-cp314-cp314t-win_amd64.whl:

Publisher: publish-pypi.yaml on bwehlin/masspcf

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

File details

Details for the file masspcf-0.4.0b12-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for masspcf-0.4.0b12-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 1dee7b00cc2d857a782d3e2b57b6fd79d19ff6a067d9f3a7aedb7403ee04324a
MD5 d35acbe4b977fba8160cc5b8e938c7b9
BLAKE2b-256 0110aaa4ee26e573d57961cf9c858ec86b839ea4ff39b3248facb01c3cf005ed

See more details on using hashes here.

Provenance

The following attestation bundles were made for masspcf-0.4.0b12-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl:

Publisher: publish-pypi.yaml on bwehlin/masspcf

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

File details

Details for the file masspcf-0.4.0b12-cp314-cp314t-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for masspcf-0.4.0b12-cp314-cp314t-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 c0e5c597e6dea06c2a5b95f1b79f7c485699c062705ed02cb7076cb505dec32f
MD5 74dab782b4a5530c4126faa725be9b87
BLAKE2b-256 dc13689081a23a2ede172d240de973ae9c22c26131f90f620b0e617646051841

See more details on using hashes here.

Provenance

The following attestation bundles were made for masspcf-0.4.0b12-cp314-cp314t-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl:

Publisher: publish-pypi.yaml on bwehlin/masspcf

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

File details

Details for the file masspcf-0.4.0b12-cp314-cp314t-macosx_11_0_x86_64.whl.

File metadata

File hashes

Hashes for masspcf-0.4.0b12-cp314-cp314t-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 caf65e23839b31cd45db3917362ab4de3b1f3be345fc47eb092a7992899f8b12
MD5 504f0f3353607fd64f16ef3c12b43a22
BLAKE2b-256 9a186bc782c6ce6dfa9aca567a4b437a56739d6b854a8027cc78eea8037115ce

See more details on using hashes here.

Provenance

The following attestation bundles were made for masspcf-0.4.0b12-cp314-cp314t-macosx_11_0_x86_64.whl:

Publisher: publish-pypi.yaml on bwehlin/masspcf

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

File details

Details for the file masspcf-0.4.0b12-cp314-cp314t-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for masspcf-0.4.0b12-cp314-cp314t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 e929aeffd80805dfa6ff29630971261c49e32747d16527d0c85403585d6acdee
MD5 50626ba651238e30fdb92a48c060c4cf
BLAKE2b-256 b3498e73db799814f8bb58ef1f6e464cfadc2d209240fe0be61fe9683e5adaf4

See more details on using hashes here.

Provenance

The following attestation bundles were made for masspcf-0.4.0b12-cp314-cp314t-macosx_11_0_arm64.whl:

Publisher: publish-pypi.yaml on bwehlin/masspcf

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

File details

Details for the file masspcf-0.4.0b12-cp314-cp314-win_amd64.whl.

File metadata

  • Download URL: masspcf-0.4.0b12-cp314-cp314-win_amd64.whl
  • Upload date:
  • Size: 10.1 MB
  • Tags: CPython 3.14, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for masspcf-0.4.0b12-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 57cb8e0e5a375759e48efb2554af6295de8bf48c41deae17521d689d3ce8a8cd
MD5 d2fea0707faba6e442dcbb77c0d7de01
BLAKE2b-256 3054caddaf6efff794265250bc8aaec6ae27868bb0c5d8cd03ca156cf2486a0f

See more details on using hashes here.

Provenance

The following attestation bundles were made for masspcf-0.4.0b12-cp314-cp314-win_amd64.whl:

Publisher: publish-pypi.yaml on bwehlin/masspcf

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

File details

Details for the file masspcf-0.4.0b12-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for masspcf-0.4.0b12-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 8d57ffca94f8104dce869cfd44cb711899620e5600be20518b7442ebd7befac8
MD5 85ab0c5a7e0faba9eea0a199fc8180ad
BLAKE2b-256 40f462efb5ba6f1490ae7e7c01fe7466f92b203a148b054736720f037ba8b1a5

See more details on using hashes here.

Provenance

The following attestation bundles were made for masspcf-0.4.0b12-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl:

Publisher: publish-pypi.yaml on bwehlin/masspcf

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

File details

Details for the file masspcf-0.4.0b12-cp314-cp314-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for masspcf-0.4.0b12-cp314-cp314-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 1cc12224b650d9507bf7cd08241da3fcfd69e03060a00d4a62feb4aecbd4fed1
MD5 00a2d9877652a2146a68c2f8bcde4e4b
BLAKE2b-256 c48b23f287f0f5f48a1081a347d69dbcc9343e943c0e2b2f6c6337abba5be3d4

See more details on using hashes here.

Provenance

The following attestation bundles were made for masspcf-0.4.0b12-cp314-cp314-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl:

Publisher: publish-pypi.yaml on bwehlin/masspcf

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

File details

Details for the file masspcf-0.4.0b12-cp314-cp314-macosx_11_0_x86_64.whl.

File metadata

File hashes

Hashes for masspcf-0.4.0b12-cp314-cp314-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 8075b88d44b23e0603e40578af5253371a683442c63d12f423a6d207e6886554
MD5 c40f0204bad8bf4e74e3e17b88200854
BLAKE2b-256 2b578f6870dc32bc5eae809915e6972209257e760e1f583196236203bb38c318

See more details on using hashes here.

Provenance

The following attestation bundles were made for masspcf-0.4.0b12-cp314-cp314-macosx_11_0_x86_64.whl:

Publisher: publish-pypi.yaml on bwehlin/masspcf

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

File details

Details for the file masspcf-0.4.0b12-cp314-cp314-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for masspcf-0.4.0b12-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 c2d3a2fe18aa946ff5500ade3916b2638056a7b2b719a76703af9bc822dceffe
MD5 cf771a11276be53dc260e02cd78517cb
BLAKE2b-256 f6e1d4166c1881726fd6791e4f6485e379a359ad9ad1c29bf95e7875a01091e8

See more details on using hashes here.

Provenance

The following attestation bundles were made for masspcf-0.4.0b12-cp314-cp314-macosx_11_0_arm64.whl:

Publisher: publish-pypi.yaml on bwehlin/masspcf

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

File details

Details for the file masspcf-0.4.0b12-cp313-cp313-win_amd64.whl.

File metadata

  • Download URL: masspcf-0.4.0b12-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 10.1 MB
  • Tags: CPython 3.13, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for masspcf-0.4.0b12-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 46a0ff58bcd924e3362458b402006d4e07d144600db5888567c30162b8e68fdc
MD5 5483382c4576c79183603a04332f55bf
BLAKE2b-256 0a55d207fe430a5b80ff755f880388ea9cd1ee8a036c7a676c755142c61c4273

See more details on using hashes here.

Provenance

The following attestation bundles were made for masspcf-0.4.0b12-cp313-cp313-win_amd64.whl:

Publisher: publish-pypi.yaml on bwehlin/masspcf

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

File details

Details for the file masspcf-0.4.0b12-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for masspcf-0.4.0b12-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 c35fe667acb5c889205dcac9583647014b3b5d88dd26926377c26ede278023d4
MD5 455264745e2bdd0764a56256496017c7
BLAKE2b-256 124efc9af93a1381d066f5b7c6e5c79d1895f1e6e77faad24a0863a6ec5d6028

See more details on using hashes here.

Provenance

The following attestation bundles were made for masspcf-0.4.0b12-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl:

Publisher: publish-pypi.yaml on bwehlin/masspcf

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

File details

Details for the file masspcf-0.4.0b12-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for masspcf-0.4.0b12-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 8b8ce053c766f237e54e9593efdd5dc26f4d7713b62c98db324523ee86c0b2ae
MD5 6070f9bc8ac83bf830945e9f46b59ca3
BLAKE2b-256 4a7c95d34a35aef5d0a687217e1c8968495254a71d8c98225a1f94ff7e9f53e6

See more details on using hashes here.

Provenance

The following attestation bundles were made for masspcf-0.4.0b12-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl:

Publisher: publish-pypi.yaml on bwehlin/masspcf

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

File details

Details for the file masspcf-0.4.0b12-cp313-cp313-macosx_11_0_x86_64.whl.

File metadata

File hashes

Hashes for masspcf-0.4.0b12-cp313-cp313-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 7b6a48f3f2869632eb0402e17b6597100a56100295f31fab24f331e4411b4022
MD5 b6541f8d21aa115ca738c624f31d8d33
BLAKE2b-256 dc0bf480fd66154a3bc8e3263d5e96450739d908842d129deb088e5e39c80b78

See more details on using hashes here.

Provenance

The following attestation bundles were made for masspcf-0.4.0b12-cp313-cp313-macosx_11_0_x86_64.whl:

Publisher: publish-pypi.yaml on bwehlin/masspcf

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

File details

Details for the file masspcf-0.4.0b12-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for masspcf-0.4.0b12-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 5b05bb40156c10a6174280e0ce9f0ea5f507d3ae1bdb8795a0ec8ede3e3494df
MD5 8e5cbad57dcec360e522a81267022a79
BLAKE2b-256 7b67c3540ddf97eb056991283439bdb35cf667a494f01504c4418c293620bd1f

See more details on using hashes here.

Provenance

The following attestation bundles were made for masspcf-0.4.0b12-cp313-cp313-macosx_11_0_arm64.whl:

Publisher: publish-pypi.yaml on bwehlin/masspcf

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

File details

Details for the file masspcf-0.4.0b12-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: masspcf-0.4.0b12-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 10.1 MB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for masspcf-0.4.0b12-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 bbcb3310271ddc155d0c36dd31112f224ba5a21afc67d9f24392274adc1352c9
MD5 c5619771f0b075670bde625f41e755b9
BLAKE2b-256 2bbb99c5ef448804993240e5f3b44e2c3fc9609cc92ce8fe567177e540141d04

See more details on using hashes here.

Provenance

The following attestation bundles were made for masspcf-0.4.0b12-cp312-cp312-win_amd64.whl:

Publisher: publish-pypi.yaml on bwehlin/masspcf

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

File details

Details for the file masspcf-0.4.0b12-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for masspcf-0.4.0b12-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 4d53b58e4757f0a6ed7630993d1cf653ca144db18a2e1a1bd684fedab5f9a5ac
MD5 b7c33b2a9aa60f583ddb9e0b78a0739a
BLAKE2b-256 866c3ff10af12da056db25d0d621b8fa610e1097e494bebb53f7bae592df26fe

See more details on using hashes here.

Provenance

The following attestation bundles were made for masspcf-0.4.0b12-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl:

Publisher: publish-pypi.yaml on bwehlin/masspcf

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

File details

Details for the file masspcf-0.4.0b12-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for masspcf-0.4.0b12-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 1decc629fce68e6aa1d853f18bcd82383056c87a0bd6c9522ce38afa8a433b29
MD5 53362e1d5679ac4682662fc3e374e4f4
BLAKE2b-256 fd66a6b53f613f83f62109cc9b1bd1dc7150b7b9491a033f9ce7b0ee94e7ffee

See more details on using hashes here.

Provenance

The following attestation bundles were made for masspcf-0.4.0b12-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl:

Publisher: publish-pypi.yaml on bwehlin/masspcf

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

File details

Details for the file masspcf-0.4.0b12-cp312-cp312-macosx_11_0_x86_64.whl.

File metadata

File hashes

Hashes for masspcf-0.4.0b12-cp312-cp312-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 d1efe7cbcc5b37fbe8b010bd822e3d60176b5267ee708ea07d8edbe30bd24656
MD5 99ec6b9b7cdcd35d42466383e54210a1
BLAKE2b-256 db1bd346a661e9e1a0c1c1d40a87db11400a74cc40f6bee403a6198e64056c02

See more details on using hashes here.

Provenance

The following attestation bundles were made for masspcf-0.4.0b12-cp312-cp312-macosx_11_0_x86_64.whl:

Publisher: publish-pypi.yaml on bwehlin/masspcf

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

File details

Details for the file masspcf-0.4.0b12-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for masspcf-0.4.0b12-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 4da8f2ab8febedb62f1cec0a42b0705c6de4e7398034335ea8b9ca72f16192ad
MD5 f15bf397184a006047dc28b7adfdbaef
BLAKE2b-256 c5d7cd8cf042491c02abe064130baa5ebd00f919e8ccaa6aa7aba82268b341d7

See more details on using hashes here.

Provenance

The following attestation bundles were made for masspcf-0.4.0b12-cp312-cp312-macosx_11_0_arm64.whl:

Publisher: publish-pypi.yaml on bwehlin/masspcf

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

File details

Details for the file masspcf-0.4.0b12-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: masspcf-0.4.0b12-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 10.0 MB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for masspcf-0.4.0b12-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 98f2dad8334a5d05079a379f5735966a0881ca88fd282bd4b8db48e75050d6cf
MD5 0078dea304b2a7dbe672505e0494e645
BLAKE2b-256 598ea2023cb330c8d2abfbaab590dd4d2924d8eec0d9e1c9cbbec05eba4dc0c0

See more details on using hashes here.

Provenance

The following attestation bundles were made for masspcf-0.4.0b12-cp311-cp311-win_amd64.whl:

Publisher: publish-pypi.yaml on bwehlin/masspcf

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

File details

Details for the file masspcf-0.4.0b12-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for masspcf-0.4.0b12-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 2482bde275c87eeeb8b20a428f538e1a9744190b662ef379b19571b8a62be22a
MD5 4173f36dfa661011fdd11b8da7993162
BLAKE2b-256 254f8fbee9070cef7976046c1d3bbb3fc44f1ed80cb4c48227b7352a66a3dcf2

See more details on using hashes here.

Provenance

The following attestation bundles were made for masspcf-0.4.0b12-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl:

Publisher: publish-pypi.yaml on bwehlin/masspcf

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

File details

Details for the file masspcf-0.4.0b12-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for masspcf-0.4.0b12-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 768b44cc34b24246490645b7581a78c5e1871b4cf2106dd6568ebb264c6451a1
MD5 d814c914286a2f6f5ea2dbfd4a00e561
BLAKE2b-256 d19a7862d89e3b562c8b9114ea3b3342d7abd0c27f1f998e6ed6b66bdcd09e75

See more details on using hashes here.

Provenance

The following attestation bundles were made for masspcf-0.4.0b12-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl:

Publisher: publish-pypi.yaml on bwehlin/masspcf

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

File details

Details for the file masspcf-0.4.0b12-cp311-cp311-macosx_11_0_x86_64.whl.

File metadata

File hashes

Hashes for masspcf-0.4.0b12-cp311-cp311-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 a08de501d4ca51fb1e1acfea38f4ea289599a0423102a5fc47e0ca37cab4bdd8
MD5 089cd363d7d3f7e5104409bfa6b4d55d
BLAKE2b-256 5cad8a727cc6d03044cae419a499a9dbbbedc7580a89a851ced8cc382a831ce0

See more details on using hashes here.

Provenance

The following attestation bundles were made for masspcf-0.4.0b12-cp311-cp311-macosx_11_0_x86_64.whl:

Publisher: publish-pypi.yaml on bwehlin/masspcf

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

File details

Details for the file masspcf-0.4.0b12-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for masspcf-0.4.0b12-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 6b21119559fc114f3473f641e3236d65007b0b4de6537bdb9d042f7a1963f5e4
MD5 b80b5893021e1215d4b128370b84b1a2
BLAKE2b-256 c0428ddd46df949ffffecd24c29fe4b2b1490c8d1157dd0f954d0756794e91d6

See more details on using hashes here.

Provenance

The following attestation bundles were made for masspcf-0.4.0b12-cp311-cp311-macosx_11_0_arm64.whl:

Publisher: publish-pypi.yaml on bwehlin/masspcf

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

File details

Details for the file masspcf-0.4.0b12-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: masspcf-0.4.0b12-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 10.0 MB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for masspcf-0.4.0b12-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 fb369dc040458cd0160e91f5a3dca2722dbb7159380609055720c31299b3ae0a
MD5 0307eaf5b39584fa90defa2a10337097
BLAKE2b-256 a09643935967ef418462da22cbe1ae1c89c3557a717f283211be5d4d85981a58

See more details on using hashes here.

Provenance

The following attestation bundles were made for masspcf-0.4.0b12-cp310-cp310-win_amd64.whl:

Publisher: publish-pypi.yaml on bwehlin/masspcf

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

File details

Details for the file masspcf-0.4.0b12-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for masspcf-0.4.0b12-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 a8d7ae65673a89f69d5db2142fadfaa1eebd529ef0dd0f0e90bdb216739f99c4
MD5 576cbbfff1272a525da16da510463fd4
BLAKE2b-256 b250ebe19e7501244ed0e667f228858ff1566a83f61be85f807d751608e1a9bb

See more details on using hashes here.

Provenance

The following attestation bundles were made for masspcf-0.4.0b12-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl:

Publisher: publish-pypi.yaml on bwehlin/masspcf

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

File details

Details for the file masspcf-0.4.0b12-cp310-cp310-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for masspcf-0.4.0b12-cp310-cp310-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 afc09892f2334cb627200181cdbdc8e9fc4e8547a23f5328cf3e8aad1f4e0fd4
MD5 9a321477dc63d1cbb96096816c7d6546
BLAKE2b-256 72248602dc0ad26d5b3ecf8b8c332ed8954ed5febd66f7d46147b3511ff17801

See more details on using hashes here.

Provenance

The following attestation bundles were made for masspcf-0.4.0b12-cp310-cp310-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl:

Publisher: publish-pypi.yaml on bwehlin/masspcf

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

File details

Details for the file masspcf-0.4.0b12-cp310-cp310-macosx_11_0_x86_64.whl.

File metadata

File hashes

Hashes for masspcf-0.4.0b12-cp310-cp310-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 05caa936f5d9083d4bd63e15bf0a25c614a869ce49735e4392ef7d3ed818a6ea
MD5 f232688d6794e0eca220e461c23f006f
BLAKE2b-256 165dea3ecc69b88c2d065ba21883f75c0b7ab98a03ef4e34cd58704f5e2658ac

See more details on using hashes here.

Provenance

The following attestation bundles were made for masspcf-0.4.0b12-cp310-cp310-macosx_11_0_x86_64.whl:

Publisher: publish-pypi.yaml on bwehlin/masspcf

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

File details

Details for the file masspcf-0.4.0b12-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for masspcf-0.4.0b12-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 0d1d559d83abcde848d538fb53632c6ecf1352b5d5be806e783d310ad888930b
MD5 a66bfdaa669d919863342962420c792d
BLAKE2b-256 174d21c234274de6378b411db90bedab933855c29b8feb9e1fee2ed249141f67

See more details on using hashes here.

Provenance

The following attestation bundles were made for masspcf-0.4.0b12-cp310-cp310-macosx_11_0_arm64.whl:

Publisher: publish-pypi.yaml on bwehlin/masspcf

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