Skip to main content

A Python wrapper for Andrew Tridgell's spamsum algorithm

Project description

https://img.shields.io/pypi/pyversions/pyspamsum.svg https://img.shields.io/pypi/v/pyspamsum.svg https://img.shields.io/pypi/status/pyspamsum.svg https://img.shields.io/pypi/l/pyspamsum.svg https://travis-ci.org/pybee/pyspamsum.svg?branch=master

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

The original code is Copyright Andrew Tridgell <tridge@samba.org> 2002. It forms part of Andrew’s junkcode, and is available here:

http://www.samba.org/junkcode/#spamsum

The spamsum code in this project is derived from an updated version that was published at Linux.conf.au 2004:

http://linux.anu.edu.au/linux.conf.au/2004/papers/junkcode/spamsum

For details on spamsum itself, please see the spamsum README:

http://samba.org/ftp/unpacked/junkcode/spamsum/README

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 Distribution

pyspamsum-1.0.7.tar.gz (19.4 kB view details)

Uploaded Source

Built Distributions

pyspamsum-1.0.7-cp313-cp313-musllinux_1_2_x86_64.whl (33.4 kB view details)

Uploaded CPython 3.13 musllinux: musl 1.2+ x86-64

pyspamsum-1.0.7-cp313-cp313-musllinux_1_2_i686.whl (33.0 kB view details)

Uploaded CPython 3.13 musllinux: musl 1.2+ i686

pyspamsum-1.0.7-cp313-cp313-musllinux_1_2_armv7l.whl (32.2 kB view details)

Uploaded CPython 3.13 musllinux: musl 1.2+ ARMv7l

pyspamsum-1.0.7-cp313-cp313-musllinux_1_2_aarch64.whl (32.9 kB view details)

Uploaded CPython 3.13 musllinux: musl 1.2+ ARM64

pyspamsum-1.0.7-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (31.6 kB view details)

Uploaded CPython 3.13 manylinux: glibc 2.17+ x86-64

pyspamsum-1.0.7-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.manylinux_2_31_armv7l.whl (36.5 kB view details)

Uploaded CPython 3.13 manylinux: glibc 2.17+ ARMv7l manylinux: glibc 2.31+ ARMv7l

pyspamsum-1.0.7-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (32.0 kB view details)

Uploaded CPython 3.13 manylinux: glibc 2.17+ ARM64

pyspamsum-1.0.7-cp313-cp313-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl (30.9 kB view details)

Uploaded CPython 3.13 manylinux: glibc 2.12+ i686 manylinux: glibc 2.17+ i686

pyspamsum-1.0.7-cp313-cp313-macosx_11_0_arm64.whl (13.9 kB view details)

Uploaded CPython 3.13 macOS 11.0+ ARM64

pyspamsum-1.0.7-cp313-cp313-macosx_10_13_x86_64.whl (13.5 kB view details)

Uploaded CPython 3.13 macOS 10.13+ x86-64

pyspamsum-1.0.7-cp313-cp313-macosx_10_13_universal2.whl (21.2 kB view details)

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

pyspamsum-1.0.7-cp313-cp313-ios_13_0_x86_64_iphonesimulator.whl (13.4 kB view details)

Uploaded CPython 3.13 iOS 13.0+ x86-64 Simulator

pyspamsum-1.0.7-cp313-cp313-ios_13_0_arm64_iphonesimulator.whl (13.8 kB view details)

Uploaded CPython 3.13 iOS 13.0+ ARM64 Simulator

pyspamsum-1.0.7-cp313-cp313-ios_13_0_arm64_iphoneos.whl (13.5 kB view details)

Uploaded CPython 3.13 iOS 13.0+ ARM64 Device

pyspamsum-1.0.7-cp312-cp312-musllinux_1_2_x86_64.whl (33.4 kB view details)

Uploaded CPython 3.12 musllinux: musl 1.2+ x86-64

pyspamsum-1.0.7-cp312-cp312-musllinux_1_2_i686.whl (33.0 kB view details)

Uploaded CPython 3.12 musllinux: musl 1.2+ i686

pyspamsum-1.0.7-cp312-cp312-musllinux_1_2_armv7l.whl (32.2 kB view details)

Uploaded CPython 3.12 musllinux: musl 1.2+ ARMv7l

pyspamsum-1.0.7-cp312-cp312-musllinux_1_2_aarch64.whl (32.9 kB view details)

Uploaded CPython 3.12 musllinux: musl 1.2+ ARM64

pyspamsum-1.0.7-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (31.7 kB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ x86-64

pyspamsum-1.0.7-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.manylinux_2_31_armv7l.whl (37.9 kB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ ARMv7l manylinux: glibc 2.31+ ARMv7l

pyspamsum-1.0.7-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (32.1 kB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ ARM64

pyspamsum-1.0.7-cp312-cp312-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl (31.0 kB view details)

Uploaded CPython 3.12 manylinux: glibc 2.12+ i686 manylinux: glibc 2.17+ i686

pyspamsum-1.0.7-cp312-cp312-macosx_11_0_arm64.whl (13.9 kB view details)

Uploaded CPython 3.12 macOS 11.0+ ARM64

pyspamsum-1.0.7-cp312-cp312-macosx_10_13_x86_64.whl (13.5 kB view details)

Uploaded CPython 3.12 macOS 10.13+ x86-64

pyspamsum-1.0.7-cp312-cp312-macosx_10_13_universal2.whl (21.2 kB view details)

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

pyspamsum-1.0.7-cp311-cp311-musllinux_1_2_x86_64.whl (33.1 kB view details)

Uploaded CPython 3.11 musllinux: musl 1.2+ x86-64

pyspamsum-1.0.7-cp311-cp311-musllinux_1_2_i686.whl (32.8 kB view details)

Uploaded CPython 3.11 musllinux: musl 1.2+ i686

pyspamsum-1.0.7-cp311-cp311-musllinux_1_2_armv7l.whl (31.9 kB view details)

Uploaded CPython 3.11 musllinux: musl 1.2+ ARMv7l

pyspamsum-1.0.7-cp311-cp311-musllinux_1_2_aarch64.whl (32.6 kB view details)

Uploaded CPython 3.11 musllinux: musl 1.2+ ARM64

pyspamsum-1.0.7-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (31.5 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ x86-64

pyspamsum-1.0.7-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.manylinux_2_31_armv7l.whl (38.0 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ ARMv7l manylinux: glibc 2.31+ ARMv7l

pyspamsum-1.0.7-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (31.8 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ ARM64

pyspamsum-1.0.7-cp311-cp311-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl (30.8 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.12+ i686 manylinux: glibc 2.17+ i686

pyspamsum-1.0.7-cp311-cp311-macosx_11_0_arm64.whl (13.9 kB view details)

Uploaded CPython 3.11 macOS 11.0+ ARM64

pyspamsum-1.0.7-cp311-cp311-macosx_10_9_x86_64.whl (13.5 kB view details)

Uploaded CPython 3.11 macOS 10.9+ x86-64

pyspamsum-1.0.7-cp311-cp311-macosx_10_9_universal2.whl (21.2 kB view details)

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

pyspamsum-1.0.7-cp310-cp310-musllinux_1_2_x86_64.whl (33.1 kB view details)

Uploaded CPython 3.10 musllinux: musl 1.2+ x86-64

pyspamsum-1.0.7-cp310-cp310-musllinux_1_2_i686.whl (32.8 kB view details)

Uploaded CPython 3.10 musllinux: musl 1.2+ i686

pyspamsum-1.0.7-cp310-cp310-musllinux_1_2_armv7l.whl (31.9 kB view details)

Uploaded CPython 3.10 musllinux: musl 1.2+ ARMv7l

pyspamsum-1.0.7-cp310-cp310-musllinux_1_2_aarch64.whl (32.6 kB view details)

Uploaded CPython 3.10 musllinux: musl 1.2+ ARM64

pyspamsum-1.0.7-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (31.4 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ x86-64

pyspamsum-1.0.7-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.manylinux_2_31_armv7l.whl (37.2 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ARMv7l manylinux: glibc 2.31+ ARMv7l

pyspamsum-1.0.7-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (31.8 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ARM64

pyspamsum-1.0.7-cp310-cp310-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl (30.7 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.12+ i686 manylinux: glibc 2.17+ i686

pyspamsum-1.0.7-cp310-cp310-macosx_11_0_arm64.whl (13.9 kB view details)

Uploaded CPython 3.10 macOS 11.0+ ARM64

pyspamsum-1.0.7-cp310-cp310-macosx_10_9_x86_64.whl (13.5 kB view details)

Uploaded CPython 3.10 macOS 10.9+ x86-64

pyspamsum-1.0.7-cp310-cp310-macosx_10_9_universal2.whl (21.2 kB view details)

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

pyspamsum-1.0.7-cp39-cp39-musllinux_1_2_x86_64.whl (32.9 kB view details)

Uploaded CPython 3.9 musllinux: musl 1.2+ x86-64

pyspamsum-1.0.7-cp39-cp39-musllinux_1_2_i686.whl (32.6 kB view details)

Uploaded CPython 3.9 musllinux: musl 1.2+ i686

pyspamsum-1.0.7-cp39-cp39-musllinux_1_2_armv7l.whl (31.8 kB view details)

Uploaded CPython 3.9 musllinux: musl 1.2+ ARMv7l

pyspamsum-1.0.7-cp39-cp39-musllinux_1_2_aarch64.whl (32.4 kB view details)

Uploaded CPython 3.9 musllinux: musl 1.2+ ARM64

pyspamsum-1.0.7-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (31.3 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ x86-64

pyspamsum-1.0.7-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.manylinux_2_31_armv7l.whl (36.9 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ARMv7l manylinux: glibc 2.31+ ARMv7l

pyspamsum-1.0.7-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (31.7 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ARM64

pyspamsum-1.0.7-cp39-cp39-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl (30.6 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.12+ i686 manylinux: glibc 2.17+ i686

pyspamsum-1.0.7-cp39-cp39-macosx_11_0_arm64.whl (13.9 kB view details)

Uploaded CPython 3.9 macOS 11.0+ ARM64

pyspamsum-1.0.7-cp39-cp39-macosx_10_9_x86_64.whl (13.5 kB view details)

Uploaded CPython 3.9 macOS 10.9+ x86-64

pyspamsum-1.0.7-cp39-cp39-macosx_10_9_universal2.whl (21.2 kB view details)

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

pyspamsum-1.0.7-0-cp313-cp313-android_24_x86_64.whl (13.4 kB view details)

Uploaded Android API level 24+ x86-64 CPython 3.13

pyspamsum-1.0.7-0-cp313-cp313-android_24_arm64_v8a.whl (13.4 kB view details)

Uploaded Android API level 24+ ARM64 v8a CPython 3.13

File details

Details for the file pyspamsum-1.0.7.tar.gz.

File metadata

  • Download URL: pyspamsum-1.0.7.tar.gz
  • Upload date:
  • Size: 19.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.0

File hashes

Hashes for pyspamsum-1.0.7.tar.gz
Algorithm Hash digest
SHA256 f6d656985704032add2630d4d9586ce9de01e13218ece93b0ffba00f43a04354
MD5 9aeb631284ae9f8fbb38bab8f396a5e1
BLAKE2b-256 6a178f12d5db4f68c0bcc8c99865e0b253e6ae40d3936c3dc0ca15853936ebc8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyspamsum-1.0.7-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 e8c5ea801deb4419691e55dcc0cda5dc2200fcd5b9f7674e0ac0a099dd9770ee
MD5 e95092aa9831cd8e51a105d5b21bde34
BLAKE2b-256 66b412e995002a908e1887ee6561b1475ff2258088e264ed05f17125d72a2542

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyspamsum-1.0.7-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.7-cp313-cp313-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for pyspamsum-1.0.7-cp313-cp313-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 6554e6da587fc4b1f2a1132fe3260f3920e9792b9274f93e0429626178c5a1e5
MD5 9590be3f34290bf6b1529cd56080d32d
BLAKE2b-256 b3957585eaadcac4eb1a34cd6f902c8fa5ecd17f595fdaa0c039df8c6b2344c1

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyspamsum-1.0.7-cp313-cp313-musllinux_1_2_i686.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.7-cp313-cp313-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for pyspamsum-1.0.7-cp313-cp313-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 a427b6c0065b908d96841b3d036703cae3b7e9cc26866a1ea9754096f28ef064
MD5 7682c608771bd73f600c139d6078c870
BLAKE2b-256 b37f4122b8f578d7b06ec0f05f58b804087158f757b3e03928144da16c6410b9

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyspamsum-1.0.7-cp313-cp313-musllinux_1_2_armv7l.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.7-cp313-cp313-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for pyspamsum-1.0.7-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 96753aa1a1daf59ec5f5ec2ce0fb880f78f85445b14b91f81bf631674254e1c7
MD5 5c576ca2d84c3e640287fd6147fb8fd1
BLAKE2b-256 25b67795ff87a6b1224bb3cf7f4c9a31a6c3c0f658d89dbf1b6800909074e6ab

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyspamsum-1.0.7-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.7-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pyspamsum-1.0.7-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 07ce81fef3385291a54b303884a3efc878b673370dad9d14d0d5ee581cbb8344
MD5 1cd6a4e185c1366a26f207717e91096a
BLAKE2b-256 a81a06a6fe6b85c87d59f878d1ad35ef8cc65ad4959eadc6e8649d0b330c96b5

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyspamsum-1.0.7-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_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.7-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.manylinux_2_31_armv7l.whl.

File metadata

File hashes

Hashes for pyspamsum-1.0.7-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.manylinux_2_31_armv7l.whl
Algorithm Hash digest
SHA256 efea21f37b3758076e0e3212d304b8d1f88e5466e3c1c461952c39fec336455d
MD5 f451587ad1edb909844d934250c00206
BLAKE2b-256 7e82dfc9e4695ea295e628f4d5d02cf81c3d389140b4546521a3c4974b5293eb

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyspamsum-1.0.7-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.manylinux_2_31_armv7l.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.7-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for pyspamsum-1.0.7-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 6e548c5b3663b3e3efde4e3101d8aa8c28ce2f5aa16152838975d93590ca30f6
MD5 e27cce6cd0f6fa4532c2c7df12a45d17
BLAKE2b-256 e8f6ae1502bee355aff7fe5d45de33406337e611d7ba83bf1552cdbf7888724b

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyspamsum-1.0.7-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_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.7-cp313-cp313-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for pyspamsum-1.0.7-cp313-cp313-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 a6fae7e1a4f7e5ecc9f4862f8cde292ab4cf847e0f254ec7402ddba42e2971a2
MD5 1090129dbbbdc018a763a877e8b30d8c
BLAKE2b-256 bee33d175e0b6633835809680b0cdc32165a4912630ba91f323c85044d238e1d

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyspamsum-1.0.7-cp313-cp313-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.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.7-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pyspamsum-1.0.7-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 ef6f575b6e807c174b466bfe5f53635b600a69afe47410bde8702c8776dca581
MD5 84ee2a6c3836ea2274e396c42a711074
BLAKE2b-256 012618144cd887cf51b70742bfeffe40a440dfd4efa8e74630d5b40c13af51b4

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyspamsum-1.0.7-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.7-cp313-cp313-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for pyspamsum-1.0.7-cp313-cp313-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 8a70c904874fe28ad37f7ae1f4e1d45096d7d1bf0c9e83359253ef771e6939ec
MD5 87869d6f4af34af47fb8758bebb164d9
BLAKE2b-256 f5cf007328da871fbe3ee67e5d78c96f73f75d65043e7df68a01a2012fe9583e

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyspamsum-1.0.7-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.7-cp313-cp313-macosx_10_13_universal2.whl.

File metadata

File hashes

Hashes for pyspamsum-1.0.7-cp313-cp313-macosx_10_13_universal2.whl
Algorithm Hash digest
SHA256 e8f5d1965588408210eb6a5f4b2a9fb893303be0e7d1b5d6fa6c4a619f1119df
MD5 18cfe0011050e415bbbc1abeca4eda18
BLAKE2b-256 ec76b1296040699c4f5630a8674a25d66096be4732f9891109b581e9cbbb386b

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyspamsum-1.0.7-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.7-cp313-cp313-ios_13_0_x86_64_iphonesimulator.whl.

File metadata

File hashes

Hashes for pyspamsum-1.0.7-cp313-cp313-ios_13_0_x86_64_iphonesimulator.whl
Algorithm Hash digest
SHA256 be6788cf9e247a64e0d19798f11277cf712e31ae892e855b935d06317569d5c1
MD5 6e186ae1f83edf51d5071456c2e1ad43
BLAKE2b-256 75cd848647fb7553d242b708ec911dd957eba8a66578af24044e7c387deaafdf

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyspamsum-1.0.7-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.7-cp313-cp313-ios_13_0_arm64_iphonesimulator.whl.

File metadata

File hashes

Hashes for pyspamsum-1.0.7-cp313-cp313-ios_13_0_arm64_iphonesimulator.whl
Algorithm Hash digest
SHA256 3143e3cc26906656d83f38d7f485f3af39150bd0cb6c350ecbe8f731aa254bd6
MD5 87ce143b6851768c216b308f08baa0de
BLAKE2b-256 cca2437853879b2bf9573a61ca91c199b06b01ac85d2703b6d4c921785243a91

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyspamsum-1.0.7-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.7-cp313-cp313-ios_13_0_arm64_iphoneos.whl.

File metadata

File hashes

Hashes for pyspamsum-1.0.7-cp313-cp313-ios_13_0_arm64_iphoneos.whl
Algorithm Hash digest
SHA256 7d11a9f2383e8bb2228d840e99d50bdc4c0c7bfa1d7d5fdc0286055e58f7cc4c
MD5 23d7bf53fe9c25cf93312ef14933c6d0
BLAKE2b-256 42caab4dc6720b5af5a8bfdf605409f782e1a215849370892e476058bfe3a362

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyspamsum-1.0.7-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.7-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pyspamsum-1.0.7-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 1e04fb512f74e8520456a7f74db3d2337876bc19bc9a06a37b6d76ad34ea56e3
MD5 cdb9d6ef63c3ffd55d1560bc5bd1588f
BLAKE2b-256 ed3e8fddf5b4cb044c3225b256054b40ca69927115e042601f5c262229ee80d7

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyspamsum-1.0.7-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.7-cp312-cp312-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for pyspamsum-1.0.7-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 39b82c1d0fc7452ce3b80c5526dd3c90a98094cfb50d1de12c2dae88b8f901b8
MD5 2ff5df8c9c66e1acb260388d19761876
BLAKE2b-256 26f96e853854a9f2f4afd1500f0739c9d07193a537a33c2e2072275f41b3a657

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyspamsum-1.0.7-cp312-cp312-musllinux_1_2_i686.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.7-cp312-cp312-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for pyspamsum-1.0.7-cp312-cp312-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 9975d3462df2c1cb3dea1f6f5a369c8ab4680a33dcf7d03bc4ab19d5ae9789d4
MD5 7ba4f3cd62fa0182226673bcfee6e331
BLAKE2b-256 762efe9219660dccf7f79e608f093098a5afdadf03b2e4aa662a0243b6dfa9e2

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyspamsum-1.0.7-cp312-cp312-musllinux_1_2_armv7l.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.7-cp312-cp312-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for pyspamsum-1.0.7-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 43d8c52a2c4f8d79edc632939cc39ab5f8006b33156db7374685cf1fadd9d5ed
MD5 5f3c8b3d995eb2debf5a3d3956f2a165
BLAKE2b-256 2110c77e814b28fba40e01d7a038c282ce360e2dabf37f17b2fab4ded8e70933

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyspamsum-1.0.7-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.7-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pyspamsum-1.0.7-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 93113cd6be30b18036ee8e68787a06c4967c1fa2819e3fe7fed78823e6843af2
MD5 0155709b9defabe72b9fa081a6823b5d
BLAKE2b-256 034f23bb22c9c6c073d6119ed50d8608542b4782d16721982264142a37dab304

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyspamsum-1.0.7-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_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.7-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.manylinux_2_31_armv7l.whl.

File metadata

File hashes

Hashes for pyspamsum-1.0.7-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.manylinux_2_31_armv7l.whl
Algorithm Hash digest
SHA256 011bfb6830bf7e6a3104a8efa66c262b18887ea5bdf6694ea325fa1e76a8829b
MD5 a5cdd979d2c73d3c24d0d254f3a42034
BLAKE2b-256 8dda6aba95f67ed4d9916ab8268c6a21a358eb6a741a1c53a3b63c9625c44d34

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyspamsum-1.0.7-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.manylinux_2_31_armv7l.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.7-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for pyspamsum-1.0.7-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 24f0dc521bfa24dc39d00a5043fc19fa69a7175d60985b3f0bca6ee56c2038e4
MD5 aba874cc70bc9b027512e6a12675239a
BLAKE2b-256 4506418a8efac2b0dfd2412b38198487891e5d6d1b4e4d7bbe251f2e367f40d9

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyspamsum-1.0.7-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_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.7-cp312-cp312-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for pyspamsum-1.0.7-cp312-cp312-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 5d2c6ed586355fd3a590cacef227970a964588bfb7c94df2cdfec0ffc7d80b6b
MD5 da03c05fb7c895dfcbb0987de724ecc3
BLAKE2b-256 a2cec7b84cfc0663b3b941d2a2e379f7b8a3195a17454ae20ecfe797c9faf565

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyspamsum-1.0.7-cp312-cp312-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.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.7-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pyspamsum-1.0.7-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 a88638c11924322ce215b6db7bbdd3ed1e3226425edc0be39b04fbe203e7e7a6
MD5 58f656bf418291d7b99b46a39f8328be
BLAKE2b-256 228c39b72f5f628c0ce260ce5f04b63765702fe074f046b7b1bee0fbc41519e2

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyspamsum-1.0.7-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.7-cp312-cp312-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for pyspamsum-1.0.7-cp312-cp312-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 3a5a59d69c4c56805daec21430ef4aea5e86849d89ae00a987e12eaac591cc8d
MD5 07aa9f0ba8c7922dd663f27461c40d67
BLAKE2b-256 14c3719c91f3c41a6f9fd53da632ddf15bff24dbe3c37cba52c105a720bdc44a

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyspamsum-1.0.7-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.7-cp312-cp312-macosx_10_13_universal2.whl.

File metadata

File hashes

Hashes for pyspamsum-1.0.7-cp312-cp312-macosx_10_13_universal2.whl
Algorithm Hash digest
SHA256 939815ca4228d4403d1478c4dd1667d81883255996e8b73a01bdd385bbe27ac0
MD5 6203ca144158f99b050f386ce611cc65
BLAKE2b-256 6dc29d2661438a446d3d641fb3ab2beb8d7339b63bedfe19fc25a61c1449f346

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyspamsum-1.0.7-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.7-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pyspamsum-1.0.7-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 cd01bf218fbc13c2634f0537e7e120d263f530d1d65c6efae1af84a412fc7bd0
MD5 c46d8b0bc0c8bfcc5f8f5abc3a2b757f
BLAKE2b-256 49a9491ea58c1abf6ff97de67aca36aab3f07805d768306a7f267ef513e9a3f9

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyspamsum-1.0.7-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.7-cp311-cp311-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for pyspamsum-1.0.7-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 4b64cf4a0273bb487abb4df509db6f5fb2f2d447a9b56391c7beec0d5b35ed6f
MD5 ff4696445e27ed24e130aeab45ac628f
BLAKE2b-256 7993654f8119c7e522fee68ec1394539b9e6842ccb0e89d25b2e1fb2b60021da

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyspamsum-1.0.7-cp311-cp311-musllinux_1_2_i686.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.7-cp311-cp311-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for pyspamsum-1.0.7-cp311-cp311-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 861003b6c1125baa6dc9ddde888dcf53cc58f45a3cbf073d7554d4762ef62f77
MD5 f0ebfcf635eac414c4ac45c63ef6f93d
BLAKE2b-256 097e66dabaf1105d0f9b6d9374e1b196f13fc997da3e68165b0567c215e5005e

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyspamsum-1.0.7-cp311-cp311-musllinux_1_2_armv7l.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.7-cp311-cp311-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for pyspamsum-1.0.7-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 c1f44610aeb6fc5e786cfd71e83c76fecb7ec5e168760c784315a37fca20fed8
MD5 2378a113494ae6bd5a5124b0c687b3f7
BLAKE2b-256 e3d763404282b07efa1251a845786242d253c577e8abae58a431565282adeb4c

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyspamsum-1.0.7-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.7-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pyspamsum-1.0.7-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 867b3f2d451af65833df3d978cfd85bbd098268f2d7c118b2f7eaaa152c002b7
MD5 3959f87de59c46b74b27b11e5226ead4
BLAKE2b-256 2651382170e22e69d74a3d66a684930de24242ed476058e8893c36adbf9ff28f

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyspamsum-1.0.7-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_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.7-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.manylinux_2_31_armv7l.whl.

File metadata

File hashes

Hashes for pyspamsum-1.0.7-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.manylinux_2_31_armv7l.whl
Algorithm Hash digest
SHA256 a727ec92659364fb2e9c81ab68bd2882d57365051cd3cbb11b50f285b5cd8c7c
MD5 238a7f91361474b6bd5af69e1e32916d
BLAKE2b-256 6cbccfeb930f75ecff585347b2f9fef7d06a8e5bdccc657643523214505485fa

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyspamsum-1.0.7-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.manylinux_2_31_armv7l.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.7-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for pyspamsum-1.0.7-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 5b52968cacab792eac196c610be728d285911c3369325794e186ba69a158061f
MD5 91924eec665ed89bd9190d0334e80b1e
BLAKE2b-256 93a521da7783208cecca7c26df1d83d32b474d1f7427677955c4df9128c75657

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyspamsum-1.0.7-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_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.7-cp311-cp311-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for pyspamsum-1.0.7-cp311-cp311-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 44796093f7ac45d18874193653e27f40a356d5824839793df337e9b6dec6222b
MD5 7b78a31bd7e63627ecfe942378ead7e2
BLAKE2b-256 4bf2b31fa77bed9ab0e6ad3a57a31bebdccbe48fe3c526d0f84a863e240d6640

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyspamsum-1.0.7-cp311-cp311-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.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.7-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pyspamsum-1.0.7-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 e4ff8c86e850270a660f1e06527feae78b7a70e49ed28fd8d6ed71b1371bac1a
MD5 652f13e234a5786104acf2988c6f92b4
BLAKE2b-256 d94fd7502f84ace9b435d7f2d9c9d9ee2003ccbe706df71febba812d6580e0fe

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyspamsum-1.0.7-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.7-cp311-cp311-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for pyspamsum-1.0.7-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 a49eaa5cfca05acf50836f46e53768768bf81a649f1396cb5121479c66432ae8
MD5 a2ff8a8899011545dbc7455b1f77d46a
BLAKE2b-256 c3082204ef424a5b5646410215c3d7464ac3b8c2523cff40378133a1acf2842f

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyspamsum-1.0.7-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.7-cp311-cp311-macosx_10_9_universal2.whl.

File metadata

File hashes

Hashes for pyspamsum-1.0.7-cp311-cp311-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 8cb32419a07a1b7ea8387d1b70da5149f957942d0f2182a2c9b34d6bc45b9bd7
MD5 b3fcac2cc4e389784b8f2e116fd776ff
BLAKE2b-256 8e936a9b80258abdb822bf9baa913e9e26eb4b15a4f0ed2eb06d23d1218a319c

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyspamsum-1.0.7-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.7-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pyspamsum-1.0.7-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 630eb13f82aa6d7ccacce08cb495e3991b4616acc19ab4cfd7d3a1d1678b94a3
MD5 9b461128b7b7fcc70c4347f9eea7b2a1
BLAKE2b-256 dd69f08501a03fdb2f5290979d00eef690e1492a885f85b8b4b1c99facffb24d

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyspamsum-1.0.7-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.7-cp310-cp310-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for pyspamsum-1.0.7-cp310-cp310-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 92bdd7cb6e014362e9fb93376595add3eceb571db08da7f6941127b336e333e2
MD5 558ab7a5d1c8f717b3fbf2580f926b99
BLAKE2b-256 04011a241a54539b60e80b05cd9ea9d1c7ffd75273cdd146a78d54f5680a98b6

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyspamsum-1.0.7-cp310-cp310-musllinux_1_2_i686.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.7-cp310-cp310-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for pyspamsum-1.0.7-cp310-cp310-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 f0a41541fe3676f7b140a0948a7b17e1fecc761253d9491f3b7620b5a4c2abda
MD5 3bc44ad26ffb420022c22766684b9998
BLAKE2b-256 8c1ea6945444640e84b94d6ef148ea9f3ab2e42c249b2824c18fe9822e27b7d6

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyspamsum-1.0.7-cp310-cp310-musllinux_1_2_armv7l.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.7-cp310-cp310-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for pyspamsum-1.0.7-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 f750a977ee4f3b7cb7e4246313b8b34169242c692ebdd1307ca99436c04fc643
MD5 bbf6175c1e751b31eb893696f1ca1513
BLAKE2b-256 91b7481d06dea326a6a52960c3cf92d521a9b513f3127f9ef3045c30d04691d0

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyspamsum-1.0.7-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.7-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pyspamsum-1.0.7-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 cc449d1f53f1e995705cc96ea7a6fbf01cdb782ada92f9e8c0974627423324be
MD5 44b85adce7d40a28f2ed0b8cbce859cb
BLAKE2b-256 bd55fe47cb7a652ed95498b8eca018c8067822b6a76e9d0643e0f3c6824fc6aa

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyspamsum-1.0.7-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_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.7-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.manylinux_2_31_armv7l.whl.

File metadata

File hashes

Hashes for pyspamsum-1.0.7-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.manylinux_2_31_armv7l.whl
Algorithm Hash digest
SHA256 0dafbf081eafa7aad0efcc96a36f78a7238692f8708a410872dedd6b0ff20bb9
MD5 612301b6f9e7729acdf04eb2a474fc43
BLAKE2b-256 23c0140418be39147e3f629ee8be21e66baf1336ff2928de385fb97c314e6a09

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyspamsum-1.0.7-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.manylinux_2_31_armv7l.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.7-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for pyspamsum-1.0.7-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 143186c4fb22e5e958185539e8aa28420678fa6ea982fb578a5f489f505133f6
MD5 f460f0317aefed72c472137220c29e7b
BLAKE2b-256 28e8f01e82a941e54ff4355b5a5dc0d79df1a2913893603cc5fd6399487a23ef

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyspamsum-1.0.7-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_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.7-cp310-cp310-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for pyspamsum-1.0.7-cp310-cp310-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 a600279622e7beac8ad023eabfdca287f10ec77fec59e84bc349490a11095925
MD5 4b4d5afc04aa73e736ba55703bcda59a
BLAKE2b-256 14b45261c7459d81d9ece3038c27c44adf4c2bbe1edd67ab8731c3ef2397f928

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyspamsum-1.0.7-cp310-cp310-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.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.7-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pyspamsum-1.0.7-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 cb47a4b72e79a79b27fb7c07ede9facc0400f74bd80710e726ba3bcbc72aaf78
MD5 328f9ca0e0b950403b020bdbe2f89c51
BLAKE2b-256 36fac371b82e78f163ebda2215e267912f659667b46a2c26d9ab87cb1e9fb0c5

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyspamsum-1.0.7-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.7-cp310-cp310-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for pyspamsum-1.0.7-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 70a710aebd28a999f35fd430ad6544805d80b1dc3560473d0f834d786d447f94
MD5 caf2e3afdd77c99e1acd418a4e19d7e3
BLAKE2b-256 d290cad4863199f677aab2c7be4870606a80bd320e6d34675e970cda9c286713

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyspamsum-1.0.7-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.7-cp310-cp310-macosx_10_9_universal2.whl.

File metadata

File hashes

Hashes for pyspamsum-1.0.7-cp310-cp310-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 0c0f26efa0f738c285da6d7480d2e97a733716f537566e9472834b901ee36b03
MD5 02abf3c560dfad4f91cdf6f027cf7b87
BLAKE2b-256 97c0c505e6019de1856f12c007f0c78f922a638a334955d3b8b0819032993fd0

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyspamsum-1.0.7-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.

File details

Details for the file pyspamsum-1.0.7-cp39-cp39-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pyspamsum-1.0.7-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 657e515bda0e68b53767893ab5a00b85044adc5545a2397e8ff912da715821e7
MD5 b62259f32454b776efc16af3fd566a98
BLAKE2b-256 2b0fc9952e8e6db9e4f38a98629b52766956ed0887c7005627aeb5aaee75b126

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyspamsum-1.0.7-cp39-cp39-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.7-cp39-cp39-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for pyspamsum-1.0.7-cp39-cp39-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 cbb33823a59169a5c28fa6f21940404b235bcc609647206b61378d47e26b80fd
MD5 0751b113585f2db598991bd3fa2358ab
BLAKE2b-256 0cb4eec9377922eb0881abc368b1b6d62a70108ba67328b76f6fc473399ee32a

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyspamsum-1.0.7-cp39-cp39-musllinux_1_2_i686.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.7-cp39-cp39-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for pyspamsum-1.0.7-cp39-cp39-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 98b49d2d02065cdab4e933f7a04a4f97a47b937aae9499bef814cb62e0e9960e
MD5 520f7a08471b571fa75237044540a001
BLAKE2b-256 dc0cbf88f85c751e2e1ee8e8f23110895da94043614d6109afb303027e4e102a

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyspamsum-1.0.7-cp39-cp39-musllinux_1_2_armv7l.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.7-cp39-cp39-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for pyspamsum-1.0.7-cp39-cp39-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 23613cdfe2579070bc5f0615a948d195dd783ed3096891affd9e14c2de390ad1
MD5 f5618a7550d65b89282d6ba798376265
BLAKE2b-256 7f61a1fd4ce8bad027558cf3571de50517e2dd92b7111eec52ec488c29a4bd07

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyspamsum-1.0.7-cp39-cp39-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.7-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pyspamsum-1.0.7-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 ec54020b5e8c74c6f3188f69dfe4f45548a050534826f0905f69abffca6ae2c7
MD5 367496912c204b9cb438488bfba63ae5
BLAKE2b-256 d532f2a3a960320a1bdeb06444be8b3d2a9cc82ab43d52b18c508a1eb26eeb77

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyspamsum-1.0.7-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_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.7-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.manylinux_2_31_armv7l.whl.

File metadata

File hashes

Hashes for pyspamsum-1.0.7-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.manylinux_2_31_armv7l.whl
Algorithm Hash digest
SHA256 cafa1d6487c1900ff13f268993ce5f94bda259420ed65e8d3940047c987e4efb
MD5 fda17fe2dc5d8c93014bddc9bb3c5cd7
BLAKE2b-256 04c0e34bb4fd60afcb308d9104e7a04c119750019a37d50c08a701cb016b4d09

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyspamsum-1.0.7-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.manylinux_2_31_armv7l.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.7-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for pyspamsum-1.0.7-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 55f8c5094da075efc61d538e14a469e241f7215dc2b8425bcfd1f9f372057fdc
MD5 5828b2739fbb583f567c211cda917258
BLAKE2b-256 bf6625df96db516a67c9aea977a872da2b5bd507c17d9164c89c56f7e9469acb

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyspamsum-1.0.7-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_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.7-cp39-cp39-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for pyspamsum-1.0.7-cp39-cp39-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 b5767ba0be82cd0441444380e24fbf3f1884df8e3612d7daf8f9f0fa346bb645
MD5 e3622be489d341597ebd283560fbfbb4
BLAKE2b-256 9e758a0163c3d435ad744d9731214845c88b491667e26c7a32f33fc2efeaa003

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyspamsum-1.0.7-cp39-cp39-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.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.7-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pyspamsum-1.0.7-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 3a1827bf9b62bcfa7d62b6630546cea0ca3e6e235800a37d42ac312101c6f28e
MD5 2a3c8574262a24d9c964e50cf74c589c
BLAKE2b-256 d280c7f855239dc83fbb44abebe68724915ed7afaabb1e606d0787a10660f2e5

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyspamsum-1.0.7-cp39-cp39-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.7-cp39-cp39-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for pyspamsum-1.0.7-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 f07ff28cb1d2465f07175002459bf2264cb615f9b8076a5cc302424f88b0c99b
MD5 f4e7473043cebcd167fa00a3837d9f15
BLAKE2b-256 72e20538b9012018a77227eb964f4e2ad0de0ccce0e9e210bfed20dfd76ee923

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyspamsum-1.0.7-cp39-cp39-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.7-cp39-cp39-macosx_10_9_universal2.whl.

File metadata

File hashes

Hashes for pyspamsum-1.0.7-cp39-cp39-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 100354e9c7e155841d4588d3bbf2b2a412c891ff0d02db7a64e6957e351b3885
MD5 9132539aecb1ee2bc44eaaafbcfd11ec
BLAKE2b-256 6a2d040dc410210ae1a3b888e1651b29dfb85d9479a15952b9ca6fd2ac4dbf04

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyspamsum-1.0.7-cp39-cp39-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.7-0-cp313-cp313-android_24_x86_64.whl.

File metadata

File hashes

Hashes for pyspamsum-1.0.7-0-cp313-cp313-android_24_x86_64.whl
Algorithm Hash digest
SHA256 6a866c3c44952cac93ab1466ad9bcaf5e26fb028e2f09b5f4f4bce1314de0001
MD5 708cd1694bb3ef5aef77d2b8c6c4e9a1
BLAKE2b-256 79b7550db82ad78002942fa5b0244c0442085b5d16b595745351559654dce752

See more details on using hashes here.

File details

Details for the file pyspamsum-1.0.7-0-cp313-cp313-android_24_arm64_v8a.whl.

File metadata

File hashes

Hashes for pyspamsum-1.0.7-0-cp313-cp313-android_24_arm64_v8a.whl
Algorithm Hash digest
SHA256 19bb2c1f8584e1c785328c8280a99d30026b9edf3d2ab89cff0d3ef36920476c
MD5 f9a906477d48aec61ba121b679676033
BLAKE2b-256 8b9ce56e71c408b5a86b1b5edbacb8217209f31845a70bdd6fffbec720db5960

See more details on using hashes here.

Supported by

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