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

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 Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distributions

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

symscan-0.7.0-cp314-cp314t-win_arm64.whl (272.5 kB view details)

Uploaded CPython 3.14tWindows ARM64

symscan-0.7.0-cp314-cp314t-win_amd64.whl (293.1 kB view details)

Uploaded CPython 3.14tWindows x86-64

symscan-0.7.0-cp314-cp314t-win32.whl (284.2 kB view details)

Uploaded CPython 3.14tWindows x86

symscan-0.7.0-cp314-cp314t-musllinux_1_2_x86_64.whl (532.3 kB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ x86-64

symscan-0.7.0-cp314-cp314t-musllinux_1_2_aarch64.whl (504.5 kB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

symscan-0.7.0-cp314-cp314t-manylinux_2_28_x86_64.whl (464.0 kB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.28+ x86-64

symscan-0.7.0-cp314-cp314t-manylinux_2_28_aarch64.whl (439.3 kB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.28+ ARM64

symscan-0.7.0-cp314-cp314t-macosx_11_0_arm64.whl (397.3 kB view details)

Uploaded CPython 3.14tmacOS 11.0+ ARM64

symscan-0.7.0-cp314-cp314t-macosx_10_15_x86_64.whl (417.2 kB view details)

Uploaded CPython 3.14tmacOS 10.15+ x86-64

symscan-0.7.0-cp314-cp314-win_arm64.whl (273.2 kB view details)

Uploaded CPython 3.14Windows ARM64

symscan-0.7.0-cp314-cp314-win_amd64.whl (293.2 kB view details)

Uploaded CPython 3.14Windows x86-64

symscan-0.7.0-cp314-cp314-win32.whl (285.6 kB view details)

Uploaded CPython 3.14Windows x86

symscan-0.7.0-cp314-cp314-musllinux_1_2_x86_64.whl (532.3 kB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ x86-64

symscan-0.7.0-cp314-cp314-musllinux_1_2_aarch64.whl (504.5 kB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

symscan-0.7.0-cp314-cp314-manylinux_2_28_x86_64.whl (464.2 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.28+ x86-64

symscan-0.7.0-cp314-cp314-manylinux_2_28_aarch64.whl (439.4 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.28+ ARM64

symscan-0.7.0-cp314-cp314-macosx_11_0_arm64.whl (398.3 kB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

symscan-0.7.0-cp314-cp314-macosx_10_15_x86_64.whl (417.6 kB view details)

Uploaded CPython 3.14macOS 10.15+ x86-64

symscan-0.7.0-cp313-cp313-win_arm64.whl (273.7 kB view details)

Uploaded CPython 3.13Windows ARM64

symscan-0.7.0-cp313-cp313-win_amd64.whl (293.4 kB view details)

Uploaded CPython 3.13Windows x86-64

symscan-0.7.0-cp313-cp313-win32.whl (285.6 kB view details)

Uploaded CPython 3.13Windows x86

symscan-0.7.0-cp313-cp313-musllinux_1_2_x86_64.whl (532.1 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

symscan-0.7.0-cp313-cp313-musllinux_1_2_aarch64.whl (503.8 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

symscan-0.7.0-cp313-cp313-manylinux_2_28_x86_64.whl (464.3 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.28+ x86-64

symscan-0.7.0-cp313-cp313-manylinux_2_28_aarch64.whl (438.7 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.28+ ARM64

symscan-0.7.0-cp313-cp313-macosx_11_0_arm64.whl (398.8 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

symscan-0.7.0-cp313-cp313-macosx_10_13_x86_64.whl (417.9 kB view details)

Uploaded CPython 3.13macOS 10.13+ x86-64

symscan-0.7.0-cp312-cp312-win_arm64.whl (273.7 kB view details)

Uploaded CPython 3.12Windows ARM64

symscan-0.7.0-cp312-cp312-win_amd64.whl (293.4 kB view details)

Uploaded CPython 3.12Windows x86-64

symscan-0.7.0-cp312-cp312-win32.whl (285.5 kB view details)

Uploaded CPython 3.12Windows x86

symscan-0.7.0-cp312-cp312-musllinux_1_2_x86_64.whl (532.0 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

symscan-0.7.0-cp312-cp312-musllinux_1_2_aarch64.whl (504.0 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

symscan-0.7.0-cp312-cp312-manylinux_2_28_x86_64.whl (464.3 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.28+ x86-64

symscan-0.7.0-cp312-cp312-manylinux_2_28_aarch64.whl (438.9 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.28+ ARM64

symscan-0.7.0-cp312-cp312-macosx_11_0_arm64.whl (398.3 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

symscan-0.7.0-cp312-cp312-macosx_10_13_x86_64.whl (417.8 kB view details)

Uploaded CPython 3.12macOS 10.13+ x86-64

symscan-0.7.0-cp311-cp311-win_arm64.whl (275.7 kB view details)

Uploaded CPython 3.11Windows ARM64

symscan-0.7.0-cp311-cp311-win_amd64.whl (294.6 kB view details)

Uploaded CPython 3.11Windows x86-64

symscan-0.7.0-cp311-cp311-win32.whl (286.5 kB view details)

Uploaded CPython 3.11Windows x86

symscan-0.7.0-cp311-cp311-musllinux_1_2_x86_64.whl (535.7 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

symscan-0.7.0-cp311-cp311-musllinux_1_2_aarch64.whl (506.3 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

symscan-0.7.0-cp311-cp311-manylinux_2_28_x86_64.whl (467.1 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.28+ x86-64

symscan-0.7.0-cp311-cp311-manylinux_2_28_aarch64.whl (441.3 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.28+ ARM64

symscan-0.7.0-cp311-cp311-macosx_11_0_arm64.whl (399.9 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

symscan-0.7.0-cp311-cp311-macosx_10_12_x86_64.whl (418.9 kB view details)

Uploaded CPython 3.11macOS 10.12+ x86-64

symscan-0.7.0-cp310-cp310-win_arm64.whl (275.6 kB view details)

Uploaded CPython 3.10Windows ARM64

symscan-0.7.0-cp310-cp310-win_amd64.whl (294.7 kB view details)

Uploaded CPython 3.10Windows x86-64

symscan-0.7.0-cp310-cp310-win32.whl (286.9 kB view details)

Uploaded CPython 3.10Windows x86

symscan-0.7.0-cp310-cp310-musllinux_1_2_x86_64.whl (535.8 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

symscan-0.7.0-cp310-cp310-musllinux_1_2_aarch64.whl (506.8 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

symscan-0.7.0-cp310-cp310-manylinux_2_28_x86_64.whl (467.1 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.28+ x86-64

symscan-0.7.0-cp310-cp310-manylinux_2_28_aarch64.whl (441.5 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.28+ ARM64

symscan-0.7.0-cp310-cp310-macosx_11_0_arm64.whl (400.0 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

symscan-0.7.0-cp310-cp310-macosx_10_12_x86_64.whl (418.9 kB view details)

Uploaded CPython 3.10macOS 10.12+ x86-64

File details

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

File metadata

  • Download URL: symscan-0.7.0-cp314-cp314t-win_arm64.whl
  • Upload date:
  • Size: 272.5 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.0-cp314-cp314t-win_arm64.whl
Algorithm Hash digest
SHA256 55a3e18624c8c778a5d02a9106d2e491195d751071e0ef4be09535a817089791
MD5 f0b36c5827277d6fe3193702da37ca48
BLAKE2b-256 e39ccad3e53c00dee2537db3bc70e5b55295203d71444f5538e7052333112973

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: symscan-0.7.0-cp314-cp314t-win_amd64.whl
  • Upload date:
  • Size: 293.1 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.0-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 cc8764ad0b0e07a780d3715a9caee2e9dd5ab929921062b9c6e2a8f8d5b298c0
MD5 956e0b28f346c6c2a6aa890d66e93ff4
BLAKE2b-256 139e0d2c761dab0bf6835eb92c3ab8753f5d4d042af368f10bc1bff2a0707f52

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: symscan-0.7.0-cp314-cp314t-win32.whl
  • Upload date:
  • Size: 284.2 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.0-cp314-cp314t-win32.whl
Algorithm Hash digest
SHA256 36065dbc1eeddcd53f93f8821a748e11dc23afc8b16f43a52a62e9287efb7ff8
MD5 ee503e6c608de513081b0523ad9a2a35
BLAKE2b-256 05d829b9e1f00ce9c518c689f9c31659023776723ac2bc59c982c0bca5a3bf2f

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for symscan-0.7.0-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 04c1881cd6dfde70407b356e0206ff79bb0b48c27f7b60f3b241c2eae4bba678
MD5 930e7342b02862e162454872bbbc425a
BLAKE2b-256 7233382fe6319ccb9c86f068f689ef0c7f0f621570ebd1fbf1e6a74e0778b39b

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for symscan-0.7.0-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 51b75fc22baa5cb39316750949e1ede405d132bea05f2d6d67d6af619ab3c111
MD5 ffcfdec93edc39163cb0c80228d169d1
BLAKE2b-256 848ff2ca16f5054a7d3220967c8e91b4368fb68fbb35094911fe6e887d043c21

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for symscan-0.7.0-cp314-cp314t-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 def38f83dad41413de4b8546bfed6312de992830fba5a4073a05db60f3bbbdd1
MD5 30b7db13c4ca0d4795cf4bad4d62c14c
BLAKE2b-256 7347f0fd403b866d4d81c46c9a35e41811a35a24f12691a8b335a0d32a8778ad

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for symscan-0.7.0-cp314-cp314t-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 b95d5c0ab67eaf34005d3a10abe204637587016e9efbc4395619faf0c62a3c30
MD5 065be4a2f14ad94bb3e702d2ba628dd6
BLAKE2b-256 2d3132068a602699e47d66292be31e32449a16a72cf20beae967ab21c54d9964

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for symscan-0.7.0-cp314-cp314t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 6b214185b2ae558d430df1f8b09a8073879e7a02c7634a237dc601236a397b01
MD5 51ae11bee795f1adb8cd4a9b84e1860d
BLAKE2b-256 37f4ac010b19b5ce23b9a94ea42d125961a6e41f546d7b69debd515d1ee971b7

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for symscan-0.7.0-cp314-cp314t-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 0a1c69b1d7c7ea821f851147102a429f5337b5260a7ae56c4515033b395d12f0
MD5 ef9d285dfb035f01836d69c4c70ebf34
BLAKE2b-256 960772f2cb0c1abf3139b180896af360da52146ad7a7c9f0cc93484fef7776ea

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: symscan-0.7.0-cp314-cp314-win_arm64.whl
  • Upload date:
  • Size: 273.2 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.0-cp314-cp314-win_arm64.whl
Algorithm Hash digest
SHA256 05e395d7a63caf42e510b6f15e79d5ac5e9a6b5f454e16308226ca7b3de0818d
MD5 74c75878a419f14931adbc75012b6542
BLAKE2b-256 13e67c49ebed950205df8b94ef08d42e41930a284752be0686f132e0544039f3

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: symscan-0.7.0-cp314-cp314-win_amd64.whl
  • Upload date:
  • Size: 293.2 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.0-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 dc3ff4b0d712f64a21120d1d53e3be890766b7e90d353816e1d4fc695da42ddf
MD5 ff3f2e4772afe9b0784bbde05dc67394
BLAKE2b-256 0ded7a960c8875b214bbd26c08b1f6992f40ae0aec8d2991cfb0c7f56512c2bf

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for symscan-0.7.0-cp314-cp314-win32.whl
Algorithm Hash digest
SHA256 489cdd2a796f3135be3a885b0328536af77aabc260eacf8f631c4441302dff3e
MD5 d03c46a2d9905b6520e4c71bbf824e58
BLAKE2b-256 534bdca0a8fe408c402ffa9e8e2f1c2ef53dac343e516671af835272739b1f28

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for symscan-0.7.0-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 5547d7b589b20cf1c767a944987b5bcc1e26a6b5625d462591660aed4a9c2607
MD5 604440b272c6aa7e072520d4be0df19e
BLAKE2b-256 b7b5b7af72a3926af3c9f08b1dc1f265cd51bcb092fc7e3ccd7e5fba6463891d

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for symscan-0.7.0-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 aeaec1be4f6f3ae5333af8a0ea5ca1e7e36a72acafb15986df1ae1fe2f55e6b0
MD5 c190fd3126d428533fb7cf5712fed286
BLAKE2b-256 f6125c63a00f8773ff12ce17dd095ef0d5b87bc4a57ec98c5d71818edeaa0119

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for symscan-0.7.0-cp314-cp314-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 ef25b2a778d7263db8eb3061b5de2f433d05bf71ec2090e7d0b6c544f1cc1392
MD5 6786dae87b5e93aa3511d1d9c3bbf4cf
BLAKE2b-256 5f30037314d902c768fdba37f5cf887e5854578f59c079e7ff2fd74b49eb7dc2

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for symscan-0.7.0-cp314-cp314-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 28e473d33591dcbe80d12657563b57c205c05553328af5985c65a8abdfd49ede
MD5 aa83781ee644c10110fe17ba24bb8d32
BLAKE2b-256 7bf4e27f924b603c657af8e430717e816d42cd5e53e9b6b9ab3cb095b59cdd47

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for symscan-0.7.0-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 48e51c6b624a76da138754cce93493f9b54d26871b1a64f1d160bb712abba9e0
MD5 7c23d541de39fdbd488a77fd95683762
BLAKE2b-256 e7af5605529152b082c5e7b9180399b0c6baacb49c7798f4e4c3e3cdffd6258b

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for symscan-0.7.0-cp314-cp314-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 b4eecce2c2b3ea21370839553045553adca25d571baf61e4fce06bae235081e8
MD5 76e5f675b14ba639e50b7a7ca9d59d39
BLAKE2b-256 7b87ee2cd8dea1295ca999c2e4b443962c99a5c9cbd29c3510fa5baf280b5dd5

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: symscan-0.7.0-cp313-cp313-win_arm64.whl
  • Upload date:
  • Size: 273.7 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.0-cp313-cp313-win_arm64.whl
Algorithm Hash digest
SHA256 0f69d7351e5b040087d339065ead1f23f8393cec77f1c088efeea2dfba81cd3b
MD5 3bf3626eff1989e2cd08d973231aa176
BLAKE2b-256 b8a1f0096bb924f9e39e2e458756ab759d1b083ff2f3731b457aa734980c0fb3

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: symscan-0.7.0-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 293.4 kB
  • Tags: CPython 3.13, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for symscan-0.7.0-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 96b39cac3b90926faa5fbfebe27b725f65dcb49c9809f3676ef53a42d9b81a04
MD5 cd4b3e9b72f699cf2540edb1717a456b
BLAKE2b-256 472e344fa155dda6716762bb45d27280b157e7bd3b74ebad2b2bfe1bdb764434

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: symscan-0.7.0-cp313-cp313-win32.whl
  • Upload date:
  • Size: 285.6 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.0-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 622fcbc63cb7e375f73bed2799b049c8261bce63ee84c7f872cc2ab5ee5d200f
MD5 b3cc91fa92619edb91a55ad912780523
BLAKE2b-256 639d86550c5e10f7da2482cc23f4ef9db830cfefb027a90a7573156758589e66

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for symscan-0.7.0-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 924e3e1dccdf320de8a42c3968c97053bc283e8980dd1a5910ebff930d0cd5f8
MD5 e17bf62ac8e39820018889df77a7c6c3
BLAKE2b-256 83113a4696d9d9fb1532ea708b2a131001a80e1d0e3061fc297fe24451f8690f

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for symscan-0.7.0-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 806645c46a3da022790a1a25792818f14cf3f5b1233a4b24adf73039391d25ed
MD5 3e82a4eafd03c0ab922bf2ec44cc3191
BLAKE2b-256 0c60c35fe1f4998401f54b96ea61ceef28155b3e9e1119be9f1685d3e2ae44f6

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for symscan-0.7.0-cp313-cp313-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 e0029d7442012b28eed82348925353fa8724e52ae77105f97ab8ca730ce25c03
MD5 6658b18f8d4dd403b9feb040f857fd38
BLAKE2b-256 98d0257a925239daaa10a46bfdac451a0999abb7a6070bc968d0241667073cb6

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for symscan-0.7.0-cp313-cp313-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 b41c3472f0812838483bd273faa582b1f6a6ecdb5953534c7c3a671c77b2d48b
MD5 bfc94da70bdb3203e298ed37cf897c55
BLAKE2b-256 16ebe94f89a04909ece26fc87b12246b2c7c44d3f9e7ba0c5aa4d0ac272377fb

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for symscan-0.7.0-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 ce53a3a60f9c888038091062b503536c3b76692d1dcfeb0ab738e2c0c419a449
MD5 d5ee093d801ee881d4f0c83f775e9e57
BLAKE2b-256 c586849f707e67761e1381c3486ff4ce4b73340858fb0ad96a596750caa55c7e

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for symscan-0.7.0-cp313-cp313-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 775a182004a4c86cc23d7c16342ce68f3716d7fc31c2c87944e3abfff5d88446
MD5 b4862fffb5facba1999191633581adb9
BLAKE2b-256 b5fb0148ce125c0b620ff15b7c949f2a0cbc7ce60339635809a5ef2c5d1ad69d

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: symscan-0.7.0-cp312-cp312-win_arm64.whl
  • Upload date:
  • Size: 273.7 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.0-cp312-cp312-win_arm64.whl
Algorithm Hash digest
SHA256 f1a5e9fa91cb06df166a651dcd48fda880c1cd886d6fc74f367b5919f4bbcae6
MD5 a7c59943700ded840609ebe796314ec8
BLAKE2b-256 24d49c444cab301a25cfe10bbcafaf7e89c0c64a6f88735122b16c6b7014ce9e

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: symscan-0.7.0-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 293.4 kB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for symscan-0.7.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 2e50913243761b6dfff2fe9032dfb8d46b51aa31e77874c9a1c61c890041c3e4
MD5 6ab59993892761b9a6d1996aa8e27576
BLAKE2b-256 cf217ffc6bb1b623a665ae3e03cd32a3b369622734dc6bd923647b4d933cde03

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: symscan-0.7.0-cp312-cp312-win32.whl
  • Upload date:
  • Size: 285.5 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.0-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 af339a1f20be50d514c749f0745c92ba26623173b4821bda38b05abff09ed861
MD5 faf2ce5bab6919c91baa7495d26cdeff
BLAKE2b-256 a4a7625d0d3228b3a3f98b9bf74a496643ecbc75007cf8e0df4b5551ac3f1ceb

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for symscan-0.7.0-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 40bfe41855293df36d1f4e0ed242bf4e80995a27aedb023e1b6c5b7b6687dba9
MD5 6424bbbb100f1593a78819ce4b32b042
BLAKE2b-256 0cd4ec095f5279fcdb234b1442a6697013be62c5d79db2f67b05a05a017cb9ab

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for symscan-0.7.0-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 ed63eb7b26feb3ed7ea2be240526bd5521febaafbd44ab2eb100d348582e6c9d
MD5 7963988d9ddf4e2846e4a281eac0bc68
BLAKE2b-256 ddf228c9419ae1ede0ee2a624d886ab6c8a74afb44c1d85ded6ab7ac3cd5f302

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for symscan-0.7.0-cp312-cp312-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 2bcd2d779b4d7b0410b9c81092c1a302443c022ccbf65504f3e68f3ce71e3a84
MD5 a0b536b936667abe377cd514ff135972
BLAKE2b-256 2881cb80c597686a2b624892dd9941edf9be4f213e752be9c9ea2bf333e97cfe

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for symscan-0.7.0-cp312-cp312-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 fab2d8550aff5649ee51cb05c376f5f5c6fbaaaa6fb168464ddadc169b84fc7b
MD5 e3bf3e71e0cd5a9a95226de515d6708a
BLAKE2b-256 46fcfdde8b5fa063a8275a6e464a2b915ba07aeba37cbd9d959b320e50aac482

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for symscan-0.7.0-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 42636936acecebef0ca3a422cc602662c64f3a5187a7bead788c454b9391fcd5
MD5 74f119397a5e325d448c1b79f9b75b0d
BLAKE2b-256 6a0e5baf55654d389b28224b192d499c903ea171a199cc7a73f807dc9252570f

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for symscan-0.7.0-cp312-cp312-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 a4cd74a2506bfa9c7e9ad959dcb6f49a5965c3d04b06840f2befd20e6399ded9
MD5 5dbe7aabd9b58d5b5ddaa85056b3aab7
BLAKE2b-256 03492fc05c72564108f7854e219568f4f151d0daee9f919abc19fa6b99b472d5

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: symscan-0.7.0-cp311-cp311-win_arm64.whl
  • Upload date:
  • Size: 275.7 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.0-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 7a21dbd13065fefb7f055a5812d86bffca364ed36d7cd4e5be10093406798f39
MD5 64a47afa7df973c1e0910f58906edf1d
BLAKE2b-256 055633b13f4415b183bfee975257937dfbccb76f9deb6e075469b291e47873b5

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: symscan-0.7.0-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 294.6 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.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 e6480159141c98b0a6ad114373871d35d4086bd14ff86914c287b9e7c4c488eb
MD5 5c1e288851c64c4d449bd306054e9467
BLAKE2b-256 3b7162459cd3790bed772a0b4e322a2c9b588fc249decd7413d9fd335f4fd956

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: symscan-0.7.0-cp311-cp311-win32.whl
  • Upload date:
  • Size: 286.5 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.0-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 f4fa5d9c725ebbd0feec331fa8342db8724ac33a2f4e3e8d99457cb36974f1d6
MD5 b3c34c889c925aebc7fe0fae5126792c
BLAKE2b-256 843cbe67d0b7b7ea32eaf2a13a0be075ae9e96b9ebe4a4435b9f92f02084e900

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for symscan-0.7.0-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 ea9e26fe2493ddf0b08307a4dd704f1faafad5e9b444ef8e979ea3f8839a6bce
MD5 083b106d5ef3de16230cd7bace6d37dc
BLAKE2b-256 70529b3e814da313fe2775e301939f928286ed8b214fa7c7f680d06ecc4b203d

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for symscan-0.7.0-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 9fc38afeb9e1955bdd14d011eccdeb84a88cea722cec57814ba39f2b2a34ab59
MD5 f7233c7e0449b951e9e10f72b39e93c0
BLAKE2b-256 bdbdbba898b6097040f28568b8d7497877b5fdf16a2e05f54a7be0f04378111f

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for symscan-0.7.0-cp311-cp311-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 92e108739cfe729c9b3ba753d2ea903ed6aec58f937d509555966268baa16c5a
MD5 4af3e3ffc24a0a96c893037705f7341c
BLAKE2b-256 d280fbe1e60b9037010ffacd20cf65ed550c7f118a11a68936a9ab4ba43862fb

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for symscan-0.7.0-cp311-cp311-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 f4de1785da8e82ed2c4ad368fe4b5419da4828a0d6d1091eb56833db525a40a3
MD5 8de0e57327b83f076c0a42d2bcdb683e
BLAKE2b-256 63e797fec5169b682ecafc0ef4694ed499f3e4ac68446aa2071472d536b24bbc

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for symscan-0.7.0-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 121c169e2dc08f39925310d1a2e3da39f9fa651f51cfc001722c53bb1ee1e780
MD5 a3acd6be971bd6fb78f22fca5880e228
BLAKE2b-256 a5cd04c63c95ba647d183340b8f814ce0e0d2d7bfca1a5ea66501eae26fabed5

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for symscan-0.7.0-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 4cff172244800fa5ff31c63d6b741945c0e8775191a6365620fcfd72622065b9
MD5 0b18b61b235497c0708c43815e972e84
BLAKE2b-256 08daee4bbeb2722a7eb0986c3d9e27f09d8cb08d1a7c78e20f54876ecad40c32

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: symscan-0.7.0-cp310-cp310-win_arm64.whl
  • Upload date:
  • Size: 275.6 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.0-cp310-cp310-win_arm64.whl
Algorithm Hash digest
SHA256 7059fc3d6eebd01e098e9c4e59352704260a98ab38a752340674daabfa54a372
MD5 f9968818f6c79371e050c8fc2e23b1d8
BLAKE2b-256 05b805fd851f0ee9e443e90b6d6d149c952dc5298b25ac07e64f093209c05982

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: symscan-0.7.0-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 294.7 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.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 3a607aa5c461468aef6b5e1d3bdd07bc5b536d2073b96b24e1b01247fa79b75d
MD5 1f932a98c900937b43e6f6eeda53908d
BLAKE2b-256 c535744af33bbf9bd1a62154e3edccc0fa2bf00855510e940be87d9b071bcca5

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: symscan-0.7.0-cp310-cp310-win32.whl
  • Upload date:
  • Size: 286.9 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.0-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 7bafafed7fa85020cdf0355b1c4bd20b863b614162cc4c1d0bdd19619e4dfd68
MD5 e134940aa84075c2b978f635b6028387
BLAKE2b-256 7c5667af897293be09fe548c653813e7fb97118be1ff9836d9ec8170536215ae

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for symscan-0.7.0-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 4e9cb7a994de5633254fc2c066f1384b299b2757b0dab0359ce05668ab4ad278
MD5 f8912ac00a77db51ed75adc0db3c017a
BLAKE2b-256 ccf69aaa79361d334a71077351398538669e42b188f91061f768082a06555dba

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for symscan-0.7.0-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 59856e86d61193c4a67ddd359e019faf368a02c71977b016bfad2a57c9c89f30
MD5 3c1fcb71ebea5bdbd7bae90edaf42df2
BLAKE2b-256 49d0df6b342da01633428dbf10500943e4a5b074e5a5d3684dde1c9ac2df419f

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for symscan-0.7.0-cp310-cp310-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 fb62d478c781b21030d1cfe1fa9766979f58da3ac6defc77273437432684e325
MD5 2700b8b8ed8b7b85735f5481d43e5229
BLAKE2b-256 6a80b722202dc0b12dd3a64db36f8a9ab010f6d9e15252631a9cd97e2cd447d4

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for symscan-0.7.0-cp310-cp310-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 71fe73744dc20bc8f7e0fe7cebc22ec1535b56a2e07fdb819e8be6c25a067eba
MD5 7841924ca9daaff7b30cbbe4a572f407
BLAKE2b-256 e3ad2243367816a04c4d60dd52b93cd1c744063a88b64e62dec2905e15b33f52

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for symscan-0.7.0-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 109813b8e802168f56038f10e37a26cf34fbc08cfe49e7a1d2c43cc47fd27e30
MD5 cccbb8b1e873dac88f76a88be8108cce
BLAKE2b-256 e75d62109b2cd23a384cfeb4fcfb406d7918f92de85322107bb555aedee33948

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for symscan-0.7.0-cp310-cp310-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 6a706fa732bc28f6474174971563fbde490a4d908d0fbfb2e44bfaa6c767f699
MD5 c3e4f43bf4f1cfad7f6094bdecb77975
BLAKE2b-256 a932e8ed964ecd171d666830b7547ea434e6dd6e39bdb2cd0de401ba6f08561a

See more details on using hashes here.

Provenance

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