Skip to main content

A redistribution of @mdi/svg npm package's SVG and metadata.

Project description

material-design-icons-pack

A redistribution of SVG assets and some metadata from the @mdi/svg npm package.

Optimized SVG data

The SVG data is embedded as strings after it is optimized with SVGO. This package is intended to easily inject SVG data into HTML documents. Thus, we have stripped any width and height fields from the <svg> element, while retaining any viewBox field in the <svg> element.

Usage

All icons are instantiated as constants using the Icon data structure. There is a convenient get_icon() function to fetch an icon using it's slug name.

In Python

from material_design_icons_pack import get_icon, ALERT

fetched = get_icon("alert")
assert fetched is not None
assert ALERT.svg == fetched.svg

In Rust

use material_design_icons_pack::{get_icon, ALERT};

assert_eq!(ALERT.svg, get_icon("alert").unwrap().svg);

Rust Features

This crate has the following features:

  • deprecated-icons: Include all icons marked as deprecated. Enabled by default.

The python binding does not support conditionally compiling certain icon families. Note, in the python binding, a deprecation warning is emitted from get_icon() when fetching a deprecated icon.

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

material_design_icons_pack-7.4.47.tar.gz (1.1 MB view details)

Uploaded Source

Built Distributions

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

material_design_icons_pack-7.4.47-pp311-pypy311_pp73-musllinux_1_2_x86_64.whl (3.0 MB view details)

Uploaded PyPymusllinux: musl 1.2+ x86-64

material_design_icons_pack-7.4.47-pp311-pypy311_pp73-musllinux_1_2_i686.whl (2.8 MB view details)

Uploaded PyPymusllinux: musl 1.2+ i686

material_design_icons_pack-7.4.47-pp311-pypy311_pp73-musllinux_1_2_armv7l.whl (2.9 MB view details)

Uploaded PyPymusllinux: musl 1.2+ ARMv7l

material_design_icons_pack-7.4.47-pp311-pypy311_pp73-musllinux_1_2_aarch64.whl (3.1 MB view details)

Uploaded PyPymusllinux: musl 1.2+ ARM64

material_design_icons_pack-7.4.47-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl (3.0 MB view details)

Uploaded PyPymusllinux: musl 1.2+ x86-64

material_design_icons_pack-7.4.47-pp310-pypy310_pp73-musllinux_1_2_i686.whl (2.8 MB view details)

Uploaded PyPymusllinux: musl 1.2+ i686

material_design_icons_pack-7.4.47-pp310-pypy310_pp73-musllinux_1_2_armv7l.whl (2.9 MB view details)

Uploaded PyPymusllinux: musl 1.2+ ARMv7l

material_design_icons_pack-7.4.47-pp310-pypy310_pp73-musllinux_1_2_aarch64.whl (3.1 MB view details)

Uploaded PyPymusllinux: musl 1.2+ ARM64

material_design_icons_pack-7.4.47-pp39-pypy39_pp73-musllinux_1_2_x86_64.whl (3.0 MB view details)

Uploaded PyPymusllinux: musl 1.2+ x86-64

material_design_icons_pack-7.4.47-pp39-pypy39_pp73-musllinux_1_2_i686.whl (2.8 MB view details)

Uploaded PyPymusllinux: musl 1.2+ i686

material_design_icons_pack-7.4.47-pp39-pypy39_pp73-musllinux_1_2_armv7l.whl (2.9 MB view details)

Uploaded PyPymusllinux: musl 1.2+ ARMv7l

material_design_icons_pack-7.4.47-pp39-pypy39_pp73-musllinux_1_2_aarch64.whl (3.1 MB view details)

Uploaded PyPymusllinux: musl 1.2+ ARM64

material_design_icons_pack-7.4.47-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.8 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ x86-64

material_design_icons_pack-7.4.47-cp314-cp314-manylinux_2_5_i686.manylinux1_i686.whl (2.7 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.5+ i686

material_design_icons_pack-7.4.47-cp313-cp313t-musllinux_1_2_x86_64.whl (3.0 MB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ x86-64

material_design_icons_pack-7.4.47-cp313-cp313t-musllinux_1_2_i686.whl (2.8 MB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ i686

material_design_icons_pack-7.4.47-cp313-cp313t-musllinux_1_2_armv7l.whl (3.0 MB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ ARMv7l

material_design_icons_pack-7.4.47-cp313-cp313t-musllinux_1_2_aarch64.whl (3.1 MB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ ARM64

material_design_icons_pack-7.4.47-cp313-cp313t-manylinux_2_17_s390x.manylinux2014_s390x.whl (3.1 MB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ s390x

material_design_icons_pack-7.4.47-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (3.2 MB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ ppc64le

material_design_icons_pack-7.4.47-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (2.7 MB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ ARMv7l

material_design_icons_pack-7.4.47-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (2.9 MB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ ARM64

material_design_icons_pack-7.4.47-cp313-cp313-win_amd64.whl (2.7 MB view details)

Uploaded CPython 3.13Windows x86-64

material_design_icons_pack-7.4.47-cp313-cp313-win32.whl (2.7 MB view details)

Uploaded CPython 3.13Windows x86

material_design_icons_pack-7.4.47-cp313-cp313-musllinux_1_2_x86_64.whl (3.0 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

material_design_icons_pack-7.4.47-cp313-cp313-musllinux_1_2_i686.whl (2.8 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ i686

material_design_icons_pack-7.4.47-cp313-cp313-musllinux_1_2_armv7l.whl (3.0 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARMv7l

material_design_icons_pack-7.4.47-cp313-cp313-musllinux_1_2_aarch64.whl (3.1 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

material_design_icons_pack-7.4.47-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.8 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

material_design_icons_pack-7.4.47-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl (3.0 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ s390x

material_design_icons_pack-7.4.47-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (3.2 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ppc64le

material_design_icons_pack-7.4.47-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (2.7 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARMv7l

material_design_icons_pack-7.4.47-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (2.9 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARM64

material_design_icons_pack-7.4.47-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.whl (2.7 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.5+ i686

material_design_icons_pack-7.4.47-cp313-cp313-macosx_11_0_arm64.whl (2.5 MB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

material_design_icons_pack-7.4.47-cp313-cp313-macosx_10_12_x86_64.whl (2.4 MB view details)

Uploaded CPython 3.13macOS 10.12+ x86-64

material_design_icons_pack-7.4.47-cp312-cp312-win_amd64.whl (2.7 MB view details)

Uploaded CPython 3.12Windows x86-64

material_design_icons_pack-7.4.47-cp312-cp312-win32.whl (2.6 MB view details)

Uploaded CPython 3.12Windows x86

material_design_icons_pack-7.4.47-cp312-cp312-musllinux_1_2_x86_64.whl (3.0 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

material_design_icons_pack-7.4.47-cp312-cp312-musllinux_1_2_i686.whl (2.8 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ i686

material_design_icons_pack-7.4.47-cp312-cp312-musllinux_1_2_armv7l.whl (3.0 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARMv7l

material_design_icons_pack-7.4.47-cp312-cp312-musllinux_1_2_aarch64.whl (3.1 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

material_design_icons_pack-7.4.47-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.8 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

material_design_icons_pack-7.4.47-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl (3.0 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ s390x

material_design_icons_pack-7.4.47-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (3.2 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ppc64le

material_design_icons_pack-7.4.47-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (2.7 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARMv7l

material_design_icons_pack-7.4.47-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (2.9 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64

material_design_icons_pack-7.4.47-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl (2.7 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.5+ i686

material_design_icons_pack-7.4.47-cp312-cp312-macosx_11_0_arm64.whl (2.5 MB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

material_design_icons_pack-7.4.47-cp312-cp312-macosx_10_12_x86_64.whl (2.4 MB view details)

Uploaded CPython 3.12macOS 10.12+ x86-64

material_design_icons_pack-7.4.47-cp311-cp311-win_amd64.whl (2.7 MB view details)

Uploaded CPython 3.11Windows x86-64

material_design_icons_pack-7.4.47-cp311-cp311-win32.whl (2.7 MB view details)

Uploaded CPython 3.11Windows x86

material_design_icons_pack-7.4.47-cp311-cp311-musllinux_1_2_x86_64.whl (3.0 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

material_design_icons_pack-7.4.47-cp311-cp311-musllinux_1_2_i686.whl (2.8 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ i686

material_design_icons_pack-7.4.47-cp311-cp311-musllinux_1_2_armv7l.whl (2.9 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARMv7l

material_design_icons_pack-7.4.47-cp311-cp311-musllinux_1_2_aarch64.whl (3.1 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

material_design_icons_pack-7.4.47-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.8 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

material_design_icons_pack-7.4.47-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl (3.0 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ s390x

material_design_icons_pack-7.4.47-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (3.2 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ppc64le

material_design_icons_pack-7.4.47-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (2.7 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARMv7l

material_design_icons_pack-7.4.47-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (2.9 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

material_design_icons_pack-7.4.47-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl (2.7 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.5+ i686

material_design_icons_pack-7.4.47-cp311-cp311-macosx_11_0_arm64.whl (2.5 MB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

material_design_icons_pack-7.4.47-cp311-cp311-macosx_10_12_x86_64.whl (2.5 MB view details)

Uploaded CPython 3.11macOS 10.12+ x86-64

material_design_icons_pack-7.4.47-cp310-cp310-win_amd64.whl (2.6 MB view details)

Uploaded CPython 3.10Windows x86-64

material_design_icons_pack-7.4.47-cp310-cp310-win32.whl (2.7 MB view details)

Uploaded CPython 3.10Windows x86

material_design_icons_pack-7.4.47-cp310-cp310-musllinux_1_2_x86_64.whl (3.0 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

material_design_icons_pack-7.4.47-cp310-cp310-musllinux_1_2_i686.whl (2.8 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ i686

material_design_icons_pack-7.4.47-cp310-cp310-musllinux_1_2_armv7l.whl (2.9 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARMv7l

material_design_icons_pack-7.4.47-cp310-cp310-musllinux_1_2_aarch64.whl (3.1 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

material_design_icons_pack-7.4.47-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.8 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

material_design_icons_pack-7.4.47-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl (3.0 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ s390x

material_design_icons_pack-7.4.47-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (3.2 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ppc64le

material_design_icons_pack-7.4.47-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (2.7 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARMv7l

material_design_icons_pack-7.4.47-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (2.9 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

material_design_icons_pack-7.4.47-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl (2.7 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.5+ i686

material_design_icons_pack-7.4.47-cp39-cp39-win_amd64.whl (2.7 MB view details)

Uploaded CPython 3.9Windows x86-64

material_design_icons_pack-7.4.47-cp39-cp39-win32.whl (2.7 MB view details)

Uploaded CPython 3.9Windows x86

material_design_icons_pack-7.4.47-cp39-cp39-musllinux_1_2_x86_64.whl (3.0 MB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ x86-64

material_design_icons_pack-7.4.47-cp39-cp39-musllinux_1_2_i686.whl (2.8 MB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ i686

material_design_icons_pack-7.4.47-cp39-cp39-musllinux_1_2_armv7l.whl (2.9 MB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ ARMv7l

material_design_icons_pack-7.4.47-cp39-cp39-musllinux_1_2_aarch64.whl (3.1 MB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ ARM64

material_design_icons_pack-7.4.47-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.8 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

material_design_icons_pack-7.4.47-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl (3.0 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ s390x

material_design_icons_pack-7.4.47-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (3.2 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ppc64le

material_design_icons_pack-7.4.47-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (2.7 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARMv7l

material_design_icons_pack-7.4.47-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (2.9 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARM64

material_design_icons_pack-7.4.47-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl (2.7 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.5+ i686

material_design_icons_pack-7.4.47-cp39-abi3-win_amd64.whl (2.6 MB view details)

Uploaded CPython 3.9+Windows x86-64

material_design_icons_pack-7.4.47-cp39-abi3-win32.whl (2.6 MB view details)

Uploaded CPython 3.9+Windows x86

material_design_icons_pack-7.4.47-cp39-abi3-musllinux_1_2_x86_64.whl (3.0 MB view details)

Uploaded CPython 3.9+musllinux: musl 1.2+ x86-64

material_design_icons_pack-7.4.47-cp39-abi3-musllinux_1_2_i686.whl (2.8 MB view details)

Uploaded CPython 3.9+musllinux: musl 1.2+ i686

material_design_icons_pack-7.4.47-cp39-abi3-musllinux_1_2_armv7l.whl (3.0 MB view details)

Uploaded CPython 3.9+musllinux: musl 1.2+ ARMv7l

material_design_icons_pack-7.4.47-cp39-abi3-musllinux_1_2_aarch64.whl (3.0 MB view details)

Uploaded CPython 3.9+musllinux: musl 1.2+ ARM64

material_design_icons_pack-7.4.47-cp39-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.9 MB view details)

Uploaded CPython 3.9+manylinux: glibc 2.17+ x86-64

material_design_icons_pack-7.4.47-cp39-abi3-manylinux_2_17_s390x.manylinux2014_s390x.whl (3.1 MB view details)

Uploaded CPython 3.9+manylinux: glibc 2.17+ s390x

material_design_icons_pack-7.4.47-cp39-abi3-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (3.2 MB view details)

Uploaded CPython 3.9+manylinux: glibc 2.17+ ppc64le

material_design_icons_pack-7.4.47-cp39-abi3-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (2.7 MB view details)

Uploaded CPython 3.9+manylinux: glibc 2.17+ ARMv7l

material_design_icons_pack-7.4.47-cp39-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (2.9 MB view details)

Uploaded CPython 3.9+manylinux: glibc 2.17+ ARM64

material_design_icons_pack-7.4.47-cp39-abi3-manylinux_2_5_i686.manylinux1_i686.whl (2.7 MB view details)

Uploaded CPython 3.9+manylinux: glibc 2.5+ i686

material_design_icons_pack-7.4.47-cp39-abi3-macosx_11_0_arm64.whl (2.6 MB view details)

Uploaded CPython 3.9+macOS 11.0+ ARM64

material_design_icons_pack-7.4.47-cp39-abi3-macosx_10_12_x86_64.whl (2.5 MB view details)

Uploaded CPython 3.9+macOS 10.12+ x86-64

material_design_icons_pack-7.4.47-cp38-cp38-musllinux_1_2_x86_64.whl (3.0 MB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ x86-64

material_design_icons_pack-7.4.47-cp38-cp38-musllinux_1_2_i686.whl (2.8 MB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ i686

material_design_icons_pack-7.4.47-cp38-cp38-musllinux_1_2_armv7l.whl (2.9 MB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ ARMv7l

material_design_icons_pack-7.4.47-cp38-cp38-musllinux_1_2_aarch64.whl (3.1 MB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ ARM64

material_design_icons_pack-7.4.47-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.8 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ x86-64

material_design_icons_pack-7.4.47-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl (3.0 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ s390x

material_design_icons_pack-7.4.47-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (3.2 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ppc64le

material_design_icons_pack-7.4.47-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (2.7 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ARMv7l

material_design_icons_pack-7.4.47-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (2.9 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ARM64

material_design_icons_pack-7.4.47-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl (2.7 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.5+ i686

File details

Details for the file material_design_icons_pack-7.4.47.tar.gz.

File metadata

File hashes

Hashes for material_design_icons_pack-7.4.47.tar.gz
Algorithm Hash digest
SHA256 9cd1a0396f4c8bc3c3c9dbf52e078bb7aa7202e1fabde81f8441c59f32fddce7
MD5 ae553b05f6f4ff4b81a0a32876b989fa
BLAKE2b-256 a683720010a9d7f246efdd60adbfb607ae646e3c26b8978a08efc3cea85cc2da

See more details on using hashes here.

File details

Details for the file material_design_icons_pack-7.4.47-pp311-pypy311_pp73-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for material_design_icons_pack-7.4.47-pp311-pypy311_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 6394fcc4c43dba73c2b6128f932f97df074ba98f57b212502813969ed1acce0c
MD5 ba04d3e2a24f79665133211ee374e774
BLAKE2b-256 67a1a83c04ee55f9a7a7b75bff5b07b951045a9b18f6b7f9a0c895aa092655d3

See more details on using hashes here.

Provenance

The following attestation bundles were made for material_design_icons_pack-7.4.47-pp311-pypy311_pp73-musllinux_1_2_x86_64.whl:

Publisher: python.yml on 2bndy5/redist-icons

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

File details

Details for the file material_design_icons_pack-7.4.47-pp311-pypy311_pp73-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for material_design_icons_pack-7.4.47-pp311-pypy311_pp73-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 d398defe878206bc98d909965d5c05b018605343978637f094983c1dfec2c5d8
MD5 2e1896a599c2297c1a1ff57b509adf3a
BLAKE2b-256 107f30ea52dc847409f7a1d2abadd6875b82ad398cafda93ff05c09c228c84ab

See more details on using hashes here.

Provenance

The following attestation bundles were made for material_design_icons_pack-7.4.47-pp311-pypy311_pp73-musllinux_1_2_i686.whl:

Publisher: python.yml on 2bndy5/redist-icons

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

File details

Details for the file material_design_icons_pack-7.4.47-pp311-pypy311_pp73-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for material_design_icons_pack-7.4.47-pp311-pypy311_pp73-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 4fd3552501bb97cc1e2e58b60f0b77b96b02afe8d992bb6b7f2d2856c8a0c52c
MD5 90972b5708833251c4823053ce9645c4
BLAKE2b-256 206b870b46c8ddd5f1b6dfce7229222414dd76c905e5863a479da185405474ff

See more details on using hashes here.

Provenance

The following attestation bundles were made for material_design_icons_pack-7.4.47-pp311-pypy311_pp73-musllinux_1_2_armv7l.whl:

Publisher: python.yml on 2bndy5/redist-icons

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

File details

Details for the file material_design_icons_pack-7.4.47-pp311-pypy311_pp73-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for material_design_icons_pack-7.4.47-pp311-pypy311_pp73-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 e32c317ce4f71587157deaa9e363e8ebb5fad06e0f410c3d2e9aca533a58dbc4
MD5 5c1c489c61d96e4a12a32ab5a59bc6af
BLAKE2b-256 6a06af20f7990c3455f9e0a95446d1939c356d4db2fade36ba7a6f33fd31188f

See more details on using hashes here.

Provenance

The following attestation bundles were made for material_design_icons_pack-7.4.47-pp311-pypy311_pp73-musllinux_1_2_aarch64.whl:

Publisher: python.yml on 2bndy5/redist-icons

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

File details

Details for the file material_design_icons_pack-7.4.47-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for material_design_icons_pack-7.4.47-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 b1e7456be9831d15e88dbb0ca54804e432cde990acfaa6abae6a3908ecf9ad3e
MD5 0776a29050a11ded7b097998111b1963
BLAKE2b-256 3f4de66ec05aa1ad356c37bf5277a9dbe7d595e20ddabec4e622daa57b87f084

See more details on using hashes here.

Provenance

The following attestation bundles were made for material_design_icons_pack-7.4.47-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: python.yml on 2bndy5/redist-icons

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

File details

Details for the file material_design_icons_pack-7.4.47-pp311-pypy311_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for material_design_icons_pack-7.4.47-pp311-pypy311_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 6f35f189654a24ce029ce66116305336c533b9e56e6a9ab2856f895636cb1c1a
MD5 549ac4a6bd6458eb9ab8279ae2324843
BLAKE2b-256 eb72a0a1363971873d88ea599c2e17045b8444ebc8f0f57591c0a229ccb71aea

See more details on using hashes here.

Provenance

The following attestation bundles were made for material_design_icons_pack-7.4.47-pp311-pypy311_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl:

Publisher: python.yml on 2bndy5/redist-icons

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

File details

Details for the file material_design_icons_pack-7.4.47-pp311-pypy311_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for material_design_icons_pack-7.4.47-pp311-pypy311_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 1f554e910b408549a66324213761e83eb13ec445bcc13f650dea2c4807c994fe
MD5 6053c290a1c2dbf424d3ae762ecd7c0a
BLAKE2b-256 30838ca3a9a0d3453b430ed2a44f571eefd701bd6d2a5c8a2ead0118b97fa670

See more details on using hashes here.

Provenance

The following attestation bundles were made for material_design_icons_pack-7.4.47-pp311-pypy311_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl:

Publisher: python.yml on 2bndy5/redist-icons

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

File details

Details for the file material_design_icons_pack-7.4.47-pp311-pypy311_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for material_design_icons_pack-7.4.47-pp311-pypy311_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 9c35c3196f2f16757596ed544b2d2be77e558518fcb7c70b594991e01d49828c
MD5 505babd14209468b0af1d04b2c2eed0a
BLAKE2b-256 2d2efb681c7db932a65b97d6472b1776e4fabb9ce0bd32601cef93c51622ef45

See more details on using hashes here.

Provenance

The following attestation bundles were made for material_design_icons_pack-7.4.47-pp311-pypy311_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl:

Publisher: python.yml on 2bndy5/redist-icons

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

File details

Details for the file material_design_icons_pack-7.4.47-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for material_design_icons_pack-7.4.47-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 fdca172849fe0d5cb4ca366be6ffde8d8e89fc79bb2cfc5b184477a9fce7a65d
MD5 6be2eecfab8a0abbf2a9a5401a022ca4
BLAKE2b-256 34783283e84ab38e236caf6adc6d4880902515f2a821e31347dd32d67e32ab33

See more details on using hashes here.

Provenance

The following attestation bundles were made for material_design_icons_pack-7.4.47-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: python.yml on 2bndy5/redist-icons

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

File details

Details for the file material_design_icons_pack-7.4.47-pp311-pypy311_pp73-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for material_design_icons_pack-7.4.47-pp311-pypy311_pp73-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 d69b8da9f6f7c33918b7fd42595770baa8fae83e7d3a48a5f6b944e4d4fa4843
MD5 57982ef180d219b97b494fab1315bd0b
BLAKE2b-256 f13ecd4d9c687ac7ca39e1daf83707e16889f1173b44ccb8b98b7b973a198cab

See more details on using hashes here.

Provenance

The following attestation bundles were made for material_design_icons_pack-7.4.47-pp311-pypy311_pp73-manylinux_2_5_i686.manylinux1_i686.whl:

Publisher: python.yml on 2bndy5/redist-icons

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

File details

Details for the file material_design_icons_pack-7.4.47-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for material_design_icons_pack-7.4.47-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 4263c0fd29df142ba8797add4b5206114f62f332c208de116451df3347175d91
MD5 db80c791ac2136ebcd6755ec29e1e5a7
BLAKE2b-256 8b9810524d34e969329ec903bd6f96fe1d0af99def157961cdd512b5fb1c0e5c

See more details on using hashes here.

Provenance

The following attestation bundles were made for material_design_icons_pack-7.4.47-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl:

Publisher: python.yml on 2bndy5/redist-icons

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

File details

Details for the file material_design_icons_pack-7.4.47-pp310-pypy310_pp73-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for material_design_icons_pack-7.4.47-pp310-pypy310_pp73-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 f0ce8fac870fb62ff8b8a823ca745ad538fc10b10e91b28f02770fd5cd73c29c
MD5 323c2e9bde09e65e41ea29ca53f4abd5
BLAKE2b-256 03bb5021d1d24fe707a65eab689fa1ac0c85456e1bcce7e615167423a089110d

See more details on using hashes here.

Provenance

The following attestation bundles were made for material_design_icons_pack-7.4.47-pp310-pypy310_pp73-musllinux_1_2_i686.whl:

Publisher: python.yml on 2bndy5/redist-icons

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

File details

Details for the file material_design_icons_pack-7.4.47-pp310-pypy310_pp73-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for material_design_icons_pack-7.4.47-pp310-pypy310_pp73-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 483e8f9d3d9dfe0d4ec11a41bb38516644e9fcd3bf87282069327542c359fad4
MD5 a1b23a9d885a4f6829f86ae83c0a972b
BLAKE2b-256 072aa50f3443d3e0db376af020c79628d01ae5d87aed52a14ea8fcbfcf519f95

See more details on using hashes here.

Provenance

The following attestation bundles were made for material_design_icons_pack-7.4.47-pp310-pypy310_pp73-musllinux_1_2_armv7l.whl:

Publisher: python.yml on 2bndy5/redist-icons

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

File details

Details for the file material_design_icons_pack-7.4.47-pp310-pypy310_pp73-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for material_design_icons_pack-7.4.47-pp310-pypy310_pp73-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 64639d4affeb1b6d11377fc02527884de141091c404f75ee1be6e642be29a006
MD5 7e568ffafd9a45504bd76d25a0beebcf
BLAKE2b-256 4281556031cc1af1a7abca31eeeea200482b523d93b9c713753cc8b9a4de73dd

See more details on using hashes here.

Provenance

The following attestation bundles were made for material_design_icons_pack-7.4.47-pp310-pypy310_pp73-musllinux_1_2_aarch64.whl:

Publisher: python.yml on 2bndy5/redist-icons

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

File details

Details for the file material_design_icons_pack-7.4.47-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for material_design_icons_pack-7.4.47-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 01fa9d990e81f6b84c62f726e3093215c7f5347fd3ed16fa23f4e7958ee2f3cb
MD5 f38776c7d710e2b01d993f8cebbdc3e1
BLAKE2b-256 f525d43abc54476e9129d0e37901d44113a6c7f0afe678844848dd5ded4a17e2

See more details on using hashes here.

Provenance

The following attestation bundles were made for material_design_icons_pack-7.4.47-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: python.yml on 2bndy5/redist-icons

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

File details

Details for the file material_design_icons_pack-7.4.47-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for material_design_icons_pack-7.4.47-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 139db6456912ea15f36974e69f0b90ad4fada03d7a098885e8ff52ad9c8b0549
MD5 144058c758e96bec790c6e76e379ec35
BLAKE2b-256 e7e30a55d325d3141925401e600e9c7a89185c2d989bce3134ebb2ae0616cc6c

See more details on using hashes here.

Provenance

The following attestation bundles were made for material_design_icons_pack-7.4.47-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl:

Publisher: python.yml on 2bndy5/redist-icons

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

File details

Details for the file material_design_icons_pack-7.4.47-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for material_design_icons_pack-7.4.47-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 5c83cb1793e51f1ff4b7c037a63387e365c5e3457bfd2056ca50309ed307225c
MD5 14273ac03863970ba9c5f23036f2caae
BLAKE2b-256 da516b19d688bb456ed137b8f97c0cfc2a08ec4eb253cb02d35f343f28e64e96

See more details on using hashes here.

Provenance

The following attestation bundles were made for material_design_icons_pack-7.4.47-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl:

Publisher: python.yml on 2bndy5/redist-icons

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

File details

Details for the file material_design_icons_pack-7.4.47-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for material_design_icons_pack-7.4.47-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 71f8ace92a66f95e14f5c693ccb734ba92db8d382566bb8fbce0700e081ceea9
MD5 e5d663eddeab2907a8d35221400c4c5a
BLAKE2b-256 4b768d6b3f4a2b2e9976b385c136e3863ea6e2bc12b2153962b42c376e18fd5f

See more details on using hashes here.

Provenance

The following attestation bundles were made for material_design_icons_pack-7.4.47-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl:

Publisher: python.yml on 2bndy5/redist-icons

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

File details

Details for the file material_design_icons_pack-7.4.47-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for material_design_icons_pack-7.4.47-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 44205ce9b05c8d52daa5f794007e73c7a8bc892f95c39c11d5de6e6100e666bb
MD5 19412325795d38b779c4b7d26b133767
BLAKE2b-256 83fe99d669a97a6d96108b09ce9f07b4c179fd92163eadc7e897a169bbebda07

See more details on using hashes here.

Provenance

The following attestation bundles were made for material_design_icons_pack-7.4.47-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: python.yml on 2bndy5/redist-icons

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

File details

Details for the file material_design_icons_pack-7.4.47-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for material_design_icons_pack-7.4.47-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 a2050a8e1f0e09957755e1082d481be893f33c6dbad1eabb53c7c63b4e9d88cc
MD5 3026d2a1fc525233dc59282828d8d975
BLAKE2b-256 06aee8c3ca5d880aac5e1ca50733d41e21473f9a93163ed898a428b005001a34

See more details on using hashes here.

Provenance

The following attestation bundles were made for material_design_icons_pack-7.4.47-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.whl:

Publisher: python.yml on 2bndy5/redist-icons

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

File details

Details for the file material_design_icons_pack-7.4.47-pp39-pypy39_pp73-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for material_design_icons_pack-7.4.47-pp39-pypy39_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 a3961a5955fb0ece6f1ddb6d5cdc07c2aa7ff73eea96bbe90d9331ff2e48350d
MD5 b9a6f67daefeede98f0b660a381f4326
BLAKE2b-256 0d23e4ad7d69862a346d76a59b8442536929561e1b1055d3ca6aed2dc1eb6a09

See more details on using hashes here.

Provenance

The following attestation bundles were made for material_design_icons_pack-7.4.47-pp39-pypy39_pp73-musllinux_1_2_x86_64.whl:

Publisher: python.yml on 2bndy5/redist-icons

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

File details

Details for the file material_design_icons_pack-7.4.47-pp39-pypy39_pp73-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for material_design_icons_pack-7.4.47-pp39-pypy39_pp73-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 2d1966fdc3e634ee2d3691ccadd7d40b998f44d282c1af00b88a9f3f971978e2
MD5 077d6ab06ecd18c148b3b0cc412633df
BLAKE2b-256 05a9dcd01d9213827631c5a66afb711b0b02d36ca1e8802c166a6af446d0f132

See more details on using hashes here.

Provenance

The following attestation bundles were made for material_design_icons_pack-7.4.47-pp39-pypy39_pp73-musllinux_1_2_i686.whl:

Publisher: python.yml on 2bndy5/redist-icons

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

File details

Details for the file material_design_icons_pack-7.4.47-pp39-pypy39_pp73-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for material_design_icons_pack-7.4.47-pp39-pypy39_pp73-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 3bc9e1f336306ffe17f396b21583e08e89652d35287351090103e1d45a4cbc3a
MD5 c1f395245e2c9ad8cb5dcf07e790f445
BLAKE2b-256 3172f9408b03887896046f8e6a3232938143e7ff8a496a699a497a5730dc9a9e

See more details on using hashes here.

Provenance

The following attestation bundles were made for material_design_icons_pack-7.4.47-pp39-pypy39_pp73-musllinux_1_2_armv7l.whl:

Publisher: python.yml on 2bndy5/redist-icons

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

File details

Details for the file material_design_icons_pack-7.4.47-pp39-pypy39_pp73-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for material_design_icons_pack-7.4.47-pp39-pypy39_pp73-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 9b5c24dc9e89ff372d0b2d0efaed97d917005db49b528e5a401e0d5b3cfd8822
MD5 5792ed2e4100812a7a8b277c0dfcf8a8
BLAKE2b-256 7c5bb11235d958405411498c2d23c3aa0091c7fad2358270e647bae2780b11ca

See more details on using hashes here.

Provenance

The following attestation bundles were made for material_design_icons_pack-7.4.47-pp39-pypy39_pp73-musllinux_1_2_aarch64.whl:

Publisher: python.yml on 2bndy5/redist-icons

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

File details

Details for the file material_design_icons_pack-7.4.47-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for material_design_icons_pack-7.4.47-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 04a0133d2c0959de37c53e225e1180594eb69dd164209c061323eac0a366fde7
MD5 9700f5007fa07c10875158c80dc3c477
BLAKE2b-256 086e64bcc0065c74baa1554b5031318ec29f56ab2ed8e84452c404c23c02ccd8

See more details on using hashes here.

Provenance

The following attestation bundles were made for material_design_icons_pack-7.4.47-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl:

Publisher: python.yml on 2bndy5/redist-icons

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

File details

Details for the file material_design_icons_pack-7.4.47-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for material_design_icons_pack-7.4.47-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 464ae5b6a2aba10ee10248e8605eb4b7ad9efe23b354a2aa21e2daac07fb6374
MD5 3b16ac620dcf0b704c091fa005da653b
BLAKE2b-256 ac6221f7303f56b1c7fc16ea3235191702a2e35027b1b74a35d7a2026dcac18f

See more details on using hashes here.

Provenance

The following attestation bundles were made for material_design_icons_pack-7.4.47-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl:

Publisher: python.yml on 2bndy5/redist-icons

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

File details

Details for the file material_design_icons_pack-7.4.47-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for material_design_icons_pack-7.4.47-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 ba8e030d7f21ff2a070ef0aececf60d231d27e02a10b906b1ec6419070c5bb78
MD5 7862922b1c4b6b41737338ba23dc92a5
BLAKE2b-256 07c76279c01f537871f6b56652305e2e0fea88e3d3fb54b375a1778cfef24641

See more details on using hashes here.

Provenance

The following attestation bundles were made for material_design_icons_pack-7.4.47-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl:

Publisher: python.yml on 2bndy5/redist-icons

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

File details

Details for the file material_design_icons_pack-7.4.47-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for material_design_icons_pack-7.4.47-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 36e5dbdf8c2c889af4ef3f92c7657f45b3b182002a3e9af65127becb3fa58a6e
MD5 10b537335306f0add92d8010ac27b96c
BLAKE2b-256 e472eca4e380246321e1af05c878d7e7f338ca98e99047e35bd99a5327ea77c2

See more details on using hashes here.

Provenance

The following attestation bundles were made for material_design_icons_pack-7.4.47-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: python.yml on 2bndy5/redist-icons

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

File details

Details for the file material_design_icons_pack-7.4.47-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for material_design_icons_pack-7.4.47-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 a2a850cd98438d0f48480305cf396af7aaf40f795422b7beded00b32ac7179d6
MD5 cdaf9b110ff25e4eecab5f32a673d504
BLAKE2b-256 1a7c32247447d479af8b94a4493857064bd27f1d0bd0f04b1466a2673774b113

See more details on using hashes here.

Provenance

The following attestation bundles were made for material_design_icons_pack-7.4.47-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: python.yml on 2bndy5/redist-icons

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

File details

Details for the file material_design_icons_pack-7.4.47-cp314-cp314-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for material_design_icons_pack-7.4.47-cp314-cp314-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 4442f5f0fbc5cb53dbecf597240f3dcef0a8e96116a63b8758c24c3aceb9dcd8
MD5 2b5981dd2137cb4f4ef398ea17c75ba6
BLAKE2b-256 358bc54f607458e584259c6e32f6368ff1f5b8a69454a64d963d1e3e4f7541fa

See more details on using hashes here.

Provenance

The following attestation bundles were made for material_design_icons_pack-7.4.47-cp314-cp314-manylinux_2_5_i686.manylinux1_i686.whl:

Publisher: python.yml on 2bndy5/redist-icons

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

File details

Details for the file material_design_icons_pack-7.4.47-cp313-cp313t-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for material_design_icons_pack-7.4.47-cp313-cp313t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 6c0f37e774bfb6d1e4e7ff68206e56d111999dacf0d584c6e6a5481d5b819b2c
MD5 71bb142d712a40a9ebb377aca8cffe20
BLAKE2b-256 d5232d345db3e2511178888f75b297137f7c2a10cd63a2d28baedc4707b70452

See more details on using hashes here.

Provenance

The following attestation bundles were made for material_design_icons_pack-7.4.47-cp313-cp313t-musllinux_1_2_x86_64.whl:

Publisher: python.yml on 2bndy5/redist-icons

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

File details

Details for the file material_design_icons_pack-7.4.47-cp313-cp313t-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for material_design_icons_pack-7.4.47-cp313-cp313t-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 a17c8ac29c2eac28d1feb4e9ce1cf0e62bef653e3676f9f7de597dc2f6e35bc2
MD5 d1928479d8edadd42928323020f670ae
BLAKE2b-256 afa2ec5a10c25dc1dc60b17487f36d991b6384e524b00d076fc9a461b7e7ab1c

See more details on using hashes here.

Provenance

The following attestation bundles were made for material_design_icons_pack-7.4.47-cp313-cp313t-musllinux_1_2_i686.whl:

Publisher: python.yml on 2bndy5/redist-icons

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

File details

Details for the file material_design_icons_pack-7.4.47-cp313-cp313t-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for material_design_icons_pack-7.4.47-cp313-cp313t-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 390c7733e57d50c33ae78175f448f5b1ab60c7fec543f5622d2850dfd7674f15
MD5 1d153362be0293bed88fe50ee3b39035
BLAKE2b-256 448607d974612c103b8f3fc667e0cfa55b28468110ba62759381a3d2d53afddc

See more details on using hashes here.

Provenance

The following attestation bundles were made for material_design_icons_pack-7.4.47-cp313-cp313t-musllinux_1_2_armv7l.whl:

Publisher: python.yml on 2bndy5/redist-icons

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

File details

Details for the file material_design_icons_pack-7.4.47-cp313-cp313t-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for material_design_icons_pack-7.4.47-cp313-cp313t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 ae5a141644991d60e44dcac0c29417c1ab4d1f0dab624f4fe04f36d9ae9223fe
MD5 c3fd2d687f51c3bca6990ad4cf607e65
BLAKE2b-256 8fd2d761be36f7451aa492be7cba80db6f842130abfbdc4c5650d56571b75f59

See more details on using hashes here.

Provenance

The following attestation bundles were made for material_design_icons_pack-7.4.47-cp313-cp313t-musllinux_1_2_aarch64.whl:

Publisher: python.yml on 2bndy5/redist-icons

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

File details

Details for the file material_design_icons_pack-7.4.47-cp313-cp313t-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for material_design_icons_pack-7.4.47-cp313-cp313t-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 687383196389cec967cc40464a2ee59002be5749c42dc39357c7c9f767284508
MD5 10702fa16932cf101d18e8862bacddb2
BLAKE2b-256 191d61cda302cf39e028fa874044667308b265758e57594485122b6b14584226

See more details on using hashes here.

Provenance

The following attestation bundles were made for material_design_icons_pack-7.4.47-cp313-cp313t-manylinux_2_17_s390x.manylinux2014_s390x.whl:

Publisher: python.yml on 2bndy5/redist-icons

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

File details

Details for the file material_design_icons_pack-7.4.47-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for material_design_icons_pack-7.4.47-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 02bd3d3b7646d10cb9edb41d4cb76336436868811f4ecc81ce61ecf3c4e11382
MD5 60498a7396205948d5f3add275d39b5e
BLAKE2b-256 ff6bd76b1b36e8f92dff56dc797507c4dfc6c9cf0b311f39b5aad06e8330f7fb

See more details on using hashes here.

Provenance

The following attestation bundles were made for material_design_icons_pack-7.4.47-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl:

Publisher: python.yml on 2bndy5/redist-icons

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

File details

Details for the file material_design_icons_pack-7.4.47-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for material_design_icons_pack-7.4.47-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 96b28a85bfacc9fc5d581790e8383a6048323d3b5280dbec1c22d355df3a6a64
MD5 e250d538b386cf912ef0f2b17b07ca39
BLAKE2b-256 aed61a0e5300be04c08a430b6688b3cc046899b54b5220f4d1311e4ae266fd94

See more details on using hashes here.

Provenance

The following attestation bundles were made for material_design_icons_pack-7.4.47-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl:

Publisher: python.yml on 2bndy5/redist-icons

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

File details

Details for the file material_design_icons_pack-7.4.47-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for material_design_icons_pack-7.4.47-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 57bcd8e59c625cc0007625faf46038bab95e24fb0105c31e81aa3e2ad909f0af
MD5 5966b96e070181b10f6d5f17ead300f1
BLAKE2b-256 9bbfc3125d19f30ce2224d934360ab07be4007f102fa6b33e1a2fec1f6d003b5

See more details on using hashes here.

Provenance

The following attestation bundles were made for material_design_icons_pack-7.4.47-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: python.yml on 2bndy5/redist-icons

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

File details

Details for the file material_design_icons_pack-7.4.47-cp313-cp313-win_amd64.whl.

File metadata

File hashes

Hashes for material_design_icons_pack-7.4.47-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 9a74ba8e7d21304e97cce9358c234e8ab23ca204ddc55399a46a6b6b9b98dce4
MD5 a18850943510178eaa4332a1e4705cd3
BLAKE2b-256 974aac4b466d91b82d8c609fd797eafa2fee4b465c16d8bb2e3358ecbba11950

See more details on using hashes here.

Provenance

The following attestation bundles were made for material_design_icons_pack-7.4.47-cp313-cp313-win_amd64.whl:

Publisher: python.yml on 2bndy5/redist-icons

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

File details

Details for the file material_design_icons_pack-7.4.47-cp313-cp313-win32.whl.

File metadata

File hashes

Hashes for material_design_icons_pack-7.4.47-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 e2ab34ab7ee1d32ea307b0c0d192271116f4275fc20b4a860e144567af2a6f11
MD5 619a8a752dffee199bd5030fe09c466a
BLAKE2b-256 e92421fc07e4a543d3d7f000bdfc7d666da547015c7b975b176193e37a8a252a

See more details on using hashes here.

Provenance

The following attestation bundles were made for material_design_icons_pack-7.4.47-cp313-cp313-win32.whl:

Publisher: python.yml on 2bndy5/redist-icons

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

File details

Details for the file material_design_icons_pack-7.4.47-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for material_design_icons_pack-7.4.47-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 b27449e973c3469aad3718b8d077fbdf992ebf810bbc834818b956e8c47f0232
MD5 47e485da83c98d5fa9fbf51d4b13c37f
BLAKE2b-256 6e40610e3caf69aef933c2b7bb7e28646e291ace20eb3d8e7b549537e5ebeb60

See more details on using hashes here.

Provenance

The following attestation bundles were made for material_design_icons_pack-7.4.47-cp313-cp313-musllinux_1_2_x86_64.whl:

Publisher: python.yml on 2bndy5/redist-icons

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

File details

Details for the file material_design_icons_pack-7.4.47-cp313-cp313-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for material_design_icons_pack-7.4.47-cp313-cp313-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 d133d29975dbbdbb2cbf605f2d20c2fd8c4d9bf8be99ad4ca0b92c3db9af9e4a
MD5 f67fe115651685c769fbc1de30094639
BLAKE2b-256 6856653b686da5d92cf3fc42f4456f6aaa96bea5cbf43fee6c59a0ff50e05604

See more details on using hashes here.

Provenance

The following attestation bundles were made for material_design_icons_pack-7.4.47-cp313-cp313-musllinux_1_2_i686.whl:

Publisher: python.yml on 2bndy5/redist-icons

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

File details

Details for the file material_design_icons_pack-7.4.47-cp313-cp313-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for material_design_icons_pack-7.4.47-cp313-cp313-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 a03ba32b09e1117afe57a335e5d16bcfe61bdf19019c53fc5148b04e007070ac
MD5 1824c944ed5b69e72dee1c544868b555
BLAKE2b-256 964f0803117ef7ddde3cc175582b5d54ac2e064d6c5444fae077b80e8b0596d0

See more details on using hashes here.

Provenance

The following attestation bundles were made for material_design_icons_pack-7.4.47-cp313-cp313-musllinux_1_2_armv7l.whl:

Publisher: python.yml on 2bndy5/redist-icons

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

File details

Details for the file material_design_icons_pack-7.4.47-cp313-cp313-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for material_design_icons_pack-7.4.47-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 047f268764b2f98f925e12ec42874111a54b42be2981d129055ed1fb1508a19f
MD5 7b45216d658be328d67f93aa83799ba5
BLAKE2b-256 d08c1e243e5ec70b69357c5b9fde7de5901a7c342d7b5ffcc9be7d9aecc543eb

See more details on using hashes here.

Provenance

The following attestation bundles were made for material_design_icons_pack-7.4.47-cp313-cp313-musllinux_1_2_aarch64.whl:

Publisher: python.yml on 2bndy5/redist-icons

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

File details

Details for the file material_design_icons_pack-7.4.47-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for material_design_icons_pack-7.4.47-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 46ca0c04cef4f7b11b35f6daf2b54a9946191f398f6b617a784615433cfad0e5
MD5 853b325bf3d88b79e42a0ad2cc449d3c
BLAKE2b-256 4de55025520daf668bb70efc77710f648857f59ff5589d66ccd4468f1775723b

See more details on using hashes here.

Provenance

The following attestation bundles were made for material_design_icons_pack-7.4.47-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: python.yml on 2bndy5/redist-icons

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

File details

Details for the file material_design_icons_pack-7.4.47-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for material_design_icons_pack-7.4.47-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 5b415d902715c879bc7b18e5371ea63f98c8ce851c761115709e8431ce044b5b
MD5 8f0d9cd2a9dd6f66d54be84273bbffd4
BLAKE2b-256 bbebab28a1666eec3c00248c5ad27cb698dd496b7e13227abbd12a6c79442dd9

See more details on using hashes here.

Provenance

The following attestation bundles were made for material_design_icons_pack-7.4.47-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl:

Publisher: python.yml on 2bndy5/redist-icons

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

File details

Details for the file material_design_icons_pack-7.4.47-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for material_design_icons_pack-7.4.47-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 245c80fca1379f8d35473f23bf74f76d4d4b6f83b14ba5c8ff20b780fdb9e2eb
MD5 4faa863adb52912175bfb2fabde90e8e
BLAKE2b-256 d68b9751a06e097ac1251697a37e6b7fe6b5bdcc1f41bfa0278f67220885090a

See more details on using hashes here.

Provenance

The following attestation bundles were made for material_design_icons_pack-7.4.47-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl:

Publisher: python.yml on 2bndy5/redist-icons

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

File details

Details for the file material_design_icons_pack-7.4.47-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for material_design_icons_pack-7.4.47-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 9b73df05043450e73485d222f28b9f03869e15b53c7730703e85a335089d8441
MD5 b5712fbf22e84f791051ac21d957e33e
BLAKE2b-256 75a0302cdb98caf13cf8c2eeccf322a41d3c98491e1926d78538bd2f0db567ae

See more details on using hashes here.

Provenance

The following attestation bundles were made for material_design_icons_pack-7.4.47-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl:

Publisher: python.yml on 2bndy5/redist-icons

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

File details

Details for the file material_design_icons_pack-7.4.47-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for material_design_icons_pack-7.4.47-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 b9553a1f97e995a216c4804adc9edc8870ce3beaa64866357f1b6567b47b2652
MD5 82d35ce6d413eda95bee16a8e41b94da
BLAKE2b-256 bb70dbbed7601976bbb1fb89b8dd0b2ae65116dad624ff92f0d3e57ea6f13765

See more details on using hashes here.

Provenance

The following attestation bundles were made for material_design_icons_pack-7.4.47-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: python.yml on 2bndy5/redist-icons

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

File details

Details for the file material_design_icons_pack-7.4.47-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for material_design_icons_pack-7.4.47-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 b49938846fc96222edd3c5c36372b174f038b4a7d6250eac68ea2dcdd5d815e1
MD5 d354821011b73f27f354c3fb8e610495
BLAKE2b-256 e362f53d95498f2d53da8cd0ffd7b13af02bc6197cf67033321e783b0084145b

See more details on using hashes here.

Provenance

The following attestation bundles were made for material_design_icons_pack-7.4.47-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.whl:

Publisher: python.yml on 2bndy5/redist-icons

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

File details

Details for the file material_design_icons_pack-7.4.47-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for material_design_icons_pack-7.4.47-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 81a22b17b27f4e2e63065de52ec2040de4668f797bfeeaf16dbb36db6030a143
MD5 a72684f6fe20eb1077e92fc2788ef7cb
BLAKE2b-256 42af6a9d03c86664d9b3b0f695dc681c738b50eed057743847c2e74c970b17ce

See more details on using hashes here.

Provenance

The following attestation bundles were made for material_design_icons_pack-7.4.47-cp313-cp313-macosx_11_0_arm64.whl:

Publisher: python.yml on 2bndy5/redist-icons

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

File details

Details for the file material_design_icons_pack-7.4.47-cp313-cp313-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for material_design_icons_pack-7.4.47-cp313-cp313-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 61e2b86398b3d28fb1cf17b3ad37ce1e2e86c5504a0c920cbe6e0387db0db21d
MD5 4a33b828ef4f9b01ef6931e4741fab80
BLAKE2b-256 7bac89b7cf1ebef441ae56cfd0b203c25687701d121f0d1a983dd9b4d2365b41

See more details on using hashes here.

Provenance

The following attestation bundles were made for material_design_icons_pack-7.4.47-cp313-cp313-macosx_10_12_x86_64.whl:

Publisher: python.yml on 2bndy5/redist-icons

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

File details

Details for the file material_design_icons_pack-7.4.47-cp312-cp312-win_amd64.whl.

File metadata

File hashes

Hashes for material_design_icons_pack-7.4.47-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 991766df236537c9183306134f489c7e1dd8f649ded32e65af988dd3323f171b
MD5 3b24c7a50bfa5783b702be32b49dec7e
BLAKE2b-256 40d8b483667523ce3c360ae2e92ec6b3ba2806dcd56953145a48b9bd7d998ca6

See more details on using hashes here.

Provenance

The following attestation bundles were made for material_design_icons_pack-7.4.47-cp312-cp312-win_amd64.whl:

Publisher: python.yml on 2bndy5/redist-icons

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

File details

Details for the file material_design_icons_pack-7.4.47-cp312-cp312-win32.whl.

File metadata

File hashes

Hashes for material_design_icons_pack-7.4.47-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 0349855d94a549c6d59ac9ccdc15a3dcb1cdf5f8aa99ec564ffe1f5a5b97f309
MD5 a23dc1590725de16712b04c73d77ed06
BLAKE2b-256 46b75a49eef0a5d68662eeba24c7db282f685938a315a05e9437b6357c2bcb55

See more details on using hashes here.

Provenance

The following attestation bundles were made for material_design_icons_pack-7.4.47-cp312-cp312-win32.whl:

Publisher: python.yml on 2bndy5/redist-icons

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

File details

Details for the file material_design_icons_pack-7.4.47-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for material_design_icons_pack-7.4.47-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 cc3dc35230409c4b3a4be882f621c6e016f0d9f30d3144f60b172aa3a3830c21
MD5 0b274d9a6f1b6331c554c612b9e66ffb
BLAKE2b-256 5107c2a532ca4e58864b9f7460e65fb32b2c6b2fd9c315b149d6f87b3e689eb5

See more details on using hashes here.

Provenance

The following attestation bundles were made for material_design_icons_pack-7.4.47-cp312-cp312-musllinux_1_2_x86_64.whl:

Publisher: python.yml on 2bndy5/redist-icons

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

File details

Details for the file material_design_icons_pack-7.4.47-cp312-cp312-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for material_design_icons_pack-7.4.47-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 02594dc7beeffa1b82c8ff3099837bd59d4a63cffb2e0e810f5a266a4b1d9392
MD5 6bb664275ad3d98e568e4907594e4213
BLAKE2b-256 17a1639886ab0bcbc74a2470f2b5cde27e93f19922dc5c1407f7bfa44fd136c5

See more details on using hashes here.

Provenance

The following attestation bundles were made for material_design_icons_pack-7.4.47-cp312-cp312-musllinux_1_2_i686.whl:

Publisher: python.yml on 2bndy5/redist-icons

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

File details

Details for the file material_design_icons_pack-7.4.47-cp312-cp312-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for material_design_icons_pack-7.4.47-cp312-cp312-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 1387dac9473f7b771c1cf1dae0f30218ec2709fbcba9d8b24e25b6b0360125e3
MD5 88390ed625ea843937583196aa2cd60b
BLAKE2b-256 a9ae0a96816f62a08f07e76a01c6be8abf323bd9945993e9cfb23f7841ea20c4

See more details on using hashes here.

Provenance

The following attestation bundles were made for material_design_icons_pack-7.4.47-cp312-cp312-musllinux_1_2_armv7l.whl:

Publisher: python.yml on 2bndy5/redist-icons

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

File details

Details for the file material_design_icons_pack-7.4.47-cp312-cp312-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for material_design_icons_pack-7.4.47-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 30d5373ea6ee6fc68d897349807a977207cd354d907b37df0e549af5c7d4e070
MD5 e90195a86a31849bc080e1d72d359175
BLAKE2b-256 b8f8473ada5473ba71b6b0ef2fa6e97e39b18e509fe4e6dab39a91113d6d5e81

See more details on using hashes here.

Provenance

The following attestation bundles were made for material_design_icons_pack-7.4.47-cp312-cp312-musllinux_1_2_aarch64.whl:

Publisher: python.yml on 2bndy5/redist-icons

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

File details

Details for the file material_design_icons_pack-7.4.47-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for material_design_icons_pack-7.4.47-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 300286273c19a4be68c37e6459ef1bf0f85767b3eeae6be03dd6b795ea17fca5
MD5 aacfc4bf21f9929abdc534e52753d00d
BLAKE2b-256 5276343d55e5295b7f7376517234cec77c9d6dd27b76eac2a320b128c929e8f5

See more details on using hashes here.

Provenance

The following attestation bundles were made for material_design_icons_pack-7.4.47-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: python.yml on 2bndy5/redist-icons

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

File details

Details for the file material_design_icons_pack-7.4.47-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for material_design_icons_pack-7.4.47-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 0e910be1ad329a91879f179964dc017e4d2e05cd69c57af9e12376afe107ffb3
MD5 81216eb503e504c7703b48fa1f096be1
BLAKE2b-256 0c7d7aab89919b0deb973da57915c635574c9cd98f3d479e451670cb45568840

See more details on using hashes here.

Provenance

The following attestation bundles were made for material_design_icons_pack-7.4.47-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl:

Publisher: python.yml on 2bndy5/redist-icons

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

File details

Details for the file material_design_icons_pack-7.4.47-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for material_design_icons_pack-7.4.47-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 4376f29165161f114dcd96e7d40a7a4f8041e20d739ff98ef12dcb2adc062f26
MD5 296f4d9ab30aa7ca0ef4bcc696c8aefd
BLAKE2b-256 0bb9c820694e901dadbb20340d5c23ac8c6a0cdecd632e5d0e93ab5a7e553af5

See more details on using hashes here.

Provenance

The following attestation bundles were made for material_design_icons_pack-7.4.47-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl:

Publisher: python.yml on 2bndy5/redist-icons

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

File details

Details for the file material_design_icons_pack-7.4.47-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for material_design_icons_pack-7.4.47-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 31f5d93ec84507c84950917e006de47a20f64941b72151ea15585c8cde03ebbb
MD5 40ff5480090b4a75ef677f30b6180d7d
BLAKE2b-256 24d98317c7b32b811500600679d61b8a9ad3391f3295100c11971db9bb9e84ba

See more details on using hashes here.

Provenance

The following attestation bundles were made for material_design_icons_pack-7.4.47-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl:

Publisher: python.yml on 2bndy5/redist-icons

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

File details

Details for the file material_design_icons_pack-7.4.47-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for material_design_icons_pack-7.4.47-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 66881819685ddd5d7b26b5a7d1bc3918579e7a09e12b6f8fec3ca92cd4b67ec9
MD5 e723d8514c81e8c7e1b6e856c08fb61e
BLAKE2b-256 97b0e0c51d4ededf64d87d968a529a3216d011787773d3f1c437a4a66a7fa233

See more details on using hashes here.

Provenance

The following attestation bundles were made for material_design_icons_pack-7.4.47-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: python.yml on 2bndy5/redist-icons

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

File details

Details for the file material_design_icons_pack-7.4.47-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for material_design_icons_pack-7.4.47-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 f3b7004e3b250238d25bc95ca66b95c0d32d7b216672a32d31ff1408f8077690
MD5 77ed2c79776b38bbe2983dc4b300ea08
BLAKE2b-256 279eff50a9cb02f72bdcce8c68d6367149113f25686d245d819bff0804f47160

See more details on using hashes here.

Provenance

The following attestation bundles were made for material_design_icons_pack-7.4.47-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl:

Publisher: python.yml on 2bndy5/redist-icons

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

File details

Details for the file material_design_icons_pack-7.4.47-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for material_design_icons_pack-7.4.47-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 459a8c58bd2c4cc02001c7697eba5b7e212a00e615395e1321bbc9f0cfb5ef65
MD5 97f16d7f53cd1bea846fbada3baee632
BLAKE2b-256 6510f4a606aae27fb518d31f0abc704935ead07f6a42b71297cd97a4f7510ecf

See more details on using hashes here.

Provenance

The following attestation bundles were made for material_design_icons_pack-7.4.47-cp312-cp312-macosx_11_0_arm64.whl:

Publisher: python.yml on 2bndy5/redist-icons

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

File details

Details for the file material_design_icons_pack-7.4.47-cp312-cp312-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for material_design_icons_pack-7.4.47-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 7ccdc24575946f0e8e0e9392d16da5c6c0718c3088ea3a22ede04dff4c8e2324
MD5 221331bd5a8e5cfbd760b652f423279d
BLAKE2b-256 63b415a4f947b8600b74302238d3b678ddb3e3a57507e2b9f8a72ff06f2979e3

See more details on using hashes here.

Provenance

The following attestation bundles were made for material_design_icons_pack-7.4.47-cp312-cp312-macosx_10_12_x86_64.whl:

Publisher: python.yml on 2bndy5/redist-icons

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

File details

Details for the file material_design_icons_pack-7.4.47-cp311-cp311-win_amd64.whl.

File metadata

File hashes

Hashes for material_design_icons_pack-7.4.47-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 0dab98ffebdf7b6523bacddb2265f7e8b3cf4be0900643183ba177c7f44f605c
MD5 d2936be85ec5a7a025644ad5afc7cf53
BLAKE2b-256 2ffce6a3f2a753eaf988de8b1bcc8166a405e8be6f150aa0cff6b9ab11bd5cb7

See more details on using hashes here.

Provenance

The following attestation bundles were made for material_design_icons_pack-7.4.47-cp311-cp311-win_amd64.whl:

Publisher: python.yml on 2bndy5/redist-icons

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

File details

Details for the file material_design_icons_pack-7.4.47-cp311-cp311-win32.whl.

File metadata

File hashes

Hashes for material_design_icons_pack-7.4.47-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 16feaaa8e13dc41eb7ba709057cdd8a3b3e8c115b0f59817bf46891f9e9ca3eb
MD5 95a6e224af917f61143e9d94173a3ffe
BLAKE2b-256 675c0b5208fefb32a57a4864ba84e155ee0c232f939474b04644536aeeda1d86

See more details on using hashes here.

Provenance

The following attestation bundles were made for material_design_icons_pack-7.4.47-cp311-cp311-win32.whl:

Publisher: python.yml on 2bndy5/redist-icons

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

File details

Details for the file material_design_icons_pack-7.4.47-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for material_design_icons_pack-7.4.47-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 6b3adf5ed1ab6c213122d0eecbf24779b34db4f1c772a413f60ec73239277736
MD5 69126944d1965275143aacf55c8a5ff2
BLAKE2b-256 23efe65ebbb92c93bc924b08f863a3f4a3d1aac149ead49c3c60d1de43dd0379

See more details on using hashes here.

Provenance

The following attestation bundles were made for material_design_icons_pack-7.4.47-cp311-cp311-musllinux_1_2_x86_64.whl:

Publisher: python.yml on 2bndy5/redist-icons

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

File details

Details for the file material_design_icons_pack-7.4.47-cp311-cp311-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for material_design_icons_pack-7.4.47-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 accaf1639a57d65aaa8a12460f62811bf2afa4e2dcde3c25afb36e5a13cfcfca
MD5 455f0dd8e5fa869d885d50745e1bbaae
BLAKE2b-256 72a800507904ab22d36ddf8a63ea4877175f43a7aedb88a2b5be85bb55e46ca3

See more details on using hashes here.

Provenance

The following attestation bundles were made for material_design_icons_pack-7.4.47-cp311-cp311-musllinux_1_2_i686.whl:

Publisher: python.yml on 2bndy5/redist-icons

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

File details

Details for the file material_design_icons_pack-7.4.47-cp311-cp311-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for material_design_icons_pack-7.4.47-cp311-cp311-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 8452580003356a33d615553a43b07eb2fb2f7877c890ef5b9ed141f1605304e0
MD5 edfabd6a771a89906f78e95c1b30f524
BLAKE2b-256 f56fda39ce4a428fa125a4218006dff8ca6056e81d83c5c08d95ec28c4ba5c34

See more details on using hashes here.

Provenance

The following attestation bundles were made for material_design_icons_pack-7.4.47-cp311-cp311-musllinux_1_2_armv7l.whl:

Publisher: python.yml on 2bndy5/redist-icons

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

File details

Details for the file material_design_icons_pack-7.4.47-cp311-cp311-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for material_design_icons_pack-7.4.47-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 3f79b192fdb643c80b9af60fa5ab16aa6c4df896c70b0021ebe486b108ef2a9f
MD5 6f573d772ada47685d950236bf48c8c9
BLAKE2b-256 e1b6080becc062963f0920973615d1a2a3559f8af57605a85683b58d927646ac

See more details on using hashes here.

Provenance

The following attestation bundles were made for material_design_icons_pack-7.4.47-cp311-cp311-musllinux_1_2_aarch64.whl:

Publisher: python.yml on 2bndy5/redist-icons

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

File details

Details for the file material_design_icons_pack-7.4.47-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for material_design_icons_pack-7.4.47-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 af1ed01555c5d7a5b3afc02f6ff8c58d881bd08479e8975e9e626b8b7e36ee7f
MD5 263dca75ef3fa66cce1feb07f8554479
BLAKE2b-256 f69f5f8aa021f8bba2c4645814b4d1a4f5d634684e694d31cdce2f56441a8e8a

See more details on using hashes here.

Provenance

The following attestation bundles were made for material_design_icons_pack-7.4.47-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: python.yml on 2bndy5/redist-icons

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

File details

Details for the file material_design_icons_pack-7.4.47-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for material_design_icons_pack-7.4.47-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 6694801c05ac3da6100220cfc117fda54ea1d5c934c22ae8faeb81462d6dd22c
MD5 9cc4044000bae0b2a5ce5dc0555fc1c0
BLAKE2b-256 5b6873e9afcba898f58384cb05fff279a88be1fe434874bc22d8594f91dda420

See more details on using hashes here.

Provenance

The following attestation bundles were made for material_design_icons_pack-7.4.47-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl:

Publisher: python.yml on 2bndy5/redist-icons

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

File details

Details for the file material_design_icons_pack-7.4.47-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for material_design_icons_pack-7.4.47-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 ec13e36bbb62d5b24db66a135d5ac73251e2d51ad3170f6fd534a4661a3ead2e
MD5 b3caa20c43499ff0942b74561c8025af
BLAKE2b-256 bcfcd09d92510a59d28482762b0b8ee7a5ac704e7c44002996edf1b900ae2e54

See more details on using hashes here.

Provenance

The following attestation bundles were made for material_design_icons_pack-7.4.47-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl:

Publisher: python.yml on 2bndy5/redist-icons

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

File details

Details for the file material_design_icons_pack-7.4.47-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for material_design_icons_pack-7.4.47-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 02b5e6bcdbcca4babeadbed1f30d386d5b4b1e8bfe6e996b54f4db01b6d630a2
MD5 d7bfc45b5d1d5784f12d2a0c25288a95
BLAKE2b-256 c343219085c5e8942497cbfa995db7182792b5b8fdd992ac5f1a663c4e1e9635

See more details on using hashes here.

Provenance

The following attestation bundles were made for material_design_icons_pack-7.4.47-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl:

Publisher: python.yml on 2bndy5/redist-icons

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

File details

Details for the file material_design_icons_pack-7.4.47-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for material_design_icons_pack-7.4.47-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 e62804f257574fd9603f270ee7aaa43db28044a9e3cc28ddfdf5bd206ea99646
MD5 49f8d03a1b2de77d3bccbfeba95df59f
BLAKE2b-256 999933bed64cb7bcb1acfed362e9a7df4ceeb70ee92573671cac8dc292809a42

See more details on using hashes here.

Provenance

The following attestation bundles were made for material_design_icons_pack-7.4.47-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: python.yml on 2bndy5/redist-icons

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

File details

Details for the file material_design_icons_pack-7.4.47-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for material_design_icons_pack-7.4.47-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 1969bcc25340e86ffa66f4adec96c36d8336f3bfe28bcc32dad992e3d911cf75
MD5 7e44609964ab9509888a219404abaf49
BLAKE2b-256 579586d5dcd837ed70b10c21a15c437aa79896d9a41fff4afd477fda46a91c7a

See more details on using hashes here.

Provenance

The following attestation bundles were made for material_design_icons_pack-7.4.47-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl:

Publisher: python.yml on 2bndy5/redist-icons

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

File details

Details for the file material_design_icons_pack-7.4.47-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for material_design_icons_pack-7.4.47-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 c6d8de3773b5ca4c57636a66f4691b106a8bfe86d189909cbd56acba44134fc3
MD5 879bbcd2965b81c2c1b085b0fe98d6c4
BLAKE2b-256 db75ba622335c885dab5edb5bb5378225b75e6667a5dd2b18e114a04e9ca37b7

See more details on using hashes here.

Provenance

The following attestation bundles were made for material_design_icons_pack-7.4.47-cp311-cp311-macosx_11_0_arm64.whl:

Publisher: python.yml on 2bndy5/redist-icons

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

File details

Details for the file material_design_icons_pack-7.4.47-cp311-cp311-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for material_design_icons_pack-7.4.47-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 32a9cae917ba31a8bfe428d68d71c35f40ab978f995f2472395d45752f8d3bed
MD5 3208170a7f71618a108dda7ace3e0482
BLAKE2b-256 2bdf5fb865da35792a72bd2f7ad36080ba328ff8050ec93102aab3dd6f5f6dfb

See more details on using hashes here.

Provenance

The following attestation bundles were made for material_design_icons_pack-7.4.47-cp311-cp311-macosx_10_12_x86_64.whl:

Publisher: python.yml on 2bndy5/redist-icons

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

File details

Details for the file material_design_icons_pack-7.4.47-cp310-cp310-win_amd64.whl.

File metadata

File hashes

Hashes for material_design_icons_pack-7.4.47-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 ac4724aaba6095054da504f46a4116ce3ef8ca9ce8012f93ab52130f4a961b13
MD5 c8b9d12916400fb372ecc7ef315c477f
BLAKE2b-256 180acd71cc3bf196f76e201a95245043ea92ddd3fe945c14b27f385a6d9fa130

See more details on using hashes here.

Provenance

The following attestation bundles were made for material_design_icons_pack-7.4.47-cp310-cp310-win_amd64.whl:

Publisher: python.yml on 2bndy5/redist-icons

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

File details

Details for the file material_design_icons_pack-7.4.47-cp310-cp310-win32.whl.

File metadata

File hashes

Hashes for material_design_icons_pack-7.4.47-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 0d24f3794a4f9a9c62fe7b0ba2d7c43d2efe1bd562aa4f5442fa7ea29018ebb7
MD5 a171cffe2a35bb4bea4ccbd7e1b75aae
BLAKE2b-256 5a77e5a98a0785b9770bab9b9c53208e172e063808378a9f35f3f0371b342b16

See more details on using hashes here.

Provenance

The following attestation bundles were made for material_design_icons_pack-7.4.47-cp310-cp310-win32.whl:

Publisher: python.yml on 2bndy5/redist-icons

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

File details

Details for the file material_design_icons_pack-7.4.47-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for material_design_icons_pack-7.4.47-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 fd33bb1d4e02cde65536cac337c8369f9392add0f793299b55c6bf46fc6da3a2
MD5 771d15f7963bbd91d8be90d92b289bdc
BLAKE2b-256 b09ce805efae3bb9fd9d3853148837b975ee934a82a457d3d27b54f945e90d16

See more details on using hashes here.

Provenance

The following attestation bundles were made for material_design_icons_pack-7.4.47-cp310-cp310-musllinux_1_2_x86_64.whl:

Publisher: python.yml on 2bndy5/redist-icons

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

File details

Details for the file material_design_icons_pack-7.4.47-cp310-cp310-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for material_design_icons_pack-7.4.47-cp310-cp310-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 f5dcec834bc012abe51b83a6f156a432d4c3a0c328dd27fb0b416cff1333bded
MD5 de344955a999e5ea8713fc4693f6b7d4
BLAKE2b-256 e1f1f7d0bbe8a91f4bf7d9a21a2c7a70e9a1bd820196b1e781d3c2a6bc5341ba

See more details on using hashes here.

Provenance

The following attestation bundles were made for material_design_icons_pack-7.4.47-cp310-cp310-musllinux_1_2_i686.whl:

Publisher: python.yml on 2bndy5/redist-icons

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

File details

Details for the file material_design_icons_pack-7.4.47-cp310-cp310-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for material_design_icons_pack-7.4.47-cp310-cp310-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 26bed6d4ccd779649e319d879e9cf51fd0de6e743ad425b40ea08d9a8cd19991
MD5 c0c242947b536d4b5a22b6c8e17903ad
BLAKE2b-256 1d6e8d320499a3d4a3870d58036dad057f4896dd42c3e372cd00ad66555bff2b

See more details on using hashes here.

Provenance

The following attestation bundles were made for material_design_icons_pack-7.4.47-cp310-cp310-musllinux_1_2_armv7l.whl:

Publisher: python.yml on 2bndy5/redist-icons

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

File details

Details for the file material_design_icons_pack-7.4.47-cp310-cp310-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for material_design_icons_pack-7.4.47-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 b9c2f13c6ee6c53a73bef9cc6847d6b0179f698781616493058906cb22bd5c28
MD5 deb2c03a090d186d4268f3f5c69eb031
BLAKE2b-256 e28ecf2ab9d61fb46a40f874b877f475be26492a270297f710c0c6bb0ae85e6d

See more details on using hashes here.

Provenance

The following attestation bundles were made for material_design_icons_pack-7.4.47-cp310-cp310-musllinux_1_2_aarch64.whl:

Publisher: python.yml on 2bndy5/redist-icons

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

File details

Details for the file material_design_icons_pack-7.4.47-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for material_design_icons_pack-7.4.47-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 28f7d605177babcf9cf0534ff9f76ef551eb84dab9d4a567bfa0c512d4aa8fad
MD5 61fcbe3ca5bf2f359db6898cc9a1d6cc
BLAKE2b-256 bd19affb29f76f5eb493dae8969e77391c3e82ef1fa09389e64a4de310d7661f

See more details on using hashes here.

Provenance

The following attestation bundles were made for material_design_icons_pack-7.4.47-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: python.yml on 2bndy5/redist-icons

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

File details

Details for the file material_design_icons_pack-7.4.47-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for material_design_icons_pack-7.4.47-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 28a4db51fd6f809dd2a211f06043948e9acc70ca1be33412a52453b142289174
MD5 451fbf226b91d3ab789b4511699a8bea
BLAKE2b-256 c294bd44cb03ce37dcc940cd6d576f40c1afd783b89908141abfb85558e3a7e0

See more details on using hashes here.

Provenance

The following attestation bundles were made for material_design_icons_pack-7.4.47-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl:

Publisher: python.yml on 2bndy5/redist-icons

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

File details

Details for the file material_design_icons_pack-7.4.47-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for material_design_icons_pack-7.4.47-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 5f18e2eba23759d3e213b0e15b464fc30203a4e6c8919b1a101318620ff3268b
MD5 af11c7a4477a29e0c6480ee20df4c361
BLAKE2b-256 324d9cea4da30e635feecb1a716ae910ad9eb7c91cf242ccc6395af676f1197d

See more details on using hashes here.

Provenance

The following attestation bundles were made for material_design_icons_pack-7.4.47-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl:

Publisher: python.yml on 2bndy5/redist-icons

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

File details

Details for the file material_design_icons_pack-7.4.47-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for material_design_icons_pack-7.4.47-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 49ede2d5d4f66917ffe60d7d4276fd623db0b915f464797d0ba39f25ddd56a01
MD5 5418f5661d3d9d3655241f597ac25f7a
BLAKE2b-256 4233df05b642fdfbfebe1e84e89b03c1e51e50c1ae8feb352be5b1d868be009c

See more details on using hashes here.

Provenance

The following attestation bundles were made for material_design_icons_pack-7.4.47-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl:

Publisher: python.yml on 2bndy5/redist-icons

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

File details

Details for the file material_design_icons_pack-7.4.47-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for material_design_icons_pack-7.4.47-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 5f75fd3b7004ffba74c8e52f873ae35ffb6ba426185acc0e1a23557d2bc99842
MD5 d9286053639bc8d701c54ce7c7ffe888
BLAKE2b-256 083340e8ae34f7edbe3599c4e7ad2a9136da0b4718e054ae99b260e66f730462

See more details on using hashes here.

Provenance

The following attestation bundles were made for material_design_icons_pack-7.4.47-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: python.yml on 2bndy5/redist-icons

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

File details

Details for the file material_design_icons_pack-7.4.47-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for material_design_icons_pack-7.4.47-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 a6cabe83906040ae0d35b7f0e99b0b0476eb319b3b53da4a16082086616a2329
MD5 0e0fb62cdf9b7b928c95c1e2d88e38fd
BLAKE2b-256 f5a326c77c9769ee6a34ff2f3fc6a5225f0c8598617f4909c098bd041ad9e983

See more details on using hashes here.

Provenance

The following attestation bundles were made for material_design_icons_pack-7.4.47-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl:

Publisher: python.yml on 2bndy5/redist-icons

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

File details

Details for the file material_design_icons_pack-7.4.47-cp39-cp39-win_amd64.whl.

File metadata

File hashes

Hashes for material_design_icons_pack-7.4.47-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 da262a502917ab73847a3cb28a53378562ea25b9c2a722c2c72d3b93673c9c3a
MD5 9fb7209ce495e3e0033c9f1ac28e8a16
BLAKE2b-256 a623b61d1b88f04f50aabaced583aa10d6f73aeb6d1522ceee2b2f0dbcb23c0f

See more details on using hashes here.

Provenance

The following attestation bundles were made for material_design_icons_pack-7.4.47-cp39-cp39-win_amd64.whl:

Publisher: python.yml on 2bndy5/redist-icons

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

File details

Details for the file material_design_icons_pack-7.4.47-cp39-cp39-win32.whl.

File metadata

File hashes

Hashes for material_design_icons_pack-7.4.47-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 32f2cc87bd3a416b16104ea4987f7c9c86cdad64fe4cb8a23365a0878ecafacc
MD5 7634f04ad163ef87520ebbb9e75e6bda
BLAKE2b-256 f752ebb8d186d421d5472cf9de113e9df6faf1c994970df6854ae7d69e4d0967

See more details on using hashes here.

Provenance

The following attestation bundles were made for material_design_icons_pack-7.4.47-cp39-cp39-win32.whl:

Publisher: python.yml on 2bndy5/redist-icons

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

File details

Details for the file material_design_icons_pack-7.4.47-cp39-cp39-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for material_design_icons_pack-7.4.47-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 eeaff151774055c19ffe9931440de6822c25a691b2b8c051706e10a9c00ef1b5
MD5 90c8e08fcbcd215ff4ed1db77e055ba6
BLAKE2b-256 7fd19d4e53f15bb0bc423b81e45dea9dfcd9d63db5e4a865344e2ce7731d7506

See more details on using hashes here.

Provenance

The following attestation bundles were made for material_design_icons_pack-7.4.47-cp39-cp39-musllinux_1_2_x86_64.whl:

Publisher: python.yml on 2bndy5/redist-icons

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

File details

Details for the file material_design_icons_pack-7.4.47-cp39-cp39-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for material_design_icons_pack-7.4.47-cp39-cp39-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 1a9260e7671154962066366c10a60fe6972023ea394ccf7ab344d71ad62b4118
MD5 6429917349a17bbf4472ffe7da8c1587
BLAKE2b-256 a0660c11bd7d98662231ef906013226bba002c87da5da9e0d26227a5435c3cfa

See more details on using hashes here.

Provenance

The following attestation bundles were made for material_design_icons_pack-7.4.47-cp39-cp39-musllinux_1_2_i686.whl:

Publisher: python.yml on 2bndy5/redist-icons

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

File details

Details for the file material_design_icons_pack-7.4.47-cp39-cp39-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for material_design_icons_pack-7.4.47-cp39-cp39-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 5bb230efb6f1e75792b0cd135cf16cf6122710be11a632df54172e48c6f9f345
MD5 cb6c2b6b9748314ccc915942e498de01
BLAKE2b-256 3009fe20ef2406994bc319fc37ad07cffe1a88d0bcb1a81d74ab32ab038f77f9

See more details on using hashes here.

Provenance

The following attestation bundles were made for material_design_icons_pack-7.4.47-cp39-cp39-musllinux_1_2_armv7l.whl:

Publisher: python.yml on 2bndy5/redist-icons

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

File details

Details for the file material_design_icons_pack-7.4.47-cp39-cp39-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for material_design_icons_pack-7.4.47-cp39-cp39-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 ad1a069f16dc29d2be0f4a7e380bbc917125bc873fbc93561e8af33a24f3a07d
MD5 db103330fa53f1985d1bc37af496face
BLAKE2b-256 c23aa7920ae2b4b61a022a7af015bb15a1f5a2b46dd7fe4806d92cca7ee3bbb4

See more details on using hashes here.

Provenance

The following attestation bundles were made for material_design_icons_pack-7.4.47-cp39-cp39-musllinux_1_2_aarch64.whl:

Publisher: python.yml on 2bndy5/redist-icons

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

File details

Details for the file material_design_icons_pack-7.4.47-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for material_design_icons_pack-7.4.47-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 5fe53f07c5d0b958e096c96158d05132a362d145bc6a4a4d18acdf8887202e98
MD5 264592ff2df8c1228eab1806522dddb7
BLAKE2b-256 98dfd349e0d72810d0fd5b7088fbcecbcdbe72e5b3f52c5eb82d0124d2196093

See more details on using hashes here.

Provenance

The following attestation bundles were made for material_design_icons_pack-7.4.47-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: python.yml on 2bndy5/redist-icons

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

File details

Details for the file material_design_icons_pack-7.4.47-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for material_design_icons_pack-7.4.47-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 517dce0dd84cf7a1ad27f7cef05607a1f2f5a80c7d559539ae62503eb30637b6
MD5 c34815e5abd905479a07aaeebf2afda6
BLAKE2b-256 b87b5a65b78513df74c4500190141e41314fece586b5169bd18edf528566ea37

See more details on using hashes here.

Provenance

The following attestation bundles were made for material_design_icons_pack-7.4.47-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl:

Publisher: python.yml on 2bndy5/redist-icons

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

File details

Details for the file material_design_icons_pack-7.4.47-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for material_design_icons_pack-7.4.47-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 8c20ca8d3d771efb9cf6c9ce036f1c7581d367af1f0a090de4a7540bd5e955d7
MD5 7c636b195fc8299ecde2f83767bcf712
BLAKE2b-256 6b5e4f9a91c621f605ef5663516f5af4776d1085449a75cc37bc66b4a01a35b0

See more details on using hashes here.

Provenance

The following attestation bundles were made for material_design_icons_pack-7.4.47-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl:

Publisher: python.yml on 2bndy5/redist-icons

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

File details

Details for the file material_design_icons_pack-7.4.47-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for material_design_icons_pack-7.4.47-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 d5f73f81d6fa73fefc3de34fb9e829847afd27909104c3c24ebec499ec2991e2
MD5 aa08ff3681528c03563be49383dc3ae1
BLAKE2b-256 2c065e2a7029fba7ba27d6c0050fae256dd25e3b769aad2a6e7459b41531064d

See more details on using hashes here.

Provenance

The following attestation bundles were made for material_design_icons_pack-7.4.47-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl:

Publisher: python.yml on 2bndy5/redist-icons

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

File details

Details for the file material_design_icons_pack-7.4.47-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for material_design_icons_pack-7.4.47-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 f1dd6c929ed4a04e54db585f559f09d7f6c072e28af9d9c1ef597ff37bcfc6d9
MD5 c7de1805360e9c50d8946d899643f259
BLAKE2b-256 696c44abcef048c2ef7b628ebf17c151d43f2aad93627a4ed90716cf4d2f7da3

See more details on using hashes here.

Provenance

The following attestation bundles were made for material_design_icons_pack-7.4.47-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: python.yml on 2bndy5/redist-icons

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

File details

Details for the file material_design_icons_pack-7.4.47-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for material_design_icons_pack-7.4.47-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 f6542a99c66b335abd971c0be19a20602b002979b615f599f95c9c643b30759b
MD5 611e3ef0f381c23bd8296a482c106f25
BLAKE2b-256 8cceda86544ef985e4d7051c0b16001fb57b3bd02e3cd7f3338c94e02c449932

See more details on using hashes here.

Provenance

The following attestation bundles were made for material_design_icons_pack-7.4.47-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl:

Publisher: python.yml on 2bndy5/redist-icons

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

File details

Details for the file material_design_icons_pack-7.4.47-cp39-abi3-win_amd64.whl.

File metadata

File hashes

Hashes for material_design_icons_pack-7.4.47-cp39-abi3-win_amd64.whl
Algorithm Hash digest
SHA256 9bdc0e279a84cabdba5e28fed26f2dd616e7ccdcadf67d530ed130180f3d3e55
MD5 4921b6c30c0856e207085b7ee919b5b2
BLAKE2b-256 295815fbe92c1a5f213f3cbbbfa9494375e04fe99605bf1f4bd997d731881e42

See more details on using hashes here.

File details

Details for the file material_design_icons_pack-7.4.47-cp39-abi3-win32.whl.

File metadata

File hashes

Hashes for material_design_icons_pack-7.4.47-cp39-abi3-win32.whl
Algorithm Hash digest
SHA256 2059a0edf244431ee6a7b5ceae81c3299a27366d2a786399ec7b6ff0f97ece09
MD5 1023b1aacee322317cde3a8cc4e4abcd
BLAKE2b-256 eb2d057f14e189d0eaa70892bc5080030b8d06cadad478d2da17a9cecd973c19

See more details on using hashes here.

File details

Details for the file material_design_icons_pack-7.4.47-cp39-abi3-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for material_design_icons_pack-7.4.47-cp39-abi3-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 02504da95ac3ef85eca8b3157cc3a30ad515ee176d6ab2f1130b0dae013f184a
MD5 01ef8d6aa3997116fce2c72b9a06283a
BLAKE2b-256 53bfd1acacba3533c2704df0b44b8627864797fe2cc91a85f9b6cc4741b1671f

See more details on using hashes here.

File details

Details for the file material_design_icons_pack-7.4.47-cp39-abi3-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for material_design_icons_pack-7.4.47-cp39-abi3-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 76461993ae9078078846ac4a89be29290430e2a619076584b73df8b1c509f83b
MD5 82147d044003a4cf0946345af8dda9c7
BLAKE2b-256 421efa918e72bdd04198acca230d1499c4c7cbf9bd122934df417ad3e6ecc873

See more details on using hashes here.

File details

Details for the file material_design_icons_pack-7.4.47-cp39-abi3-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for material_design_icons_pack-7.4.47-cp39-abi3-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 0e6a13d799529cd15d43a731f07bb46fa2dd1a77d2b3e3f4ae481b0914dd2203
MD5 b48d5a953d665e3ba8d778888efa6ab9
BLAKE2b-256 705e9780877d0c45fcfabd727f092d5b95c92e96afde7ab6c7720563ffefe932

See more details on using hashes here.

File details

Details for the file material_design_icons_pack-7.4.47-cp39-abi3-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for material_design_icons_pack-7.4.47-cp39-abi3-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 a20aa9fcc15b8c13c1cc0c1559a729ce1b9e8383799d1b4ee72bdc04fc777647
MD5 3f20aa93990aae5c0dae8f959115279f
BLAKE2b-256 a9608ad88c6d86de4082043ddf5a23481752b548c8bc9d29c3361e64b1490a6e

See more details on using hashes here.

File details

Details for the file material_design_icons_pack-7.4.47-cp39-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for material_design_icons_pack-7.4.47-cp39-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 d0ef1e47688d1bb4a70d24ce9f6abb508a4bd30d1d9c531d211f62618b71c559
MD5 0e54e80526d444e0ca8fc01beb504316
BLAKE2b-256 fed2d9a10d699c61b2e15eb15ebb1fe35659ddfcab20fbc838739c8fe114e424

See more details on using hashes here.

File details

Details for the file material_design_icons_pack-7.4.47-cp39-abi3-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for material_design_icons_pack-7.4.47-cp39-abi3-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 b4cd41e0c461cb9a03486531d6bcf663f79946e1815d81464028a85fb67a79a2
MD5 932469c1fb67bac7fe3829bc9b5d7308
BLAKE2b-256 727fa69b05502c73735686f29724c43350f0df9c352d4caf6c50ba0f96859b1d

See more details on using hashes here.

File details

Details for the file material_design_icons_pack-7.4.47-cp39-abi3-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for material_design_icons_pack-7.4.47-cp39-abi3-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 7c555d0675491339be8dab8227254cedcc717bb4ccfeaa80004e16f4d8c7ae50
MD5 06ac771bd4c3fe7cde71355b1a9456ef
BLAKE2b-256 1f0922d5a8c6aa60956a915e54446fecda42a64f8f3efdcae97122a9e8d9f2bf

See more details on using hashes here.

File details

Details for the file material_design_icons_pack-7.4.47-cp39-abi3-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for material_design_icons_pack-7.4.47-cp39-abi3-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 33cb15e04fbb624b4c038988311a198257ce83f353881e4f8f49d193dc14a173
MD5 3a76212968131101e7144eb6f63e5c2d
BLAKE2b-256 5a5af43801e512f27e72af7be6e188b14cc4e9447b2487f9cc98c500a8f3115f

See more details on using hashes here.

File details

Details for the file material_design_icons_pack-7.4.47-cp39-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for material_design_icons_pack-7.4.47-cp39-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 b0327eb29eca67ca4084fc0089648114e4c8d915dcfe004a81acda71ad99268e
MD5 04a9fba01680f2943c51805d694a50f7
BLAKE2b-256 786db38e0df9e2dcbb562ff42301a493bfabf15b590a09c08f312b64e7f44301

See more details on using hashes here.

File details

Details for the file material_design_icons_pack-7.4.47-cp39-abi3-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for material_design_icons_pack-7.4.47-cp39-abi3-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 4b52761fef154238839aaf054892e1b2a85a41f9e5b9025f7bb7fed19aeed763
MD5 0527c1ea955986db5eea44b406b0cc66
BLAKE2b-256 f9a1166f8d00f6016db2f398d528f42e425b18d5be0911f1595b0440508fdc7f

See more details on using hashes here.

File details

Details for the file material_design_icons_pack-7.4.47-cp39-abi3-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for material_design_icons_pack-7.4.47-cp39-abi3-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 a2da5e01149a907c4cb2c33869f491c4f3caa99d1f2385954eecb073ae1a1200
MD5 f8ff621cb0a78c1f23ef91425bdbff70
BLAKE2b-256 e396c2cc0de1eee146f2b16b2bd269f746f60cfaaaf74b536285902a1185fd48

See more details on using hashes here.

File details

Details for the file material_design_icons_pack-7.4.47-cp39-abi3-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for material_design_icons_pack-7.4.47-cp39-abi3-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 23e985c71bbfd5eefe6fce58f24285c0ed15e75559a0a1b47db0596b6a5288e3
MD5 e756f7493f25058b9ed671730a9dd6f7
BLAKE2b-256 4a1bcc88bba1fb20db47b99770d087c4d4e1a6e498d138bbe95f8e1e06415a39

See more details on using hashes here.

File details

Details for the file material_design_icons_pack-7.4.47-cp38-cp38-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for material_design_icons_pack-7.4.47-cp38-cp38-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 ffa0a79f2cd57b068f5f5c2302565de756486ccd445f09b4a18fa218588b26e5
MD5 f93241bffd98d834150394e287581a7f
BLAKE2b-256 a0eb9c1ca38e9dcbb84774bbb23e89245aa2b940d7f861a470493689d4d92a56

See more details on using hashes here.

Provenance

The following attestation bundles were made for material_design_icons_pack-7.4.47-cp38-cp38-musllinux_1_2_x86_64.whl:

Publisher: python.yml on 2bndy5/redist-icons

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

File details

Details for the file material_design_icons_pack-7.4.47-cp38-cp38-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for material_design_icons_pack-7.4.47-cp38-cp38-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 d8597005e7b337830a3c2b86e4ce0e66309fd5f94cd786ddf21343153bd0060c
MD5 bc73ce102c3989b5248c8cbd16963df0
BLAKE2b-256 9ef44ebeca773c9737916057b1fb5f6979944fecb5e8863488c1ba01faf9be28

See more details on using hashes here.

Provenance

The following attestation bundles were made for material_design_icons_pack-7.4.47-cp38-cp38-musllinux_1_2_i686.whl:

Publisher: python.yml on 2bndy5/redist-icons

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

File details

Details for the file material_design_icons_pack-7.4.47-cp38-cp38-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for material_design_icons_pack-7.4.47-cp38-cp38-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 d3a50521bddd15b31aadcfba6e240e931e3c216fd47e0b78247a34bec209d5a3
MD5 f1ec17bd0fdd5234dfc33088efc4cf70
BLAKE2b-256 772086f410177c8ecffc15ded5bcd116e11c543632e56dbf486ae753361ecdad

See more details on using hashes here.

Provenance

The following attestation bundles were made for material_design_icons_pack-7.4.47-cp38-cp38-musllinux_1_2_armv7l.whl:

Publisher: python.yml on 2bndy5/redist-icons

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

File details

Details for the file material_design_icons_pack-7.4.47-cp38-cp38-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for material_design_icons_pack-7.4.47-cp38-cp38-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 aafc2b9fa7e9c14052ebe1dc32fd9ac7ade40799d7f7f427a256f90ea259fab7
MD5 c75e82ff204869483cb0e9c4c0cf482b
BLAKE2b-256 d2acd7aa96e70c0ecff9e6bf3e2f4336466a1e87755d53d4519ffe1054002f37

See more details on using hashes here.

Provenance

The following attestation bundles were made for material_design_icons_pack-7.4.47-cp38-cp38-musllinux_1_2_aarch64.whl:

Publisher: python.yml on 2bndy5/redist-icons

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

File details

Details for the file material_design_icons_pack-7.4.47-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for material_design_icons_pack-7.4.47-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 fc4b5a05fe24babe6246e76c61744b531ee48a9f7243c3946c1f844a38c40bbd
MD5 5037601935f6d96768979834b54a8631
BLAKE2b-256 4d90cd3c1f42e208286885a3fef1838e94cb53d568596c7dc3b94cd18206a075

See more details on using hashes here.

Provenance

The following attestation bundles were made for material_design_icons_pack-7.4.47-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: python.yml on 2bndy5/redist-icons

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

File details

Details for the file material_design_icons_pack-7.4.47-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for material_design_icons_pack-7.4.47-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 dbe284446872a47d2144eafbcb60893d9e9e4b15e27573a45927960c0f133249
MD5 946b7864fc25b8d1724dce4d1a6580d5
BLAKE2b-256 3145f2673dd1aff209463a6d6be06ff288a8525aca1d7abd3c3756be7205fffe

See more details on using hashes here.

Provenance

The following attestation bundles were made for material_design_icons_pack-7.4.47-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl:

Publisher: python.yml on 2bndy5/redist-icons

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

File details

Details for the file material_design_icons_pack-7.4.47-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for material_design_icons_pack-7.4.47-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 81e41af6ecd925a2f73e66b5e5d619452cb1a7f4b2d2effd4a94ec8d1527b084
MD5 abe0b3eda36ee62140f5f6d458c029cf
BLAKE2b-256 02cb5c6a78194e40827c393839be8b00e8829e1b284fd6d3d0b3df8fd95f95ec

See more details on using hashes here.

Provenance

The following attestation bundles were made for material_design_icons_pack-7.4.47-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl:

Publisher: python.yml on 2bndy5/redist-icons

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

File details

Details for the file material_design_icons_pack-7.4.47-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for material_design_icons_pack-7.4.47-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 114d950da7c88200deaf71204b80843074562ac46661f06d31f1466d75db9c93
MD5 06cce53261978a52bd5d570a77ab3fb8
BLAKE2b-256 917b79fe5bc51d6993eb99b527aafb209aa471c66d6de7b1d2dfee734b73766b

See more details on using hashes here.

Provenance

The following attestation bundles were made for material_design_icons_pack-7.4.47-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl:

Publisher: python.yml on 2bndy5/redist-icons

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

File details

Details for the file material_design_icons_pack-7.4.47-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for material_design_icons_pack-7.4.47-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 cbec91068f87aa68d6bc6c15503c1014961782850d3c24d0162d9e054b620910
MD5 bdc6d70c36c094d33fcdb5de21d544d7
BLAKE2b-256 d13d0b769d45537d65ece0ee3d475a920f1733d12a3054fb282d22d2d38ad517

See more details on using hashes here.

Provenance

The following attestation bundles were made for material_design_icons_pack-7.4.47-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: python.yml on 2bndy5/redist-icons

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

File details

Details for the file material_design_icons_pack-7.4.47-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for material_design_icons_pack-7.4.47-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 b1e758b3bc3aa90b984f84d81091294d788b289808b86c8d6099206e6a27b283
MD5 f4b76238b4f96d671eb8c03b8a62dfca
BLAKE2b-256 c3372594cc8b814dccc51e9264234ce4a9002163b033022d6035ba3b83122c6d

See more details on using hashes here.

Provenance

The following attestation bundles were made for material_design_icons_pack-7.4.47-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl:

Publisher: python.yml on 2bndy5/redist-icons

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