Skip to main content

A library to demangle symbols from various languages and compilers.

Project description

multi-demangle

Demangling support for various languages and compilers. Fork of symbolic-demangle.

Currently supported languages are:

  • C++ (Itanium/GCC-style compilers, GNU v2, CodeWarrior, and MSVC)
  • Rust (both legacy and v0)
  • Scala Native (via the unknown-language fallback)
  • Swift (up to Swift 6.3)
  • ObjC (only symbol detection)

As the demangling schemes for the languages are different, the supported demangling features are inconsistent. For example, argument types were not encoded in legacy Rust mangling and thus not available in demangled names.

Development

Use uv package manager.

uv tool install maturin
maturin develop --all-features

Python usage

Install the pypi package multi-demangle

pip install multi-demangle
>>> import multi_demangle
>>> print(multi_demangle.demangle_symbol("_ZN3foo3barEv"))
foo::bar()

License

MIT

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

multi_demangle-1.0.4.tar.gz (189.6 kB view details)

Uploaded Source

Built Distributions

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

multi_demangle-1.0.4-pp311-pypy311_pp73-musllinux_1_2_x86_64.whl (7.4 MB view details)

Uploaded PyPymusllinux: musl 1.2+ x86-64

multi_demangle-1.0.4-pp311-pypy311_pp73-musllinux_1_2_i686.whl (7.4 MB view details)

Uploaded PyPymusllinux: musl 1.2+ i686

multi_demangle-1.0.4-pp311-pypy311_pp73-musllinux_1_2_aarch64.whl (7.2 MB view details)

Uploaded PyPymusllinux: musl 1.2+ ARM64

multi_demangle-1.0.4-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (756.6 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

multi_demangle-1.0.4-pp311-pypy311_pp73-manylinux_2_17_i686.manylinux2014_i686.whl (829.1 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ i686

multi_demangle-1.0.4-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (750.5 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

multi_demangle-1.0.4-cp314-cp314t-musllinux_1_2_x86_64.whl (7.4 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ x86-64

multi_demangle-1.0.4-cp314-cp314t-musllinux_1_2_i686.whl (7.3 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ i686

multi_demangle-1.0.4-cp314-cp314t-musllinux_1_2_aarch64.whl (7.2 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

multi_demangle-1.0.4-cp314-cp314-win_amd64.whl (593.4 kB view details)

Uploaded CPython 3.14Windows x86-64

multi_demangle-1.0.4-cp314-cp314-musllinux_1_2_x86_64.whl (7.4 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ x86-64

multi_demangle-1.0.4-cp314-cp314-musllinux_1_2_i686.whl (7.3 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ i686

multi_demangle-1.0.4-cp314-cp314-musllinux_1_2_aarch64.whl (7.2 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

multi_demangle-1.0.4-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (753.6 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ x86-64

multi_demangle-1.0.4-cp314-cp314-manylinux_2_17_i686.manylinux2014_i686.whl (824.3 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ i686

multi_demangle-1.0.4-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (748.5 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ ARM64

multi_demangle-1.0.4-cp314-cp314-macosx_11_0_arm64.whl (668.2 kB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

multi_demangle-1.0.4-cp314-cp314-macosx_10_12_x86_64.whl (691.7 kB view details)

Uploaded CPython 3.14macOS 10.12+ x86-64

multi_demangle-1.0.4-cp313-cp313t-musllinux_1_2_x86_64.whl (7.4 MB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ x86-64

multi_demangle-1.0.4-cp313-cp313t-musllinux_1_2_i686.whl (7.3 MB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ i686

multi_demangle-1.0.4-cp313-cp313t-musllinux_1_2_aarch64.whl (7.2 MB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ ARM64

multi_demangle-1.0.4-cp313-cp313-win_amd64.whl (592.9 kB view details)

Uploaded CPython 3.13Windows x86-64

multi_demangle-1.0.4-cp313-cp313-musllinux_1_2_x86_64.whl (7.4 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

multi_demangle-1.0.4-cp313-cp313-musllinux_1_2_i686.whl (7.3 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ i686

multi_demangle-1.0.4-cp313-cp313-musllinux_1_2_aarch64.whl (7.2 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

multi_demangle-1.0.4-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (754.1 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

multi_demangle-1.0.4-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl (824.1 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ i686

multi_demangle-1.0.4-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (748.3 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARM64

multi_demangle-1.0.4-cp313-cp313-macosx_11_0_arm64.whl (672.1 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

multi_demangle-1.0.4-cp313-cp313-macosx_10_12_x86_64.whl (693.1 kB view details)

Uploaded CPython 3.13macOS 10.12+ x86-64

multi_demangle-1.0.4-cp312-cp312-win_amd64.whl (593.4 kB view details)

Uploaded CPython 3.12Windows x86-64

multi_demangle-1.0.4-cp312-cp312-musllinux_1_2_x86_64.whl (7.4 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

multi_demangle-1.0.4-cp312-cp312-musllinux_1_2_i686.whl (7.3 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ i686

multi_demangle-1.0.4-cp312-cp312-musllinux_1_2_aarch64.whl (7.2 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

multi_demangle-1.0.4-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (754.6 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

multi_demangle-1.0.4-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl (824.6 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ i686

multi_demangle-1.0.4-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (748.3 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64

multi_demangle-1.0.4-cp312-cp312-macosx_11_0_arm64.whl (673.0 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

multi_demangle-1.0.4-cp312-cp312-macosx_10_12_x86_64.whl (693.5 kB view details)

Uploaded CPython 3.12macOS 10.12+ x86-64

multi_demangle-1.0.4-cp311-cp311-win_amd64.whl (591.4 kB view details)

Uploaded CPython 3.11Windows x86-64

multi_demangle-1.0.4-cp311-cp311-musllinux_1_2_x86_64.whl (7.4 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

multi_demangle-1.0.4-cp311-cp311-musllinux_1_2_i686.whl (7.4 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ i686

multi_demangle-1.0.4-cp311-cp311-musllinux_1_2_aarch64.whl (7.2 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

multi_demangle-1.0.4-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (755.8 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

multi_demangle-1.0.4-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl (827.8 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ i686

multi_demangle-1.0.4-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (749.3 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

multi_demangle-1.0.4-cp311-cp311-macosx_11_0_arm64.whl (675.0 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

multi_demangle-1.0.4-cp311-cp311-macosx_10_12_x86_64.whl (694.8 kB view details)

Uploaded CPython 3.11macOS 10.12+ x86-64

multi_demangle-1.0.4-cp310-cp310-win_amd64.whl (589.3 kB view details)

Uploaded CPython 3.10Windows x86-64

multi_demangle-1.0.4-cp310-cp310-win32.whl (542.0 kB view details)

Uploaded CPython 3.10Windows x86

multi_demangle-1.0.4-cp310-cp310-musllinux_1_2_x86_64.whl (7.4 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

multi_demangle-1.0.4-cp310-cp310-musllinux_1_2_i686.whl (7.4 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ i686

multi_demangle-1.0.4-cp310-cp310-musllinux_1_2_aarch64.whl (7.2 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

multi_demangle-1.0.4-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (754.1 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

multi_demangle-1.0.4-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl (827.5 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ i686

multi_demangle-1.0.4-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (747.7 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

multi_demangle-1.0.4-cp310-cp310-macosx_11_0_arm64.whl (670.9 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

multi_demangle-1.0.4-cp310-cp310-macosx_10_12_x86_64.whl (693.2 kB view details)

Uploaded CPython 3.10macOS 10.12+ x86-64

File details

Details for the file multi_demangle-1.0.4.tar.gz.

File metadata

  • Download URL: multi_demangle-1.0.4.tar.gz
  • Upload date:
  • Size: 189.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.13

File hashes

Hashes for multi_demangle-1.0.4.tar.gz
Algorithm Hash digest
SHA256 38f76281a52433d98c79f69fd3d63b5f5815654de2974118d2a0c81d656196d3
MD5 4c96895f6a7c4c14d6263898ce2255fa
BLAKE2b-256 ef3e2a729b9f1774ee5930f1c74f80281d4f5c263c07ee0f5286d16285c04ad6

See more details on using hashes here.

Provenance

The following attestation bundles were made for multi_demangle-1.0.4.tar.gz:

Publisher: CI.yml on AppThreat/multi-demangle

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

File details

Details for the file multi_demangle-1.0.4-pp311-pypy311_pp73-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for multi_demangle-1.0.4-pp311-pypy311_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 1b7097c92f63bac057e5a724278fb80446c4016153dc3c3a9b7e890061d7aaff
MD5 4476066174df00c952f7583d40c0f5ec
BLAKE2b-256 3e80daf4eedb7dec5a7dbeb2382bbc14ddba0b24bb52c0ecfdf61d45259cdf1d

See more details on using hashes here.

Provenance

The following attestation bundles were made for multi_demangle-1.0.4-pp311-pypy311_pp73-musllinux_1_2_x86_64.whl:

Publisher: CI.yml on AppThreat/multi-demangle

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

File details

Details for the file multi_demangle-1.0.4-pp311-pypy311_pp73-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for multi_demangle-1.0.4-pp311-pypy311_pp73-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 f75615859c284415d6fba26d68a9f335817c1251c42d5bd8d98eb6f90b2e69b4
MD5 6cf780f456d5c404af896a5d2b650359
BLAKE2b-256 74ad18367234850509ad0275444d0269eb577fa686f9b11cfb28ad1d0f53dcbe

See more details on using hashes here.

Provenance

The following attestation bundles were made for multi_demangle-1.0.4-pp311-pypy311_pp73-musllinux_1_2_i686.whl:

Publisher: CI.yml on AppThreat/multi-demangle

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

File details

Details for the file multi_demangle-1.0.4-pp311-pypy311_pp73-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for multi_demangle-1.0.4-pp311-pypy311_pp73-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 902f64d779b927114e065388a5eda4aff74cc1e64e3b9740723731a09331ade5
MD5 f234889c0b371754e4d65b798b579283
BLAKE2b-256 5d61dd01e7d58df46f30424529860f5e3ba08f9baecbf185c38949bb4dc1a05a

See more details on using hashes here.

Provenance

The following attestation bundles were made for multi_demangle-1.0.4-pp311-pypy311_pp73-musllinux_1_2_aarch64.whl:

Publisher: CI.yml on AppThreat/multi-demangle

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

File details

Details for the file multi_demangle-1.0.4-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for multi_demangle-1.0.4-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 45ec545fbab0db4db7e10d2b6f83f543c7b6eab0bd08f98966fcf6e821794b6c
MD5 a8abaf31e03919ad8f06bb09239ddafa
BLAKE2b-256 3c7be172aade5e8d10d3aa31b45a0fd9771b023dd7388650863aff9f978b1f86

See more details on using hashes here.

Provenance

The following attestation bundles were made for multi_demangle-1.0.4-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: CI.yml on AppThreat/multi-demangle

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

File details

Details for the file multi_demangle-1.0.4-pp311-pypy311_pp73-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for multi_demangle-1.0.4-pp311-pypy311_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 68132ab63b4f5a147ccf9cfe762a4ed1be04895515fc5f7736b5865953419bf1
MD5 6aded2d8f805a85b9b9b78ea39817a62
BLAKE2b-256 edf6337c5e88b567ccce150a7457fd7579bed5c2ae5a6c6baedd5744d478d2a0

See more details on using hashes here.

Provenance

The following attestation bundles were made for multi_demangle-1.0.4-pp311-pypy311_pp73-manylinux_2_17_i686.manylinux2014_i686.whl:

Publisher: CI.yml on AppThreat/multi-demangle

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

File details

Details for the file multi_demangle-1.0.4-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for multi_demangle-1.0.4-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 0e3b8772478bf1512be3f2ca4c00f4ff4bd04d1a46f57f1098c4815ef0c9b210
MD5 773e75a1bd1215aaad4485a2354aa7a0
BLAKE2b-256 c812ad5c605acf5b853c70506fe48fe8312816a8ab4a49d74380b78cc4c6b3cf

See more details on using hashes here.

Provenance

The following attestation bundles were made for multi_demangle-1.0.4-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: CI.yml on AppThreat/multi-demangle

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

File details

Details for the file multi_demangle-1.0.4-cp314-cp314t-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for multi_demangle-1.0.4-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 9bcf72ac5d41e5052ee154a0799f5d19d6fd5fa4dd9771958d2d01f7c2531487
MD5 010a7494ea70a98660035f6884f321e0
BLAKE2b-256 46c31e6a66ad1d51db8c4f3f4df69803ccaf84b332e4ff6d1e9226f9577e39aa

See more details on using hashes here.

Provenance

The following attestation bundles were made for multi_demangle-1.0.4-cp314-cp314t-musllinux_1_2_x86_64.whl:

Publisher: CI.yml on AppThreat/multi-demangle

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

File details

Details for the file multi_demangle-1.0.4-cp314-cp314t-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for multi_demangle-1.0.4-cp314-cp314t-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 ca09afc39d6f7d05896c62db9c12781c665bc6cb4116f32a7a4a7a60c6855abb
MD5 93d1a4634c3a4e1550532739f3d43d1b
BLAKE2b-256 953e07e94372c293b8c106d1df986384a4166f2760573c4885bfcb8e26fdf023

See more details on using hashes here.

Provenance

The following attestation bundles were made for multi_demangle-1.0.4-cp314-cp314t-musllinux_1_2_i686.whl:

Publisher: CI.yml on AppThreat/multi-demangle

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

File details

Details for the file multi_demangle-1.0.4-cp314-cp314t-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for multi_demangle-1.0.4-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 8d37c425e901140d809723a0b03e1595fbff3604df41d769469e148838ed8ef6
MD5 17d0404b09f019f508a0470d7982ce9d
BLAKE2b-256 4c6f1c7aca57684a411383a94a24212785424817b5e27836efb1165cae4c4833

See more details on using hashes here.

Provenance

The following attestation bundles were made for multi_demangle-1.0.4-cp314-cp314t-musllinux_1_2_aarch64.whl:

Publisher: CI.yml on AppThreat/multi-demangle

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

File details

Details for the file multi_demangle-1.0.4-cp314-cp314-win_amd64.whl.

File metadata

File hashes

Hashes for multi_demangle-1.0.4-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 fab797db62b93bba5d24a871ec6e57806513eb80aaefe41c4218f1e3f505ff2e
MD5 1d73d2ebb265616f6c5ecd9e928150f6
BLAKE2b-256 685149119416aeb7e0d2e184d5bcadf80b925aca7d22870304aa61f263774ddb

See more details on using hashes here.

Provenance

The following attestation bundles were made for multi_demangle-1.0.4-cp314-cp314-win_amd64.whl:

Publisher: CI.yml on AppThreat/multi-demangle

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

File details

Details for the file multi_demangle-1.0.4-cp314-cp314-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for multi_demangle-1.0.4-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 aabf4706017e319243d6a36bb072b91de5c068526032f907341145a19fd21f21
MD5 13a477d9ccd71cd509b5ae02e7701302
BLAKE2b-256 dd583ceb6aee9731684c19e585c6e34d2ddefcfd3a59d0421195de31f2d4b96f

See more details on using hashes here.

Provenance

The following attestation bundles were made for multi_demangle-1.0.4-cp314-cp314-musllinux_1_2_x86_64.whl:

Publisher: CI.yml on AppThreat/multi-demangle

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

File details

Details for the file multi_demangle-1.0.4-cp314-cp314-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for multi_demangle-1.0.4-cp314-cp314-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 3b006001ca9e8d61b68cfb2aff69efdfa91c8e26bd9a97977a5eb1b3468c69c7
MD5 7ac6d44e412c4a1202e994bc9c471a26
BLAKE2b-256 7d9d72aacbec3f7d35a4b74757ab065c965b201658531eeb35b1a2fc4690c06c

See more details on using hashes here.

Provenance

The following attestation bundles were made for multi_demangle-1.0.4-cp314-cp314-musllinux_1_2_i686.whl:

Publisher: CI.yml on AppThreat/multi-demangle

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

File details

Details for the file multi_demangle-1.0.4-cp314-cp314-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for multi_demangle-1.0.4-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 a591ba17a82e2fcf98b493410d0197bddba12bb63832f108f30b8bc659cd69ac
MD5 0a12dae04fde6c0fbcd812325fdd3693
BLAKE2b-256 cc9a7218914607dd36b3f2952cb32f757ac2ee093a4aa7262a8218bf54fc9fdc

See more details on using hashes here.

Provenance

The following attestation bundles were made for multi_demangle-1.0.4-cp314-cp314-musllinux_1_2_aarch64.whl:

Publisher: CI.yml on AppThreat/multi-demangle

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

File details

Details for the file multi_demangle-1.0.4-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for multi_demangle-1.0.4-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 f02e269895a6cda6d7f81c973d79fc970b6d4dcf01a545b1665712a90c191dc5
MD5 2e5c4a1735abbf79ac7387a477ec44d8
BLAKE2b-256 61d2ba9bebd08b2540d5023bc1962e156112aefdd28c0f159142fa578a2e012e

See more details on using hashes here.

Provenance

The following attestation bundles were made for multi_demangle-1.0.4-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: CI.yml on AppThreat/multi-demangle

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

File details

Details for the file multi_demangle-1.0.4-cp314-cp314-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for multi_demangle-1.0.4-cp314-cp314-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 dacf623402926acb5dce9f6529c96e60bdce77242eb866adf353d412b38991f1
MD5 9c6934416cdcfaba78cbc25850b0c1bd
BLAKE2b-256 cc52cac4b5e00d66b56a362906e2e00405ac1154a535755d7aeb5dca19359dc8

See more details on using hashes here.

Provenance

The following attestation bundles were made for multi_demangle-1.0.4-cp314-cp314-manylinux_2_17_i686.manylinux2014_i686.whl:

Publisher: CI.yml on AppThreat/multi-demangle

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

File details

Details for the file multi_demangle-1.0.4-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for multi_demangle-1.0.4-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 1c39f207f5c57bd8f486f035790e3f8763e492a210d4b5fc7990fa461da39604
MD5 588bf0f63ad5b077737cbe4474839e5b
BLAKE2b-256 f07f31bd82bed013c4fbb51153b86a30c0f68dde96ff1bdfd150d9fc94aeebdf

See more details on using hashes here.

Provenance

The following attestation bundles were made for multi_demangle-1.0.4-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: CI.yml on AppThreat/multi-demangle

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

File details

Details for the file multi_demangle-1.0.4-cp314-cp314-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for multi_demangle-1.0.4-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 bab5a61d76bbe0fbe2579919a685d378eecd458a1399e1030ce8d3776fb4f82b
MD5 adee634e38d40ed2fbab6475aff32121
BLAKE2b-256 eafca9160deb41ae9d15698d83d3c4550fdd4c9922d70ff974d204631e92f3b7

See more details on using hashes here.

Provenance

The following attestation bundles were made for multi_demangle-1.0.4-cp314-cp314-macosx_11_0_arm64.whl:

Publisher: CI.yml on AppThreat/multi-demangle

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

File details

Details for the file multi_demangle-1.0.4-cp314-cp314-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for multi_demangle-1.0.4-cp314-cp314-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 822ef73a0fbcb882bc956cbec374b4fed1b4e83e08499c0228e8015a9396916e
MD5 fda9a02cdd761cc5cca956dc9430eb0b
BLAKE2b-256 ea8a2388c04bdce094639ea48da8ab9eefb59cce14be9f9b0b4e65d3c9e005d6

See more details on using hashes here.

Provenance

The following attestation bundles were made for multi_demangle-1.0.4-cp314-cp314-macosx_10_12_x86_64.whl:

Publisher: CI.yml on AppThreat/multi-demangle

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

File details

Details for the file multi_demangle-1.0.4-cp313-cp313t-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for multi_demangle-1.0.4-cp313-cp313t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 4110379427779b9540129cdbd67422f9cc11b417b0191d0c4af3ad2643ad6ae6
MD5 7c4b4f3b95304a9100b6a7a82ab2ddcb
BLAKE2b-256 0214dedd04c3cfe2950ec3f8c79bbe4cd72e151b6813d3927f4d74d6a1e9ecba

See more details on using hashes here.

Provenance

The following attestation bundles were made for multi_demangle-1.0.4-cp313-cp313t-musllinux_1_2_x86_64.whl:

Publisher: CI.yml on AppThreat/multi-demangle

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

File details

Details for the file multi_demangle-1.0.4-cp313-cp313t-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for multi_demangle-1.0.4-cp313-cp313t-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 8609921e0c640e49f945883c21467deee9b254dc2e4e2c1818ef34c7ca35d3bf
MD5 dd4faff1587bccfdb9fa059b5a3984da
BLAKE2b-256 c71b4810cd46bd3756079efd1a258962206b10f84c584cd1a380d8f629faa374

See more details on using hashes here.

Provenance

The following attestation bundles were made for multi_demangle-1.0.4-cp313-cp313t-musllinux_1_2_i686.whl:

Publisher: CI.yml on AppThreat/multi-demangle

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

File details

Details for the file multi_demangle-1.0.4-cp313-cp313t-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for multi_demangle-1.0.4-cp313-cp313t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 8d316661c000ca0f68653443f264fb560f7edb26e434367ee3a116718e07d84d
MD5 4793268b65b46d02dd894cccde522d83
BLAKE2b-256 c899f095806f1ba6255340634049c409ab85c9756dd633761cf8f4086a3d5c8f

See more details on using hashes here.

Provenance

The following attestation bundles were made for multi_demangle-1.0.4-cp313-cp313t-musllinux_1_2_aarch64.whl:

Publisher: CI.yml on AppThreat/multi-demangle

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

File details

Details for the file multi_demangle-1.0.4-cp313-cp313-win_amd64.whl.

File metadata

File hashes

Hashes for multi_demangle-1.0.4-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 4cbf786570a635d326bf86ea158207ea80c563f07828777986054592d6303c59
MD5 eda1a51a6eedeab1ebc3bc106759154a
BLAKE2b-256 059ef8e91a0f36a45392a70d171119d71566afb48cbe7f78c145e0fb060dc6c4

See more details on using hashes here.

Provenance

The following attestation bundles were made for multi_demangle-1.0.4-cp313-cp313-win_amd64.whl:

Publisher: CI.yml on AppThreat/multi-demangle

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

File details

Details for the file multi_demangle-1.0.4-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for multi_demangle-1.0.4-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 d02ab1523732ca6ff8e67168e05b5a07ddf211cf516ac9ac45fe0f973a5ca8dd
MD5 4b67c776028c354c704c1ff04e574bfa
BLAKE2b-256 061d3b4de2474072430a96c71146eba837984da1cc58a31c5497ed19b169454f

See more details on using hashes here.

Provenance

The following attestation bundles were made for multi_demangle-1.0.4-cp313-cp313-musllinux_1_2_x86_64.whl:

Publisher: CI.yml on AppThreat/multi-demangle

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

File details

Details for the file multi_demangle-1.0.4-cp313-cp313-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for multi_demangle-1.0.4-cp313-cp313-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 cf0920fd40ed0a19a3e618da1cb524ce2c037ca478ca1db1840e2b56f17aaf73
MD5 295e4fd1173252d5a834eb455172e8b2
BLAKE2b-256 86d80e1d34e286ee6a8fb449f12a066047577a9d5e0964ab18a5b7cdba01edff

See more details on using hashes here.

Provenance

The following attestation bundles were made for multi_demangle-1.0.4-cp313-cp313-musllinux_1_2_i686.whl:

Publisher: CI.yml on AppThreat/multi-demangle

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

File details

Details for the file multi_demangle-1.0.4-cp313-cp313-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for multi_demangle-1.0.4-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 1bb9b7711d24815aa1e35222673c2ff97a4218b4088d09b836d6b456db9b8609
MD5 b8086fc8d24eaf18413f35d4a3fd9bec
BLAKE2b-256 e9e6114c12247cbf811c659717f57a26027ec90e07c5089fe68fd60eb872b33e

See more details on using hashes here.

Provenance

The following attestation bundles were made for multi_demangle-1.0.4-cp313-cp313-musllinux_1_2_aarch64.whl:

Publisher: CI.yml on AppThreat/multi-demangle

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

File details

Details for the file multi_demangle-1.0.4-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for multi_demangle-1.0.4-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 5bf8e84df4e145a792b9a0077e87293d5ca2008042dbf617860eba8501ec98ab
MD5 efa1a006f26e567895b30ba022eb3e3e
BLAKE2b-256 5238dd9ee14f7f3276b8744d6fc1e8380bb876e6e8d596f8f50affee5830b42a

See more details on using hashes here.

Provenance

The following attestation bundles were made for multi_demangle-1.0.4-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: CI.yml on AppThreat/multi-demangle

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

File details

Details for the file multi_demangle-1.0.4-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for multi_demangle-1.0.4-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 b738691f7ef9445025df0c39e9e1cedd3fb461a61d2bbf850d5417d0e72fd888
MD5 86ac5ab4c3bb8fdec571cc0440383d35
BLAKE2b-256 8f1df7105be589bfc0cd8a6c918b68b4fc4bc8d37872322a1aeefba08eaf0adb

See more details on using hashes here.

Provenance

The following attestation bundles were made for multi_demangle-1.0.4-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl:

Publisher: CI.yml on AppThreat/multi-demangle

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

File details

Details for the file multi_demangle-1.0.4-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for multi_demangle-1.0.4-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 c1dbe42cc9be99672d58cf4b872fd3e846f19200c1afd048f7b3455651d1c23a
MD5 c7e2065f4cac26a8eca99488240d170a
BLAKE2b-256 1667170e27a8e75f97a6c141c06b40656077cc6db7865f1361332fb4ce62ec63

See more details on using hashes here.

Provenance

The following attestation bundles were made for multi_demangle-1.0.4-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: CI.yml on AppThreat/multi-demangle

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

File details

Details for the file multi_demangle-1.0.4-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for multi_demangle-1.0.4-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 30670f7c7e1d8dc0b5e5997dc53073dade015a6586f9310c2a3a2135a83c8dc1
MD5 7c243357bf62d18ffc51e2cf6a0adea9
BLAKE2b-256 6729ede9ded6c1488ef0e0babe83881026ff64d63d2f17b0048e778179a9d86f

See more details on using hashes here.

Provenance

The following attestation bundles were made for multi_demangle-1.0.4-cp313-cp313-macosx_11_0_arm64.whl:

Publisher: CI.yml on AppThreat/multi-demangle

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

File details

Details for the file multi_demangle-1.0.4-cp313-cp313-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for multi_demangle-1.0.4-cp313-cp313-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 4fd80ee7fe15b1702e3647b0aadc80373e96169056fbc34d0b62d42bad4521ca
MD5 b43e88cd124cd23a912f8a04ece9d550
BLAKE2b-256 3ab944ace542ef4f2be06fa7103eaa6f39b36cf74653de25b0392468d12294eb

See more details on using hashes here.

Provenance

The following attestation bundles were made for multi_demangle-1.0.4-cp313-cp313-macosx_10_12_x86_64.whl:

Publisher: CI.yml on AppThreat/multi-demangle

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

File details

Details for the file multi_demangle-1.0.4-cp312-cp312-win_amd64.whl.

File metadata

File hashes

Hashes for multi_demangle-1.0.4-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 7ab716d91a3fcae02fd6a662b764399223f3cd93c68be560b0ed4ccf37eff423
MD5 e64712a25c5cc63f7a68c7cc7cd971eb
BLAKE2b-256 ecb52ff6fb5ac7b0eaea8a1c2b3214fb38a11bcb78a324e525e3e8124f94b5b3

See more details on using hashes here.

Provenance

The following attestation bundles were made for multi_demangle-1.0.4-cp312-cp312-win_amd64.whl:

Publisher: CI.yml on AppThreat/multi-demangle

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

File details

Details for the file multi_demangle-1.0.4-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for multi_demangle-1.0.4-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 a8cc97f0c3045e44acd210ea811128a46c1de8a8986ffaa1dce14fd8f7562746
MD5 85450c6c6e34b0a58a3d34e1ffe7c7ca
BLAKE2b-256 a9d9f21d1f844c6621fa7bfca0644cea78c5f90cecd80fa8926064b00330cd8f

See more details on using hashes here.

Provenance

The following attestation bundles were made for multi_demangle-1.0.4-cp312-cp312-musllinux_1_2_x86_64.whl:

Publisher: CI.yml on AppThreat/multi-demangle

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

File details

Details for the file multi_demangle-1.0.4-cp312-cp312-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for multi_demangle-1.0.4-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 960460974b7190f30e1205d88c81a87804f3e35718891d607294ab2a7552211b
MD5 cb4ad0de0682f1a7ff6fbf94b4222f26
BLAKE2b-256 e51f25f944fbf26c57fa8e19ebb7cc8c3a3d55d983115989c294992490627a5b

See more details on using hashes here.

Provenance

The following attestation bundles were made for multi_demangle-1.0.4-cp312-cp312-musllinux_1_2_i686.whl:

Publisher: CI.yml on AppThreat/multi-demangle

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

File details

Details for the file multi_demangle-1.0.4-cp312-cp312-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for multi_demangle-1.0.4-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 dce98e10d1b1efedc3a81b6def7d74188255847826e2291be35c391d50d2d333
MD5 192757e87332ad0e35ae383f19dc6739
BLAKE2b-256 f009e27c969b68679f4c0a5323b943887402fd6727f745575d139abdc7399879

See more details on using hashes here.

Provenance

The following attestation bundles were made for multi_demangle-1.0.4-cp312-cp312-musllinux_1_2_aarch64.whl:

Publisher: CI.yml on AppThreat/multi-demangle

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

File details

Details for the file multi_demangle-1.0.4-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for multi_demangle-1.0.4-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 d40a11a06056ef3f074558baef04f4cad4f1190027f83a1f0bcba3ed58f93b88
MD5 7e6ef32f4d4b0cbdeb86932409a4e4e4
BLAKE2b-256 6140c8179d6ce86822d12eeb37fafc4a46041afa56d8e545b5fb2b13059c08b9

See more details on using hashes here.

Provenance

The following attestation bundles were made for multi_demangle-1.0.4-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: CI.yml on AppThreat/multi-demangle

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

File details

Details for the file multi_demangle-1.0.4-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for multi_demangle-1.0.4-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 4fe6c4574b7165ee6a51adc3beeebcaf382c5bded34d8c95d872ee2c511878ce
MD5 8dc08628c1fae3ee98fe8238b1e652b0
BLAKE2b-256 708beef6845251f93d4e19ef806158bc23d5801c790ee1ac07f48e0d57106e60

See more details on using hashes here.

Provenance

The following attestation bundles were made for multi_demangle-1.0.4-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl:

Publisher: CI.yml on AppThreat/multi-demangle

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

File details

Details for the file multi_demangle-1.0.4-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for multi_demangle-1.0.4-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 6e4d8dcfcaf3779a82eca36f3b8cba90fe3ca8148f6198d3b607823c8209973c
MD5 abfe003794db7172378a1d98afc3c32b
BLAKE2b-256 ca96432412341c326d50c6d9212c95f99a92701845fc66ce8814a27a29e55c16

See more details on using hashes here.

Provenance

The following attestation bundles were made for multi_demangle-1.0.4-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: CI.yml on AppThreat/multi-demangle

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

File details

Details for the file multi_demangle-1.0.4-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for multi_demangle-1.0.4-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 598f520a78dc355fd706317efecc48eb6201c78d4a2b76fb735e53be621299a0
MD5 a0e535919969fa74bafb49586004e19a
BLAKE2b-256 95883dd29df010acc1f58fadcbc02f86df30b6bd6acd70af964e4cc947a29f32

See more details on using hashes here.

Provenance

The following attestation bundles were made for multi_demangle-1.0.4-cp312-cp312-macosx_11_0_arm64.whl:

Publisher: CI.yml on AppThreat/multi-demangle

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

File details

Details for the file multi_demangle-1.0.4-cp312-cp312-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for multi_demangle-1.0.4-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 00789c8f889e7f71ef5847bbe866b97d9bae98e2cdde0769dcc3e5533a945a25
MD5 8780a144dfd1e659082e0cb83cc4a6f5
BLAKE2b-256 d5e957c2a0838b8e569c0918ddad5d2a0b7022f7d8fffcbd1ebf6ca3c09e830b

See more details on using hashes here.

Provenance

The following attestation bundles were made for multi_demangle-1.0.4-cp312-cp312-macosx_10_12_x86_64.whl:

Publisher: CI.yml on AppThreat/multi-demangle

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

File details

Details for the file multi_demangle-1.0.4-cp311-cp311-win_amd64.whl.

File metadata

File hashes

Hashes for multi_demangle-1.0.4-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 ae194ac3d77a0e282dd6c3d0d2bfc14f6a2a0085c1526dd5f81a6366a36af5d0
MD5 794aef9f7e223c21de303a4123761618
BLAKE2b-256 068e3c085f8769745d329d90427b940301b9cd889449557789eface10b28f0c1

See more details on using hashes here.

Provenance

The following attestation bundles were made for multi_demangle-1.0.4-cp311-cp311-win_amd64.whl:

Publisher: CI.yml on AppThreat/multi-demangle

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

File details

Details for the file multi_demangle-1.0.4-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for multi_demangle-1.0.4-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 5e66d92307cde0c573885bc2f870469c34606d93f2bedb3e4aecade924be9bca
MD5 6f92773f1a3f509741b0ec3890585609
BLAKE2b-256 0e8129d0de8b151647d2b80a019da5c40a81a237a6d73d6b75d02dccedd237ee

See more details on using hashes here.

Provenance

The following attestation bundles were made for multi_demangle-1.0.4-cp311-cp311-musllinux_1_2_x86_64.whl:

Publisher: CI.yml on AppThreat/multi-demangle

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

File details

Details for the file multi_demangle-1.0.4-cp311-cp311-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for multi_demangle-1.0.4-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 7b6c1f9b22b32454ee2d7a9655abc3925cb0a2381a586cbe426dd1ffac1179f3
MD5 949e294a7dbd657df0d4e48e732158f9
BLAKE2b-256 3dff6cec906eb370f267fd7656bb7c44c4c93dcaf8a6124fb4c78a432bace4fe

See more details on using hashes here.

Provenance

The following attestation bundles were made for multi_demangle-1.0.4-cp311-cp311-musllinux_1_2_i686.whl:

Publisher: CI.yml on AppThreat/multi-demangle

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

File details

Details for the file multi_demangle-1.0.4-cp311-cp311-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for multi_demangle-1.0.4-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 d1c032caded421cf789f33db939016af8bda4e5a95d7626db0a652a1304e3e70
MD5 5322322835facc0ad1e3e37eb4942a47
BLAKE2b-256 a312643f208eed6455b28b23925ab913ecd38c6fa217b7a930e1ad04e080a1d9

See more details on using hashes here.

Provenance

The following attestation bundles were made for multi_demangle-1.0.4-cp311-cp311-musllinux_1_2_aarch64.whl:

Publisher: CI.yml on AppThreat/multi-demangle

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

File details

Details for the file multi_demangle-1.0.4-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for multi_demangle-1.0.4-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 3ebc8f451aa0b9d9e99058987a191dab79c68af0c9d619ef4e52a2fe9cdb5a39
MD5 9f4e8ddc89254c5009c9e536e949385b
BLAKE2b-256 0e382f33877b8cfca9063275c73db9450cc9cc89349c3d04034c07a300d1646b

See more details on using hashes here.

Provenance

The following attestation bundles were made for multi_demangle-1.0.4-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: CI.yml on AppThreat/multi-demangle

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

File details

Details for the file multi_demangle-1.0.4-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for multi_demangle-1.0.4-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 4a1c9bf486cedc5518df7a8616da79c37471d58482a4ec9a706a9e39ea51d397
MD5 c03289d1cf8fe073bd478cb634a4b790
BLAKE2b-256 48d7abe78179d859ae007d080bb546350e96a5d4831f78a5f7c51e50373e59c1

See more details on using hashes here.

Provenance

The following attestation bundles were made for multi_demangle-1.0.4-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl:

Publisher: CI.yml on AppThreat/multi-demangle

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

File details

Details for the file multi_demangle-1.0.4-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for multi_demangle-1.0.4-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 28fbac22de64c13a9317d8c1135e92f106e1e6557bca3a2ab82703437e6ba492
MD5 d1f74ebc1ac2ad4139f3aa4482bb313e
BLAKE2b-256 1d6a7799def0b6f82248cfb306ca0c3be3091f8cb272b51fb93c2e9cb26ce497

See more details on using hashes here.

Provenance

The following attestation bundles were made for multi_demangle-1.0.4-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: CI.yml on AppThreat/multi-demangle

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

File details

Details for the file multi_demangle-1.0.4-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for multi_demangle-1.0.4-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 62a37bca4d844a29af89220ec255731f28b65e4cde96823e0ea409011d134a09
MD5 5a2f2e0921fefe45c96124d054710d1d
BLAKE2b-256 0d5d407d0c8073aa4246bd139efd888d7bc99d7af631550b6ffbbe2bd7b766a8

See more details on using hashes here.

Provenance

The following attestation bundles were made for multi_demangle-1.0.4-cp311-cp311-macosx_11_0_arm64.whl:

Publisher: CI.yml on AppThreat/multi-demangle

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

File details

Details for the file multi_demangle-1.0.4-cp311-cp311-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for multi_demangle-1.0.4-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 b5b642134ff35e88988940422a4fe73e7e937fdaeb03ead4f67fefcafd341a2a
MD5 3bac258b430a5656079ad4b982faf5da
BLAKE2b-256 4c0fb70e2651a2a6f76d30adf8fc65a06e14055c67d7744911a5e8d2e9a1f304

See more details on using hashes here.

Provenance

The following attestation bundles were made for multi_demangle-1.0.4-cp311-cp311-macosx_10_12_x86_64.whl:

Publisher: CI.yml on AppThreat/multi-demangle

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

File details

Details for the file multi_demangle-1.0.4-cp310-cp310-win_amd64.whl.

File metadata

File hashes

Hashes for multi_demangle-1.0.4-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 5115d021ee1f776f72c8685ce956da22136db5a743109dd0f53f477b61715a43
MD5 ffd27d6633cb4607e0a2d14874d15f2e
BLAKE2b-256 866b38ebed57a8b9dcf4c1fd37b697e1a61ad63bc6038971fa3073e0f1d7e758

See more details on using hashes here.

Provenance

The following attestation bundles were made for multi_demangle-1.0.4-cp310-cp310-win_amd64.whl:

Publisher: CI.yml on AppThreat/multi-demangle

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

File details

Details for the file multi_demangle-1.0.4-cp310-cp310-win32.whl.

File metadata

  • Download URL: multi_demangle-1.0.4-cp310-cp310-win32.whl
  • Upload date:
  • Size: 542.0 kB
  • Tags: CPython 3.10, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.13

File hashes

Hashes for multi_demangle-1.0.4-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 5f23e57d076301392c517afd310e9c63b4555b68441fbb643bb626adc7aa777a
MD5 e19a9366da610a04ebe43f144c2438de
BLAKE2b-256 6a11d572caa5dbefc62a2018f934f0d9349aa09cb77daeee0e6ffec137448719

See more details on using hashes here.

Provenance

The following attestation bundles were made for multi_demangle-1.0.4-cp310-cp310-win32.whl:

Publisher: CI.yml on AppThreat/multi-demangle

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

File details

Details for the file multi_demangle-1.0.4-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for multi_demangle-1.0.4-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 8233987b92e8aa37d95ab76267bd22d7da5b393078cc371115bf1c92191f4a8b
MD5 476361afd8c77aaae8e7404f0e8c5874
BLAKE2b-256 def8995831cf7e39a4ecd75ffe5d7ed948ba4fa1fcb99ddfe702ed54ca25a0f3

See more details on using hashes here.

Provenance

The following attestation bundles were made for multi_demangle-1.0.4-cp310-cp310-musllinux_1_2_x86_64.whl:

Publisher: CI.yml on AppThreat/multi-demangle

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

File details

Details for the file multi_demangle-1.0.4-cp310-cp310-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for multi_demangle-1.0.4-cp310-cp310-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 5405e9c1113e6982fdab2af32c3c921dc10354384d656b06ee28e6e7c5c129ef
MD5 fbd6f461fe3c34fca0d0e8ba5a40af46
BLAKE2b-256 15eed85e655fa64c35107a54d7f7bb257b732c1fb4c165d0133376b126676399

See more details on using hashes here.

Provenance

The following attestation bundles were made for multi_demangle-1.0.4-cp310-cp310-musllinux_1_2_i686.whl:

Publisher: CI.yml on AppThreat/multi-demangle

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

File details

Details for the file multi_demangle-1.0.4-cp310-cp310-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for multi_demangle-1.0.4-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 c26e1776383b188e5c6028a9b08bf685263ccaad8fe82f2ba9ba3ebb566a0197
MD5 f8a524b9158c594831cd0c57d1bc0b00
BLAKE2b-256 97a0c8f87b17d12d959082a09abfab0cfc20a32770759b86fc7f7936f7aa11b4

See more details on using hashes here.

Provenance

The following attestation bundles were made for multi_demangle-1.0.4-cp310-cp310-musllinux_1_2_aarch64.whl:

Publisher: CI.yml on AppThreat/multi-demangle

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

File details

Details for the file multi_demangle-1.0.4-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for multi_demangle-1.0.4-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 330c20fb00cdc491c852c8b67a7e1b59de632a0e5ef678a3e551be634fd6190c
MD5 ec6cf1b4957529409dfa8896dbe5ac84
BLAKE2b-256 1dc4c8998affab04f4384301d5a74219d0ea608dd676cf22ed070a90adfb072c

See more details on using hashes here.

Provenance

The following attestation bundles were made for multi_demangle-1.0.4-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: CI.yml on AppThreat/multi-demangle

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

File details

Details for the file multi_demangle-1.0.4-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for multi_demangle-1.0.4-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 ace91b6080ae9327fe7c9f14cb40eec386dcc962205169c69a49033f5ec84750
MD5 0d2c0e12fd97ec86d651e17893ede93c
BLAKE2b-256 56b77fb804b10888d3b9236e8bdb20f35310bc93848e775ac4754b437d31d1d5

See more details on using hashes here.

Provenance

The following attestation bundles were made for multi_demangle-1.0.4-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl:

Publisher: CI.yml on AppThreat/multi-demangle

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

File details

Details for the file multi_demangle-1.0.4-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for multi_demangle-1.0.4-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 d6c9e657284b0aa5473af01a9f31843d25b677a9db23ac2fb86e490ae84f4d1b
MD5 2d619057cd7240ef32c2b887551bef04
BLAKE2b-256 c3b4dc672d30229136d8487623a687690293292b285f36e117dd9082d744f9cf

See more details on using hashes here.

Provenance

The following attestation bundles were made for multi_demangle-1.0.4-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: CI.yml on AppThreat/multi-demangle

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

File details

Details for the file multi_demangle-1.0.4-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for multi_demangle-1.0.4-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 14818032c5ec4af40fc75881a4c4aa62da48d843a80841b6cad2c3731bb63024
MD5 fbc826fc90eb637e13f07cb819cc5b47
BLAKE2b-256 3f1893a7510684bafaebc15a5e5f17528f32ca2b53fa4d420c45967b93f09723

See more details on using hashes here.

Provenance

The following attestation bundles were made for multi_demangle-1.0.4-cp310-cp310-macosx_11_0_arm64.whl:

Publisher: CI.yml on AppThreat/multi-demangle

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

File details

Details for the file multi_demangle-1.0.4-cp310-cp310-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for multi_demangle-1.0.4-cp310-cp310-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 da4fc9a4851f92cb233db99ece80b8e0eb2b9a3c6253808c182e294364b4351b
MD5 df5a0a91ad5494e7d3b55b223c468544
BLAKE2b-256 1efd450339cd882920b4bf1b3678ce6056362eade198827fa48c0fa86a041c27

See more details on using hashes here.

Provenance

The following attestation bundles were made for multi_demangle-1.0.4-cp310-cp310-macosx_10_12_x86_64.whl:

Publisher: CI.yml on AppThreat/multi-demangle

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