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.1.tar.gz (26.7 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.1-cp314-cp314t-win_arm64.whl (277.2 kB view details)

Uploaded CPython 3.14tWindows ARM64

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

Uploaded CPython 3.14tWindows x86-64

symscan-0.7.1-cp314-cp314t-win32.whl (289.0 kB view details)

Uploaded CPython 3.14tWindows x86

symscan-0.7.1-cp314-cp314t-musllinux_1_2_x86_64.whl (537.1 kB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ x86-64

symscan-0.7.1-cp314-cp314t-musllinux_1_2_aarch64.whl (508.8 kB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

symscan-0.7.1-cp314-cp314t-manylinux_2_28_x86_64.whl (468.8 kB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.28+ x86-64

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

Uploaded CPython 3.14tmanylinux: glibc 2.28+ ARM64

symscan-0.7.1-cp314-cp314t-macosx_11_0_arm64.whl (402.0 kB view details)

Uploaded CPython 3.14tmacOS 11.0+ ARM64

symscan-0.7.1-cp314-cp314t-macosx_10_15_x86_64.whl (422.0 kB view details)

Uploaded CPython 3.14tmacOS 10.15+ x86-64

symscan-0.7.1-cp314-cp314-win_arm64.whl (277.9 kB view details)

Uploaded CPython 3.14Windows ARM64

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

Uploaded CPython 3.14Windows x86-64

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

Uploaded CPython 3.14Windows x86

symscan-0.7.1-cp314-cp314-musllinux_1_2_x86_64.whl (537.1 kB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ x86-64

symscan-0.7.1-cp314-cp314-musllinux_1_2_aarch64.whl (509.7 kB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

symscan-0.7.1-cp314-cp314-manylinux_2_28_x86_64.whl (468.5 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.28+ x86-64

symscan-0.7.1-cp314-cp314-manylinux_2_28_aarch64.whl (444.7 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.28+ ARM64

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

Uploaded CPython 3.14macOS 11.0+ ARM64

symscan-0.7.1-cp314-cp314-macosx_10_15_x86_64.whl (422.4 kB view details)

Uploaded CPython 3.14macOS 10.15+ x86-64

symscan-0.7.1-cp313-cp313-win_arm64.whl (278.4 kB view details)

Uploaded CPython 3.13Windows ARM64

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

Uploaded CPython 3.13Windows x86-64

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

Uploaded CPython 3.13Windows x86

symscan-0.7.1-cp313-cp313-musllinux_1_2_x86_64.whl (537.0 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

symscan-0.7.1-cp313-cp313-musllinux_1_2_aarch64.whl (508.5 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

symscan-0.7.1-cp313-cp313-manylinux_2_28_x86_64.whl (469.1 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.28+ x86-64

symscan-0.7.1-cp313-cp313-manylinux_2_28_aarch64.whl (443.2 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.28+ ARM64

symscan-0.7.1-cp313-cp313-macosx_11_0_arm64.whl (403.4 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

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

Uploaded CPython 3.13macOS 10.13+ x86-64

symscan-0.7.1-cp312-cp312-win_arm64.whl (278.4 kB view details)

Uploaded CPython 3.12Windows ARM64

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

Uploaded CPython 3.12Windows x86-64

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

Uploaded CPython 3.12Windows x86

symscan-0.7.1-cp312-cp312-musllinux_1_2_x86_64.whl (536.7 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

symscan-0.7.1-cp312-cp312-musllinux_1_2_aarch64.whl (508.8 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

symscan-0.7.1-cp312-cp312-manylinux_2_28_x86_64.whl (469.0 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.28+ x86-64

symscan-0.7.1-cp312-cp312-manylinux_2_28_aarch64.whl (443.4 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.28+ ARM64

symscan-0.7.1-cp312-cp312-macosx_11_0_arm64.whl (403.0 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

symscan-0.7.1-cp312-cp312-macosx_10_13_x86_64.whl (422.6 kB view details)

Uploaded CPython 3.12macOS 10.13+ x86-64

symscan-0.7.1-cp311-cp311-win_arm64.whl (280.4 kB view details)

Uploaded CPython 3.11Windows ARM64

symscan-0.7.1-cp311-cp311-win_amd64.whl (299.3 kB view details)

Uploaded CPython 3.11Windows x86-64

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

Uploaded CPython 3.11Windows x86

symscan-0.7.1-cp311-cp311-musllinux_1_2_x86_64.whl (540.5 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

symscan-0.7.1-cp311-cp311-musllinux_1_2_aarch64.whl (511.1 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

symscan-0.7.1-cp311-cp311-manylinux_2_28_x86_64.whl (471.8 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.28+ x86-64

symscan-0.7.1-cp311-cp311-manylinux_2_28_aarch64.whl (445.9 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.28+ ARM64

symscan-0.7.1-cp311-cp311-macosx_11_0_arm64.whl (404.6 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

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

Uploaded CPython 3.11macOS 10.12+ x86-64

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

Uploaded CPython 3.10Windows ARM64

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

Uploaded CPython 3.10Windows x86-64

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

Uploaded CPython 3.10Windows x86

symscan-0.7.1-cp310-cp310-musllinux_1_2_x86_64.whl (540.5 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

symscan-0.7.1-cp310-cp310-musllinux_1_2_aarch64.whl (511.6 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

symscan-0.7.1-cp310-cp310-manylinux_2_28_x86_64.whl (471.7 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.28+ x86-64

symscan-0.7.1-cp310-cp310-manylinux_2_28_aarch64.whl (446.3 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.28+ ARM64

symscan-0.7.1-cp310-cp310-macosx_11_0_arm64.whl (404.6 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

symscan-0.7.1-cp310-cp310-macosx_10_12_x86_64.whl (423.7 kB view details)

Uploaded CPython 3.10macOS 10.12+ x86-64

File details

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

File metadata

  • Download URL: symscan-0.7.1.tar.gz
  • Upload date:
  • Size: 26.7 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.1.tar.gz
Algorithm Hash digest
SHA256 541ff9948a846f492e8e1457ba8d9d4b9db36d9996bd980ac440df680ef9c55c
MD5 d49ed3f867cec3c90bc259c705f71969
BLAKE2b-256 fd7032dc61e92cf44a05efd9bde601baadfff3488b25bff84e793a58211d8bb9

See more details on using hashes here.

Provenance

The following attestation bundles were made for symscan-0.7.1.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.1-cp314-cp314t-win_arm64.whl.

File metadata

  • Download URL: symscan-0.7.1-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.1-cp314-cp314t-win_arm64.whl
Algorithm Hash digest
SHA256 ac37b14f98af420216cbe4c3a53e3b0515ff5c54c4f5b01fd95d416655d80968
MD5 39431adf1c156212bedfcf9491a30afe
BLAKE2b-256 698a374e6e64ff0ac554cca8c634439db2941feacf55cfd309fa0bf8abdb0c12

See more details on using hashes here.

Provenance

The following attestation bundles were made for symscan-0.7.1-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.1-cp314-cp314t-win_amd64.whl.

File metadata

  • Download URL: symscan-0.7.1-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.1-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 3d7eaa89228e2050ec7c4544c6fc4f2149fbcfd263ed6da97460f4da963dc702
MD5 e0b40c9da7c43404bcaedf7a437aac83
BLAKE2b-256 7078bd70d20cff76ed45fbff6e98b40a524cd09493bc5b4cf1ed2b3e1817cf8e

See more details on using hashes here.

Provenance

The following attestation bundles were made for symscan-0.7.1-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.1-cp314-cp314t-win32.whl.

File metadata

  • Download URL: symscan-0.7.1-cp314-cp314t-win32.whl
  • Upload date:
  • Size: 289.0 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.1-cp314-cp314t-win32.whl
Algorithm Hash digest
SHA256 ae320bd0faff9c1831d4476822e4b52889897010e0d6c6ba32ca9f384ee9c7df
MD5 6614332b5903329e6fc3cf01094aed17
BLAKE2b-256 487655192c342f5555a4373d769ceac19236545521d10b366e7b3fed91c7118c

See more details on using hashes here.

Provenance

The following attestation bundles were made for symscan-0.7.1-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.1-cp314-cp314t-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for symscan-0.7.1-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 0afdb47c79b72a63952698bb5c2cfaf17da84d06c6228a453d233db77a107f19
MD5 86b37f7339769ff2d95f34882ce9ba1c
BLAKE2b-256 f88c6d502eae9a388914ecb4cf8a609fd0b697652bc4beb997efb9866787e953

See more details on using hashes here.

Provenance

The following attestation bundles were made for symscan-0.7.1-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.1-cp314-cp314t-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for symscan-0.7.1-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 b068a5e0b962019486b447c98945c9238f0ca5236ac764243336885eb64d5389
MD5 1eb84e2bea0a14e334d163d81a28d616
BLAKE2b-256 f83e76d7be8642735740dc47e282b57293a7b630ae0003fda13b54ce1631c7f1

See more details on using hashes here.

Provenance

The following attestation bundles were made for symscan-0.7.1-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.1-cp314-cp314t-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for symscan-0.7.1-cp314-cp314t-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 353b2e0936506fb719176a413d4889f2476121401b9d9f8a7bf52f22f08b0e01
MD5 88450899ab154ea076e7d496e1f95057
BLAKE2b-256 ae8c5bc222cd6cc7f3a56f42db1024d033566bfc5228aeac1c9fd7dc37ebfea6

See more details on using hashes here.

Provenance

The following attestation bundles were made for symscan-0.7.1-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.1-cp314-cp314t-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for symscan-0.7.1-cp314-cp314t-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 e82f7175844c5d68fbd9f4316e9ddc8f22f9a474c4db4c14b4f4b9dfad8622ac
MD5 7f227153ac09e9e494fe213e24cf06cb
BLAKE2b-256 557b0633e193e583e45a2b907c8bcd5300e3b66e82166c0cc09b632aa1b9c24b

See more details on using hashes here.

Provenance

The following attestation bundles were made for symscan-0.7.1-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.1-cp314-cp314t-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for symscan-0.7.1-cp314-cp314t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 c99a7f3a18d8d58d96e0185760a66968f7a8e68dd86e5a6192ff387e1d00c1a7
MD5 2ea251d4596e67cc0ad3a984adaffb48
BLAKE2b-256 34687cff8f21189ec1c65d69c43bc24543e29c283257dbf46532312a7cf72f53

See more details on using hashes here.

Provenance

The following attestation bundles were made for symscan-0.7.1-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.1-cp314-cp314t-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for symscan-0.7.1-cp314-cp314t-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 98ce8c5b17343ff6666276ef663f37b80de2266b9feae85bdc89f3b29f791381
MD5 bcb94089f6d35130173472d31af03325
BLAKE2b-256 682ea70fb7357543999bf4d22bc49b51323e08d348efa43204baccab8473d33c

See more details on using hashes here.

Provenance

The following attestation bundles were made for symscan-0.7.1-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.1-cp314-cp314-win_arm64.whl.

File metadata

  • Download URL: symscan-0.7.1-cp314-cp314-win_arm64.whl
  • Upload date:
  • Size: 277.9 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.1-cp314-cp314-win_arm64.whl
Algorithm Hash digest
SHA256 885d0161ba697a6183731e6155aac3826a30bcfead1db62fb44e3feff31d03af
MD5 4a6b71d567034445815592429c969ef1
BLAKE2b-256 a1cde2b50caf993084781d983c44ec68299c8d856c113c633266fe18208056b4

See more details on using hashes here.

Provenance

The following attestation bundles were made for symscan-0.7.1-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.1-cp314-cp314-win_amd64.whl.

File metadata

  • Download URL: symscan-0.7.1-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.1-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 f572d81dc2477d135b0bbeac1da7bb70d1d6d6cf9084de3a1c43ceaad1f211a0
MD5 2097d7e527803104ecad07225fb995ae
BLAKE2b-256 d81b6a08564a9f4aa143de4111797185c1082d0862a5be3a8de00efb7f0a4f08

See more details on using hashes here.

Provenance

The following attestation bundles were made for symscan-0.7.1-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.1-cp314-cp314-win32.whl.

File metadata

  • Download URL: symscan-0.7.1-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.1-cp314-cp314-win32.whl
Algorithm Hash digest
SHA256 dd6d6efcdfcfd8907ecb829c1bea310685c49abf30fcf41b1afff10bb5efd702
MD5 3f05390124d66ff00a3e753f988cc30b
BLAKE2b-256 13e53f9ef7f6c584280e9b14473ef84e51d5468b88c28d702ce71c1c338efe81

See more details on using hashes here.

Provenance

The following attestation bundles were made for symscan-0.7.1-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.1-cp314-cp314-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for symscan-0.7.1-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 73d8812ac60fd1d1f7e457631c9d88c8deec454bf5a3fc3746919e101b2e2bd4
MD5 ff01f5bc3813b0362d865eca089d0fdd
BLAKE2b-256 5e771d5c04855f7d27157864710d6c3836fed90133984827932af7e5264efdbc

See more details on using hashes here.

Provenance

The following attestation bundles were made for symscan-0.7.1-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.1-cp314-cp314-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for symscan-0.7.1-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 b350565fbd321677bfd1e7daa5113f0317b8bc0060f5c26fe84ff9d4033b183d
MD5 f622ec4b7d5d6d660e8b49020db69dff
BLAKE2b-256 4cf663d07a00f024e36906078b8e7e84427b881ec07f26cced26ecebff58511c

See more details on using hashes here.

Provenance

The following attestation bundles were made for symscan-0.7.1-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.1-cp314-cp314-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for symscan-0.7.1-cp314-cp314-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 02a377553ef04186b583db4cacc3694dfd999400fb22a7847e5f34d1e63f9f74
MD5 f2bdc833b96cb545e7ea4ec3bd12314c
BLAKE2b-256 d40445b171e40c298a179130f13f8c0e1e3cae3a3b2e7a18d1506d353f235e1f

See more details on using hashes here.

Provenance

The following attestation bundles were made for symscan-0.7.1-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.1-cp314-cp314-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for symscan-0.7.1-cp314-cp314-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 3626308b4399e3147a4e90d0686aef36d158e2c3c1e4c53f76fafeaf8977d825
MD5 5a755fb032c1c7f9446d6b5a56596361
BLAKE2b-256 62df6fc19e6cc5f841f52d8b7599263ef8be389c93c4f36714580896fbff28cc

See more details on using hashes here.

Provenance

The following attestation bundles were made for symscan-0.7.1-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.1-cp314-cp314-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for symscan-0.7.1-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 b1cf35a48abffb4ce2985fb7d634c041da6a87a246b8f7276516d54dfc6ec81b
MD5 e04e90bb8f58f894b8427963ef7dd895
BLAKE2b-256 4a8469068309930c37c9e556b42189ca41fb48c4d9654033db32a40e06b0ef28

See more details on using hashes here.

Provenance

The following attestation bundles were made for symscan-0.7.1-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.1-cp314-cp314-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for symscan-0.7.1-cp314-cp314-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 759b0c630ce2845ddaf1228ed2560effa20d9e6bd4751ad25497c30e5e12b05d
MD5 a67cfb0376442a16dc8c30e219c204b7
BLAKE2b-256 c3d5ade959d812a8db67360598487b0ea9a696a2ef5e01ef3fc7cf5010fc9cb8

See more details on using hashes here.

Provenance

The following attestation bundles were made for symscan-0.7.1-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.1-cp313-cp313-win_arm64.whl.

File metadata

  • Download URL: symscan-0.7.1-cp313-cp313-win_arm64.whl
  • Upload date:
  • Size: 278.4 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.1-cp313-cp313-win_arm64.whl
Algorithm Hash digest
SHA256 0f275559655772a9d2b15944cc8090247cfd58a8ceaa72c746626c721e132f8b
MD5 9d8217ae6385c1e8a608fa092fbf1668
BLAKE2b-256 52255c42acd393dc98d0f67b61c94287b5aaa55171fbb182a418e84882218614

See more details on using hashes here.

Provenance

The following attestation bundles were made for symscan-0.7.1-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.1-cp313-cp313-win_amd64.whl.

File metadata

  • Download URL: symscan-0.7.1-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.1-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 30de35a914bb4c50d5ba324005686df6f67247ed4146bd3a3b316f9c87870a9b
MD5 3d1dc0e87adf59c88fbea7aa411e8f88
BLAKE2b-256 3d5c32dbb9a1210af0d936f79a78a83c4acd3c0df4ca5793a177a21bd3572e2c

See more details on using hashes here.

Provenance

The following attestation bundles were made for symscan-0.7.1-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.1-cp313-cp313-win32.whl.

File metadata

  • Download URL: symscan-0.7.1-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.1-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 521b2fe5bd729793eb7645541a0a73af36d59e3d194443c7cb7c7cd1b3392679
MD5 86f0141d3cdaa05bee208b5cf703bf2c
BLAKE2b-256 5449cba238c54c6a9a90e31273e5e5c5113b3d1e6a54e8fdaa41935585052962

See more details on using hashes here.

Provenance

The following attestation bundles were made for symscan-0.7.1-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.1-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for symscan-0.7.1-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 d834358edf007afaa0a6141c9c0d5da8f4727b344835977dc666eaf21cb5c191
MD5 9b5a14d93a7822c70b48a94f8e9986d6
BLAKE2b-256 0dfc7d5cd24af4f816f701e3a2ca52d6232fd1fd9730d9fb194bb6609126cd38

See more details on using hashes here.

Provenance

The following attestation bundles were made for symscan-0.7.1-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.1-cp313-cp313-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for symscan-0.7.1-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 254cd82fc0b745b99db95ea4868dff7993e0826317b2f6ff02a088f7648ad2d0
MD5 08aaecd29bb01b4cccf5a071932e16d3
BLAKE2b-256 08da28c9c3c9c6bb89d86ba9f46e56354f76e214d5d3d6b5062da3d846267534

See more details on using hashes here.

Provenance

The following attestation bundles were made for symscan-0.7.1-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.1-cp313-cp313-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for symscan-0.7.1-cp313-cp313-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 dbd562d799b951244ac28d6a5cc72faf9d6cf38c77e3e74e0502d722c58243a0
MD5 df5e84051ca75bac6215797525ec3945
BLAKE2b-256 ff3accaf98b286fdc762279f91f01035d64f97b0a3d3672c99f46d2a36e7d80b

See more details on using hashes here.

Provenance

The following attestation bundles were made for symscan-0.7.1-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.1-cp313-cp313-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for symscan-0.7.1-cp313-cp313-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 0ec40eaf0cb00a9cc248db03d16fc3ef07f0e73680110229a835667d180e2a06
MD5 60e6e358d624ddcf167dc332ffa9b8bc
BLAKE2b-256 1ca463021a760feb5ddc83c99f66f3d29f0c7ad36989a62bd8dd0d99a1b3e19e

See more details on using hashes here.

Provenance

The following attestation bundles were made for symscan-0.7.1-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.1-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for symscan-0.7.1-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 cd1e4a50fa7c4c9ddddba54e24faa39a2bda0b7b88759fb1ee4bf47b72d104d9
MD5 b2502f277c537630a95fe0ecd8d96057
BLAKE2b-256 dd34190aef9966f71b611b0d7e003f3bddd087e1f68f758dd6310cb30425cc04

See more details on using hashes here.

Provenance

The following attestation bundles were made for symscan-0.7.1-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.1-cp313-cp313-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for symscan-0.7.1-cp313-cp313-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 71bbeba3be73d40be64f83f9fececb93c6421a2de10971a2dbefcf93dcf2a00f
MD5 2dc4755b7bb6fc72afd5f174cdaadb1a
BLAKE2b-256 1f97fdd6d97d560403c9196cb9a1bf60e50b1002c84bdaf50c51dd25e679a7ea

See more details on using hashes here.

Provenance

The following attestation bundles were made for symscan-0.7.1-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.1-cp312-cp312-win_arm64.whl.

File metadata

  • Download URL: symscan-0.7.1-cp312-cp312-win_arm64.whl
  • Upload date:
  • Size: 278.4 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.1-cp312-cp312-win_arm64.whl
Algorithm Hash digest
SHA256 5ef388481d95fd19023b59ae22fb217b55f4605782ef7533194ee679dc02600d
MD5 86a33148b472d99ef25ce06cf2891afe
BLAKE2b-256 4448d66f8ad1a7aaf2b99ad631738ad2de349c3faa8d58440a916861aa221448

See more details on using hashes here.

Provenance

The following attestation bundles were made for symscan-0.7.1-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.1-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: symscan-0.7.1-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.1-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 f31694242b9ccf1afdc974d89b221f0d97a50ea58f4f1d5de7d01066369d8327
MD5 09c094d903754cc7a6995ba0b25b3848
BLAKE2b-256 a8b5a94f50e8dca9b70763b3281c1674100e262bf54054660f01dbe0a080dc5f

See more details on using hashes here.

Provenance

The following attestation bundles were made for symscan-0.7.1-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.1-cp312-cp312-win32.whl.

File metadata

  • Download URL: symscan-0.7.1-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.1-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 4507a719ccc5d426836ad33b12518c8044fc8ed5424043743e6f8697b6fdbd34
MD5 a5998e194c8ce85b8ac02aa01a03b906
BLAKE2b-256 3cc22253fb5c6940d168fb82e7235aea6fb187f60e9ac05299313efc945e1cee

See more details on using hashes here.

Provenance

The following attestation bundles were made for symscan-0.7.1-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.1-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for symscan-0.7.1-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 88533cb06191ba408ab4a8047581fec650d81704f6a2f1a5a667fd9998063f8f
MD5 7c49df0a84a390ae7a1f8a17ebf04e8a
BLAKE2b-256 320902d8aa63d995f128f83a3bda88b33602d7189a4a4a5c38df3393636cce5e

See more details on using hashes here.

Provenance

The following attestation bundles were made for symscan-0.7.1-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.1-cp312-cp312-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for symscan-0.7.1-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 f9f23005f7006ef1629ac4b0e6a57717baeac8bc29dbb877e2161cd799ef831c
MD5 bdee0edd268c09237b5a7c70ad365efc
BLAKE2b-256 652ceccecb43885e0af4dc51d9f40fcfb51c4130e4a3324232d7f7b2ac90764b

See more details on using hashes here.

Provenance

The following attestation bundles were made for symscan-0.7.1-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.1-cp312-cp312-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for symscan-0.7.1-cp312-cp312-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 305d912cf8cebe144a26f49a9fabbe7b3c2eb1d4427247296a6f6e6ce747ade3
MD5 127d9426704db727e6cfa1814e0b52eb
BLAKE2b-256 5550183d1b2268f76f2961e7752d309400109e0bb422b297dcbc9b443545ae67

See more details on using hashes here.

Provenance

The following attestation bundles were made for symscan-0.7.1-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.1-cp312-cp312-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for symscan-0.7.1-cp312-cp312-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 df7909722048aeba4fc18f228a746495e59dc91948a21811fc25f6965cc9672d
MD5 82afa8e2d583797387c1cce8658f02e7
BLAKE2b-256 c3bf6f89898384a4b0ac5a6c429ad8bd39ce13ebc8f7c5db7e35f89759aedb20

See more details on using hashes here.

Provenance

The following attestation bundles were made for symscan-0.7.1-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.1-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for symscan-0.7.1-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 a9eab3501f75cdaa97cdb0ab81c853241886d405d03f87c0c834a7358b0632e8
MD5 d1435dbb6fe54adb43d212977483c25b
BLAKE2b-256 d3b7c39460669c6c5d0af19508dc9aae9cc30cf9fc63377425309689db017574

See more details on using hashes here.

Provenance

The following attestation bundles were made for symscan-0.7.1-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.1-cp312-cp312-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for symscan-0.7.1-cp312-cp312-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 c37cc09b3f47a85034abd67b84604b7c4d4c4477f2449c7696850e93e43691f2
MD5 ebcace0eecbf18c995ef825337bd3060
BLAKE2b-256 6ae17ca923bca736543692b7a5bdfc8f3c5717bb08c7734ce12c5f046670bbd1

See more details on using hashes here.

Provenance

The following attestation bundles were made for symscan-0.7.1-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.1-cp311-cp311-win_arm64.whl.

File metadata

  • Download URL: symscan-0.7.1-cp311-cp311-win_arm64.whl
  • Upload date:
  • Size: 280.4 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.1-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 d6076e6c5a37e535e247a8370e906ec080183b7c22fe167465641e108f748272
MD5 0d853485268f4334be5a0517c32782ac
BLAKE2b-256 d26a791b3f9e2d08e205c73678eb6c13b3249dabf87f35291f2629c6ddea01dc

See more details on using hashes here.

Provenance

The following attestation bundles were made for symscan-0.7.1-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.1-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: symscan-0.7.1-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 299.3 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.1-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 3c9063ab3150e44102842cb57842a1a76b7adaed0507012e8549653c2a1ecf41
MD5 82a73b21102965abf5bccdb671098f2e
BLAKE2b-256 6853b0aefc82f5348e1f960db426de917f07d3c41432ec1c65536cb66ad2b68b

See more details on using hashes here.

Provenance

The following attestation bundles were made for symscan-0.7.1-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.1-cp311-cp311-win32.whl.

File metadata

  • Download URL: symscan-0.7.1-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.1-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 e117369983e54d7ef59c3e3de56503ef04d24843df144814a6a28ed7b48ac7a4
MD5 a229001b07bf6df8a2679a6528751448
BLAKE2b-256 f188bcf1a26121551e515fced6d90816d85e85bc3fceb5966aac135e9a31da43

See more details on using hashes here.

Provenance

The following attestation bundles were made for symscan-0.7.1-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.1-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for symscan-0.7.1-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 07a5d8ec656a5549f62e9fd5932d5efacdd95dc5392e5482d7ae57bd150be0f6
MD5 1b75dcecaf75aa14da890a8dcd5e7c1c
BLAKE2b-256 6d637c6d1a5487379d468a90cb39bbcfc6b51ff59d4049445200c8d964707208

See more details on using hashes here.

Provenance

The following attestation bundles were made for symscan-0.7.1-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.1-cp311-cp311-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for symscan-0.7.1-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 2e6bdae208d721e306182065d4fb5803141631b6d5d951858c8a4711eff8201b
MD5 328565b97f9b852e6f2cb2a670fddb10
BLAKE2b-256 e92154ba11ddce806712e92e745f8fd054fcb7cef92611bf802cc530d8dacb82

See more details on using hashes here.

Provenance

The following attestation bundles were made for symscan-0.7.1-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.1-cp311-cp311-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for symscan-0.7.1-cp311-cp311-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 0885adccf399dcf837a9dc557752ec3fa8b08c9fc7e210e24667c1d2d11b8646
MD5 330c16c36364b3e4701a256664731780
BLAKE2b-256 915b137c2c1f2da3caf6a84ff458d35f262d1cf5356d134e1a9e895971d1f2d9

See more details on using hashes here.

Provenance

The following attestation bundles were made for symscan-0.7.1-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.1-cp311-cp311-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for symscan-0.7.1-cp311-cp311-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 752fe2a900ecacdddbddcdf488e4a8f674f610e1e51e72b0b55773a3dead96e7
MD5 ba2bbf645a4987096bfe1a62d177f606
BLAKE2b-256 2b0ab77398e41c37cbc2b22f2bc58490acdf1908f37b9c43d1a5c4ae364afd24

See more details on using hashes here.

Provenance

The following attestation bundles were made for symscan-0.7.1-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.1-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for symscan-0.7.1-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 b0b6b463c59bad78cad8ad0abdaa2a5bf929dabeae69865201faff2d0278b72e
MD5 4ddd3f7fd37ac1b654bb07e72dc42f3d
BLAKE2b-256 837eaeecc5d1042936208167c2eab9687a0080f495fa42be7b5b1d9725d045db

See more details on using hashes here.

Provenance

The following attestation bundles were made for symscan-0.7.1-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.1-cp311-cp311-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for symscan-0.7.1-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 47f478cf83302bd04776fb6a03c08f4fc4804b6733ee89213bcb3d1bc58ba00e
MD5 e68bcce4841dc76a140c846a463f18f4
BLAKE2b-256 5aa164b23d27ef818eb77f9fbb337aed4c742d855f77858b994fe9ece2800502

See more details on using hashes here.

Provenance

The following attestation bundles were made for symscan-0.7.1-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.1-cp310-cp310-win_arm64.whl.

File metadata

  • Download URL: symscan-0.7.1-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.1-cp310-cp310-win_arm64.whl
Algorithm Hash digest
SHA256 64f25c7fb6c53b1600988db6ad9874546192d40e2b999581c986a046e07c9ca9
MD5 a341ceb7b917cd4e289705dd59616046
BLAKE2b-256 26dfa9f57e0e6171c426aebfd5b62e1c68cc5e992baf23f4d8ba823f9bb0d6ae

See more details on using hashes here.

Provenance

The following attestation bundles were made for symscan-0.7.1-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.1-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: symscan-0.7.1-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.1-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 5b8c06e20bd76666d3513eac91869db3822a49d25615399d2b06d78963714833
MD5 e820f54ede5c2867224a80be234af807
BLAKE2b-256 5127012c1654a5ab660465a8f3e16310ae47bdb3efd1463e9e2f134557cc7d8b

See more details on using hashes here.

Provenance

The following attestation bundles were made for symscan-0.7.1-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.1-cp310-cp310-win32.whl.

File metadata

  • Download URL: symscan-0.7.1-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.1-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 61a6d41970d94ea81838e489f85a05942b42284707807bac082cc01df36ec2f2
MD5 4ccf0b6144e8ba8e3d93d9013b4eef45
BLAKE2b-256 f0dbe9dace1dfee0241a9dede2088648dde3c7cc350b35e02913cc9539c828ed

See more details on using hashes here.

Provenance

The following attestation bundles were made for symscan-0.7.1-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.1-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for symscan-0.7.1-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 977ef472af35fe72ec15be36552e9f25c26eaa7027409093577bb4fc94c58721
MD5 17721cb64e5335f4d196e05338dc9c62
BLAKE2b-256 1487b64ffb37b7bdb254a5167d8f4b81f17a9631cdb4af14a55c6dab250d81b5

See more details on using hashes here.

Provenance

The following attestation bundles were made for symscan-0.7.1-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.1-cp310-cp310-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for symscan-0.7.1-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 c0e89237bb357bde7e124215bbcf02b4963a28b0f28127b3ea04f6f6028dd702
MD5 bc13205a99fefae92d445497f9d17b3b
BLAKE2b-256 042e8f2a17f6404df7b55b2ea3fa0d12c31bb84f687f36a7cda2f32b50629563

See more details on using hashes here.

Provenance

The following attestation bundles were made for symscan-0.7.1-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.1-cp310-cp310-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for symscan-0.7.1-cp310-cp310-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 f13eeac8d5fc799287f117fa99a16e3a5b2d99c23541a4e00318f8dfeafd6cca
MD5 1c2810583576aa9e6c5a7e652f39663e
BLAKE2b-256 7a436b475e6ea7a66f569ef0d309c2ef5c8491e661f354afd07a7bc5690cefd6

See more details on using hashes here.

Provenance

The following attestation bundles were made for symscan-0.7.1-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.1-cp310-cp310-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for symscan-0.7.1-cp310-cp310-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 6ad71a56a5f6818dbe50c6e8aab8bb4ed09e9c2c2cc910277cc9cf5071607ef7
MD5 9497227968fbd3d7b131dfc334a057a9
BLAKE2b-256 53be71d06bb1f8bae000f0c57261d31c12f2e6ccfa281731a26ae20a44138fe3

See more details on using hashes here.

Provenance

The following attestation bundles were made for symscan-0.7.1-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.1-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for symscan-0.7.1-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 8af49ab10c685a09a48e02eb543a2e10cd10cd9419e64936a9234b5f619cc5f6
MD5 8c7138447557968276c65591a8664e2e
BLAKE2b-256 a04d82b651cb6bf84e97a1d5831153da4591e06e0fc48ae27e66628a3caae9cc

See more details on using hashes here.

Provenance

The following attestation bundles were made for symscan-0.7.1-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.1-cp310-cp310-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for symscan-0.7.1-cp310-cp310-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 7950740de6a113b7ed0b33c8fc47153ac76c7d7536dad1bb5e963d0d1cf6feb7
MD5 ffeaad7f872ebb253ce525a3be4c0774
BLAKE2b-256 4863d945622e4b9b8afb1a242d425e85c3e2e8fc51ea4e5970951c138da525ea

See more details on using hashes here.

Provenance

The following attestation bundles were made for symscan-0.7.1-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