Skip to main content

A Python wrapper for Andrew Tridgell's spamsum algorithm

Project description

PySpamSum

Python Versions PyPI Version Maturity BSD License Build Status

spamsum is a fuzzy hash specifically designed for hashing email messages to detect if they are SPAM. The spamsum utility includes the ability to generate the spamsum hash and check a new message against a existing set of hashes to find a match.

pyspamsum is a Python wrapper for the core API of spamsum.

The original spamsum code has been licensed under the terms of the the Perl Artistic License. It has been slightly modified to support being packaged as a Python package, and to address some C code style issues.

The original code is Copyright Andrew Tridgell (tridge@samba.org) 2002. It forms part of Andrew's junkcode, and is available:

For details on spamsum itself, please see the README in the spamsum repo.

Installation

At a prompt, run:

$ python setup.py install

Usage

Once installed, here are some examples of usage:

# Import spamsum and set up some strings
>>> import spamsum
>>> s1 = "I am the very model of a modern Major-General, I've information animal and vegetable and mineral"
>>> s2 = "I am the very model of a modern Brigadier, I've information animal and vegetable and something else"
>>> s3 = "Huh? Gilbert and Who?"

# Evaluate the edit distance between two strings
>>> spamsum.edit_distance(s1, s2)
27

# Evaluate the spamsum of some strings
>>> sum1 = spamsum.spamsum(s1)
>>> sum2 = spamsum.spamsum(s2)
>>> sum3 = spamsum.spamsum(s3)
>>> print(sum1)
3:kEvyc/sFIKwYclQY4MKLFE4Igu0uLzIKygn:kE6Ai3KQ/MKOgDKZn

# Compare two spamsums. 0 = no match, 100 = perfect match.
>>> spamsum.match(sum1, sum1)
100
>>> spamsum.match(sum1, sum2)
72
>>> spamsum.match(sum1, sum3)
0

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.

pyspamsum-1.0.8-cp314-cp314t-win_amd64.whl (14.8 kB view details)

Uploaded CPython 3.14tWindows x86-64

pyspamsum-1.0.8-cp314-cp314t-win32.whl (13.8 kB view details)

Uploaded CPython 3.14tWindows x86

pyspamsum-1.0.8-cp314-cp314t-musllinux_1_2_x86_64.whl (28.6 kB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ x86-64

pyspamsum-1.0.8-cp314-cp314t-musllinux_1_2_aarch64.whl (28.3 kB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

pyspamsum-1.0.8-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (29.3 kB view details)

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

pyspamsum-1.0.8-cp314-cp314t-manylinux2010_x86_64.manylinux_2_12_x86_64.manylinux_2_28_x86_64.whl (27.8 kB view details)

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

pyspamsum-1.0.8-cp314-cp314t-macosx_11_0_arm64.whl (11.9 kB view details)

Uploaded CPython 3.14tmacOS 11.0+ ARM64

pyspamsum-1.0.8-cp314-cp314t-macosx_10_15_x86_64.whl (11.5 kB view details)

Uploaded CPython 3.14tmacOS 10.15+ x86-64

pyspamsum-1.0.8-cp314-cp314t-macosx_10_15_universal2.whl (17.0 kB view details)

Uploaded CPython 3.14tmacOS 10.15+ universal2 (ARM64, x86-64)

pyspamsum-1.0.8-cp314-cp314-win_amd64.whl (14.7 kB view details)

Uploaded CPython 3.14Windows x86-64

pyspamsum-1.0.8-cp314-cp314-win32.whl (13.6 kB view details)

Uploaded CPython 3.14Windows x86

pyspamsum-1.0.8-cp314-cp314-musllinux_1_2_x86_64.whl (28.0 kB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ x86-64

pyspamsum-1.0.8-cp314-cp314-musllinux_1_2_aarch64.whl (27.6 kB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

pyspamsum-1.0.8-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (28.5 kB view details)

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

pyspamsum-1.0.8-cp314-cp314-manylinux2010_x86_64.manylinux_2_12_x86_64.manylinux_2_28_x86_64.whl (27.1 kB view details)

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

pyspamsum-1.0.8-cp314-cp314-macosx_11_0_arm64.whl (11.7 kB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

pyspamsum-1.0.8-cp314-cp314-macosx_10_15_x86_64.whl (11.4 kB view details)

Uploaded CPython 3.14macOS 10.15+ x86-64

pyspamsum-1.0.8-cp314-cp314-macosx_10_15_universal2.whl (16.7 kB view details)

Uploaded CPython 3.14macOS 10.15+ universal2 (ARM64, x86-64)

pyspamsum-1.0.8-cp314-cp314-ios_13_0_x86_64_iphonesimulator.whl (11.2 kB view details)

Uploaded CPython 3.14iOS 13.0+ x86-64 Simulator

pyspamsum-1.0.8-cp314-cp314-ios_13_0_arm64_iphonesimulator.whl (11.6 kB view details)

Uploaded CPython 3.14iOS 13.0+ ARM64 Simulator

pyspamsum-1.0.8-cp314-cp314-ios_13_0_arm64_iphoneos.whl (11.3 kB view details)

Uploaded CPython 3.14iOS 13.0+ ARM64 Device

pyspamsum-1.0.8-cp314-cp314-android_24_x86_64.whl (12.2 kB view details)

Uploaded Android API level 24+ x86-64CPython 3.14

pyspamsum-1.0.8-cp314-cp314-android_24_arm64_v8a.whl (12.7 kB view details)

Uploaded Android API level 24+ ARM64 v8aCPython 3.14

pyspamsum-1.0.8-cp313-cp313-win_amd64.whl (14.4 kB view details)

Uploaded CPython 3.13Windows x86-64

pyspamsum-1.0.8-cp313-cp313-win32.whl (13.3 kB view details)

Uploaded CPython 3.13Windows x86

pyspamsum-1.0.8-cp313-cp313-musllinux_1_2_x86_64.whl (27.9 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

pyspamsum-1.0.8-cp313-cp313-musllinux_1_2_aarch64.whl (27.6 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

pyspamsum-1.0.8-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (28.5 kB view details)

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

pyspamsum-1.0.8-cp313-cp313-manylinux2010_x86_64.manylinux_2_12_x86_64.manylinux_2_28_x86_64.whl (27.0 kB view details)

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

pyspamsum-1.0.8-cp313-cp313-macosx_11_0_arm64.whl (11.7 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

pyspamsum-1.0.8-cp313-cp313-macosx_10_13_x86_64.whl (11.4 kB view details)

Uploaded CPython 3.13macOS 10.13+ x86-64

pyspamsum-1.0.8-cp313-cp313-macosx_10_13_universal2.whl (16.8 kB view details)

Uploaded CPython 3.13macOS 10.13+ universal2 (ARM64, x86-64)

pyspamsum-1.0.8-cp313-cp313-ios_13_0_x86_64_iphonesimulator.whl (11.2 kB view details)

Uploaded CPython 3.13iOS 13.0+ x86-64 Simulator

pyspamsum-1.0.8-cp313-cp313-ios_13_0_arm64_iphonesimulator.whl (11.6 kB view details)

Uploaded CPython 3.13iOS 13.0+ ARM64 Simulator

pyspamsum-1.0.8-cp313-cp313-ios_13_0_arm64_iphoneos.whl (11.3 kB view details)

Uploaded CPython 3.13iOS 13.0+ ARM64 Device

pyspamsum-1.0.8-cp313-cp313-android_21_x86_64.whl (12.2 kB view details)

Uploaded Android API level 21+ x86-64CPython 3.13

pyspamsum-1.0.8-cp313-cp313-android_21_arm64_v8a.whl (12.7 kB view details)

Uploaded Android API level 21+ ARM64 v8aCPython 3.13

pyspamsum-1.0.8-cp312-cp312-win_amd64.whl (14.4 kB view details)

Uploaded CPython 3.12Windows x86-64

pyspamsum-1.0.8-cp312-cp312-win32.whl (13.3 kB view details)

Uploaded CPython 3.12Windows x86

pyspamsum-1.0.8-cp312-cp312-musllinux_1_2_x86_64.whl (27.9 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

pyspamsum-1.0.8-cp312-cp312-musllinux_1_2_aarch64.whl (27.5 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

pyspamsum-1.0.8-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (28.4 kB view details)

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

pyspamsum-1.0.8-cp312-cp312-manylinux2010_x86_64.manylinux_2_12_x86_64.manylinux_2_28_x86_64.whl (27.0 kB view details)

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

pyspamsum-1.0.8-cp312-cp312-macosx_11_0_arm64.whl (11.7 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

pyspamsum-1.0.8-cp312-cp312-macosx_10_13_x86_64.whl (11.4 kB view details)

Uploaded CPython 3.12macOS 10.13+ x86-64

pyspamsum-1.0.8-cp312-cp312-macosx_10_13_universal2.whl (16.8 kB view details)

Uploaded CPython 3.12macOS 10.13+ universal2 (ARM64, x86-64)

pyspamsum-1.0.8-cp311-cp311-win_amd64.whl (14.4 kB view details)

Uploaded CPython 3.11Windows x86-64

pyspamsum-1.0.8-cp311-cp311-win32.whl (13.3 kB view details)

Uploaded CPython 3.11Windows x86

pyspamsum-1.0.8-cp311-cp311-musllinux_1_2_x86_64.whl (27.6 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

pyspamsum-1.0.8-cp311-cp311-musllinux_1_2_aarch64.whl (27.2 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

pyspamsum-1.0.8-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (28.0 kB view details)

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

pyspamsum-1.0.8-cp311-cp311-manylinux2010_x86_64.manylinux_2_12_x86_64.manylinux_2_28_x86_64.whl (26.7 kB view details)

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

pyspamsum-1.0.8-cp311-cp311-macosx_11_0_arm64.whl (11.7 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

pyspamsum-1.0.8-cp311-cp311-macosx_10_9_x86_64.whl (11.3 kB view details)

Uploaded CPython 3.11macOS 10.9+ x86-64

pyspamsum-1.0.8-cp311-cp311-macosx_10_9_universal2.whl (16.7 kB view details)

Uploaded CPython 3.11macOS 10.9+ universal2 (ARM64, x86-64)

pyspamsum-1.0.8-cp310-cp310-win_amd64.whl (14.4 kB view details)

Uploaded CPython 3.10Windows x86-64

pyspamsum-1.0.8-cp310-cp310-win32.whl (13.4 kB view details)

Uploaded CPython 3.10Windows x86

pyspamsum-1.0.8-cp310-cp310-musllinux_1_2_x86_64.whl (27.6 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

pyspamsum-1.0.8-cp310-cp310-musllinux_1_2_aarch64.whl (27.2 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

pyspamsum-1.0.8-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (28.0 kB view details)

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

pyspamsum-1.0.8-cp310-cp310-manylinux2010_x86_64.manylinux_2_12_x86_64.manylinux_2_28_x86_64.whl (26.6 kB view details)

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

pyspamsum-1.0.8-cp310-cp310-macosx_11_0_arm64.whl (11.7 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

pyspamsum-1.0.8-cp310-cp310-macosx_10_9_x86_64.whl (11.3 kB view details)

Uploaded CPython 3.10macOS 10.9+ x86-64

pyspamsum-1.0.8-cp310-cp310-macosx_10_9_universal2.whl (16.7 kB view details)

Uploaded CPython 3.10macOS 10.9+ universal2 (ARM64, x86-64)

File details

Details for the file pyspamsum-1.0.8-cp314-cp314t-win_amd64.whl.

File metadata

  • Download URL: pyspamsum-1.0.8-cp314-cp314t-win_amd64.whl
  • Upload date:
  • Size: 14.8 kB
  • Tags: CPython 3.14t, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for pyspamsum-1.0.8-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 64617ef17a0ff8f1ed53422888bbff3a5d8eebdf938627e9d073e64790a4e5eb
MD5 d90997e3f204baf00479aee170798cfd
BLAKE2b-256 69e352d4f4159805a9513664cfeb169ecc4895d0cda5a1c3ddd74b486887b1b5

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyspamsum-1.0.8-cp314-cp314t-win_amd64.whl:

Publisher: publish.yml on freakboy3742/pyspamsum

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

File details

Details for the file pyspamsum-1.0.8-cp314-cp314t-win32.whl.

File metadata

  • Download URL: pyspamsum-1.0.8-cp314-cp314t-win32.whl
  • Upload date:
  • Size: 13.8 kB
  • Tags: CPython 3.14t, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for pyspamsum-1.0.8-cp314-cp314t-win32.whl
Algorithm Hash digest
SHA256 4d7aa6b234f035e2c18dd8726795b20197c453afc2786fe9344f138131f914e5
MD5 43ae6818624f897df173a4d62072687e
BLAKE2b-256 0c28e5571731a421bbd039bcb4316eb8c1281af507ae6ee543fd07966ab4a62a

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyspamsum-1.0.8-cp314-cp314t-win32.whl:

Publisher: publish.yml on freakboy3742/pyspamsum

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

File details

Details for the file pyspamsum-1.0.8-cp314-cp314t-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pyspamsum-1.0.8-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 7fd8d631b4a5f0de3f9427320bcae6dc3662e3973d9de13a7dc9739b8cbd7b66
MD5 9128935461ab165144b73099b8d02ce2
BLAKE2b-256 90544c7fbe84b16721d3276373705cac21cf789c471ccffc8e4bb1ac60484bbd

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyspamsum-1.0.8-cp314-cp314t-musllinux_1_2_x86_64.whl:

Publisher: publish.yml on freakboy3742/pyspamsum

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

File details

Details for the file pyspamsum-1.0.8-cp314-cp314t-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for pyspamsum-1.0.8-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 f1d53db9a7e4e410d22ab5032e3ebfd0156fba95c6d6f9393bfa780243e7c1c8
MD5 20c7ee3cd1a1ba0bc2aa56aaac811248
BLAKE2b-256 00a3103d4a65d11689808f77a9ffe5db3b16cb7b152e947c2cc507a4fb49a9ba

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyspamsum-1.0.8-cp314-cp314t-musllinux_1_2_aarch64.whl:

Publisher: publish.yml on freakboy3742/pyspamsum

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

File details

Details for the file pyspamsum-1.0.8-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for pyspamsum-1.0.8-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 e60b08152bc44bc3b2ebdd3c52a85ca19bb5998c64a7f3598327ce013cea7b48
MD5 26539ddaa02d9fabe1c33efe7a5bcdac
BLAKE2b-256 81b1cd651a3d384af84d1747edc7917961334ea87139fcac417a8ce9f402132a

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyspamsum-1.0.8-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl:

Publisher: publish.yml on freakboy3742/pyspamsum

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

File details

Details for the file pyspamsum-1.0.8-cp314-cp314t-manylinux2010_x86_64.manylinux_2_12_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for pyspamsum-1.0.8-cp314-cp314t-manylinux2010_x86_64.manylinux_2_12_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 bd8b6c778ddd902965defda61d787a096a144c4a704ccd14bc4c9fd411f41915
MD5 7603f4f9c647068978523096022af149
BLAKE2b-256 4ae8b9f81e3a5dff7ad447e57003c69950c4968b4ca93dc78918f878136e2c45

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyspamsum-1.0.8-cp314-cp314t-manylinux2010_x86_64.manylinux_2_12_x86_64.manylinux_2_28_x86_64.whl:

Publisher: publish.yml on freakboy3742/pyspamsum

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

File details

Details for the file pyspamsum-1.0.8-cp314-cp314t-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pyspamsum-1.0.8-cp314-cp314t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 a4a9d1800cf875757e9684afb28b251a8cee2cf1e15d864edd2d7951b33cb144
MD5 839f6bbddd1a9471173d400beb791f54
BLAKE2b-256 a20a6f845e0b3a4836d51f6661b1dabbe68509ffffce8b5e23f0be43110f4038

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyspamsum-1.0.8-cp314-cp314t-macosx_11_0_arm64.whl:

Publisher: publish.yml on freakboy3742/pyspamsum

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

File details

Details for the file pyspamsum-1.0.8-cp314-cp314t-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for pyspamsum-1.0.8-cp314-cp314t-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 80aadd5d953e9ed28ccec3388e942c467ea213675cdbda3fc875f068692c33bf
MD5 a6e4b94d1eec11449e734b0540536833
BLAKE2b-256 7009188e594e3ed2c77549f175ce808c9773ce11c644132994b43cfd62f163a4

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyspamsum-1.0.8-cp314-cp314t-macosx_10_15_x86_64.whl:

Publisher: publish.yml on freakboy3742/pyspamsum

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

File details

Details for the file pyspamsum-1.0.8-cp314-cp314t-macosx_10_15_universal2.whl.

File metadata

File hashes

Hashes for pyspamsum-1.0.8-cp314-cp314t-macosx_10_15_universal2.whl
Algorithm Hash digest
SHA256 2067399c85cd2608c96d4c11d251dbf3f345a1d968c585589cfd9e1709797d30
MD5 0e6a84206dac96b7061081dc464b1ef8
BLAKE2b-256 3721c2c17adf4f44a05e6aa301bab637ddae9547c9e04373b75c4f79e1ba4dff

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyspamsum-1.0.8-cp314-cp314t-macosx_10_15_universal2.whl:

Publisher: publish.yml on freakboy3742/pyspamsum

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

File details

Details for the file pyspamsum-1.0.8-cp314-cp314-win_amd64.whl.

File metadata

  • Download URL: pyspamsum-1.0.8-cp314-cp314-win_amd64.whl
  • Upload date:
  • Size: 14.7 kB
  • 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 pyspamsum-1.0.8-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 014c35428708541c6c9c10ed3d6e2c7a3b4b2e78ac828834d724678954c44dc2
MD5 637c98d8447d583af190633599519c43
BLAKE2b-256 be4d8b2ac0654ab5e4928680796b5b3eaf5a6790d431d14375ca2264351dd33f

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyspamsum-1.0.8-cp314-cp314-win_amd64.whl:

Publisher: publish.yml on freakboy3742/pyspamsum

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

File details

Details for the file pyspamsum-1.0.8-cp314-cp314-win32.whl.

File metadata

  • Download URL: pyspamsum-1.0.8-cp314-cp314-win32.whl
  • Upload date:
  • Size: 13.6 kB
  • Tags: CPython 3.14, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for pyspamsum-1.0.8-cp314-cp314-win32.whl
Algorithm Hash digest
SHA256 8653231ed47d3205e1970a9f6c7ec4c3c570e857e44d9639532bfb75c6683f36
MD5 bede2a7f8ca06032aa855ceeba79f795
BLAKE2b-256 fe55be7f76c702f750c0ff184eff96b49d71dba355edd445fc1fedf7fb932b8c

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyspamsum-1.0.8-cp314-cp314-win32.whl:

Publisher: publish.yml on freakboy3742/pyspamsum

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

File details

Details for the file pyspamsum-1.0.8-cp314-cp314-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pyspamsum-1.0.8-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 30501b13c4e8e1567da663ec523c942fc49e1d17123371a58d6ede7acf503943
MD5 8f93ae633fe041c20cba25b5e297e29c
BLAKE2b-256 ea0bc3abca0b86bc7b5cd195ffec33082785323ff75b23ecbbcd9055ec660e78

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyspamsum-1.0.8-cp314-cp314-musllinux_1_2_x86_64.whl:

Publisher: publish.yml on freakboy3742/pyspamsum

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

File details

Details for the file pyspamsum-1.0.8-cp314-cp314-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for pyspamsum-1.0.8-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 3f4e4585f681423903d84763e6d23e0d93bdf63de1f58a840e7e82aa6a6adc98
MD5 c7edb7dab8e2c240e567955510274d39
BLAKE2b-256 704f37ffd3ccdb79f9e1c7fe2ec20cbe435247ee32d44d077d1d16a74332b277

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyspamsum-1.0.8-cp314-cp314-musllinux_1_2_aarch64.whl:

Publisher: publish.yml on freakboy3742/pyspamsum

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

File details

Details for the file pyspamsum-1.0.8-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for pyspamsum-1.0.8-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 31a8617ffbf33a47e88c588c1d7f558c6e5d86aedc4d8f30ae993ebbbd35eef5
MD5 d16b26cedd39e1d3edeaf8820fa500e2
BLAKE2b-256 1bfafbd45353d7c06ead3e9482b2c7ce1a53b01108d64eedbfdb4353f679cb66

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyspamsum-1.0.8-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl:

Publisher: publish.yml on freakboy3742/pyspamsum

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

File details

Details for the file pyspamsum-1.0.8-cp314-cp314-manylinux2010_x86_64.manylinux_2_12_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for pyspamsum-1.0.8-cp314-cp314-manylinux2010_x86_64.manylinux_2_12_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 9ed41acb38160af792ddfcef92a100346039eea827fd465999caccf07b0fa2be
MD5 9c20acaf6efb04b6d70f7020907a4b8b
BLAKE2b-256 063a513d75e3de66da84bf06820891283e66382c8f7d46abd5339e560d134f63

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyspamsum-1.0.8-cp314-cp314-manylinux2010_x86_64.manylinux_2_12_x86_64.manylinux_2_28_x86_64.whl:

Publisher: publish.yml on freakboy3742/pyspamsum

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

File details

Details for the file pyspamsum-1.0.8-cp314-cp314-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pyspamsum-1.0.8-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 ab91462ad11ce1abeecd73a7db999931e49da7c3866044025c9492b773f90712
MD5 3906d7e1e4b95e3f4476d17c2b16d562
BLAKE2b-256 c571148fedd1832516afd0a4e8e69881fd85a3e9973a9a0dcd63b12866ceddb4

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyspamsum-1.0.8-cp314-cp314-macosx_11_0_arm64.whl:

Publisher: publish.yml on freakboy3742/pyspamsum

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

File details

Details for the file pyspamsum-1.0.8-cp314-cp314-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for pyspamsum-1.0.8-cp314-cp314-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 78e27809b3027622278f8423986b6fa85e5cc159f79fcd65b35e470b830ec18e
MD5 22227c49cf08eb604c75bb0e6c58cc8d
BLAKE2b-256 a5b93b848a532378095c97be1cf00c911f028f5bfcd40035b6af9c50daf60d09

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyspamsum-1.0.8-cp314-cp314-macosx_10_15_x86_64.whl:

Publisher: publish.yml on freakboy3742/pyspamsum

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

File details

Details for the file pyspamsum-1.0.8-cp314-cp314-macosx_10_15_universal2.whl.

File metadata

File hashes

Hashes for pyspamsum-1.0.8-cp314-cp314-macosx_10_15_universal2.whl
Algorithm Hash digest
SHA256 1ddd4bfb51507b44f8d10ba83958ea2fe32db04a133c9b947548282988de0954
MD5 a9641cee0bbb77a5216661357d2aaddd
BLAKE2b-256 94ee230bbe766d33cb8c372e97954d69140b5e9abe11ffc6a8a82c68f0c04a53

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyspamsum-1.0.8-cp314-cp314-macosx_10_15_universal2.whl:

Publisher: publish.yml on freakboy3742/pyspamsum

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

File details

Details for the file pyspamsum-1.0.8-cp314-cp314-ios_13_0_x86_64_iphonesimulator.whl.

File metadata

File hashes

Hashes for pyspamsum-1.0.8-cp314-cp314-ios_13_0_x86_64_iphonesimulator.whl
Algorithm Hash digest
SHA256 633d3b19dd04e40c9db01650c2131ede35c972e40a09063ae4ff05f4cdf29788
MD5 732f3da98e73982a10580d6a9c91e69a
BLAKE2b-256 7f23a2c74c41cdaf96e1dd53c2e83223104ce2ebf2d44c62b2e2f1cbfd6aaf60

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyspamsum-1.0.8-cp314-cp314-ios_13_0_x86_64_iphonesimulator.whl:

Publisher: publish.yml on freakboy3742/pyspamsum

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

File details

Details for the file pyspamsum-1.0.8-cp314-cp314-ios_13_0_arm64_iphonesimulator.whl.

File metadata

File hashes

Hashes for pyspamsum-1.0.8-cp314-cp314-ios_13_0_arm64_iphonesimulator.whl
Algorithm Hash digest
SHA256 26e35820719722f9732a5cd35a06839fc7f683f554161dea238ad8546b10bff3
MD5 4ea31b8121b5e1cf3e073207a105842c
BLAKE2b-256 68e5f1a544fa9a899ff67ffd590930a3e68f77eadaf535d7408d842486ca6451

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyspamsum-1.0.8-cp314-cp314-ios_13_0_arm64_iphonesimulator.whl:

Publisher: publish.yml on freakboy3742/pyspamsum

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

File details

Details for the file pyspamsum-1.0.8-cp314-cp314-ios_13_0_arm64_iphoneos.whl.

File metadata

File hashes

Hashes for pyspamsum-1.0.8-cp314-cp314-ios_13_0_arm64_iphoneos.whl
Algorithm Hash digest
SHA256 845c5ac8f13772bef1d16dc6a77609b81a87edf3492551e74e6b4434960838ff
MD5 79ef2fa1af5be1b50c59de7d6e09b5cd
BLAKE2b-256 208db8bf22c16c737a08b396c2db5885b2cca85a3e5532ca27a23c0028230878

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyspamsum-1.0.8-cp314-cp314-ios_13_0_arm64_iphoneos.whl:

Publisher: publish.yml on freakboy3742/pyspamsum

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

File details

Details for the file pyspamsum-1.0.8-cp314-cp314-android_24_x86_64.whl.

File metadata

File hashes

Hashes for pyspamsum-1.0.8-cp314-cp314-android_24_x86_64.whl
Algorithm Hash digest
SHA256 39bf2c1f93b07b66f5c1117de45fc030cee87579043ce3bb4e95d45894991a30
MD5 181e173aaf6a13297ea319f3dcde8946
BLAKE2b-256 1f10712337ae31e9b2891040e547412647f2784d725d48591a533e59129fc7b0

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyspamsum-1.0.8-cp314-cp314-android_24_x86_64.whl:

Publisher: publish.yml on freakboy3742/pyspamsum

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

File details

Details for the file pyspamsum-1.0.8-cp314-cp314-android_24_arm64_v8a.whl.

File metadata

File hashes

Hashes for pyspamsum-1.0.8-cp314-cp314-android_24_arm64_v8a.whl
Algorithm Hash digest
SHA256 dce79bfb08e644d23df4e8f09b39d2eb71e54b9af90101de2e24decc724ac1a0
MD5 344a679f42787898ba0daff10463585f
BLAKE2b-256 e00a5d5c9f0479c6b1f50fedf3a2be06bd51bb2f1081b5660392002fbb7b6f93

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyspamsum-1.0.8-cp314-cp314-android_24_arm64_v8a.whl:

Publisher: publish.yml on freakboy3742/pyspamsum

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

File details

Details for the file pyspamsum-1.0.8-cp313-cp313-win_amd64.whl.

File metadata

  • Download URL: pyspamsum-1.0.8-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 14.4 kB
  • 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 pyspamsum-1.0.8-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 780a07116cbfd789d4c57bda8f44ff2b818234379c390fb42595aef69fe626e1
MD5 e5680fd8652940b8df8ae54d48cc5066
BLAKE2b-256 258a8bc2cb435642d26755c59ebe5c8ba0c22ba6879d693aad32e0735a1459da

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyspamsum-1.0.8-cp313-cp313-win_amd64.whl:

Publisher: publish.yml on freakboy3742/pyspamsum

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

File details

Details for the file pyspamsum-1.0.8-cp313-cp313-win32.whl.

File metadata

  • Download URL: pyspamsum-1.0.8-cp313-cp313-win32.whl
  • Upload date:
  • Size: 13.3 kB
  • Tags: CPython 3.13, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for pyspamsum-1.0.8-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 db1717c580d5c3b664946542787c446676ea1964884e9eacc17aa8d494f90ecf
MD5 1203e5e42bc2c94490c79ba9737afd59
BLAKE2b-256 3b4b2f64a8b0b2fe0037f70886fc8e33f508e0152aede4e2c322c0b31e771edf

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyspamsum-1.0.8-cp313-cp313-win32.whl:

Publisher: publish.yml on freakboy3742/pyspamsum

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

File details

Details for the file pyspamsum-1.0.8-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pyspamsum-1.0.8-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 03b6c77ada007c63d7fccbf7cea2417fccb95cb6955db974d9edddf8b3955165
MD5 440ce0b3d7f3c4df1e0d30f99d7ee460
BLAKE2b-256 94120819925610e9fd5aa3485fc0aea966a87eb6d7beed2b9842c1b85c1b5d1b

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyspamsum-1.0.8-cp313-cp313-musllinux_1_2_x86_64.whl:

Publisher: publish.yml on freakboy3742/pyspamsum

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

File details

Details for the file pyspamsum-1.0.8-cp313-cp313-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for pyspamsum-1.0.8-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 fd715fe94787cd998e2c78f63dace5560d60f8bb7212f695d4fe9046d091df23
MD5 3bf09ded8a6ac4efcbeb9855775f8b4e
BLAKE2b-256 4211ed63e894b95e63dd231d504c21725162c0c49655eac63678f7618b36dbf1

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyspamsum-1.0.8-cp313-cp313-musllinux_1_2_aarch64.whl:

Publisher: publish.yml on freakboy3742/pyspamsum

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

File details

Details for the file pyspamsum-1.0.8-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for pyspamsum-1.0.8-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 da658b543dcb55ad62dd4e48b2a2db8c013394003c921c6197b1660e66b82caf
MD5 f2b81ce7e92bef2398d11cb0407e4790
BLAKE2b-256 089a40e2c50a10d90ced8734478b915f121d018dbb77853c25ccafc07c58ba01

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyspamsum-1.0.8-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl:

Publisher: publish.yml on freakboy3742/pyspamsum

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

File details

Details for the file pyspamsum-1.0.8-cp313-cp313-manylinux2010_x86_64.manylinux_2_12_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for pyspamsum-1.0.8-cp313-cp313-manylinux2010_x86_64.manylinux_2_12_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 fd5ff2df0172b284a6e89590b73166278778cea44c0e361e006423155ee4c75e
MD5 6e2b9c9bea7cc5ca1234aeff9e1b8094
BLAKE2b-256 32729f083bb327f8a9e0ed7209657d82708ffd56de7a06232c5484c52c506c27

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyspamsum-1.0.8-cp313-cp313-manylinux2010_x86_64.manylinux_2_12_x86_64.manylinux_2_28_x86_64.whl:

Publisher: publish.yml on freakboy3742/pyspamsum

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

File details

Details for the file pyspamsum-1.0.8-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pyspamsum-1.0.8-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 0d561583de7cc8e4ffe01a9f02f6364dedca4a0244a0bb087253ef43331592c4
MD5 670a2ffbc8632a66ea83d0c4fbba7e09
BLAKE2b-256 72f94e0d0693986fa392f8c359a75d1fcd6919aa299c5e8f5a71c9098f57cb0e

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyspamsum-1.0.8-cp313-cp313-macosx_11_0_arm64.whl:

Publisher: publish.yml on freakboy3742/pyspamsum

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

File details

Details for the file pyspamsum-1.0.8-cp313-cp313-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for pyspamsum-1.0.8-cp313-cp313-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 75e41c978c1fa9b014728fd7b972ea49b8906c5f5d94d6f74cb96a3fc4f26251
MD5 b40f480656e00431c69e40a3f9f1bb14
BLAKE2b-256 f585910d34cdd6fad739bc75fd486888e172c3b9cb6d39da492dd29b9d070815

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyspamsum-1.0.8-cp313-cp313-macosx_10_13_x86_64.whl:

Publisher: publish.yml on freakboy3742/pyspamsum

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

File details

Details for the file pyspamsum-1.0.8-cp313-cp313-macosx_10_13_universal2.whl.

File metadata

File hashes

Hashes for pyspamsum-1.0.8-cp313-cp313-macosx_10_13_universal2.whl
Algorithm Hash digest
SHA256 29de612320b8ed54892bf6fcfd7e009d0ccd39abe49578f3ce2a3b5ad95ac30d
MD5 cee601bb8ca5d68283abcf618a444c02
BLAKE2b-256 c2502ad8a83f079d2bab8a2e5b4562582d97e6f66c89802b472d9a9d9d90cad1

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyspamsum-1.0.8-cp313-cp313-macosx_10_13_universal2.whl:

Publisher: publish.yml on freakboy3742/pyspamsum

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

File details

Details for the file pyspamsum-1.0.8-cp313-cp313-ios_13_0_x86_64_iphonesimulator.whl.

File metadata

File hashes

Hashes for pyspamsum-1.0.8-cp313-cp313-ios_13_0_x86_64_iphonesimulator.whl
Algorithm Hash digest
SHA256 f939cb9850fb6260dd147b6c3d520301c463ac53517d8df0124c8261020a64ba
MD5 9894f17f3482895b07ff8dbcab7c66be
BLAKE2b-256 b0e78b0dfcb7429b47cfcca96d7881f6f3d7eae215bcf984667baa4297afa0c7

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyspamsum-1.0.8-cp313-cp313-ios_13_0_x86_64_iphonesimulator.whl:

Publisher: publish.yml on freakboy3742/pyspamsum

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

File details

Details for the file pyspamsum-1.0.8-cp313-cp313-ios_13_0_arm64_iphonesimulator.whl.

File metadata

File hashes

Hashes for pyspamsum-1.0.8-cp313-cp313-ios_13_0_arm64_iphonesimulator.whl
Algorithm Hash digest
SHA256 f5f7bb0242abdc89c8c0787051f4d96f7740138405dbacbaf2fbf24ba5db217e
MD5 33f5caf949637b2bb378189c50c814cb
BLAKE2b-256 ff68fd91cbba99af87e10c4dadcf23147778a92b1c3a9a8712dbd35754650981

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyspamsum-1.0.8-cp313-cp313-ios_13_0_arm64_iphonesimulator.whl:

Publisher: publish.yml on freakboy3742/pyspamsum

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

File details

Details for the file pyspamsum-1.0.8-cp313-cp313-ios_13_0_arm64_iphoneos.whl.

File metadata

File hashes

Hashes for pyspamsum-1.0.8-cp313-cp313-ios_13_0_arm64_iphoneos.whl
Algorithm Hash digest
SHA256 8033b4d32a1ccb7a216ee079beff1b2827cddaf52128f3f8c891dafbaa008c49
MD5 5e7378ab17eff92fe2125a1c6297674f
BLAKE2b-256 fa5d012b7e55729b552c5b199ac4a92c013cba2cd21f2a27c3306414f1936922

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyspamsum-1.0.8-cp313-cp313-ios_13_0_arm64_iphoneos.whl:

Publisher: publish.yml on freakboy3742/pyspamsum

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

File details

Details for the file pyspamsum-1.0.8-cp313-cp313-android_21_x86_64.whl.

File metadata

File hashes

Hashes for pyspamsum-1.0.8-cp313-cp313-android_21_x86_64.whl
Algorithm Hash digest
SHA256 fc163d6ed1d728591a61574a6746d101961016392b86528de9042aed2c440e85
MD5 cc240b549f90fa3160923eb66de7cd1b
BLAKE2b-256 5f33badc6b1c5f5869e8d99794d3e47cecc33eff2b77365e431af0287905d174

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyspamsum-1.0.8-cp313-cp313-android_21_x86_64.whl:

Publisher: publish.yml on freakboy3742/pyspamsum

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

File details

Details for the file pyspamsum-1.0.8-cp313-cp313-android_21_arm64_v8a.whl.

File metadata

File hashes

Hashes for pyspamsum-1.0.8-cp313-cp313-android_21_arm64_v8a.whl
Algorithm Hash digest
SHA256 c2f174f9ad7f6ffb699623eebc031de9d9c59b167cd64758a15406d1a9ac48d2
MD5 4e18ef47124da8ff04fdb1f8a40520d8
BLAKE2b-256 38c010a72b314b7a6101b780cc4562138459948d3b8032a053327f718def8866

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyspamsum-1.0.8-cp313-cp313-android_21_arm64_v8a.whl:

Publisher: publish.yml on freakboy3742/pyspamsum

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

File details

Details for the file pyspamsum-1.0.8-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: pyspamsum-1.0.8-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 14.4 kB
  • 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 pyspamsum-1.0.8-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 281404f482a1b522bd127f446f8d4ce13e0d58362bb4ac576be76cf6133d9c60
MD5 67f129a414175e52f2eebe932ebe9ef4
BLAKE2b-256 52b2b7e4b2f2863e35e71ccbe737cc08a76d2e84845ba11e03f007c2f2616d86

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyspamsum-1.0.8-cp312-cp312-win_amd64.whl:

Publisher: publish.yml on freakboy3742/pyspamsum

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

File details

Details for the file pyspamsum-1.0.8-cp312-cp312-win32.whl.

File metadata

  • Download URL: pyspamsum-1.0.8-cp312-cp312-win32.whl
  • Upload date:
  • Size: 13.3 kB
  • Tags: CPython 3.12, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for pyspamsum-1.0.8-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 b76ca7dbf046471192596bea3fb6f239976fca825acdd7fa1ea5f01cf8fc98eb
MD5 32f81cfebaed32df5215e0c74a4630eb
BLAKE2b-256 61cb684cce5c23921e332bc29b5f740e07de2ba00046d5dfef853829cde66f03

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyspamsum-1.0.8-cp312-cp312-win32.whl:

Publisher: publish.yml on freakboy3742/pyspamsum

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

File details

Details for the file pyspamsum-1.0.8-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pyspamsum-1.0.8-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 759026728ed340df500b8723ab5a9b5627573005be6f9303ac031084cbf9a868
MD5 074fe7c072f34bb8cd16f024ab698e82
BLAKE2b-256 cfcfbe5fc781b1b3793992d62cde2524e7cc4347bb2fdaf7ebf83f1e2508df37

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyspamsum-1.0.8-cp312-cp312-musllinux_1_2_x86_64.whl:

Publisher: publish.yml on freakboy3742/pyspamsum

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

File details

Details for the file pyspamsum-1.0.8-cp312-cp312-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for pyspamsum-1.0.8-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 278426cecc57631cb33c40682d351a46d50d946d97b0ef16148840ab81ae6c6d
MD5 be8995158ecd779f479d130389eba148
BLAKE2b-256 82374b8f618e11e1cc62e7978a3d784d313a8347e86b8bffc221865a77fe3493

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyspamsum-1.0.8-cp312-cp312-musllinux_1_2_aarch64.whl:

Publisher: publish.yml on freakboy3742/pyspamsum

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

File details

Details for the file pyspamsum-1.0.8-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for pyspamsum-1.0.8-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 32c139b0d1fd242a537c94a99127811c4c7f970586b777ec0d694d9e45c1460c
MD5 76db3b5959a117d555b150b5e74f9330
BLAKE2b-256 0697c5c59e778b9bbb4dd64d47b5c7de64b1f22c575a82ebdaef2a92d0dc2ca7

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyspamsum-1.0.8-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl:

Publisher: publish.yml on freakboy3742/pyspamsum

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

File details

Details for the file pyspamsum-1.0.8-cp312-cp312-manylinux2010_x86_64.manylinux_2_12_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for pyspamsum-1.0.8-cp312-cp312-manylinux2010_x86_64.manylinux_2_12_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 06d3b0fe2e4eb3628b41296aa5978b27cd055c0b01053d4c4921b35cadfe076e
MD5 8e6b7d01eb3ce536530ff774f86d5800
BLAKE2b-256 25e08dea4a6078f2f6e08bbc22297b4779e6f859533bc0bf2e2d5a570392b1a0

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyspamsum-1.0.8-cp312-cp312-manylinux2010_x86_64.manylinux_2_12_x86_64.manylinux_2_28_x86_64.whl:

Publisher: publish.yml on freakboy3742/pyspamsum

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

File details

Details for the file pyspamsum-1.0.8-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pyspamsum-1.0.8-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 65e2166016e0377e51b35518f035b64401f8747b0c96da36d4b1eba35c7c12f4
MD5 7e3f91156d1093a9df7f676c4d7d4bb7
BLAKE2b-256 80198a0777bbe39e2de10b2a19b033330d89027397f2a4b8edb07535b42f1e21

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyspamsum-1.0.8-cp312-cp312-macosx_11_0_arm64.whl:

Publisher: publish.yml on freakboy3742/pyspamsum

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

File details

Details for the file pyspamsum-1.0.8-cp312-cp312-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for pyspamsum-1.0.8-cp312-cp312-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 eb8f3bd7c34d3160e7686ead7b51e3757d99f4e9e39bfccfd78a2aadcf60bf1b
MD5 241a3bf9001b4c925eedbdd963301efb
BLAKE2b-256 124866936e4f189a048424a62a95dbc31225202cdcdfe5f63101c0e3f551845d

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyspamsum-1.0.8-cp312-cp312-macosx_10_13_x86_64.whl:

Publisher: publish.yml on freakboy3742/pyspamsum

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

File details

Details for the file pyspamsum-1.0.8-cp312-cp312-macosx_10_13_universal2.whl.

File metadata

File hashes

Hashes for pyspamsum-1.0.8-cp312-cp312-macosx_10_13_universal2.whl
Algorithm Hash digest
SHA256 2464de322343945445818530aef4e53f26cfac43111473a06a51bb808c9e9b91
MD5 92c1116afcc012f26230bf314fbca721
BLAKE2b-256 6cbdd0558eb3bef2b1d5462f88d3b00a0ded07a76c27490676e6e3c7e2046c6f

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyspamsum-1.0.8-cp312-cp312-macosx_10_13_universal2.whl:

Publisher: publish.yml on freakboy3742/pyspamsum

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

File details

Details for the file pyspamsum-1.0.8-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: pyspamsum-1.0.8-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 14.4 kB
  • 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 pyspamsum-1.0.8-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 0aee807e62e655fb9574a46892f9b85e9f65a10334877d8b82cf5254cf224700
MD5 2db7896db3543a2cb7dbd924993a6de9
BLAKE2b-256 77b0631a0aee6f37bb253e53c7c87798ebda8ef3386407b6123ccd2c90ca3896

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyspamsum-1.0.8-cp311-cp311-win_amd64.whl:

Publisher: publish.yml on freakboy3742/pyspamsum

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

File details

Details for the file pyspamsum-1.0.8-cp311-cp311-win32.whl.

File metadata

  • Download URL: pyspamsum-1.0.8-cp311-cp311-win32.whl
  • Upload date:
  • Size: 13.3 kB
  • Tags: CPython 3.11, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for pyspamsum-1.0.8-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 f7baef3c64d338a7093296371859de9e6adc1565345859064501e94f06871c50
MD5 e217d078795530e43342b89229c321f9
BLAKE2b-256 57fa44d61a98f254ac66c1ce7b99f322ffac9baf8a9b4dde710084d229926e58

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyspamsum-1.0.8-cp311-cp311-win32.whl:

Publisher: publish.yml on freakboy3742/pyspamsum

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

File details

Details for the file pyspamsum-1.0.8-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pyspamsum-1.0.8-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 4076923ddada97d3c9aa26a65b8663de64c25d50ac8b1f322ffcee79eb10efb0
MD5 b1a79200de0765b187234418fdf4fb94
BLAKE2b-256 5e625991ea2c34c1dfb5e18fe0aeca2894e07c0d341f63da53787b80edebd1ef

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyspamsum-1.0.8-cp311-cp311-musllinux_1_2_x86_64.whl:

Publisher: publish.yml on freakboy3742/pyspamsum

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

File details

Details for the file pyspamsum-1.0.8-cp311-cp311-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for pyspamsum-1.0.8-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 97b4324d0d2bfb1d6bfd41c4a2ecc098ad4bf1aa1b3f2bf9fd8ac33137ab22af
MD5 844a351fb54b673ce270a0183b9861bc
BLAKE2b-256 71d6d0a5ca25b1761ea8c2f3b21c367aa85675a6359250d621c68aace266bf07

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyspamsum-1.0.8-cp311-cp311-musllinux_1_2_aarch64.whl:

Publisher: publish.yml on freakboy3742/pyspamsum

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

File details

Details for the file pyspamsum-1.0.8-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for pyspamsum-1.0.8-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 7c1995cf5bee08622ea0dd67288af73d873b56d2d86f528c39a9e86fd5748a2d
MD5 050f261e84062446023ac4bba74dd3be
BLAKE2b-256 49712ce1bcebeb54dda4ebcb278535d839359407d435d847d9fbcef61ead6323

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyspamsum-1.0.8-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl:

Publisher: publish.yml on freakboy3742/pyspamsum

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

File details

Details for the file pyspamsum-1.0.8-cp311-cp311-manylinux2010_x86_64.manylinux_2_12_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for pyspamsum-1.0.8-cp311-cp311-manylinux2010_x86_64.manylinux_2_12_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 c7843e5c8927f4ca005c0803477ca11d4ea08d6e51dc884c1b2a1cd54c2b265d
MD5 68c6678e19083e725a9e3cb5b85749db
BLAKE2b-256 490b2601f0c659fb3584198ae228b4f976f7586b9227ce572b4cb9eb1daf423e

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyspamsum-1.0.8-cp311-cp311-manylinux2010_x86_64.manylinux_2_12_x86_64.manylinux_2_28_x86_64.whl:

Publisher: publish.yml on freakboy3742/pyspamsum

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

File details

Details for the file pyspamsum-1.0.8-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pyspamsum-1.0.8-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 70c9917207d1700546db8b5e90285ff5508ccf35be200d909a8a40cb47eb883c
MD5 4a0ef38f4c820287c4b4ace88318b57d
BLAKE2b-256 664808ded5f67b7cf40bf578567d97499fd000de739434866db892cc8d8edde1

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyspamsum-1.0.8-cp311-cp311-macosx_11_0_arm64.whl:

Publisher: publish.yml on freakboy3742/pyspamsum

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

File details

Details for the file pyspamsum-1.0.8-cp311-cp311-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for pyspamsum-1.0.8-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 d7e390eddc2ab1b561cb4cde79bf2b2cfa534d8e1345c20f90c681f1dd195264
MD5 0f6f75d7fee9ff66f7283879aa054408
BLAKE2b-256 285ba9d6cef114bd59db696c6185591d1023ed1aaa99c297fd37c138e8bde4fd

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyspamsum-1.0.8-cp311-cp311-macosx_10_9_x86_64.whl:

Publisher: publish.yml on freakboy3742/pyspamsum

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

File details

Details for the file pyspamsum-1.0.8-cp311-cp311-macosx_10_9_universal2.whl.

File metadata

File hashes

Hashes for pyspamsum-1.0.8-cp311-cp311-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 112186e5ea03a285eafa8e7457b9c72f2faf6ffabd7f42e1fa0b1fc910aa0ac0
MD5 36b1c2c23343178134a6335466c18612
BLAKE2b-256 6ee527fb9508676e643c276c5759ea8e71cb7cbf153a67a1053531b3e370f4ec

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyspamsum-1.0.8-cp311-cp311-macosx_10_9_universal2.whl:

Publisher: publish.yml on freakboy3742/pyspamsum

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

File details

Details for the file pyspamsum-1.0.8-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: pyspamsum-1.0.8-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 14.4 kB
  • 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 pyspamsum-1.0.8-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 a6b13a910ea18240c3b0ec54ed5fe5f14a59dafc3cb97aa654aaf96426f83b2d
MD5 46dfd9003c79db78ce374d4839bc97d2
BLAKE2b-256 fee156eb451e77f112b45e3ad9faca79656c685750ad4fc63012ea42c63f618b

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyspamsum-1.0.8-cp310-cp310-win_amd64.whl:

Publisher: publish.yml on freakboy3742/pyspamsum

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

File details

Details for the file pyspamsum-1.0.8-cp310-cp310-win32.whl.

File metadata

  • Download URL: pyspamsum-1.0.8-cp310-cp310-win32.whl
  • Upload date:
  • Size: 13.4 kB
  • Tags: CPython 3.10, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for pyspamsum-1.0.8-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 e42d307e6989d8e7c48514a14420328367c4be1462972211d4a8eb69c4c3feb8
MD5 8c0b40479bd16427eabdbda709bfbd5a
BLAKE2b-256 1081cbfee4e92e19e5b188ea4d0286405d29f95e1f79d69fefe6f8a533cc3eb4

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyspamsum-1.0.8-cp310-cp310-win32.whl:

Publisher: publish.yml on freakboy3742/pyspamsum

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

File details

Details for the file pyspamsum-1.0.8-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pyspamsum-1.0.8-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 968c4083c9cd400e58547386eae2cf83bda32e601e5f572954003945c78970e2
MD5 9e7f7a37955165ebe9bc2f48d29a8650
BLAKE2b-256 8f8c1902e1ef1eaf303baa9529ed9cf1db3ec8491c36e482ebde4625ce56b745

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyspamsum-1.0.8-cp310-cp310-musllinux_1_2_x86_64.whl:

Publisher: publish.yml on freakboy3742/pyspamsum

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

File details

Details for the file pyspamsum-1.0.8-cp310-cp310-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for pyspamsum-1.0.8-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 6a84ed102babcd2ac531db7bdd13f0cc263d2cb72b6aa1b2c6a6366b7f51d4e6
MD5 e6f0a2f82ffb451657f1594c120b7384
BLAKE2b-256 a656a06c27973db3ff24518f2899db3b15cd50d839a57921e6f697aeb7f73877

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyspamsum-1.0.8-cp310-cp310-musllinux_1_2_aarch64.whl:

Publisher: publish.yml on freakboy3742/pyspamsum

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

File details

Details for the file pyspamsum-1.0.8-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for pyspamsum-1.0.8-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 aac051fe38256437877b67e067080304c265eb14f0af96b7bf663b3000e2b553
MD5 2b554558ce9ff7f6eb890cd876321af7
BLAKE2b-256 7b9013d76ab810f6bade7eda2b3cc48d4b9e04e1f023b9de4b56fbcd4cfc652f

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyspamsum-1.0.8-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl:

Publisher: publish.yml on freakboy3742/pyspamsum

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

File details

Details for the file pyspamsum-1.0.8-cp310-cp310-manylinux2010_x86_64.manylinux_2_12_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for pyspamsum-1.0.8-cp310-cp310-manylinux2010_x86_64.manylinux_2_12_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 0332d1f00d9aad03fe5b989f10f2b997902db5446991cf486b417218940ffa7a
MD5 c889edc29dbaab0ab48ce29fced87deb
BLAKE2b-256 a7cfd15e95077088b7550307428790dac87e06eb74cc5bde0017914f80770c18

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyspamsum-1.0.8-cp310-cp310-manylinux2010_x86_64.manylinux_2_12_x86_64.manylinux_2_28_x86_64.whl:

Publisher: publish.yml on freakboy3742/pyspamsum

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

File details

Details for the file pyspamsum-1.0.8-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pyspamsum-1.0.8-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 307c90ab0bc14a0fbcb75381e16222231ec42e2681f9b44ac1ace66706040202
MD5 c4b70ef73e2f2b1602b7f6dad027318f
BLAKE2b-256 2f8fa1fd604b7181c14b8ab7f23cc4fb1de8d038e9f755151c3876a6133584a5

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyspamsum-1.0.8-cp310-cp310-macosx_11_0_arm64.whl:

Publisher: publish.yml on freakboy3742/pyspamsum

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

File details

Details for the file pyspamsum-1.0.8-cp310-cp310-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for pyspamsum-1.0.8-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 734b206b4564cee921dea5b883ad4db9365cd4bd34d07cc3fa851df1aa3ba0e3
MD5 f7e2835eac6da6952ecc8bd5f278c1bd
BLAKE2b-256 a6c1ecea7d3fe3edebf4c8ff5c42043e6cd8a2fa44e542544cbae2cd8a9c280e

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyspamsum-1.0.8-cp310-cp310-macosx_10_9_x86_64.whl:

Publisher: publish.yml on freakboy3742/pyspamsum

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

File details

Details for the file pyspamsum-1.0.8-cp310-cp310-macosx_10_9_universal2.whl.

File metadata

File hashes

Hashes for pyspamsum-1.0.8-cp310-cp310-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 a2a93f61422128a0559cecb0d4962ad8e269a0e67f9e7bb5edd627a538587097
MD5 0979c864158542e450566a323b37f466
BLAKE2b-256 ec9c6ca5eaaa46ed7030cafae395287c0e09fc4eeb27014bfb6df141e81e087d

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyspamsum-1.0.8-cp310-cp310-macosx_10_9_universal2.whl:

Publisher: publish.yml on freakboy3742/pyspamsum

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