Skip to main content

Fast discovery of similar strings in bulk

Project description

SymScan

Check out the documentation page.

SymScan enables extremely fast discovery of pairs of similar strings within and across large collections.

SymScan is a variation on the symmetric deletion algorithm that is optimised for bulk-searching similar strings within one or across two large string collections at once (e.g. searching for similar protein sequences among a collection of 10M). The key algorithmic difference between SymScan and traditional symmetric deletion is the use of a sort-merge join approach in place of hash maps to discover input strings that share common deletion variants. This sort-and-scan approach trades off an additional factor of O(log N) (with N the total number of strings being compared) in expected time complexity for improved cache locality and effective parallelization, and ends up being much faster for the above use case.

Installing

CLI

brew install yutanagano/tap/symscan-cli

Rust library

cargo add symscan

Python package

pip install symscan

Licensing

SymScan is dual-licensed under the MIT and Apache 2.0 licenses. Unless explicitly stated otherwise, any contribution submitted by you, as defined in the Apache license, shall be dual-licensed as above, without any additional terms and conditions.

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

symscan-0.7.2.tar.gz (27.1 kB view details)

Uploaded Source

Built Distributions

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

symscan-0.7.2-cp314-cp314t-win_arm64.whl (277.2 kB view details)

Uploaded CPython 3.14tWindows ARM64

symscan-0.7.2-cp314-cp314t-win_amd64.whl (297.8 kB view details)

Uploaded CPython 3.14tWindows x86-64

symscan-0.7.2-cp314-cp314t-win32.whl (288.9 kB view details)

Uploaded CPython 3.14tWindows x86

symscan-0.7.2-cp314-cp314t-musllinux_1_2_x86_64.whl (537.2 kB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ x86-64

symscan-0.7.2-cp314-cp314t-musllinux_1_2_aarch64.whl (508.9 kB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

symscan-0.7.2-cp314-cp314t-manylinux_2_28_x86_64.whl (469.0 kB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.28+ x86-64

symscan-0.7.2-cp314-cp314t-manylinux_2_28_aarch64.whl (444.0 kB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.28+ ARM64

symscan-0.7.2-cp314-cp314t-macosx_11_0_arm64.whl (402.1 kB view details)

Uploaded CPython 3.14tmacOS 11.0+ ARM64

symscan-0.7.2-cp314-cp314t-macosx_10_15_x86_64.whl (421.9 kB view details)

Uploaded CPython 3.14tmacOS 10.15+ x86-64

symscan-0.7.2-cp314-cp314-win_arm64.whl (278.0 kB view details)

Uploaded CPython 3.14Windows ARM64

symscan-0.7.2-cp314-cp314-win_amd64.whl (297.9 kB view details)

Uploaded CPython 3.14Windows x86-64

symscan-0.7.2-cp314-cp314-win32.whl (290.4 kB view details)

Uploaded CPython 3.14Windows x86

symscan-0.7.2-cp314-cp314-musllinux_1_2_x86_64.whl (536.9 kB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ x86-64

symscan-0.7.2-cp314-cp314-musllinux_1_2_aarch64.whl (509.6 kB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

symscan-0.7.2-cp314-cp314-manylinux_2_28_x86_64.whl (469.1 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.28+ x86-64

symscan-0.7.2-cp314-cp314-manylinux_2_28_aarch64.whl (444.6 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.28+ ARM64

symscan-0.7.2-cp314-cp314-macosx_11_0_arm64.whl (402.9 kB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

symscan-0.7.2-cp314-cp314-macosx_10_15_x86_64.whl (422.3 kB view details)

Uploaded CPython 3.14macOS 10.15+ x86-64

symscan-0.7.2-cp313-cp313-win_arm64.whl (278.3 kB view details)

Uploaded CPython 3.13Windows ARM64

symscan-0.7.2-cp313-cp313-win_amd64.whl (298.1 kB view details)

Uploaded CPython 3.13Windows x86-64

symscan-0.7.2-cp313-cp313-win32.whl (290.4 kB view details)

Uploaded CPython 3.13Windows x86

symscan-0.7.2-cp313-cp313-musllinux_1_2_x86_64.whl (536.7 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

symscan-0.7.2-cp313-cp313-musllinux_1_2_aarch64.whl (508.4 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

symscan-0.7.2-cp313-cp313-manylinux_2_28_x86_64.whl (469.2 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.28+ x86-64

symscan-0.7.2-cp313-cp313-manylinux_2_28_aarch64.whl (443.1 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.28+ ARM64

symscan-0.7.2-cp313-cp313-macosx_11_0_arm64.whl (403.3 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

symscan-0.7.2-cp313-cp313-macosx_10_13_x86_64.whl (422.7 kB view details)

Uploaded CPython 3.13macOS 10.13+ x86-64

symscan-0.7.2-cp312-cp312-win_arm64.whl (278.3 kB view details)

Uploaded CPython 3.12Windows ARM64

symscan-0.7.2-cp312-cp312-win_amd64.whl (298.1 kB view details)

Uploaded CPython 3.12Windows x86-64

symscan-0.7.2-cp312-cp312-win32.whl (290.3 kB view details)

Uploaded CPython 3.12Windows x86

symscan-0.7.2-cp312-cp312-musllinux_1_2_x86_64.whl (536.6 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

symscan-0.7.2-cp312-cp312-musllinux_1_2_aarch64.whl (508.6 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

symscan-0.7.2-cp312-cp312-manylinux_2_28_x86_64.whl (469.2 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.28+ x86-64

symscan-0.7.2-cp312-cp312-manylinux_2_28_aarch64.whl (443.2 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.28+ ARM64

symscan-0.7.2-cp312-cp312-macosx_11_0_arm64.whl (402.9 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

symscan-0.7.2-cp312-cp312-macosx_10_13_x86_64.whl (422.5 kB view details)

Uploaded CPython 3.12macOS 10.13+ x86-64

symscan-0.7.2-cp311-cp311-win_arm64.whl (280.3 kB view details)

Uploaded CPython 3.11Windows ARM64

symscan-0.7.2-cp311-cp311-win_amd64.whl (299.4 kB view details)

Uploaded CPython 3.11Windows x86-64

symscan-0.7.2-cp311-cp311-win32.whl (291.3 kB view details)

Uploaded CPython 3.11Windows x86

symscan-0.7.2-cp311-cp311-musllinux_1_2_x86_64.whl (540.7 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

symscan-0.7.2-cp311-cp311-musllinux_1_2_aarch64.whl (511.2 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

symscan-0.7.2-cp311-cp311-manylinux_2_28_x86_64.whl (472.0 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.28+ x86-64

symscan-0.7.2-cp311-cp311-manylinux_2_28_aarch64.whl (445.8 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.28+ ARM64

symscan-0.7.2-cp311-cp311-macosx_11_0_arm64.whl (404.5 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

symscan-0.7.2-cp311-cp311-macosx_10_12_x86_64.whl (423.7 kB view details)

Uploaded CPython 3.11macOS 10.12+ x86-64

symscan-0.7.2-cp310-cp310-win_arm64.whl (280.2 kB view details)

Uploaded CPython 3.10Windows ARM64

symscan-0.7.2-cp310-cp310-win_amd64.whl (299.4 kB view details)

Uploaded CPython 3.10Windows x86-64

symscan-0.7.2-cp310-cp310-win32.whl (291.7 kB view details)

Uploaded CPython 3.10Windows x86

symscan-0.7.2-cp310-cp310-musllinux_1_2_x86_64.whl (540.8 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

symscan-0.7.2-cp310-cp310-musllinux_1_2_aarch64.whl (511.7 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

symscan-0.7.2-cp310-cp310-manylinux_2_28_x86_64.whl (471.9 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.28+ x86-64

symscan-0.7.2-cp310-cp310-manylinux_2_28_aarch64.whl (446.2 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.28+ ARM64

symscan-0.7.2-cp310-cp310-macosx_11_0_arm64.whl (404.5 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

symscan-0.7.2-cp310-cp310-macosx_10_12_x86_64.whl (423.8 kB view details)

Uploaded CPython 3.10macOS 10.12+ x86-64

File details

Details for the file symscan-0.7.2.tar.gz.

File metadata

  • Download URL: symscan-0.7.2.tar.gz
  • Upload date:
  • Size: 27.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for symscan-0.7.2.tar.gz
Algorithm Hash digest
SHA256 84945234d375e9966e48c06e840dcc213daf0853c218f69a3404e4422104fea7
MD5 6bedf74876a01be9f41f9ca29c862f79
BLAKE2b-256 4a70cd484dec18262ae6f463ec5dc07305b9ffb2ad623ac7b3661841d5bc32c8

See more details on using hashes here.

Provenance

The following attestation bundles were made for symscan-0.7.2.tar.gz:

Publisher: release_python.yml on yutanagano/symscan

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

File details

Details for the file symscan-0.7.2-cp314-cp314t-win_arm64.whl.

File metadata

  • Download URL: symscan-0.7.2-cp314-cp314t-win_arm64.whl
  • Upload date:
  • Size: 277.2 kB
  • Tags: CPython 3.14t, Windows ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for symscan-0.7.2-cp314-cp314t-win_arm64.whl
Algorithm Hash digest
SHA256 e1fa16896fb1ef37a1c6acd3a0047f5d43ef41c7447db9f10d0997013ab42d2e
MD5 0f863cd71a94f2d321cd7e51275f7c02
BLAKE2b-256 d5861e07187d171e1b5b0b0eb0de8ab6c9679387032177039a5cf58a51e15e38

See more details on using hashes here.

Provenance

The following attestation bundles were made for symscan-0.7.2-cp314-cp314t-win_arm64.whl:

Publisher: release_python.yml on yutanagano/symscan

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

File details

Details for the file symscan-0.7.2-cp314-cp314t-win_amd64.whl.

File metadata

  • Download URL: symscan-0.7.2-cp314-cp314t-win_amd64.whl
  • Upload date:
  • Size: 297.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 symscan-0.7.2-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 732d29d6e1909d09554568ecd922ff75576adaea49c58cadc1777f555d42b13a
MD5 592fd911941f770521d7f20a22f26fc7
BLAKE2b-256 c2f3a41c1954fda653442b1a0165d68e0151097fcfed3145319a9dabb60e4004

See more details on using hashes here.

Provenance

The following attestation bundles were made for symscan-0.7.2-cp314-cp314t-win_amd64.whl:

Publisher: release_python.yml on yutanagano/symscan

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

File details

Details for the file symscan-0.7.2-cp314-cp314t-win32.whl.

File metadata

  • Download URL: symscan-0.7.2-cp314-cp314t-win32.whl
  • Upload date:
  • Size: 288.9 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 symscan-0.7.2-cp314-cp314t-win32.whl
Algorithm Hash digest
SHA256 99a1986a2c90c90281478a571a1e37d9256f1b3c32079e07d41619edbb6e18f7
MD5 bec3922074ff72d5fe701e48a0dd4fbc
BLAKE2b-256 09c4ebcbc63e7332838c923d85fc69cc8ce126a9865d22020d83968a5ad01552

See more details on using hashes here.

Provenance

The following attestation bundles were made for symscan-0.7.2-cp314-cp314t-win32.whl:

Publisher: release_python.yml on yutanagano/symscan

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

File details

Details for the file symscan-0.7.2-cp314-cp314t-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for symscan-0.7.2-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 a48c095fde4af56c7518116a3dfbe6802ec096310daba2d5be99349834e54bc7
MD5 e319e4fe12d507fa1a943b9f4cf58865
BLAKE2b-256 99ed566dafc5aaec0e49de8cd77a39b3db7533bd3886fd00b10dad6504d26ffc

See more details on using hashes here.

Provenance

The following attestation bundles were made for symscan-0.7.2-cp314-cp314t-musllinux_1_2_x86_64.whl:

Publisher: release_python.yml on yutanagano/symscan

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

File details

Details for the file symscan-0.7.2-cp314-cp314t-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for symscan-0.7.2-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 f1ef7479d92b519bedeeb2cb6de92f78ddfe63cebab5610dcf5e7b0e5a66505f
MD5 b4ec5a52cd3cd6b89366b7d40a56cda6
BLAKE2b-256 731d973f480375f1d0e4abff793092b1c276e024c971873e01a103fac6417c1d

See more details on using hashes here.

Provenance

The following attestation bundles were made for symscan-0.7.2-cp314-cp314t-musllinux_1_2_aarch64.whl:

Publisher: release_python.yml on yutanagano/symscan

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

File details

Details for the file symscan-0.7.2-cp314-cp314t-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for symscan-0.7.2-cp314-cp314t-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 7988120a077f97672f753d574c8077a7042a827c8a240dabee22ce23fe45549b
MD5 626af5d9359188661317d6dd298eddb2
BLAKE2b-256 cc18b33ac3b74af378286098f3f5ddbc5084e26308efb1bc52ecf6613b2a018b

See more details on using hashes here.

Provenance

The following attestation bundles were made for symscan-0.7.2-cp314-cp314t-manylinux_2_28_x86_64.whl:

Publisher: release_python.yml on yutanagano/symscan

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

File details

Details for the file symscan-0.7.2-cp314-cp314t-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for symscan-0.7.2-cp314-cp314t-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 014672ac605eeb001cd8cc70b0d0e4764c342756b0f525086cc52a09ecd7c8fd
MD5 49b5bbe714769ce53985e7cc47745bca
BLAKE2b-256 efdfa7bbce575221993394f8d1254e160ea61bbe982854cc96484a0ddc06d76f

See more details on using hashes here.

Provenance

The following attestation bundles were made for symscan-0.7.2-cp314-cp314t-manylinux_2_28_aarch64.whl:

Publisher: release_python.yml on yutanagano/symscan

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

File details

Details for the file symscan-0.7.2-cp314-cp314t-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for symscan-0.7.2-cp314-cp314t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 63fe4828ea8a0c9f29215cbb5003af1fe69373433a86cb6cecffd14fef1acb27
MD5 a418df135aeb136e0cde144975d22d5d
BLAKE2b-256 c4c77cdb4e932c1c341433d0e6c8a40fab1362b414724630dc57594e2cc48dbd

See more details on using hashes here.

Provenance

The following attestation bundles were made for symscan-0.7.2-cp314-cp314t-macosx_11_0_arm64.whl:

Publisher: release_python.yml on yutanagano/symscan

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

File details

Details for the file symscan-0.7.2-cp314-cp314t-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for symscan-0.7.2-cp314-cp314t-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 9feba0e5160e3af2a23d9e60fe62dfd101bf90814243d849a9ec00dcb9505916
MD5 482f61e441af82819a09a89073f896cd
BLAKE2b-256 94528dd9c4a84a4ae179267a095821c6c65486be337fd2cc89367306d0c1e7ca

See more details on using hashes here.

Provenance

The following attestation bundles were made for symscan-0.7.2-cp314-cp314t-macosx_10_15_x86_64.whl:

Publisher: release_python.yml on yutanagano/symscan

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

File details

Details for the file symscan-0.7.2-cp314-cp314-win_arm64.whl.

File metadata

  • Download URL: symscan-0.7.2-cp314-cp314-win_arm64.whl
  • Upload date:
  • Size: 278.0 kB
  • Tags: CPython 3.14, Windows ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for symscan-0.7.2-cp314-cp314-win_arm64.whl
Algorithm Hash digest
SHA256 fceacb0fc581f02e82910e7831656eebc7a431cda414e99d1cd80a108cc42444
MD5 f59601cc11df053f2cc3236a7c605705
BLAKE2b-256 fbd968c4ffee337abe540d38e89f7909a314ea51cd51cff6aca00452666a8555

See more details on using hashes here.

Provenance

The following attestation bundles were made for symscan-0.7.2-cp314-cp314-win_arm64.whl:

Publisher: release_python.yml on yutanagano/symscan

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

File details

Details for the file symscan-0.7.2-cp314-cp314-win_amd64.whl.

File metadata

  • Download URL: symscan-0.7.2-cp314-cp314-win_amd64.whl
  • Upload date:
  • Size: 297.9 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 symscan-0.7.2-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 a1ebc399ea885366035de07ab15ba17f16f8b7ddab50960ce3e3e76729637d99
MD5 7b564a8bace8d9551e34f045ca455033
BLAKE2b-256 85d6a92efa9e28e5be284e7d38855dcd0e45345dcae0dee2362c59e293dfdfac

See more details on using hashes here.

Provenance

The following attestation bundles were made for symscan-0.7.2-cp314-cp314-win_amd64.whl:

Publisher: release_python.yml on yutanagano/symscan

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

File details

Details for the file symscan-0.7.2-cp314-cp314-win32.whl.

File metadata

  • Download URL: symscan-0.7.2-cp314-cp314-win32.whl
  • Upload date:
  • Size: 290.4 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 symscan-0.7.2-cp314-cp314-win32.whl
Algorithm Hash digest
SHA256 35a06c399853f8e73a45dd8c25ee8c37efa87ddf70b54de88f8e955ea3327f9a
MD5 5b63b8c8860b2501bc73d68ee7bc0b4f
BLAKE2b-256 ce63a7005f3689b64d0d92a721308db750acc41b5a8feaa1273fc88b09787344

See more details on using hashes here.

Provenance

The following attestation bundles were made for symscan-0.7.2-cp314-cp314-win32.whl:

Publisher: release_python.yml on yutanagano/symscan

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

File details

Details for the file symscan-0.7.2-cp314-cp314-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for symscan-0.7.2-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 2f70490257afc28735eadb7b3080948f2352579252f77c2625cc7728ad67473d
MD5 d6c56562fa04177e1ce0d9de9c073174
BLAKE2b-256 2b59b803cf5ff5835c89032e441de7690ef74f4d49e5304581b57916d1705ce6

See more details on using hashes here.

Provenance

The following attestation bundles were made for symscan-0.7.2-cp314-cp314-musllinux_1_2_x86_64.whl:

Publisher: release_python.yml on yutanagano/symscan

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

File details

Details for the file symscan-0.7.2-cp314-cp314-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for symscan-0.7.2-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 c76af3247c5790f4bae739f3b86a5beae4abf33df2b8c8f99750673a345e5fdb
MD5 8ab91a5dca29356a53fd7dfd7b36c73c
BLAKE2b-256 e40746ff3da3c30040be822df3d7055a052268e82447d5d7101b66488abb6558

See more details on using hashes here.

Provenance

The following attestation bundles were made for symscan-0.7.2-cp314-cp314-musllinux_1_2_aarch64.whl:

Publisher: release_python.yml on yutanagano/symscan

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

File details

Details for the file symscan-0.7.2-cp314-cp314-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for symscan-0.7.2-cp314-cp314-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 387b755456e00b7d9f41df7cd52b7b920d3341bcf6dc088419be46a748a8b6d2
MD5 39c04e05d4493fa4eb3eef65af364cf7
BLAKE2b-256 f4dc5d3f717d2c503f62f4642b306291884028f67abcfdb0492c971739748cdc

See more details on using hashes here.

Provenance

The following attestation bundles were made for symscan-0.7.2-cp314-cp314-manylinux_2_28_x86_64.whl:

Publisher: release_python.yml on yutanagano/symscan

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

File details

Details for the file symscan-0.7.2-cp314-cp314-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for symscan-0.7.2-cp314-cp314-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 989091b67f03ad39cc2b768aff66b7c3c385cfbe45dac1d1c7a5372cf57aa7f5
MD5 6db6004ad62dca634daecd10f269a6b0
BLAKE2b-256 c8754adf437695b3d5f06c0bb0faf18e1206a5be48370af0af1088b9ad95c252

See more details on using hashes here.

Provenance

The following attestation bundles were made for symscan-0.7.2-cp314-cp314-manylinux_2_28_aarch64.whl:

Publisher: release_python.yml on yutanagano/symscan

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

File details

Details for the file symscan-0.7.2-cp314-cp314-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for symscan-0.7.2-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 c64c556edbde84b7df9e74e52d68825d1aa1a737fbbee2b791374757ddeb6320
MD5 6706f63731b6583da93d7417a36609ac
BLAKE2b-256 2cef115baad24cc013c3e93f05f37ddb1f6098f45c0559a2964277c3792679ec

See more details on using hashes here.

Provenance

The following attestation bundles were made for symscan-0.7.2-cp314-cp314-macosx_11_0_arm64.whl:

Publisher: release_python.yml on yutanagano/symscan

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

File details

Details for the file symscan-0.7.2-cp314-cp314-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for symscan-0.7.2-cp314-cp314-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 54791d420b8d013cf5abd27321f2c3a49c434f4f73ecb3280e5ac3bd893db1e8
MD5 0dd1573f4c0977e2b2b397ecb360a2dc
BLAKE2b-256 d6a967b49a07deb178684daaf3b2a9527949b126a0260488758c9b544faa94a1

See more details on using hashes here.

Provenance

The following attestation bundles were made for symscan-0.7.2-cp314-cp314-macosx_10_15_x86_64.whl:

Publisher: release_python.yml on yutanagano/symscan

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

File details

Details for the file symscan-0.7.2-cp313-cp313-win_arm64.whl.

File metadata

  • Download URL: symscan-0.7.2-cp313-cp313-win_arm64.whl
  • Upload date:
  • Size: 278.3 kB
  • Tags: CPython 3.13, Windows ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for symscan-0.7.2-cp313-cp313-win_arm64.whl
Algorithm Hash digest
SHA256 02aa473580c0f1607aee049b260e683d0cdbc4f4b8f27a3b2d1070ac22db8fea
MD5 5aabcb76083682d3b076873b8b4f0576
BLAKE2b-256 809e5eaeab9528659f7034813a2f9eba4e5647f87d0ad7ecee32183fa4837683

See more details on using hashes here.

Provenance

The following attestation bundles were made for symscan-0.7.2-cp313-cp313-win_arm64.whl:

Publisher: release_python.yml on yutanagano/symscan

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

File details

Details for the file symscan-0.7.2-cp313-cp313-win_amd64.whl.

File metadata

  • Download URL: symscan-0.7.2-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 298.1 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 symscan-0.7.2-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 39a1c9492107752d73c3d889a36b2724e8e8ab5c1bf635787b90878e7efa3e36
MD5 ef71e9d4b3ca66ee929f5144f4bdd77e
BLAKE2b-256 ec72052825a76a100afde60ed697893ba5fb9258d3e177db54366f04f9e68b29

See more details on using hashes here.

Provenance

The following attestation bundles were made for symscan-0.7.2-cp313-cp313-win_amd64.whl:

Publisher: release_python.yml on yutanagano/symscan

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

File details

Details for the file symscan-0.7.2-cp313-cp313-win32.whl.

File metadata

  • Download URL: symscan-0.7.2-cp313-cp313-win32.whl
  • Upload date:
  • Size: 290.4 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 symscan-0.7.2-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 c7ba00a92ae2acae65daa4216aa1de1a44c0c93c1e19bcf11eec65af0f79e2f7
MD5 b3427e6c5a6525076880cfc011144f92
BLAKE2b-256 fc569194fe6795f674a2bee152557b88f11f45445df9e1a5ada67bd05badf679

See more details on using hashes here.

Provenance

The following attestation bundles were made for symscan-0.7.2-cp313-cp313-win32.whl:

Publisher: release_python.yml on yutanagano/symscan

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

File details

Details for the file symscan-0.7.2-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for symscan-0.7.2-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 1287d4730f9275e70582f958ad7f54f812f52304c081f74b87d33eacd15fb2ab
MD5 ec07e8ac5bdb63cfd5816045a28e7afb
BLAKE2b-256 b5bd56edd02c8466ab91cf5b3f53f139a9276641d96592fc4b2abe68101f3de1

See more details on using hashes here.

Provenance

The following attestation bundles were made for symscan-0.7.2-cp313-cp313-musllinux_1_2_x86_64.whl:

Publisher: release_python.yml on yutanagano/symscan

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

File details

Details for the file symscan-0.7.2-cp313-cp313-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for symscan-0.7.2-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 27799487deecd7d1d96d5943cc8a51418c3aede5271ed5681c20c5ce789e8967
MD5 017d452e162c66be264aed6fd21ae360
BLAKE2b-256 9d3639f65d82ed31cfef14c62843869caed80c76c7e8a0c94478193815575c43

See more details on using hashes here.

Provenance

The following attestation bundles were made for symscan-0.7.2-cp313-cp313-musllinux_1_2_aarch64.whl:

Publisher: release_python.yml on yutanagano/symscan

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

File details

Details for the file symscan-0.7.2-cp313-cp313-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for symscan-0.7.2-cp313-cp313-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 128bbd565a265f526713cf04b9c57420209a1fc41f9baf0c8b745679f58830de
MD5 2460b5e6a17b4b1099ccd57fbdadcf80
BLAKE2b-256 10d5c269bb7e3b2885b6cba31b07ef40c778b6ad2a2e7afdaf6d0b7f75970fda

See more details on using hashes here.

Provenance

The following attestation bundles were made for symscan-0.7.2-cp313-cp313-manylinux_2_28_x86_64.whl:

Publisher: release_python.yml on yutanagano/symscan

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

File details

Details for the file symscan-0.7.2-cp313-cp313-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for symscan-0.7.2-cp313-cp313-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 9aa32bbfbbd0223855e694330c08feb6d3b974e3ddb0c2855604646287c33af8
MD5 f37479815f9db26ea583a5d080c09193
BLAKE2b-256 d0e632bbdc6f0fbec56fc5f3e931c38e6069fd2619a74df1182b93137353e010

See more details on using hashes here.

Provenance

The following attestation bundles were made for symscan-0.7.2-cp313-cp313-manylinux_2_28_aarch64.whl:

Publisher: release_python.yml on yutanagano/symscan

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

File details

Details for the file symscan-0.7.2-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for symscan-0.7.2-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 46204397114155019e8260634108a6db158d6c67061421df2177f70fe372166a
MD5 77ddd99915285a02483b7ccf19c9954a
BLAKE2b-256 3e6824447e351ce0bd97eb15774a9cfa4d8d33a29051e6d6acfab618765093bc

See more details on using hashes here.

Provenance

The following attestation bundles were made for symscan-0.7.2-cp313-cp313-macosx_11_0_arm64.whl:

Publisher: release_python.yml on yutanagano/symscan

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

File details

Details for the file symscan-0.7.2-cp313-cp313-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for symscan-0.7.2-cp313-cp313-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 5def5bcb9c4249d4ab1ecb95d9ab0230bde5d351c50e87493e2b397c02d23c5e
MD5 dbf776f30cb48a3b40e30e27d41557b7
BLAKE2b-256 3900fd586f93098fb12b7b83172ba0a9c17429bc694483a15dfa3b2f80f07582

See more details on using hashes here.

Provenance

The following attestation bundles were made for symscan-0.7.2-cp313-cp313-macosx_10_13_x86_64.whl:

Publisher: release_python.yml on yutanagano/symscan

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

File details

Details for the file symscan-0.7.2-cp312-cp312-win_arm64.whl.

File metadata

  • Download URL: symscan-0.7.2-cp312-cp312-win_arm64.whl
  • Upload date:
  • Size: 278.3 kB
  • Tags: CPython 3.12, Windows ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for symscan-0.7.2-cp312-cp312-win_arm64.whl
Algorithm Hash digest
SHA256 b6b75997760a343ecd03b696f507de0a244a6ab54a3b4c0572be9f2d9f9e6dae
MD5 929072e723f9573d07a95b6a1bdabd42
BLAKE2b-256 7b489cccf7d7e39ea79b22ded4b705956cbe43fcebe5b8a87c813c8ac9110f05

See more details on using hashes here.

Provenance

The following attestation bundles were made for symscan-0.7.2-cp312-cp312-win_arm64.whl:

Publisher: release_python.yml on yutanagano/symscan

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

File details

Details for the file symscan-0.7.2-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: symscan-0.7.2-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 298.1 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 symscan-0.7.2-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 77cd1e3b698307ca47cf4e768a40060e82ebd319e7e55833084be4c6aca38cfe
MD5 a8840aebefa30a0ee7425ab6d8180047
BLAKE2b-256 25e27c013670fb03cfb5694975e394fb6a244831061448998bad949a5dfced10

See more details on using hashes here.

Provenance

The following attestation bundles were made for symscan-0.7.2-cp312-cp312-win_amd64.whl:

Publisher: release_python.yml on yutanagano/symscan

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

File details

Details for the file symscan-0.7.2-cp312-cp312-win32.whl.

File metadata

  • Download URL: symscan-0.7.2-cp312-cp312-win32.whl
  • Upload date:
  • Size: 290.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 symscan-0.7.2-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 7009ed3b8d66118b20e619671e4576458037e17e46882d2dd244a35afc4aca0f
MD5 61ff1179042c5c66934b62a0005d2b72
BLAKE2b-256 f162b0c167dfb5ed6f2f8084356bea530e6cda283ae226dd8b1e5be517784502

See more details on using hashes here.

Provenance

The following attestation bundles were made for symscan-0.7.2-cp312-cp312-win32.whl:

Publisher: release_python.yml on yutanagano/symscan

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

File details

Details for the file symscan-0.7.2-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for symscan-0.7.2-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 48e8275833b2bacf7749a9e1e88dec13b0393b02ba793ce771b1be5b995c4645
MD5 b3b58d539ad58e44e3b257131ddf13cd
BLAKE2b-256 3976a41224d2ed5b3674f0c5990b27d76c606a8583a881075d0f532e3e50ab57

See more details on using hashes here.

Provenance

The following attestation bundles were made for symscan-0.7.2-cp312-cp312-musllinux_1_2_x86_64.whl:

Publisher: release_python.yml on yutanagano/symscan

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

File details

Details for the file symscan-0.7.2-cp312-cp312-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for symscan-0.7.2-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 580860b49667ae077992969dcf8b133543284ebe1ecf44d74fe1a9fc33a04015
MD5 9278c7b8d358b92ed9c8014e1fa4f1eb
BLAKE2b-256 758db4d869bffd08ebf812081394679ca34b0a6aeef7ba958e498382c4062497

See more details on using hashes here.

Provenance

The following attestation bundles were made for symscan-0.7.2-cp312-cp312-musllinux_1_2_aarch64.whl:

Publisher: release_python.yml on yutanagano/symscan

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

File details

Details for the file symscan-0.7.2-cp312-cp312-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for symscan-0.7.2-cp312-cp312-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 ea873ab80be59c5ef04094cd57caf5d4620c76e778035f7083c9841a96ec80cb
MD5 32171ac5ba31f4572621811745bc5fa7
BLAKE2b-256 1cde6c4d457b21aea4873ba99b776d93a3f281f09dd392a0238536d17301436f

See more details on using hashes here.

Provenance

The following attestation bundles were made for symscan-0.7.2-cp312-cp312-manylinux_2_28_x86_64.whl:

Publisher: release_python.yml on yutanagano/symscan

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

File details

Details for the file symscan-0.7.2-cp312-cp312-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for symscan-0.7.2-cp312-cp312-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 d2ed8a9e79146989179bfc0353aa8d5bbe9fd99bb78960b0fe1731c22438525d
MD5 d51e8cef7636c3c6cf838f6f701ede89
BLAKE2b-256 26fca700a6d367cb3ee46670ae1d9e6d72df968f966d51e279a57450e9c33d0c

See more details on using hashes here.

Provenance

The following attestation bundles were made for symscan-0.7.2-cp312-cp312-manylinux_2_28_aarch64.whl:

Publisher: release_python.yml on yutanagano/symscan

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

File details

Details for the file symscan-0.7.2-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for symscan-0.7.2-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 8261b7ee3f7476192602b5ffa700a976b58baef842b9bdc28d3cc96f8213a048
MD5 350464891b7c6a6fd68ccf89d702a869
BLAKE2b-256 ae1748fc5e536a03155716f15929149b57b45dbe0c1b1981bb913b21d74c2f2d

See more details on using hashes here.

Provenance

The following attestation bundles were made for symscan-0.7.2-cp312-cp312-macosx_11_0_arm64.whl:

Publisher: release_python.yml on yutanagano/symscan

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

File details

Details for the file symscan-0.7.2-cp312-cp312-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for symscan-0.7.2-cp312-cp312-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 343c1d16c9236f1c3b6141593a513659abb3324b3cfd3792465ddaea04911fbe
MD5 287ed3035b25647d0c97c09d200aba8b
BLAKE2b-256 e37528bfb1ccd38ed0a5cff4fe9f8848a2ee815fb72b5f2bcdd949a4436bc2b6

See more details on using hashes here.

Provenance

The following attestation bundles were made for symscan-0.7.2-cp312-cp312-macosx_10_13_x86_64.whl:

Publisher: release_python.yml on yutanagano/symscan

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

File details

Details for the file symscan-0.7.2-cp311-cp311-win_arm64.whl.

File metadata

  • Download URL: symscan-0.7.2-cp311-cp311-win_arm64.whl
  • Upload date:
  • Size: 280.3 kB
  • Tags: CPython 3.11, Windows ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for symscan-0.7.2-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 2447ad78f0dd7546ea8163b1a54fb21d241cec8fc5a672e7d395f275b2db8a88
MD5 62fea7ca292d9e52ebf86bedab8c51ae
BLAKE2b-256 0c1ebb6d2f746e0ba539bab1e2d9ca6d2a3fb3f67f1f52866d2fb3d3cd25aa61

See more details on using hashes here.

Provenance

The following attestation bundles were made for symscan-0.7.2-cp311-cp311-win_arm64.whl:

Publisher: release_python.yml on yutanagano/symscan

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

File details

Details for the file symscan-0.7.2-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: symscan-0.7.2-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 299.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 symscan-0.7.2-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 6741637e34dedfe98ebf15a182829500bf302a5979389ed95637da7095ba087f
MD5 f986310a142b43d0ae00bfc76800242c
BLAKE2b-256 63843a98edf5ad3177ddffa3b89ecff7b4ed020edff0a5efda985760a7a61e1e

See more details on using hashes here.

Provenance

The following attestation bundles were made for symscan-0.7.2-cp311-cp311-win_amd64.whl:

Publisher: release_python.yml on yutanagano/symscan

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

File details

Details for the file symscan-0.7.2-cp311-cp311-win32.whl.

File metadata

  • Download URL: symscan-0.7.2-cp311-cp311-win32.whl
  • Upload date:
  • Size: 291.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 symscan-0.7.2-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 dd8bee688a1960300b66ded9a9d299ab2fbc24e0b4da318e85833ce4be6eb7bf
MD5 9678e8bbe8956c5714ca869927cc43b3
BLAKE2b-256 e91b47d904c9c12f90f42804b96ce1942ac5ab4f7ba194b537f29ffd18fd343b

See more details on using hashes here.

Provenance

The following attestation bundles were made for symscan-0.7.2-cp311-cp311-win32.whl:

Publisher: release_python.yml on yutanagano/symscan

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

File details

Details for the file symscan-0.7.2-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for symscan-0.7.2-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 b8a01aff4e7ec913aeb9d24a699ae292a758da08349d951bcdd1438cfd2a5199
MD5 8b07beae5651c0ca85983e6039df6f59
BLAKE2b-256 a62a33be0cac7a6744adf803385e378e2447aafe5184d317386f7aef53d54c4a

See more details on using hashes here.

Provenance

The following attestation bundles were made for symscan-0.7.2-cp311-cp311-musllinux_1_2_x86_64.whl:

Publisher: release_python.yml on yutanagano/symscan

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

File details

Details for the file symscan-0.7.2-cp311-cp311-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for symscan-0.7.2-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 80bc29a86f7bf9ffaef6f80f4729921b28f561a62dadd5e7635bcfc1cb2bffeb
MD5 eb366759d89218bfce1d21a00aa8101f
BLAKE2b-256 9a9c46539ba73a47d257fd55980c1b86a7894fbe2a7a3987648f969323ba785c

See more details on using hashes here.

Provenance

The following attestation bundles were made for symscan-0.7.2-cp311-cp311-musllinux_1_2_aarch64.whl:

Publisher: release_python.yml on yutanagano/symscan

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

File details

Details for the file symscan-0.7.2-cp311-cp311-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for symscan-0.7.2-cp311-cp311-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 3e9f6b09c74c5ab998ee49958ca13fec7e67f6402d001e19557f98506069efa6
MD5 f504f9428149187add510dc05454db3b
BLAKE2b-256 8a7b6f4a0165ddefcccfd606186f1021282e26740fa50057aaed1616ee01ce26

See more details on using hashes here.

Provenance

The following attestation bundles were made for symscan-0.7.2-cp311-cp311-manylinux_2_28_x86_64.whl:

Publisher: release_python.yml on yutanagano/symscan

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

File details

Details for the file symscan-0.7.2-cp311-cp311-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for symscan-0.7.2-cp311-cp311-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 9cf247b8e64fbbcc70329174eea5338d9c3721b86588f8e174b72b52fe716db9
MD5 c0d31eb271b30cd26d395c04be1deb2b
BLAKE2b-256 4ac7f8a999a4289c470a0ccf1b2fed9678fb6681973ce49bd9b333548a876257

See more details on using hashes here.

Provenance

The following attestation bundles were made for symscan-0.7.2-cp311-cp311-manylinux_2_28_aarch64.whl:

Publisher: release_python.yml on yutanagano/symscan

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

File details

Details for the file symscan-0.7.2-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for symscan-0.7.2-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 44caf90c79d595bee8701bf0185e56f4ae599f31300cc5835edd9e120b20b6a1
MD5 1242f0d3fc7d611085331d9b99d5d89d
BLAKE2b-256 d6888783d8c20112145c9fd3d22c51d90ba7e447008d6d8c3a9ae131235575f9

See more details on using hashes here.

Provenance

The following attestation bundles were made for symscan-0.7.2-cp311-cp311-macosx_11_0_arm64.whl:

Publisher: release_python.yml on yutanagano/symscan

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

File details

Details for the file symscan-0.7.2-cp311-cp311-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for symscan-0.7.2-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 d43e126c86330737aae66d2192bb9874ff3b8ab0d68ae8cee25490fd4d845469
MD5 c7945f126ac82f3af24b6f29187d8516
BLAKE2b-256 df41f6bde5a4d2c09f24a81a726184946e3d1cd47cc46703cdfdb48bcc8b3602

See more details on using hashes here.

Provenance

The following attestation bundles were made for symscan-0.7.2-cp311-cp311-macosx_10_12_x86_64.whl:

Publisher: release_python.yml on yutanagano/symscan

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

File details

Details for the file symscan-0.7.2-cp310-cp310-win_arm64.whl.

File metadata

  • Download URL: symscan-0.7.2-cp310-cp310-win_arm64.whl
  • Upload date:
  • Size: 280.2 kB
  • Tags: CPython 3.10, Windows ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for symscan-0.7.2-cp310-cp310-win_arm64.whl
Algorithm Hash digest
SHA256 6a143926bd5e9fc6bebc45f9d02202cc16324bcbd7d60cb04c9d06658a71bcf0
MD5 a52aaf4f54c54b9acadfb1dddf98dc98
BLAKE2b-256 b19ef36d7b952eefc72def07f077d22623b19b94ce2aeda1017aeee325228c62

See more details on using hashes here.

Provenance

The following attestation bundles were made for symscan-0.7.2-cp310-cp310-win_arm64.whl:

Publisher: release_python.yml on yutanagano/symscan

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

File details

Details for the file symscan-0.7.2-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: symscan-0.7.2-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 299.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 symscan-0.7.2-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 6e7d6c66ceca8c80de7bfd9f137ecc8a22eb55b16e2702ff5198bcd8d4af7a4e
MD5 f0937af9286f55091be8f44453b568e6
BLAKE2b-256 065574583c064a289f9330af8d6958b96f72a023355b70df6dab15943f186d69

See more details on using hashes here.

Provenance

The following attestation bundles were made for symscan-0.7.2-cp310-cp310-win_amd64.whl:

Publisher: release_python.yml on yutanagano/symscan

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

File details

Details for the file symscan-0.7.2-cp310-cp310-win32.whl.

File metadata

  • Download URL: symscan-0.7.2-cp310-cp310-win32.whl
  • Upload date:
  • Size: 291.7 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 symscan-0.7.2-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 b42ac62575749fcff902ff09e4d1d250d2c7b9629c5b02845bb1321ebba2bd06
MD5 88f4878c4ec8f13ff0447751a1c8c3d9
BLAKE2b-256 03cf9063697f14c9d159ae90054b8c75e25e0c54222352a7c57b0965214c0d3f

See more details on using hashes here.

Provenance

The following attestation bundles were made for symscan-0.7.2-cp310-cp310-win32.whl:

Publisher: release_python.yml on yutanagano/symscan

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

File details

Details for the file symscan-0.7.2-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for symscan-0.7.2-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 4cb9e7f505f8643868c4456da75c247b9926684ce7fa329cbb5e05bdbd2286ea
MD5 ad7fbae2a6084dd54a5142a99060beb8
BLAKE2b-256 6f721548206fa34d4d42b02205a7aed44a856c24142b305230759a6f48bb74aa

See more details on using hashes here.

Provenance

The following attestation bundles were made for symscan-0.7.2-cp310-cp310-musllinux_1_2_x86_64.whl:

Publisher: release_python.yml on yutanagano/symscan

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

File details

Details for the file symscan-0.7.2-cp310-cp310-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for symscan-0.7.2-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 14022891d2f342f1794f68f5e5917db226694a7665f70f8924820e597c66deec
MD5 20a3d5780f442a700d1e8a24e5e59b10
BLAKE2b-256 f436a952e6602778e21330dfe04344e482f6c1b83773cff06a77dba089a6f793

See more details on using hashes here.

Provenance

The following attestation bundles were made for symscan-0.7.2-cp310-cp310-musllinux_1_2_aarch64.whl:

Publisher: release_python.yml on yutanagano/symscan

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

File details

Details for the file symscan-0.7.2-cp310-cp310-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for symscan-0.7.2-cp310-cp310-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 25caeb9945072a85cdcb6c4a5bbeb79fa0824d4177b9e61c8c133c068b24426e
MD5 a75b9a48c68e737c426c5a662da5f97f
BLAKE2b-256 275999acb32e50171a0117ea4cea881f2c5705230b2669fc23fd1ae3dad6ac1f

See more details on using hashes here.

Provenance

The following attestation bundles were made for symscan-0.7.2-cp310-cp310-manylinux_2_28_x86_64.whl:

Publisher: release_python.yml on yutanagano/symscan

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

File details

Details for the file symscan-0.7.2-cp310-cp310-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for symscan-0.7.2-cp310-cp310-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 266686e6c4d4513c9bb62f150062082b16a33d8f4f59c4c0f480a6551bb6be18
MD5 d424f21456d42ae8c31f62e45887e365
BLAKE2b-256 6ebd4b334fdba2042452b82763735d75b6cc9d9a8e57afa0d0e6adf524da444c

See more details on using hashes here.

Provenance

The following attestation bundles were made for symscan-0.7.2-cp310-cp310-manylinux_2_28_aarch64.whl:

Publisher: release_python.yml on yutanagano/symscan

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

File details

Details for the file symscan-0.7.2-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for symscan-0.7.2-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 b2f0d7fe69a05b3d2cf80720190de5370a3575bb17d1d2cd87300a252a296e3b
MD5 c7daaa47364b2d78ade125baff0ea9b6
BLAKE2b-256 8e5614b62d0f874b3151e2d29fff0314505bccbb74eeccb58a9b6065c79ce1fe

See more details on using hashes here.

Provenance

The following attestation bundles were made for symscan-0.7.2-cp310-cp310-macosx_11_0_arm64.whl:

Publisher: release_python.yml on yutanagano/symscan

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

File details

Details for the file symscan-0.7.2-cp310-cp310-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for symscan-0.7.2-cp310-cp310-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 cd5edcfeb8095800c192f5aba3bf7f3447be49f8ea2bf93bce98962010a2dd30
MD5 48b0b0c37b52faccf3dd19d9bc427939
BLAKE2b-256 945c4bdd059f1c1206ccf6a4c7322bff7a04f884c87bd619f34115bfcfd666e4

See more details on using hashes here.

Provenance

The following attestation bundles were made for symscan-0.7.2-cp310-cp310-macosx_10_12_x86_64.whl:

Publisher: release_python.yml on yutanagano/symscan

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