Skip to main content

An incredibly fast, multithreaded sorting algorithm implemented in Cython.

Project description

MatthewSort

An incredibly fast, multithreaded sorting algorithm implemented in Cython.

This library provides a high-performance sorting implementation that uses a parallelized bucket sort strategy and my own approximated index for fast speeds.

Installation

Install matthewsort directly from PyPI:

pip install matthewsort

Commands

Un-parallelized sort

matthewsort.sort(<list>)

Parallelized sort

matthewsort.supersort(<list>)

Both return a copy of the sorted list.

Speed details

Time Complexity: Best Case O(1) Average Case: O(n) Worst Case: O(n^2)

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.

matthewsort-0.1.10-cp312-cp312-win_amd64.whl (34.0 kB view details)

Uploaded CPython 3.12Windows x86-64

matthewsort-0.1.10-cp312-cp312-musllinux_1_1_x86_64.whl (859.4 kB view details)

Uploaded CPython 3.12musllinux: musl 1.1+ x86-64

matthewsort-0.1.10-cp312-cp312-musllinux_1_1_i686.whl (907.1 kB view details)

Uploaded CPython 3.12musllinux: musl 1.1+ i686

matthewsort-0.1.10-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (300.9 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

matthewsort-0.1.10-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl (295.2 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ i686

matthewsort-0.1.10-cp312-cp312-macosx_11_0_arm64.whl (32.8 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

matthewsort-0.1.10-cp311-cp311-win_amd64.whl (33.7 kB view details)

Uploaded CPython 3.11Windows x86-64

matthewsort-0.1.10-cp311-cp311-musllinux_1_1_x86_64.whl (852.9 kB view details)

Uploaded CPython 3.11musllinux: musl 1.1+ x86-64

matthewsort-0.1.10-cp311-cp311-musllinux_1_1_i686.whl (906.5 kB view details)

Uploaded CPython 3.11musllinux: musl 1.1+ i686

matthewsort-0.1.10-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (298.6 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

matthewsort-0.1.10-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl (292.5 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ i686

matthewsort-0.1.10-cp311-cp311-macosx_11_0_arm64.whl (32.8 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

matthewsort-0.1.10-cp310-cp310-win_amd64.whl (33.6 kB view details)

Uploaded CPython 3.10Windows x86-64

matthewsort-0.1.10-cp310-cp310-musllinux_1_1_x86_64.whl (846.6 kB view details)

Uploaded CPython 3.10musllinux: musl 1.1+ x86-64

matthewsort-0.1.10-cp310-cp310-musllinux_1_1_i686.whl (901.9 kB view details)

Uploaded CPython 3.10musllinux: musl 1.1+ i686

matthewsort-0.1.10-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (291.4 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

matthewsort-0.1.10-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl (286.5 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ i686

matthewsort-0.1.10-cp310-cp310-macosx_11_0_arm64.whl (32.9 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

matthewsort-0.1.10-cp39-cp39-win_amd64.whl (33.7 kB view details)

Uploaded CPython 3.9Windows x86-64

matthewsort-0.1.10-cp39-cp39-musllinux_1_1_x86_64.whl (846.4 kB view details)

Uploaded CPython 3.9musllinux: musl 1.1+ x86-64

matthewsort-0.1.10-cp39-cp39-musllinux_1_1_i686.whl (901.5 kB view details)

Uploaded CPython 3.9musllinux: musl 1.1+ i686

matthewsort-0.1.10-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (291.2 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

matthewsort-0.1.10-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl (286.2 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ i686

matthewsort-0.1.10-cp39-cp39-macosx_11_0_arm64.whl (33.0 kB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

matthewsort-0.1.10-cp38-cp38-win_amd64.whl (34.2 kB view details)

Uploaded CPython 3.8Windows x86-64

matthewsort-0.1.10-cp38-cp38-musllinux_1_1_x86_64.whl (851.2 kB view details)

Uploaded CPython 3.8musllinux: musl 1.1+ x86-64

matthewsort-0.1.10-cp38-cp38-musllinux_1_1_i686.whl (902.0 kB view details)

Uploaded CPython 3.8musllinux: musl 1.1+ i686

matthewsort-0.1.10-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (292.8 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ x86-64

matthewsort-0.1.10-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl (288.2 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ i686

matthewsort-0.1.10-cp38-cp38-macosx_11_0_arm64.whl (33.4 kB view details)

Uploaded CPython 3.8macOS 11.0+ ARM64

matthewsort-0.1.10-cp37-cp37m-win_amd64.whl (33.9 kB view details)

Uploaded CPython 3.7mWindows x86-64

matthewsort-0.1.10-cp37-cp37m-musllinux_1_1_x86_64.whl (843.1 kB view details)

Uploaded CPython 3.7mmusllinux: musl 1.1+ x86-64

matthewsort-0.1.10-cp37-cp37m-musllinux_1_1_i686.whl (893.0 kB view details)

Uploaded CPython 3.7mmusllinux: musl 1.1+ i686

matthewsort-0.1.10-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (286.8 kB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.17+ x86-64

matthewsort-0.1.10-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl (282.1 kB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.17+ i686

File details

Details for the file matthewsort-0.1.10-cp312-cp312-win_amd64.whl.

File metadata

File hashes

Hashes for matthewsort-0.1.10-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 e29f561671425d25ed4b206280fb2362078dc562d665e9cdb33cd62c73ea241d
MD5 b1b85ce29330b53326b711d797e8317b
BLAKE2b-256 a337c6a141bba286109d902eaa280cb3866c4a38d5479be8702e84bb48968c51

See more details on using hashes here.

Provenance

The following attestation bundles were made for matthewsort-0.1.10-cp312-cp312-win_amd64.whl:

Publisher: publish-to-pypi.yml on Hylium64/MatthewSort

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

File details

Details for the file matthewsort-0.1.10-cp312-cp312-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for matthewsort-0.1.10-cp312-cp312-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 6eabbf6f12a7c16f33a32ccf29a00bfc0f4cca493886e2f34fdb21624d1736c8
MD5 3ddbe0bba9262b0856506f7d76c880e5
BLAKE2b-256 a4230019394a6ac5473cab6a86799fe9e7ec31504eccead14ac7cf9a02fee2b1

See more details on using hashes here.

Provenance

The following attestation bundles were made for matthewsort-0.1.10-cp312-cp312-musllinux_1_1_x86_64.whl:

Publisher: publish-to-pypi.yml on Hylium64/MatthewSort

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

File details

Details for the file matthewsort-0.1.10-cp312-cp312-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for matthewsort-0.1.10-cp312-cp312-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 f96342c58dd73a9d18d788f16b203560814162d30bcec684ed89d583a9c7483d
MD5 4b13d4e5ee9afa2b137dee402af37d02
BLAKE2b-256 f4451a18dfc16461b0b8a3baa1f3b68b565653ca02766ba41910d9063419f80a

See more details on using hashes here.

Provenance

The following attestation bundles were made for matthewsort-0.1.10-cp312-cp312-musllinux_1_1_i686.whl:

Publisher: publish-to-pypi.yml on Hylium64/MatthewSort

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

File details

Details for the file matthewsort-0.1.10-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for matthewsort-0.1.10-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 d0410181cf91516f37f77af0cbcff0a08479aecf68606812018e71dff518ab36
MD5 69c6f121aefef8094a31647fb0b1fbd1
BLAKE2b-256 b66c9468d1bbcd9abc3954d9d329e3e7e5c6caa28e337a2a666a84826d5fa457

See more details on using hashes here.

Provenance

The following attestation bundles were made for matthewsort-0.1.10-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: publish-to-pypi.yml on Hylium64/MatthewSort

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

File details

Details for the file matthewsort-0.1.10-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for matthewsort-0.1.10-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 07025d50bd97931661acd8f71fad4ba0e4f884c3ef3898c4115d37331a9e7fe9
MD5 1b536160250c3eccdf8a54122a7858fb
BLAKE2b-256 4d8d0f95fa955ce8381cd419e38e56d84dd5ce4a598f1e3ac344df0348518b09

See more details on using hashes here.

Provenance

The following attestation bundles were made for matthewsort-0.1.10-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl:

Publisher: publish-to-pypi.yml on Hylium64/MatthewSort

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

File details

Details for the file matthewsort-0.1.10-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for matthewsort-0.1.10-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 9bd2f3a4b3ef1ff188f59112e81818d0033ca9e821aa56b2dafa07217c94994a
MD5 3765e6f3dbd997d26826920787ba5a0a
BLAKE2b-256 3556d35a2334901f81dbc8ab3cade88be3d8528830429372073c223bed987827

See more details on using hashes here.

Provenance

The following attestation bundles were made for matthewsort-0.1.10-cp312-cp312-macosx_11_0_arm64.whl:

Publisher: publish-to-pypi.yml on Hylium64/MatthewSort

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

File details

Details for the file matthewsort-0.1.10-cp311-cp311-win_amd64.whl.

File metadata

File hashes

Hashes for matthewsort-0.1.10-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 a1a73b883051eaac8b4fa1737331ed06fb8f5ab8dabb2d7dc7882546ef35d960
MD5 81a05de3d9b6aa6ad14eb0deb994ae57
BLAKE2b-256 a9b08436d250edb4860aa075b542fc4785ac2dc232ca19a76a7ab25256796fd9

See more details on using hashes here.

Provenance

The following attestation bundles were made for matthewsort-0.1.10-cp311-cp311-win_amd64.whl:

Publisher: publish-to-pypi.yml on Hylium64/MatthewSort

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

File details

Details for the file matthewsort-0.1.10-cp311-cp311-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for matthewsort-0.1.10-cp311-cp311-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 8f38c46ace8af6036c593d44c10d156f0d5dbb8239c9f2892402e2fe6b9f6090
MD5 3574c80a324ec137776669debb8bf006
BLAKE2b-256 e7b57c4090751d6564e7377c44b43042f700989e0fd4b3141067b94d9d99b0d2

See more details on using hashes here.

Provenance

The following attestation bundles were made for matthewsort-0.1.10-cp311-cp311-musllinux_1_1_x86_64.whl:

Publisher: publish-to-pypi.yml on Hylium64/MatthewSort

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

File details

Details for the file matthewsort-0.1.10-cp311-cp311-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for matthewsort-0.1.10-cp311-cp311-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 0fad9b759a5400ef8173c4a63b9c140634459cc6381a119f1c93d367a09ca2d7
MD5 5fc2ab8771321bdd1f3c9a87948452e1
BLAKE2b-256 c739c97d5905c3405ef5ecb7efbb2113679b718a3d858e398a726158dc0fa214

See more details on using hashes here.

Provenance

The following attestation bundles were made for matthewsort-0.1.10-cp311-cp311-musllinux_1_1_i686.whl:

Publisher: publish-to-pypi.yml on Hylium64/MatthewSort

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

File details

Details for the file matthewsort-0.1.10-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for matthewsort-0.1.10-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 6ed3e2a3d83adc052093b8dce23462c514c9fac2cc813cda71e8dc5b3e1ca065
MD5 7ac0e2eb6abeed065251f3bf739f6482
BLAKE2b-256 fa4d659840bb3769cde763b58cbb9591265392fd969b3c3a0632111b5655aee8

See more details on using hashes here.

Provenance

The following attestation bundles were made for matthewsort-0.1.10-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: publish-to-pypi.yml on Hylium64/MatthewSort

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

File details

Details for the file matthewsort-0.1.10-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for matthewsort-0.1.10-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 3dad231634f9879abfcdabd6182da013c7c382e1ffd611f1a23cdc54f3b89acd
MD5 03c7c2f532a7e02c4aec5e7540cfa8c5
BLAKE2b-256 74dd0c97f0d6d6722edd969466ef3ef5f29ed1f037b0a5094407d2faa839237a

See more details on using hashes here.

Provenance

The following attestation bundles were made for matthewsort-0.1.10-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl:

Publisher: publish-to-pypi.yml on Hylium64/MatthewSort

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

File details

Details for the file matthewsort-0.1.10-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for matthewsort-0.1.10-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 32668293eacf002881652f0a9b05390a5bc4a1ae5f65b4bd38a1b72e22d39994
MD5 3171b8af7149787acb41516b63770982
BLAKE2b-256 6bb2f1ac6ce2e8dd176f73b5a97200add566c95a9e3c1e6705475c1a098052b5

See more details on using hashes here.

Provenance

The following attestation bundles were made for matthewsort-0.1.10-cp311-cp311-macosx_11_0_arm64.whl:

Publisher: publish-to-pypi.yml on Hylium64/MatthewSort

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

File details

Details for the file matthewsort-0.1.10-cp310-cp310-win_amd64.whl.

File metadata

File hashes

Hashes for matthewsort-0.1.10-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 576b179e023d7fbd479ca6e9b99cffe04c14d5dc9070a54021fa4bf877f4e250
MD5 5c279f33b09f19c7bc658c2c47a00a62
BLAKE2b-256 50a9c8b7e01421ee1d453b224641987a794b877bde949552d15eab2d97e3059f

See more details on using hashes here.

Provenance

The following attestation bundles were made for matthewsort-0.1.10-cp310-cp310-win_amd64.whl:

Publisher: publish-to-pypi.yml on Hylium64/MatthewSort

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

File details

Details for the file matthewsort-0.1.10-cp310-cp310-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for matthewsort-0.1.10-cp310-cp310-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 95b47bc27c4103b870974c0b9c36072de9b2349fdad56e974d72a32999180822
MD5 5a39ea27bb3a86e5667ce661af1eb919
BLAKE2b-256 f1a544c55d61a8a32fad1760aba9c931825e64ee59f7e863b3f25a962518d765

See more details on using hashes here.

Provenance

The following attestation bundles were made for matthewsort-0.1.10-cp310-cp310-musllinux_1_1_x86_64.whl:

Publisher: publish-to-pypi.yml on Hylium64/MatthewSort

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

File details

Details for the file matthewsort-0.1.10-cp310-cp310-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for matthewsort-0.1.10-cp310-cp310-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 e46e2c3cfa7c97d87717c6e895135c08fd766968cfef3e40661cb751a3f3d98d
MD5 3e3c255da012d29d355f6f96cb78dbd6
BLAKE2b-256 c90a163c4b569e89959ca4af3fdc6c04193f2d8e6d0ced554fa31ea7b31cfdb0

See more details on using hashes here.

Provenance

The following attestation bundles were made for matthewsort-0.1.10-cp310-cp310-musllinux_1_1_i686.whl:

Publisher: publish-to-pypi.yml on Hylium64/MatthewSort

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

File details

Details for the file matthewsort-0.1.10-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for matthewsort-0.1.10-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 96d5bb5dc8e839175718860c587d24afc891c07bfcd49aaa3f1f1858251f1774
MD5 4ec7c2018cf130b912a20f047a91455e
BLAKE2b-256 19b81866e18a2725749812af738f4ab394d26521696629e6b1a23372a9928fda

See more details on using hashes here.

Provenance

The following attestation bundles were made for matthewsort-0.1.10-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: publish-to-pypi.yml on Hylium64/MatthewSort

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

File details

Details for the file matthewsort-0.1.10-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for matthewsort-0.1.10-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 fab3b16416307f3ca4789420146c37f149c2f9b4b10aa7f4b736faa60cd099ef
MD5 9c2b5c7579d97b6dbb8c27151f6222ee
BLAKE2b-256 608a333c1c068cfb639dd3b8f9e8c064eb0262592d4d3716475c4d0221bc91d1

See more details on using hashes here.

Provenance

The following attestation bundles were made for matthewsort-0.1.10-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl:

Publisher: publish-to-pypi.yml on Hylium64/MatthewSort

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

File details

Details for the file matthewsort-0.1.10-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for matthewsort-0.1.10-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 77867f90c5e1ae701327f01b35adc0084a577c29c33cceef113aa1cc740386e9
MD5 5c873122828356c76df5d5db66621e64
BLAKE2b-256 42f6012a55bc8ae80c99d1fb0b1e60c0efa1b0baabe07b8da9f123b17224c5e3

See more details on using hashes here.

Provenance

The following attestation bundles were made for matthewsort-0.1.10-cp310-cp310-macosx_11_0_arm64.whl:

Publisher: publish-to-pypi.yml on Hylium64/MatthewSort

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

File details

Details for the file matthewsort-0.1.10-cp39-cp39-win_amd64.whl.

File metadata

  • Download URL: matthewsort-0.1.10-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 33.7 kB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for matthewsort-0.1.10-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 47fd2bcbe20db1adf8ecbb4ca061bcda5ea5e43e5723113b7b70ca6704df0096
MD5 a1e4b1be5a8a33c53fc657b4302097c3
BLAKE2b-256 1fafdb49bdc3d672d19669c8499a82ba372027c64e60ed75da0dc77333cd1ea6

See more details on using hashes here.

Provenance

The following attestation bundles were made for matthewsort-0.1.10-cp39-cp39-win_amd64.whl:

Publisher: publish-to-pypi.yml on Hylium64/MatthewSort

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

File details

Details for the file matthewsort-0.1.10-cp39-cp39-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for matthewsort-0.1.10-cp39-cp39-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 e1fa68af93f3b195a2352d8904b7dc0834536873722a214f5ca07f8be3b91fcd
MD5 da07c0008a634812a3387cea0a5b7c70
BLAKE2b-256 773aa4f7970ea674d90e22f2b455dac1fd477634023d897baed7aab42cee8fb9

See more details on using hashes here.

Provenance

The following attestation bundles were made for matthewsort-0.1.10-cp39-cp39-musllinux_1_1_x86_64.whl:

Publisher: publish-to-pypi.yml on Hylium64/MatthewSort

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

File details

Details for the file matthewsort-0.1.10-cp39-cp39-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for matthewsort-0.1.10-cp39-cp39-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 0599c9ba709d47f02621d49ede3e604ef358ec6972dd24ca11f9a1326586f602
MD5 ebc8e7de0dd4397d70df69e725d39ef8
BLAKE2b-256 d16c4af3993dc82760ec67725210d18b82fad12d0a89ec5c1d932e974f615f42

See more details on using hashes here.

Provenance

The following attestation bundles were made for matthewsort-0.1.10-cp39-cp39-musllinux_1_1_i686.whl:

Publisher: publish-to-pypi.yml on Hylium64/MatthewSort

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

File details

Details for the file matthewsort-0.1.10-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for matthewsort-0.1.10-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 e424700d22009ac4d971ecb96c8506a8e93e4488c1d1ad4f76fc4b1d40a2c0e2
MD5 c6512f9db6c9a577a9aaa0437199d089
BLAKE2b-256 bbe1d35e038b1c3a0a91de42cf3b063d5cd85a1c91cb2f1e73bb2ad42470a361

See more details on using hashes here.

Provenance

The following attestation bundles were made for matthewsort-0.1.10-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: publish-to-pypi.yml on Hylium64/MatthewSort

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

File details

Details for the file matthewsort-0.1.10-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for matthewsort-0.1.10-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 54d3ff7a53fc708cce2fe910e734a949b722beed2712f13860baa0021b0c1b55
MD5 4faa8a7df7bd3cfcc177b27c213a5b32
BLAKE2b-256 c8d0438e29d342d13b9929ab03f489a1970d42f1155e9ed58f3bfbb97eb365b7

See more details on using hashes here.

Provenance

The following attestation bundles were made for matthewsort-0.1.10-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl:

Publisher: publish-to-pypi.yml on Hylium64/MatthewSort

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

File details

Details for the file matthewsort-0.1.10-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for matthewsort-0.1.10-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 3d72d5ad5c4ed8ecff41c4fc82be0ccf3a33776454a10167c74c7fc52121f646
MD5 ba7bd06611a72d8af5265afb0fae4561
BLAKE2b-256 8e24b276cf097b61fb4a19f4d7c45789a06929e857e3d0d3ba2de6d74a38d199

See more details on using hashes here.

Provenance

The following attestation bundles were made for matthewsort-0.1.10-cp39-cp39-macosx_11_0_arm64.whl:

Publisher: publish-to-pypi.yml on Hylium64/MatthewSort

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

File details

Details for the file matthewsort-0.1.10-cp38-cp38-win_amd64.whl.

File metadata

  • Download URL: matthewsort-0.1.10-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 34.2 kB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for matthewsort-0.1.10-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 d1b0e1e0c89ca9ca903b46039786091b20555dee35eefaf2d3ebfdda9be19583
MD5 f28bcc01a4af169252d267e08c1855eb
BLAKE2b-256 a0dfbeced361280f15c6cbe88a67319fd318630deab2c02c9737ab83ae130901

See more details on using hashes here.

Provenance

The following attestation bundles were made for matthewsort-0.1.10-cp38-cp38-win_amd64.whl:

Publisher: publish-to-pypi.yml on Hylium64/MatthewSort

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

File details

Details for the file matthewsort-0.1.10-cp38-cp38-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for matthewsort-0.1.10-cp38-cp38-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 8752ecafff02990972dbd1a0eb03a366c55bc50aae0a7c6507394051d6a08424
MD5 1decfff671eaaa52a694bca7426c7991
BLAKE2b-256 bf4ee408d29576efd9a860b4bdb048455d4d2cd27a90c0197ae49074fbc3b680

See more details on using hashes here.

Provenance

The following attestation bundles were made for matthewsort-0.1.10-cp38-cp38-musllinux_1_1_x86_64.whl:

Publisher: publish-to-pypi.yml on Hylium64/MatthewSort

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

File details

Details for the file matthewsort-0.1.10-cp38-cp38-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for matthewsort-0.1.10-cp38-cp38-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 efbe9685a5604ce8c4d97e81d06cb5d38165b8b8442b0fd294f9e6026710f125
MD5 34c03e8bc087c826286c27cb4968dbe6
BLAKE2b-256 45254e5d76aea0abf2e23a919dd623265199a2860ac71a24532ce5be725f76aa

See more details on using hashes here.

Provenance

The following attestation bundles were made for matthewsort-0.1.10-cp38-cp38-musllinux_1_1_i686.whl:

Publisher: publish-to-pypi.yml on Hylium64/MatthewSort

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

File details

Details for the file matthewsort-0.1.10-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for matthewsort-0.1.10-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 58cb7d7bc7b3d4c79b32bd9e9feb5d2c67eaa5a692de5b0d12faa51e0267e50a
MD5 a8d5575e2ccc9954dc045e6809eacf5b
BLAKE2b-256 02058587edd4be99d926c033ad32ff37324fd7f346026fd24f53f6af2baba25c

See more details on using hashes here.

Provenance

The following attestation bundles were made for matthewsort-0.1.10-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: publish-to-pypi.yml on Hylium64/MatthewSort

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

File details

Details for the file matthewsort-0.1.10-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for matthewsort-0.1.10-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 cd373d3ec848b42d8008440f1231f6d83dc978b98337a912a1502fa2f6cebe6a
MD5 964547e81e212247bb63f3c1c4dbe22c
BLAKE2b-256 cabb4b5b8d802c754a59c61add36ae01686b8a0e87ea93ba7e5118a9660a5a60

See more details on using hashes here.

Provenance

The following attestation bundles were made for matthewsort-0.1.10-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl:

Publisher: publish-to-pypi.yml on Hylium64/MatthewSort

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

File details

Details for the file matthewsort-0.1.10-cp38-cp38-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for matthewsort-0.1.10-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 3043e60c0d57a5e41842cf20f74e66c9c386b3ba2901f2e9081f5746131b096a
MD5 175f5532866ec5bfd517678e0466a82f
BLAKE2b-256 f6b461c8b5df74b2556cb791a136e034e90e6cf8584a08890a383ad6ddd9e711

See more details on using hashes here.

Provenance

The following attestation bundles were made for matthewsort-0.1.10-cp38-cp38-macosx_11_0_arm64.whl:

Publisher: publish-to-pypi.yml on Hylium64/MatthewSort

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

File details

Details for the file matthewsort-0.1.10-cp37-cp37m-win_amd64.whl.

File metadata

File hashes

Hashes for matthewsort-0.1.10-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 84bb7e81034e3b447b75e8ff356fd855f84f1dbc4f7442e8b62bfe0dc1a5b710
MD5 dedeecbeb989e0a322deec22e3f9a3a5
BLAKE2b-256 e0ad8f579390cd0cad3b360f91dd5b9a8c761c90f374eaeff808e488d74d4619

See more details on using hashes here.

Provenance

The following attestation bundles were made for matthewsort-0.1.10-cp37-cp37m-win_amd64.whl:

Publisher: publish-to-pypi.yml on Hylium64/MatthewSort

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

File details

Details for the file matthewsort-0.1.10-cp37-cp37m-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for matthewsort-0.1.10-cp37-cp37m-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 a458fadfc400d350ed468d4bd183eae702cb38d9f1209b6f2f3d292f389a4f30
MD5 6922256f7bd5acab58bf8dca599f8164
BLAKE2b-256 8bf905bba33c3ef92161183359c0a90371132cbadf91411c9d131d75618e4cf2

See more details on using hashes here.

Provenance

The following attestation bundles were made for matthewsort-0.1.10-cp37-cp37m-musllinux_1_1_x86_64.whl:

Publisher: publish-to-pypi.yml on Hylium64/MatthewSort

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

File details

Details for the file matthewsort-0.1.10-cp37-cp37m-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for matthewsort-0.1.10-cp37-cp37m-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 f45fafd3592f210ee014dfdeb509a7f33aa8c4a2d774949443ee03737485a7ab
MD5 4b5d1e6ce33a427835bc37937312aa0d
BLAKE2b-256 bea37ca31d1b6b85929116f88349da32371d430edceee0fa06f4063804f3a0e7

See more details on using hashes here.

Provenance

The following attestation bundles were made for matthewsort-0.1.10-cp37-cp37m-musllinux_1_1_i686.whl:

Publisher: publish-to-pypi.yml on Hylium64/MatthewSort

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

File details

Details for the file matthewsort-0.1.10-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for matthewsort-0.1.10-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 802cdb53814e6039e8e59ce703de48f0cba6dee4bf052641ac7c3a4cf5c1ace1
MD5 922f7c888c6cceb6b2cf40f20cb5aafd
BLAKE2b-256 d364e3cd1486e57000f1d05558dab35fc5e26a6238c64807a721d93aa2c2829e

See more details on using hashes here.

Provenance

The following attestation bundles were made for matthewsort-0.1.10-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: publish-to-pypi.yml on Hylium64/MatthewSort

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

File details

Details for the file matthewsort-0.1.10-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for matthewsort-0.1.10-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 6cdaa424b2980a66a4a321da2849274ca87b27803aa2b2ce8eda4b4cdc106c21
MD5 5f56d34c681d264386175a287f82f846
BLAKE2b-256 bec7269ebafdf3de6c6e9c0e97fc31dd208887e7e54ac91a4a019137c44fbc78

See more details on using hashes here.

Provenance

The following attestation bundles were made for matthewsort-0.1.10-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl:

Publisher: publish-to-pypi.yml on Hylium64/MatthewSort

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