Skip to main content

A redistribution of @fortawesome/fontawesome-free npm package's SVG and metadata.

Project description

fontawesome-free-pack

A redistribution of SVG assets and some metadata from the @fortawesome/fontawesome-free 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.

Note the family of icon is expected to prefix the slug like a relative path: <family>/<slug>

In Python

from fontawesome_free_pack import get_icon, BRANDS_GITHUB

fetched = get_icon("brands/github")
assert fetched is not None
assert BRANDS_GITHUB.svg == fetched.svg

In Rust

use fontawesome_free_pack::{get_icon, BRANDS_GITHUB};

assert_eq!(BRANDS_GITHUB.svg, get_icon("brands/github").unwrap().svg);

Rust Features

This crate has the following features:

  • brands: Includes all icons under the fontawesome brands family.
  • solid: Includes all icons under the fontawesome solid family.
  • regular: Includes all icons under the fontawesome regular family.

All the above features are enabled by default.

The python binding does not support conditionally compiling certain icon families.

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

fontawesome_free_pack-7.0.0.tar.gz (577.5 kB view details)

Uploaded Source

Built Distributions

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

fontawesome_free_pack-7.0.0-pp311-pypy311_pp73-musllinux_1_2_x86_64.whl (1.6 MB view details)

Uploaded PyPymusllinux: musl 1.2+ x86-64

fontawesome_free_pack-7.0.0-pp311-pypy311_pp73-musllinux_1_2_i686.whl (1.6 MB view details)

Uploaded PyPymusllinux: musl 1.2+ i686

fontawesome_free_pack-7.0.0-pp311-pypy311_pp73-musllinux_1_2_armv7l.whl (1.7 MB view details)

Uploaded PyPymusllinux: musl 1.2+ ARMv7l

fontawesome_free_pack-7.0.0-pp311-pypy311_pp73-musllinux_1_2_aarch64.whl (1.7 MB view details)

Uploaded PyPymusllinux: musl 1.2+ ARM64

fontawesome_free_pack-7.0.0-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl (1.6 MB view details)

Uploaded PyPymusllinux: musl 1.2+ x86-64

fontawesome_free_pack-7.0.0-pp310-pypy310_pp73-musllinux_1_2_i686.whl (1.6 MB view details)

Uploaded PyPymusllinux: musl 1.2+ i686

fontawesome_free_pack-7.0.0-pp310-pypy310_pp73-musllinux_1_2_armv7l.whl (1.7 MB view details)

Uploaded PyPymusllinux: musl 1.2+ ARMv7l

fontawesome_free_pack-7.0.0-pp310-pypy310_pp73-musllinux_1_2_aarch64.whl (1.7 MB view details)

Uploaded PyPymusllinux: musl 1.2+ ARM64

fontawesome_free_pack-7.0.0-pp39-pypy39_pp73-musllinux_1_2_x86_64.whl (1.6 MB view details)

Uploaded PyPymusllinux: musl 1.2+ x86-64

fontawesome_free_pack-7.0.0-pp39-pypy39_pp73-musllinux_1_2_i686.whl (1.6 MB view details)

Uploaded PyPymusllinux: musl 1.2+ i686

fontawesome_free_pack-7.0.0-pp39-pypy39_pp73-musllinux_1_2_armv7l.whl (1.7 MB view details)

Uploaded PyPymusllinux: musl 1.2+ ARMv7l

fontawesome_free_pack-7.0.0-pp39-pypy39_pp73-musllinux_1_2_aarch64.whl (1.7 MB view details)

Uploaded PyPymusllinux: musl 1.2+ ARM64

fontawesome_free_pack-7.0.0-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.5 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ x86-64

fontawesome_free_pack-7.0.0-cp314-cp314-manylinux_2_5_i686.manylinux1_i686.whl (1.4 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.5+ i686

fontawesome_free_pack-7.0.0-cp313-cp313t-musllinux_1_2_x86_64.whl (1.6 MB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ x86-64

fontawesome_free_pack-7.0.0-cp313-cp313t-musllinux_1_2_i686.whl (1.6 MB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ i686

fontawesome_free_pack-7.0.0-cp313-cp313t-musllinux_1_2_armv7l.whl (1.7 MB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ ARMv7l

fontawesome_free_pack-7.0.0-cp313-cp313t-musllinux_1_2_aarch64.whl (1.7 MB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ ARM64

fontawesome_free_pack-7.0.0-cp313-cp313t-manylinux_2_17_s390x.manylinux2014_s390x.whl (1.5 MB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ s390x

fontawesome_free_pack-7.0.0-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (1.6 MB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ ppc64le

fontawesome_free_pack-7.0.0-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (1.4 MB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ ARMv7l

fontawesome_free_pack-7.0.0-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.5 MB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ ARM64

fontawesome_free_pack-7.0.0-cp313-cp313-win_amd64.whl (1.3 MB view details)

Uploaded CPython 3.13Windows x86-64

fontawesome_free_pack-7.0.0-cp313-cp313-win32.whl (1.3 MB view details)

Uploaded CPython 3.13Windows x86

fontawesome_free_pack-7.0.0-cp313-cp313-musllinux_1_2_x86_64.whl (1.6 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

fontawesome_free_pack-7.0.0-cp313-cp313-musllinux_1_2_i686.whl (1.6 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ i686

fontawesome_free_pack-7.0.0-cp313-cp313-musllinux_1_2_armv7l.whl (1.7 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARMv7l

fontawesome_free_pack-7.0.0-cp313-cp313-musllinux_1_2_aarch64.whl (1.7 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

fontawesome_free_pack-7.0.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.5 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

fontawesome_free_pack-7.0.0-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl (1.5 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ s390x

fontawesome_free_pack-7.0.0-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (1.6 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ppc64le

fontawesome_free_pack-7.0.0-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (1.4 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARMv7l

fontawesome_free_pack-7.0.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.5 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARM64

fontawesome_free_pack-7.0.0-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.whl (1.4 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.5+ i686

fontawesome_free_pack-7.0.0-cp313-cp313-macosx_11_0_arm64.whl (1.4 MB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

fontawesome_free_pack-7.0.0-cp313-cp313-macosx_10_12_x86_64.whl (1.3 MB view details)

Uploaded CPython 3.13macOS 10.12+ x86-64

fontawesome_free_pack-7.0.0-cp312-cp312-win_amd64.whl (1.3 MB view details)

Uploaded CPython 3.12Windows x86-64

fontawesome_free_pack-7.0.0-cp312-cp312-win32.whl (1.3 MB view details)

Uploaded CPython 3.12Windows x86

fontawesome_free_pack-7.0.0-cp312-cp312-musllinux_1_2_x86_64.whl (1.6 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

fontawesome_free_pack-7.0.0-cp312-cp312-musllinux_1_2_i686.whl (1.6 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ i686

fontawesome_free_pack-7.0.0-cp312-cp312-musllinux_1_2_armv7l.whl (1.7 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARMv7l

fontawesome_free_pack-7.0.0-cp312-cp312-musllinux_1_2_aarch64.whl (1.7 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

fontawesome_free_pack-7.0.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.5 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

fontawesome_free_pack-7.0.0-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl (1.5 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ s390x

fontawesome_free_pack-7.0.0-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (1.6 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ppc64le

fontawesome_free_pack-7.0.0-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (1.4 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARMv7l

fontawesome_free_pack-7.0.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.5 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64

fontawesome_free_pack-7.0.0-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl (1.4 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.5+ i686

fontawesome_free_pack-7.0.0-cp312-cp312-macosx_11_0_arm64.whl (1.4 MB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

fontawesome_free_pack-7.0.0-cp312-cp312-macosx_10_12_x86_64.whl (1.3 MB view details)

Uploaded CPython 3.12macOS 10.12+ x86-64

fontawesome_free_pack-7.0.0-cp311-cp311-win_amd64.whl (1.3 MB view details)

Uploaded CPython 3.11Windows x86-64

fontawesome_free_pack-7.0.0-cp311-cp311-win32.whl (1.3 MB view details)

Uploaded CPython 3.11Windows x86

fontawesome_free_pack-7.0.0-cp311-cp311-musllinux_1_2_x86_64.whl (1.6 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

fontawesome_free_pack-7.0.0-cp311-cp311-musllinux_1_2_i686.whl (1.6 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ i686

fontawesome_free_pack-7.0.0-cp311-cp311-musllinux_1_2_armv7l.whl (1.7 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARMv7l

fontawesome_free_pack-7.0.0-cp311-cp311-musllinux_1_2_aarch64.whl (1.7 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

fontawesome_free_pack-7.0.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.5 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

fontawesome_free_pack-7.0.0-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl (1.5 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ s390x

fontawesome_free_pack-7.0.0-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (1.6 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ppc64le

fontawesome_free_pack-7.0.0-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (1.4 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARMv7l

fontawesome_free_pack-7.0.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.5 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

fontawesome_free_pack-7.0.0-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl (1.4 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.5+ i686

fontawesome_free_pack-7.0.0-cp311-cp311-macosx_11_0_arm64.whl (1.4 MB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

fontawesome_free_pack-7.0.0-cp311-cp311-macosx_10_12_x86_64.whl (1.3 MB view details)

Uploaded CPython 3.11macOS 10.12+ x86-64

fontawesome_free_pack-7.0.0-cp310-cp310-win_amd64.whl (1.3 MB view details)

Uploaded CPython 3.10Windows x86-64

fontawesome_free_pack-7.0.0-cp310-cp310-win32.whl (1.3 MB view details)

Uploaded CPython 3.10Windows x86

fontawesome_free_pack-7.0.0-cp310-cp310-musllinux_1_2_x86_64.whl (1.6 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

fontawesome_free_pack-7.0.0-cp310-cp310-musllinux_1_2_i686.whl (1.6 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ i686

fontawesome_free_pack-7.0.0-cp310-cp310-musllinux_1_2_armv7l.whl (1.7 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARMv7l

fontawesome_free_pack-7.0.0-cp310-cp310-musllinux_1_2_aarch64.whl (1.7 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

fontawesome_free_pack-7.0.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.5 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

fontawesome_free_pack-7.0.0-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl (1.5 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ s390x

fontawesome_free_pack-7.0.0-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (1.6 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ppc64le

fontawesome_free_pack-7.0.0-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (1.4 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARMv7l

fontawesome_free_pack-7.0.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.5 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

fontawesome_free_pack-7.0.0-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl (1.4 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.5+ i686

fontawesome_free_pack-7.0.0-cp39-cp39-win_amd64.whl (1.3 MB view details)

Uploaded CPython 3.9Windows x86-64

fontawesome_free_pack-7.0.0-cp39-cp39-win32.whl (1.3 MB view details)

Uploaded CPython 3.9Windows x86

fontawesome_free_pack-7.0.0-cp39-cp39-musllinux_1_2_x86_64.whl (1.6 MB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ x86-64

fontawesome_free_pack-7.0.0-cp39-cp39-musllinux_1_2_i686.whl (1.6 MB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ i686

fontawesome_free_pack-7.0.0-cp39-cp39-musllinux_1_2_armv7l.whl (1.7 MB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ ARMv7l

fontawesome_free_pack-7.0.0-cp39-cp39-musllinux_1_2_aarch64.whl (1.7 MB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ ARM64

fontawesome_free_pack-7.0.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.5 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

fontawesome_free_pack-7.0.0-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl (1.5 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ s390x

fontawesome_free_pack-7.0.0-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (1.6 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ppc64le

fontawesome_free_pack-7.0.0-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (1.4 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARMv7l

fontawesome_free_pack-7.0.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.5 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARM64

fontawesome_free_pack-7.0.0-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl (1.4 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.5+ i686

fontawesome_free_pack-7.0.0-cp39-abi3-win_amd64.whl (1.3 MB view details)

Uploaded CPython 3.9+Windows x86-64

fontawesome_free_pack-7.0.0-cp39-abi3-win32.whl (1.3 MB view details)

Uploaded CPython 3.9+Windows x86

fontawesome_free_pack-7.0.0-cp39-abi3-musllinux_1_2_x86_64.whl (1.6 MB view details)

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

fontawesome_free_pack-7.0.0-cp39-abi3-musllinux_1_2_i686.whl (1.6 MB view details)

Uploaded CPython 3.9+musllinux: musl 1.2+ i686

fontawesome_free_pack-7.0.0-cp39-abi3-musllinux_1_2_armv7l.whl (1.7 MB view details)

Uploaded CPython 3.9+musllinux: musl 1.2+ ARMv7l

fontawesome_free_pack-7.0.0-cp39-abi3-musllinux_1_2_aarch64.whl (1.7 MB view details)

Uploaded CPython 3.9+musllinux: musl 1.2+ ARM64

fontawesome_free_pack-7.0.0-cp39-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.5 MB view details)

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

fontawesome_free_pack-7.0.0-cp39-abi3-manylinux_2_17_s390x.manylinux2014_s390x.whl (1.5 MB view details)

Uploaded CPython 3.9+manylinux: glibc 2.17+ s390x

fontawesome_free_pack-7.0.0-cp39-abi3-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (1.6 MB view details)

Uploaded CPython 3.9+manylinux: glibc 2.17+ ppc64le

fontawesome_free_pack-7.0.0-cp39-abi3-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (1.5 MB view details)

Uploaded CPython 3.9+manylinux: glibc 2.17+ ARMv7l

fontawesome_free_pack-7.0.0-cp39-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.5 MB view details)

Uploaded CPython 3.9+manylinux: glibc 2.17+ ARM64

fontawesome_free_pack-7.0.0-cp39-abi3-manylinux_2_5_i686.manylinux1_i686.whl (1.4 MB view details)

Uploaded CPython 3.9+manylinux: glibc 2.5+ i686

fontawesome_free_pack-7.0.0-cp39-abi3-macosx_11_0_arm64.whl (1.4 MB view details)

Uploaded CPython 3.9+macOS 11.0+ ARM64

fontawesome_free_pack-7.0.0-cp39-abi3-macosx_10_12_x86_64.whl (1.3 MB view details)

Uploaded CPython 3.9+macOS 10.12+ x86-64

fontawesome_free_pack-7.0.0-cp38-cp38-musllinux_1_2_x86_64.whl (1.6 MB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ x86-64

fontawesome_free_pack-7.0.0-cp38-cp38-musllinux_1_2_i686.whl (1.6 MB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ i686

fontawesome_free_pack-7.0.0-cp38-cp38-musllinux_1_2_armv7l.whl (1.7 MB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ ARMv7l

fontawesome_free_pack-7.0.0-cp38-cp38-musllinux_1_2_aarch64.whl (1.7 MB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ ARM64

fontawesome_free_pack-7.0.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.5 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ x86-64

fontawesome_free_pack-7.0.0-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl (1.5 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ s390x

fontawesome_free_pack-7.0.0-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (1.6 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ppc64le

fontawesome_free_pack-7.0.0-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (1.4 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ARMv7l

fontawesome_free_pack-7.0.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.5 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ARM64

fontawesome_free_pack-7.0.0-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl (1.4 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.5+ i686

File details

Details for the file fontawesome_free_pack-7.0.0.tar.gz.

File metadata

  • Download URL: fontawesome_free_pack-7.0.0.tar.gz
  • Upload date:
  • Size: 577.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for fontawesome_free_pack-7.0.0.tar.gz
Algorithm Hash digest
SHA256 32aa779c4ec372c429dcf4f1d3ff96b145bd4178926f201b41f6b62c35e51d7a
MD5 7ce04748038cb380798b5fba2e73a811
BLAKE2b-256 6de8339944a2955da404c41f577c5e040b5675e71f1af545526945e58cb429be

See more details on using hashes here.

Provenance

The following attestation bundles were made for fontawesome_free_pack-7.0.0.tar.gz:

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 fontawesome_free_pack-7.0.0-pp311-pypy311_pp73-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for fontawesome_free_pack-7.0.0-pp311-pypy311_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 6183ff9fff1ade0471fb9f1d5e8052d498bfe74d33014e585efdf05bf04167b5
MD5 103f4b793efc7b3c3359e82bfbdc884d
BLAKE2b-256 bfa363a5eae9078cbe0c8ced814783c9f7abebc099ed49c5c64f63a1ee5fe6d8

See more details on using hashes here.

Provenance

The following attestation bundles were made for fontawesome_free_pack-7.0.0-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 fontawesome_free_pack-7.0.0-pp311-pypy311_pp73-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for fontawesome_free_pack-7.0.0-pp311-pypy311_pp73-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 815618dc67bb38405b99b02ced7ca4c6c49deb93ec4a3935e03ac0ae1f6da142
MD5 e7cfc831de581f7f604e3be5e402eb64
BLAKE2b-256 7eef0bf79deaf28c19f0b831c0d92e3189acc0c5aeab159d877ed134cafd2359

See more details on using hashes here.

Provenance

The following attestation bundles were made for fontawesome_free_pack-7.0.0-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 fontawesome_free_pack-7.0.0-pp311-pypy311_pp73-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for fontawesome_free_pack-7.0.0-pp311-pypy311_pp73-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 083670f3dd2ab8fed6c0b3dc13f31c230707df45cc2ebbe91a0ba5aa295a1127
MD5 6a9baa9a48812d70048078fa431d0604
BLAKE2b-256 930a1ad391c30fa1584b528869630f768f7f069b0a85d8e7e96c1b03d244fcc4

See more details on using hashes here.

Provenance

The following attestation bundles were made for fontawesome_free_pack-7.0.0-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 fontawesome_free_pack-7.0.0-pp311-pypy311_pp73-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for fontawesome_free_pack-7.0.0-pp311-pypy311_pp73-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 a29b84e309ab554cf1bdfd402dd068113682bda52eb6b1d17f5c0953fd85ab71
MD5 5fe13b9745101c704068673f8c135440
BLAKE2b-256 0ed8d173570c18b426828b1c644624ab3fd102a7a73e5ea7dbd391d4613e0797

See more details on using hashes here.

Provenance

The following attestation bundles were made for fontawesome_free_pack-7.0.0-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 fontawesome_free_pack-7.0.0-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for fontawesome_free_pack-7.0.0-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 50d2a773fb6e2b7023bf6bde69ded874878203adc9cbfaa65ccbce26f1b5a7e2
MD5 286ecddebe9e7a49a31e408db28eff2a
BLAKE2b-256 caf0ee273564cadc35268dd5ce17fe93f31c90cc9119f91f73332ab576eb72dc

See more details on using hashes here.

Provenance

The following attestation bundles were made for fontawesome_free_pack-7.0.0-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 fontawesome_free_pack-7.0.0-pp311-pypy311_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for fontawesome_free_pack-7.0.0-pp311-pypy311_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 2bd6a40110515831d9cf903c3ed4fb91837c8c61ee875942bc449e3f8aecbe47
MD5 7d9a8f526bcabf0a8d6c8785698a019d
BLAKE2b-256 5d66fea3fb26d3f73cd38b0914c08e84a95af31cd9fce0bbce321ae969f9c363

See more details on using hashes here.

Provenance

The following attestation bundles were made for fontawesome_free_pack-7.0.0-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 fontawesome_free_pack-7.0.0-pp311-pypy311_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for fontawesome_free_pack-7.0.0-pp311-pypy311_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 06019d3d972c0a7520ba6f94671c915fdd2f93c1c202f02cd6be23a0569f94de
MD5 c1e4fd941f052728578275fca050871c
BLAKE2b-256 ffe4a7feaf3baa5e5aa18a923d7292334f06aa317d83e9f303d91790269d7827

See more details on using hashes here.

Provenance

The following attestation bundles were made for fontawesome_free_pack-7.0.0-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 fontawesome_free_pack-7.0.0-pp311-pypy311_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for fontawesome_free_pack-7.0.0-pp311-pypy311_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 b234ce170c84362d0b3b82fcee0f084e18f623739b35dbb5deb9221649adce78
MD5 32d4a1287903c36537fd9822cf00e47c
BLAKE2b-256 dbb5a938209002e06184323b5213e211ab0bf243fe24d5d489074d2ab7c965c6

See more details on using hashes here.

Provenance

The following attestation bundles were made for fontawesome_free_pack-7.0.0-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 fontawesome_free_pack-7.0.0-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for fontawesome_free_pack-7.0.0-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 61e67d7199cd8661bf1f6d8852b9243356bab39c5f52a3d35b6ceda6f4042413
MD5 1b9bbbe88d1bee13961779a66b8b1be1
BLAKE2b-256 5482d69b6e471e6f46b9ad6ff96e5eef8003c5a1257724b3294d25092d83e845

See more details on using hashes here.

Provenance

The following attestation bundles were made for fontawesome_free_pack-7.0.0-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 fontawesome_free_pack-7.0.0-pp311-pypy311_pp73-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for fontawesome_free_pack-7.0.0-pp311-pypy311_pp73-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 f25496ff382f9a54f4a60462951c7f5fe60abcb108fd39d3ea05896ef80cc641
MD5 d323c6219067bcb62b5511a58ccd27c5
BLAKE2b-256 d3b259ba70dc1cd4afa21c7493f908ef30eaa75514f01b3309449b149dd15afa

See more details on using hashes here.

Provenance

The following attestation bundles were made for fontawesome_free_pack-7.0.0-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 fontawesome_free_pack-7.0.0-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for fontawesome_free_pack-7.0.0-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 d7e329ad56a3df899c879850b0bff2b142c37f7127ce3fc072b31b533783d656
MD5 92e3aca285e594bd9f084406c41a9e42
BLAKE2b-256 341c6207673da374bb844ad894d2114906e3729d12b56eea087ac728d39a6a76

See more details on using hashes here.

Provenance

The following attestation bundles were made for fontawesome_free_pack-7.0.0-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 fontawesome_free_pack-7.0.0-pp310-pypy310_pp73-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for fontawesome_free_pack-7.0.0-pp310-pypy310_pp73-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 d17888405b169e75f81c74a590401b0d46f1e31857ff34ced84ffb4c142ee233
MD5 384c2ab78c50c6dcd8ebae5f770f94b9
BLAKE2b-256 b4e18fb1022953fc6e20894a772829d04201022ce92903fa4d1b65847420a305

See more details on using hashes here.

Provenance

The following attestation bundles were made for fontawesome_free_pack-7.0.0-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 fontawesome_free_pack-7.0.0-pp310-pypy310_pp73-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for fontawesome_free_pack-7.0.0-pp310-pypy310_pp73-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 a6a1b82c0fa3db2d6d519f7afcf28d38b2d868f77e16b1bf5430167df7930b0d
MD5 31db9b070f26c2f7b52e3962b326eab8
BLAKE2b-256 83d5e12a1513946dba1c1b15af2aed733f7d099babac95d4b5469064f3121438

See more details on using hashes here.

Provenance

The following attestation bundles were made for fontawesome_free_pack-7.0.0-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 fontawesome_free_pack-7.0.0-pp310-pypy310_pp73-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for fontawesome_free_pack-7.0.0-pp310-pypy310_pp73-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 52ab1ac33da942c936c0e1bbad4ef9db83cd7f350f4055dd256e3a5c76766951
MD5 aba7d33db1e85f7d275fd476709bb669
BLAKE2b-256 f265041ffcff252d14ca29293a35ce04e1f7b9898719faa003421f92b2c2ff43

See more details on using hashes here.

Provenance

The following attestation bundles were made for fontawesome_free_pack-7.0.0-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 fontawesome_free_pack-7.0.0-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for fontawesome_free_pack-7.0.0-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 ee644f42fdf1349c96397a3100c3eb1003daa7a26eda8f416c72ededf2d331ed
MD5 8266c56827d1c00f8c352b2cf466fe3f
BLAKE2b-256 96b9c89bf68a7db74e617e0a0e9f283861f122b70faed30091a7b5f9e92069a4

See more details on using hashes here.

Provenance

The following attestation bundles were made for fontawesome_free_pack-7.0.0-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 fontawesome_free_pack-7.0.0-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for fontawesome_free_pack-7.0.0-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 0a0dcff907eb1e8eb65bded85640c4fc727daee8d6caeca0d6b88f56de50907b
MD5 8c7cb00687479bffe925853122b2b895
BLAKE2b-256 9512618a03fdc5238954a5cacb7f5d94beb931f390ddb78c1505c19053fe5330

See more details on using hashes here.

Provenance

The following attestation bundles were made for fontawesome_free_pack-7.0.0-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 fontawesome_free_pack-7.0.0-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for fontawesome_free_pack-7.0.0-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 f00324d2c65d63b267b48b37f43998f0f3d038818037a5560224dca4a00d7d41
MD5 0bfd1e9e074081dac9ff4bdaeefe745c
BLAKE2b-256 9c0d6c9f22ca184f2680d8b9983d8cbe7b6150d2c2ade32f5828f82beed77d1b

See more details on using hashes here.

Provenance

The following attestation bundles were made for fontawesome_free_pack-7.0.0-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 fontawesome_free_pack-7.0.0-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for fontawesome_free_pack-7.0.0-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 9d0e48cbaf1b60ad4ff6ee682a3e536122e2d12c9a9fb29cb3739917cedd2bb6
MD5 7dc2ae98cb3c00b31a25166faf394548
BLAKE2b-256 496d159f8088adb5c182fb03ef57893f9e793e9087027b9dca6bafbd8ed55f88

See more details on using hashes here.

Provenance

The following attestation bundles were made for fontawesome_free_pack-7.0.0-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 fontawesome_free_pack-7.0.0-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for fontawesome_free_pack-7.0.0-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 afcddc80751598aa83fea3103181d9b9095676d88f9ad4e30c21d0ce9748c974
MD5 4d4937a6ba02a3501bb32e57e1cf7632
BLAKE2b-256 61ea96257e9ae0ce9ab946c5c1eab747ad49165989d17e68674d369bddbeef9e

See more details on using hashes here.

Provenance

The following attestation bundles were made for fontawesome_free_pack-7.0.0-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 fontawesome_free_pack-7.0.0-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for fontawesome_free_pack-7.0.0-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 6b51b9f942d9ad344d5b788eab29d2c356d0708ebf650da76d1d18915967cf5b
MD5 dd747dba1235f8f18a7a58e1558e6b50
BLAKE2b-256 7a2b2022f27a2d3b225732c63646ae40d537030c16ec899bd95a0939801a7a31

See more details on using hashes here.

Provenance

The following attestation bundles were made for fontawesome_free_pack-7.0.0-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 fontawesome_free_pack-7.0.0-pp39-pypy39_pp73-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for fontawesome_free_pack-7.0.0-pp39-pypy39_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 79deb8ad9323458ce10fcd31bc0f462d7dd1f25d3d662b9736540e7a33ba8363
MD5 5992327ea3920b1204af33d0d8bdf3e6
BLAKE2b-256 1ca6db7b72d831151a694bfa62cf9b96447b380ef6aa6c8a3442a8cabe7c652d

See more details on using hashes here.

Provenance

The following attestation bundles were made for fontawesome_free_pack-7.0.0-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 fontawesome_free_pack-7.0.0-pp39-pypy39_pp73-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for fontawesome_free_pack-7.0.0-pp39-pypy39_pp73-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 7be3a542c6e0d1136bbe036a3d2fd5b11dfa8fd177c39968dbdb00acdc7e6436
MD5 3809f96f665d2d33330715a8eb55e33d
BLAKE2b-256 5137bbaf58c84383f42c47989407972aa0adc11b7a1436e89bc9c0b646403e22

See more details on using hashes here.

Provenance

The following attestation bundles were made for fontawesome_free_pack-7.0.0-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 fontawesome_free_pack-7.0.0-pp39-pypy39_pp73-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for fontawesome_free_pack-7.0.0-pp39-pypy39_pp73-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 c550f28452ff4a685627af9125b4b919978c54e38a3999d561634bef527c6424
MD5 04687ebfbf357acc3ee5b06f4087fcc4
BLAKE2b-256 b4aa5661d369c3cffa040faf809a578567b8314f37037f9a6c64754fcf19a00c

See more details on using hashes here.

Provenance

The following attestation bundles were made for fontawesome_free_pack-7.0.0-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 fontawesome_free_pack-7.0.0-pp39-pypy39_pp73-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for fontawesome_free_pack-7.0.0-pp39-pypy39_pp73-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 808322e30e28189fa3fe1b1f50afb66cf38b1c83b38b69e8deb868b92d58457b
MD5 7a0f271f65028cccbc730724da06b389
BLAKE2b-256 00b1d943ad01e900fbafff5bbce4dd79bc18ab338a2b469baff6636ed4c9d54b

See more details on using hashes here.

Provenance

The following attestation bundles were made for fontawesome_free_pack-7.0.0-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 fontawesome_free_pack-7.0.0-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for fontawesome_free_pack-7.0.0-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 50c1709775a66d45b94d520f9b6772199828ef009bbe14cd26bb37570e36db13
MD5 1107b6ce8294168a1558931c25bb1a9d
BLAKE2b-256 5128ae72aa1cd33228867360957bd9a1dfba8e50adf48e002dc454dc67a9a19b

See more details on using hashes here.

Provenance

The following attestation bundles were made for fontawesome_free_pack-7.0.0-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 fontawesome_free_pack-7.0.0-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for fontawesome_free_pack-7.0.0-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 e21e672189981f3b4fc1e9144c0c350f045f47fb0cfcab70f7e0f5b5ed57a61b
MD5 327fcf26d91cfe1a132d6e62d1c00381
BLAKE2b-256 812930e334e5ebb8b48425c44d093a7dab43581b0084309ef46e438c6cc4b18d

See more details on using hashes here.

Provenance

The following attestation bundles were made for fontawesome_free_pack-7.0.0-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 fontawesome_free_pack-7.0.0-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for fontawesome_free_pack-7.0.0-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 da6b759b1b2395d7855b180c8a4852bb157165661fafe3679e9c15c2866ec00d
MD5 b6e22a02fc24e4cc695b8d69a7ab7609
BLAKE2b-256 4ec75ea245240b0fc9a0591fca8c49e570b2ef43eb83c39da88e6135d5ca5e7c

See more details on using hashes here.

Provenance

The following attestation bundles were made for fontawesome_free_pack-7.0.0-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 fontawesome_free_pack-7.0.0-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for fontawesome_free_pack-7.0.0-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 46d6bb9484df9c8e8a6e8118dd6aaebd1c78ba87d8be142cdcb406daf861214a
MD5 f5c41368172e79cf319ad10b5d1767f4
BLAKE2b-256 b70c4ed323f9c343f643a07f0a1ff49192d8cb74f179ed128953a7345cc68863

See more details on using hashes here.

Provenance

The following attestation bundles were made for fontawesome_free_pack-7.0.0-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 fontawesome_free_pack-7.0.0-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for fontawesome_free_pack-7.0.0-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 e9177bdfc13ace3becf9ddfd50d39d55910ea60833cd18b41b894be15d8c5f2b
MD5 a73225076954495da3dd3579ab2de7fb
BLAKE2b-256 afc39adcd39d09a5b65435e53c2947074404ed3596368e6a74a24b3f4df87016

See more details on using hashes here.

Provenance

The following attestation bundles were made for fontawesome_free_pack-7.0.0-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 fontawesome_free_pack-7.0.0-cp314-cp314-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for fontawesome_free_pack-7.0.0-cp314-cp314-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 22b0ec06abdc8cfb4690997f14ea2f8bc6c02d3eb389fd05834dcf456da0e57d
MD5 e6881f2cf209c3318ae0891f5be293bc
BLAKE2b-256 e05bc70e50e2e8930be638358e156d450555392f2fd667d6e40acd9d8951f820

See more details on using hashes here.

Provenance

The following attestation bundles were made for fontawesome_free_pack-7.0.0-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 fontawesome_free_pack-7.0.0-cp313-cp313t-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for fontawesome_free_pack-7.0.0-cp313-cp313t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 d521abd8fbc1e711121c5d41ebf7444371c576e5b1b02ece0cbe08464d4d11a3
MD5 8f0dfcf5a5f6e36afe3af37c88572f22
BLAKE2b-256 365085184e7791be861a43780e54e3acdd1bf479dc7ccc0b2e88bc01fd5be791

See more details on using hashes here.

Provenance

The following attestation bundles were made for fontawesome_free_pack-7.0.0-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 fontawesome_free_pack-7.0.0-cp313-cp313t-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for fontawesome_free_pack-7.0.0-cp313-cp313t-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 f12816bebdaec1383b5b0be4f56dd2fb5b016513ba6b6ce75cf955786e277091
MD5 07d5f774048df722acd05ec65bf42555
BLAKE2b-256 e4d9ba6b14fac3da0526ae74a2b879a26f6e6d54afc1dbced2eaa58e0c9269ba

See more details on using hashes here.

Provenance

The following attestation bundles were made for fontawesome_free_pack-7.0.0-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 fontawesome_free_pack-7.0.0-cp313-cp313t-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for fontawesome_free_pack-7.0.0-cp313-cp313t-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 cfa6e3338c8f5a7cc8240a156b2e873446e2508e935640a79b42c3bbe85176fd
MD5 f1d720d455fdd0af689dc23d3e911009
BLAKE2b-256 dbed8a2159f9c04254346dcaa38802c2a467f93e147658e00cd5feb94df7274b

See more details on using hashes here.

Provenance

The following attestation bundles were made for fontawesome_free_pack-7.0.0-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 fontawesome_free_pack-7.0.0-cp313-cp313t-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for fontawesome_free_pack-7.0.0-cp313-cp313t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 315b0fa8df2641f750cca241e93a5113aa75d8644ff97164720ceee32d65977c
MD5 8295aed201f89b40f35bcb70d2673bdd
BLAKE2b-256 52ee7c51633b07c263d3f16fd6942da00fd676e7b2eeec28915d0758b91fab25

See more details on using hashes here.

Provenance

The following attestation bundles were made for fontawesome_free_pack-7.0.0-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 fontawesome_free_pack-7.0.0-cp313-cp313t-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for fontawesome_free_pack-7.0.0-cp313-cp313t-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 db6fd886793f0d59ac957d2a9b4da22b060d3d061e64f77ede576a4531e0832b
MD5 5784e3e9bca36a3be5eb598efa78bb75
BLAKE2b-256 a7c6f8d60b2d6a3efb67a91791913b2574bfa29787d2c77c3bd351a18d5b063a

See more details on using hashes here.

Provenance

The following attestation bundles were made for fontawesome_free_pack-7.0.0-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 fontawesome_free_pack-7.0.0-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for fontawesome_free_pack-7.0.0-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 85e845d7eb076ced3eb085f7b4f620b0efd7db2b45ef737bb9a46466eed2c0c6
MD5 cc2f3ca1a0aa37952cbe6168b134074f
BLAKE2b-256 d483b0163b9b02ad81fd7a67530d0ea9103a9a832c3596c8ae439332f13ed127

See more details on using hashes here.

Provenance

The following attestation bundles were made for fontawesome_free_pack-7.0.0-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 fontawesome_free_pack-7.0.0-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for fontawesome_free_pack-7.0.0-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 c5191713e96278459e613975c47eb10fb756bd9f052402ce05d841d57c8b800f
MD5 1acac5997cde69acb6665c7849d49de3
BLAKE2b-256 c57f5b93db051f8a8c7862488d1995c58f94861bd2c19e262b820669b32d0eae

See more details on using hashes here.

Provenance

The following attestation bundles were made for fontawesome_free_pack-7.0.0-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 fontawesome_free_pack-7.0.0-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for fontawesome_free_pack-7.0.0-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 4e5dc059ece38d0d7c7d09181db32b51fbeac2ebe6fe3be48e65f0e619802c58
MD5 5e444859bb86cbc0fd4a27c2349cb7e2
BLAKE2b-256 18d4555784bf2a1d0096da5bd892f42da67a2eb7843e9663e81ccbbdc76e285c

See more details on using hashes here.

Provenance

The following attestation bundles were made for fontawesome_free_pack-7.0.0-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 fontawesome_free_pack-7.0.0-cp313-cp313-win_amd64.whl.

File metadata

File hashes

Hashes for fontawesome_free_pack-7.0.0-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 4a4057548ff36a21aa19622bc6720b5bd951622f13223b6a4fefa872b1386a76
MD5 3fce0383d3764dd81d1949eb1c80bc41
BLAKE2b-256 2b51ef71c749268a960ab70c36d88b8d357848e93450f983f8d2bb9fc68e532c

See more details on using hashes here.

Provenance

The following attestation bundles were made for fontawesome_free_pack-7.0.0-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 fontawesome_free_pack-7.0.0-cp313-cp313-win32.whl.

File metadata

File hashes

Hashes for fontawesome_free_pack-7.0.0-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 614a65a24fb1a90dee48aa010d4867645f548e5e99d1fc08c46bf97a5dbc6fa2
MD5 304cc86b7400f875b81711df1465d68e
BLAKE2b-256 2e8f87897a4d0ecbe2065461d00f586378560c19843c104341488c06e96b1ec4

See more details on using hashes here.

Provenance

The following attestation bundles were made for fontawesome_free_pack-7.0.0-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 fontawesome_free_pack-7.0.0-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for fontawesome_free_pack-7.0.0-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 8d5e7ccb4e4c5338c1730db9001775ec3622219fde9fc229153ae42258e807bf
MD5 ae1d381ba798fa92c495012f0cec7b61
BLAKE2b-256 c074e6efa4c957528d58220639c4ef35136183477684148c996fd957e757d0df

See more details on using hashes here.

Provenance

The following attestation bundles were made for fontawesome_free_pack-7.0.0-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 fontawesome_free_pack-7.0.0-cp313-cp313-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for fontawesome_free_pack-7.0.0-cp313-cp313-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 7d8e8b71745886e0daf53b28ed82204b4ecb3f1032c71704e816b3987721f6fe
MD5 1abd397df603afccd85465b71f278e30
BLAKE2b-256 3bf04aa365bc4ccfce6279f3d21155ced09524372af634e45c2f25a1048746f4

See more details on using hashes here.

Provenance

The following attestation bundles were made for fontawesome_free_pack-7.0.0-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 fontawesome_free_pack-7.0.0-cp313-cp313-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for fontawesome_free_pack-7.0.0-cp313-cp313-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 8829420e932ed18dc2205c1e78a1b1fed8cbfec5a341c2b6b4b6bd8434059a23
MD5 e33f1b06002e6237e83b180cdd18b736
BLAKE2b-256 ae1bb5a8c82829aa5ef035daad9510bcf23f14580e7f6bc133e080c2661f2158

See more details on using hashes here.

Provenance

The following attestation bundles were made for fontawesome_free_pack-7.0.0-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 fontawesome_free_pack-7.0.0-cp313-cp313-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for fontawesome_free_pack-7.0.0-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 da800278563ecd9340b603a3c253de82c5752536675e0ad500afc99580c1c7c2
MD5 6506920cad191be111aa13a4cd21e68d
BLAKE2b-256 941012f58b20ae25d4d536ed182491c620eba9a6a74dc8b4206b6e49e90f2d0e

See more details on using hashes here.

Provenance

The following attestation bundles were made for fontawesome_free_pack-7.0.0-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 fontawesome_free_pack-7.0.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for fontawesome_free_pack-7.0.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 d3d88b8b6ff9fbd118951e5f790953e8572200fe990297e99a9fa48d1627bcca
MD5 dc422a221caf40bf0c0e8f3cb6659014
BLAKE2b-256 6bc454d6a8e1bc4a232421965bc41baa499b0b0e57305c70f63235ae180771ec

See more details on using hashes here.

Provenance

The following attestation bundles were made for fontawesome_free_pack-7.0.0-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 fontawesome_free_pack-7.0.0-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for fontawesome_free_pack-7.0.0-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 d60f3737b199dcacade25b70a88638b76a5b935f2fb56ef5292d84c6d9fc471b
MD5 95debe34e192a84d87dc588683e65b6d
BLAKE2b-256 01eb90b76a73a6354212aa22e28df791330b84664494ab8e98bb944caad739bf

See more details on using hashes here.

Provenance

The following attestation bundles were made for fontawesome_free_pack-7.0.0-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 fontawesome_free_pack-7.0.0-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for fontawesome_free_pack-7.0.0-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 45ede8a72429ee2e7576ec784e48da49d3c6aa954fafb35c5c969f038dd80441
MD5 247de8bb7bf18b0b85d13819f0ad3e54
BLAKE2b-256 7f738490a0075bc325385dc673be8859528407c1eb6d6f9d1fc216c21d2bd0d6

See more details on using hashes here.

Provenance

The following attestation bundles were made for fontawesome_free_pack-7.0.0-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 fontawesome_free_pack-7.0.0-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for fontawesome_free_pack-7.0.0-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 d668f19e8f600a602e294887df230b2083fdee91563997caa0cc3ef65525d9ea
MD5 7d3bba04891b602d5a3d812b4ed03170
BLAKE2b-256 6824a2fe41c3ccabd7789c293bc27c97f3243a07580b8cf6e67e1b61865a4fc5

See more details on using hashes here.

Provenance

The following attestation bundles were made for fontawesome_free_pack-7.0.0-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 fontawesome_free_pack-7.0.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for fontawesome_free_pack-7.0.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 583e76ed99cbb141ae8f97f41f163d13494a89df6d77ab5829ef3fda9c98b401
MD5 838ee7b72f5124f65c95978da8315b40
BLAKE2b-256 e70d6b9585499b094cbc04b9fbfd80a50b1106fa529bdd24fcc84c3b9a9b8df2

See more details on using hashes here.

Provenance

The following attestation bundles were made for fontawesome_free_pack-7.0.0-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 fontawesome_free_pack-7.0.0-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for fontawesome_free_pack-7.0.0-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 7443b6975831d0efe3e9bf9e8fa4b0dc084d8c92f719153ec0d444a32866c69d
MD5 79f206e3320dc6e3cf6c4ece57a91c7e
BLAKE2b-256 c6371c2f0bd2f6619038e79b4e5247dc354e80bf1ab26cb9b33286fc4311bfd1

See more details on using hashes here.

Provenance

The following attestation bundles were made for fontawesome_free_pack-7.0.0-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 fontawesome_free_pack-7.0.0-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for fontawesome_free_pack-7.0.0-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 fe6e53fe9f8de9b9bf6702426aa39cf14a7921256eec65a960726d377d360c71
MD5 b5bbe80c1ed4b3d8e38b763bb60d9288
BLAKE2b-256 4541e90a07741a3c37f610f86dc6c896ed1d42b174953ca2837dd8aa419c3c12

See more details on using hashes here.

Provenance

The following attestation bundles were made for fontawesome_free_pack-7.0.0-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 fontawesome_free_pack-7.0.0-cp313-cp313-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for fontawesome_free_pack-7.0.0-cp313-cp313-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 47fc58a424967c2f60db61a004ad97c27a39d41e100bbf0d8f7b69c53d843927
MD5 d230c7a34173e155165c215c7b906884
BLAKE2b-256 f5daa25c73440dac667d8b6408d559eef5cd301355065220751373b104991aa4

See more details on using hashes here.

Provenance

The following attestation bundles were made for fontawesome_free_pack-7.0.0-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 fontawesome_free_pack-7.0.0-cp312-cp312-win_amd64.whl.

File metadata

File hashes

Hashes for fontawesome_free_pack-7.0.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 425f829e3bf961cf9f9a15660843708af1ccd9509e7aa2beeecfeaa4bc83c2c7
MD5 f71da574fcae7729deb7d6dfb3e68ded
BLAKE2b-256 83e89f2b9e195d8a974fc7b3e28335df4f717d75206702669102270ff2b4201e

See more details on using hashes here.

Provenance

The following attestation bundles were made for fontawesome_free_pack-7.0.0-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 fontawesome_free_pack-7.0.0-cp312-cp312-win32.whl.

File metadata

File hashes

Hashes for fontawesome_free_pack-7.0.0-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 7a8c2482cf0305add0333eca89234302c2e6ddec3f92e5077688105ae3cb9f77
MD5 d4308643bc1d197bae452b8beb09ee12
BLAKE2b-256 a0393edceb48252084d9d2298cd1d6bdf866c1db5095dbfd0406288a6f179e01

See more details on using hashes here.

Provenance

The following attestation bundles were made for fontawesome_free_pack-7.0.0-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 fontawesome_free_pack-7.0.0-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for fontawesome_free_pack-7.0.0-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 91e6d7d7544e5e96e0e8b11af29f59bbe530d902632eb2f05348b744c7b6b577
MD5 6e3639d14e74f5976a4ca9e337f20ce6
BLAKE2b-256 15c12ff4f42021e45bdbda6cec2bd2ebc78ec54d7c66136709ff308365e27717

See more details on using hashes here.

Provenance

The following attestation bundles were made for fontawesome_free_pack-7.0.0-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 fontawesome_free_pack-7.0.0-cp312-cp312-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for fontawesome_free_pack-7.0.0-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 67e04672136808d36fd673f7b5efaf71c6ad0adc51c99d16969c520a09684077
MD5 8e696240ef99394bf53d5cf0e63980ca
BLAKE2b-256 53e74163730efe4c53afb0428ffae3e19daecde694dbd2ed3cb86f7ff081d77e

See more details on using hashes here.

Provenance

The following attestation bundles were made for fontawesome_free_pack-7.0.0-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 fontawesome_free_pack-7.0.0-cp312-cp312-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for fontawesome_free_pack-7.0.0-cp312-cp312-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 3845bfd74ef6846c132a3ac0d234634e44c2e677ef23dea9d92827fdc5ea8509
MD5 4705d322fb7e9f68223e8db8d0aff8b1
BLAKE2b-256 feb3f5925c5d51fbb54c98d9ea8effd78806d9a51123d572bf37899b9a2d5bc2

See more details on using hashes here.

Provenance

The following attestation bundles were made for fontawesome_free_pack-7.0.0-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 fontawesome_free_pack-7.0.0-cp312-cp312-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for fontawesome_free_pack-7.0.0-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 80ab733bc91c810f737f404d10f20eecd2c6f1a13a74fbc25e81d3195e7e9845
MD5 e9c95dcc1487c1692d95fab0f65de228
BLAKE2b-256 6534237e900a1529ad32a7c3260cd4fc300b581676e261a1f323d29f0d700995

See more details on using hashes here.

Provenance

The following attestation bundles were made for fontawesome_free_pack-7.0.0-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 fontawesome_free_pack-7.0.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for fontawesome_free_pack-7.0.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 9a00f571e7c5a6618f4e5dc98e686f0fdce8ba950f0f0ee02559f5ce31594a15
MD5 048d99a5cfb78f83873523836db29eb1
BLAKE2b-256 aa45d9dbbf36db370b16a2e89ff2c7320094ab59a239f1bae52f28e72892e182

See more details on using hashes here.

Provenance

The following attestation bundles were made for fontawesome_free_pack-7.0.0-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 fontawesome_free_pack-7.0.0-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for fontawesome_free_pack-7.0.0-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 ee992449309375931a3d423fa29fd984b98465724c1ee54119dbb2b66555b735
MD5 3a8e58218750ec77f824acfeef5e2586
BLAKE2b-256 5984fd33d83c90a5153fa1ea837fc30f8e32a60d30fff004cb349a9e9a9006f3

See more details on using hashes here.

Provenance

The following attestation bundles were made for fontawesome_free_pack-7.0.0-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 fontawesome_free_pack-7.0.0-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for fontawesome_free_pack-7.0.0-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 ab161fa5c31abfb38177ec5254f5462b2d0afe6262d5d3489bd0c36848130619
MD5 e2fc9cf6854c37d44645b5758feb8dc9
BLAKE2b-256 685f20378b968444cb441ac323290ff20b62af040ce7694586323b872929bfa3

See more details on using hashes here.

Provenance

The following attestation bundles were made for fontawesome_free_pack-7.0.0-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 fontawesome_free_pack-7.0.0-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for fontawesome_free_pack-7.0.0-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 cb8590cbef70832279d6f5b9344376d43b0d7ec45a9ec200c63d1908ed16a686
MD5 8131a2b918c87a32e02af66b102b21e8
BLAKE2b-256 0ee113552886606666fd89412cf0c1323f738046831b60b2e4740de935fc02bf

See more details on using hashes here.

Provenance

The following attestation bundles were made for fontawesome_free_pack-7.0.0-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 fontawesome_free_pack-7.0.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for fontawesome_free_pack-7.0.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 dd81735ddae54ff47c7860722d43bb820217552b728df94d58f19dee66af03c0
MD5 95eae94009258844d4a767c231adafa0
BLAKE2b-256 30ab64578965c039c01df0c387b139a1086761e0f88537b0337bff55bc75d06c

See more details on using hashes here.

Provenance

The following attestation bundles were made for fontawesome_free_pack-7.0.0-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 fontawesome_free_pack-7.0.0-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for fontawesome_free_pack-7.0.0-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 ab73d5bd6a1b019a84ef0c7065af53b28db74f3a3003e9169f571bcb629aa98b
MD5 af3f54d61ecc938d17c5a818419ca29d
BLAKE2b-256 8b76a78b079ae1cb3567966ceaa6cc3a3bc06ca5e021ed2a932b14e5ebff77d3

See more details on using hashes here.

Provenance

The following attestation bundles were made for fontawesome_free_pack-7.0.0-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 fontawesome_free_pack-7.0.0-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for fontawesome_free_pack-7.0.0-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 e43be9d0c26fb82579bcaab3678177b1a5d5c8fac41e1d86eb70144f4b62d739
MD5 73c6715efe39061cfba221ce19b114a2
BLAKE2b-256 e6ab6c128c0659440c9b1443a6309f89037ef740de5456c196eec6fcf3abb24e

See more details on using hashes here.

Provenance

The following attestation bundles were made for fontawesome_free_pack-7.0.0-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 fontawesome_free_pack-7.0.0-cp312-cp312-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for fontawesome_free_pack-7.0.0-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 2b31ee6074ae5188dd4ad671ef5ca616b2c39cd989838f411d81d3362bc02ac4
MD5 170481b8c7cac3dae19e3474232d0cf8
BLAKE2b-256 370088c1388ea76f20d29b2c0b193f3a63340f06e9eac5e94cb8f46420e68178

See more details on using hashes here.

Provenance

The following attestation bundles were made for fontawesome_free_pack-7.0.0-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 fontawesome_free_pack-7.0.0-cp311-cp311-win_amd64.whl.

File metadata

File hashes

Hashes for fontawesome_free_pack-7.0.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 87e930a0b9a44b58ff2ff464f9d92884e34eaf8f3b469dd73b9f8b20d30d4ecc
MD5 7e5f121171b576741fb5342c039c7d98
BLAKE2b-256 11972b096733074bd314219d6610ab15ae4b93ce59137b03dfde807aa6f7ea3a

See more details on using hashes here.

Provenance

The following attestation bundles were made for fontawesome_free_pack-7.0.0-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 fontawesome_free_pack-7.0.0-cp311-cp311-win32.whl.

File metadata

File hashes

Hashes for fontawesome_free_pack-7.0.0-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 20ab6f8c545f3b02d439af6731a459e9d1fdb8e47e0a2c0e5df2b7c85d9b19fc
MD5 e765e7faba3f65327831ec282f39e2e2
BLAKE2b-256 e13f904c044fda1d250be635d971254192ceeca47c51c15fcbe6f47ab42192c2

See more details on using hashes here.

Provenance

The following attestation bundles were made for fontawesome_free_pack-7.0.0-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 fontawesome_free_pack-7.0.0-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for fontawesome_free_pack-7.0.0-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 9b72c72402352ba90b7945277e957027c900b803939767e25a2b3498123f994a
MD5 5f7d53a51a19a4d8dd63c0c885fc497c
BLAKE2b-256 2ddc1199a1dc154693c8c69359a2e0f3ef684faaf25a0eca1acc28dec8624787

See more details on using hashes here.

Provenance

The following attestation bundles were made for fontawesome_free_pack-7.0.0-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 fontawesome_free_pack-7.0.0-cp311-cp311-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for fontawesome_free_pack-7.0.0-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 22e1c6ebe73a7d365bfc6a1333e1c179c33378dc27860c4cee2eea13658fdf3f
MD5 b2b16b0143b0fda359986a8c133ef771
BLAKE2b-256 2e025aeeaf0a94f61df1dbc13a1eeb5762767eb27c6ac21c76c7e903208c3caf

See more details on using hashes here.

Provenance

The following attestation bundles were made for fontawesome_free_pack-7.0.0-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 fontawesome_free_pack-7.0.0-cp311-cp311-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for fontawesome_free_pack-7.0.0-cp311-cp311-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 94d6625cafe270b4b99da4a1743291581350496e54f4cb7ac53186913e26981c
MD5 6798286c595fa9f92b58d38e0884f8d3
BLAKE2b-256 f56c10b3263555220e21437749eaabd1247bf2033e586859b01688209e792780

See more details on using hashes here.

Provenance

The following attestation bundles were made for fontawesome_free_pack-7.0.0-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 fontawesome_free_pack-7.0.0-cp311-cp311-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for fontawesome_free_pack-7.0.0-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 bd91233b6ff63705be89ce3d1c99b802e236cb54ac26773e00caa1e69ad9e43f
MD5 1b5380b476ffd37e1740f5e1d025d626
BLAKE2b-256 4588ac77e4d1be0e0ab96e230151db813bc38fd5d9e47517ff52d3433d26cd84

See more details on using hashes here.

Provenance

The following attestation bundles were made for fontawesome_free_pack-7.0.0-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 fontawesome_free_pack-7.0.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for fontawesome_free_pack-7.0.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 eba442465617f5e5e6a9cf137b4e2a544dab1340fb85a3fd466bb6258c979509
MD5 cc5b42f6b009d1e84dbca3735a1acfc6
BLAKE2b-256 d0d151993a65a71b965ee792c6c3f0f4e47abc32f6c50602b6e6efa4d2d0a317

See more details on using hashes here.

Provenance

The following attestation bundles were made for fontawesome_free_pack-7.0.0-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 fontawesome_free_pack-7.0.0-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for fontawesome_free_pack-7.0.0-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 da05e9ee759e2129b7d82fa45b49d7f3b917c8dadab90a34093c58c246dadb65
MD5 7ff5c8b519fa4e295cdd898296a23cb5
BLAKE2b-256 e8dc741cc91a8c6c84bccdee3ae6f1e58e1447c9dca58b8387345bb1f4a8a979

See more details on using hashes here.

Provenance

The following attestation bundles were made for fontawesome_free_pack-7.0.0-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 fontawesome_free_pack-7.0.0-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for fontawesome_free_pack-7.0.0-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 6108884d30670e153c65004c514f98d1b92b75cd7cc64c0524d5b3afdb5a6d6e
MD5 6d09cbd1fb3ab69725d8cacda1270b0c
BLAKE2b-256 9749aaa32539f39ed7620fa9819f0f7682945923a8f230845ba74f95993c882f

See more details on using hashes here.

Provenance

The following attestation bundles were made for fontawesome_free_pack-7.0.0-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 fontawesome_free_pack-7.0.0-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for fontawesome_free_pack-7.0.0-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 c190ed31e3501e76d01c753114c8062d071e4d814e448e99b8696e77316c5a89
MD5 1c166f2a7a1e5eadfaa3f16b39661982
BLAKE2b-256 48490bcded7218bb094606e92a78b1f79cc11a681c9cf29531537836f5b89f10

See more details on using hashes here.

Provenance

The following attestation bundles were made for fontawesome_free_pack-7.0.0-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 fontawesome_free_pack-7.0.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for fontawesome_free_pack-7.0.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 ccca12ba50a049f944fbbfab9357c935d6c5d08609d1681facad431e868e052a
MD5 35d99bd071d57e98d096ef28d78cbf8a
BLAKE2b-256 928ce56ea7b93020f2c9bf110d686a1644bc8fb26c511f0fcf65d021bde1d4c6

See more details on using hashes here.

Provenance

The following attestation bundles were made for fontawesome_free_pack-7.0.0-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 fontawesome_free_pack-7.0.0-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for fontawesome_free_pack-7.0.0-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 f929b4fde98d71c82527ca9a25162c990c6cd0364f85930a3776cf33c1119c3d
MD5 93fda80f1399d5f4470adf715007aed1
BLAKE2b-256 527b87692144dd14d6b89b6bbe3bd433a332660a098e5c231fa42c7d556789cd

See more details on using hashes here.

Provenance

The following attestation bundles were made for fontawesome_free_pack-7.0.0-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 fontawesome_free_pack-7.0.0-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for fontawesome_free_pack-7.0.0-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 a8425c48bcc80526ae042985d3eaebfd5d23159dc08b247b51b35e0e72c53264
MD5 e1c80d44ddeeb54d6f6d590207b53fc6
BLAKE2b-256 f6204d94aba9d29fad1bbb38cb6fde4fd580f04b28f8f8c9c15af36b84934c05

See more details on using hashes here.

Provenance

The following attestation bundles were made for fontawesome_free_pack-7.0.0-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 fontawesome_free_pack-7.0.0-cp311-cp311-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for fontawesome_free_pack-7.0.0-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 78e5cf7aace6642d345c0c5d5d0ef42393df7b3e9e27b1e9008233b9030f2554
MD5 f625049689c96336bf0a44d3539aa784
BLAKE2b-256 2bf539eefed8a37f1b343e9a99e8364a9ec1b3c12a5b9e137ee4a8d98839260b

See more details on using hashes here.

Provenance

The following attestation bundles were made for fontawesome_free_pack-7.0.0-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 fontawesome_free_pack-7.0.0-cp310-cp310-win_amd64.whl.

File metadata

File hashes

Hashes for fontawesome_free_pack-7.0.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 3b32d78d62c91bd45251f38ec7c0bf1c7e8020b23e15e8c0395c6129c2d2e5e2
MD5 d1e183b44fb9ed22efc1ad886ffb1f74
BLAKE2b-256 ce2a55cbfa20032e1729c3e907a760dd59bb632c0fdd29f396997a2ebdcb8c70

See more details on using hashes here.

Provenance

The following attestation bundles were made for fontawesome_free_pack-7.0.0-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 fontawesome_free_pack-7.0.0-cp310-cp310-win32.whl.

File metadata

File hashes

Hashes for fontawesome_free_pack-7.0.0-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 50f22a06540ef2cb363e24c899ccc4056577a5a18f5a73e25d985985ce42dfcb
MD5 885b09d204e9172d812c696aaa4ac4be
BLAKE2b-256 1ca04d3af936cd8d59b1afa335fd361b67c979d08b10ac0fab0618739c2d406b

See more details on using hashes here.

Provenance

The following attestation bundles were made for fontawesome_free_pack-7.0.0-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 fontawesome_free_pack-7.0.0-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for fontawesome_free_pack-7.0.0-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 e03aff55224a19973c9de3f7e3844f58ea1d6eef4d591e694255d44a5a1dbae3
MD5 53301ab7c6f75e2af804c73ec801b4b2
BLAKE2b-256 c2e028341925145ea58b7a9195c1a086d8af737d58ab16ec328a1e51048c44bb

See more details on using hashes here.

Provenance

The following attestation bundles were made for fontawesome_free_pack-7.0.0-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 fontawesome_free_pack-7.0.0-cp310-cp310-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for fontawesome_free_pack-7.0.0-cp310-cp310-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 2f0fb9d25df6f6f976dd2402eac014120068747fdd67ae9043c4dbe01fc20973
MD5 5e581251581d9b3eb72f542367db0de3
BLAKE2b-256 411f816d76ca9d0dd452675c98c04365d567b5b738e8fef8286a3794cdb7900d

See more details on using hashes here.

Provenance

The following attestation bundles were made for fontawesome_free_pack-7.0.0-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 fontawesome_free_pack-7.0.0-cp310-cp310-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for fontawesome_free_pack-7.0.0-cp310-cp310-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 5e9c3d22d9e375e788e7931b28b30b6ac060d7a727e2780defca4d279431e06c
MD5 079a26435b951c3899ae3476fa3da402
BLAKE2b-256 a58585a5da617237ae34d4d5734ccaeeda3a6fbcf3ae69fac865570324148779

See more details on using hashes here.

Provenance

The following attestation bundles were made for fontawesome_free_pack-7.0.0-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 fontawesome_free_pack-7.0.0-cp310-cp310-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for fontawesome_free_pack-7.0.0-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 32fe0bea7af30e900ebac0f5d4d8f9fa90bb5c2aae11e35d41ad0d023e46db7e
MD5 80102b39fcd771129e8f7f2f1209eca1
BLAKE2b-256 e8410d773f34cc26e0466c8695b1bc96b5b60acae4167a2d278f50d2992ec788

See more details on using hashes here.

Provenance

The following attestation bundles were made for fontawesome_free_pack-7.0.0-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 fontawesome_free_pack-7.0.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for fontawesome_free_pack-7.0.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 fd48cc27837217e4820341bc152bf3dddba0659c6bfef5a18def2fa995e4f31d
MD5 4026b1a7c33e7d8c001e7bf88ceed557
BLAKE2b-256 87d5e13a85caf2c842ad719a7c42d19db1b77b3497c0ec4fdefe2af669c7648f

See more details on using hashes here.

Provenance

The following attestation bundles were made for fontawesome_free_pack-7.0.0-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 fontawesome_free_pack-7.0.0-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for fontawesome_free_pack-7.0.0-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 b70cdbd4f3ea7476bc4c008b0e7cd65ced2fdfc70a2008a2767496b2a1eb4cf2
MD5 84a617ed557f3c675bb0e3231e57e565
BLAKE2b-256 4c856e1ff1d1c2b300afccef649530960f719213b7b1f3033d0c2433704e02fa

See more details on using hashes here.

Provenance

The following attestation bundles were made for fontawesome_free_pack-7.0.0-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 fontawesome_free_pack-7.0.0-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for fontawesome_free_pack-7.0.0-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 f859bd1fd809a5cdef24a258d8ed2993b874946e97e8a3324e7ebc40c1f1af3f
MD5 17f9f66d3c417e1bb33dc2dbc47ba938
BLAKE2b-256 44a49a2ce8bc88b1a1c5d2d1de84dac750b6a9e36f7c1361568937b8221cf90e

See more details on using hashes here.

Provenance

The following attestation bundles were made for fontawesome_free_pack-7.0.0-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 fontawesome_free_pack-7.0.0-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for fontawesome_free_pack-7.0.0-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 cf3000f670078f5ff95fe0c8f59b9009643bf05489beb1e93b04be3eda941322
MD5 0d70ab2b9e5e5f22e632d7428b8d2463
BLAKE2b-256 ffdbc9f899e9d16d0e49503dce95e48aca47636ab9eab9db4c6a216a10f23dc4

See more details on using hashes here.

Provenance

The following attestation bundles were made for fontawesome_free_pack-7.0.0-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 fontawesome_free_pack-7.0.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for fontawesome_free_pack-7.0.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 feecf70d25eca5574635305a7305d5d1f59c88d6fe8f6873aa52958e4af5bcb4
MD5 ae7054f791029400a0207747e1687032
BLAKE2b-256 f1f638d06d0162fd10363d82be576ff2ebbfa782265b030fc75847eaf742b5f0

See more details on using hashes here.

Provenance

The following attestation bundles were made for fontawesome_free_pack-7.0.0-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 fontawesome_free_pack-7.0.0-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for fontawesome_free_pack-7.0.0-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 38c3f25c1368f5bf22117f8fdbcaec5b4ad9035b5f444aece6f12d8b5a524880
MD5 1fb50c279821bfa0d946e83127b596b1
BLAKE2b-256 9dae97e43b29b2e319ed6f2b68bd709ea7a1a03bab6066491edc70d914f0797e

See more details on using hashes here.

Provenance

The following attestation bundles were made for fontawesome_free_pack-7.0.0-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 fontawesome_free_pack-7.0.0-cp39-cp39-win_amd64.whl.

File metadata

File hashes

Hashes for fontawesome_free_pack-7.0.0-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 9f842f8f8d9b8306559f76f9848ff2b38b0dae8d5b783a856f204fa5edda4b7c
MD5 e6762a12b4bcb0ddd40d313a0f1834f6
BLAKE2b-256 8f05c2fd0f8ad542f3ec03d4c229c1876444ef749716e463801b5c0a3092915b

See more details on using hashes here.

Provenance

The following attestation bundles were made for fontawesome_free_pack-7.0.0-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 fontawesome_free_pack-7.0.0-cp39-cp39-win32.whl.

File metadata

File hashes

Hashes for fontawesome_free_pack-7.0.0-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 63519c61c310cdd0ad615362f15cf3323956d8b6c2f8474c476547d261494661
MD5 8192101754bc0245a93e1b0f76803dec
BLAKE2b-256 3d9e8f1ec8900f815a602f6c4f84e2238142389941f10eb15deaf98e49feef54

See more details on using hashes here.

Provenance

The following attestation bundles were made for fontawesome_free_pack-7.0.0-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 fontawesome_free_pack-7.0.0-cp39-cp39-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for fontawesome_free_pack-7.0.0-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 fe66d9752ac6aeb368c3eb1d03e71a3e9289decc2381c5ddf3168c741a413d94
MD5 173b01fcdec67689923ba1455cf09798
BLAKE2b-256 bf8910402f6625c90a4fe917f61dfec8bd4da56845b5c4e450c964f1a2622fe4

See more details on using hashes here.

Provenance

The following attestation bundles were made for fontawesome_free_pack-7.0.0-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 fontawesome_free_pack-7.0.0-cp39-cp39-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for fontawesome_free_pack-7.0.0-cp39-cp39-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 20748f6eec5fc0c824b8650cb80781286f98a371a7ccf47c7810595d48bc9c41
MD5 d328c94a1143ae2a7a4afb8bf88fc14f
BLAKE2b-256 425bbc892d9d556948cce378978f7bf0624351af671e62d4aaee12b226ecd0c4

See more details on using hashes here.

Provenance

The following attestation bundles were made for fontawesome_free_pack-7.0.0-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 fontawesome_free_pack-7.0.0-cp39-cp39-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for fontawesome_free_pack-7.0.0-cp39-cp39-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 862fdd990297e759bf70c34845ca2417bbd1a09c2fda96a3e48e3bceb799f624
MD5 54738f1bb40195eb9b384baddeeeabbc
BLAKE2b-256 c4516485e3c76b8f8513452d7a3cae8e45604e9b0ec0ceed76db6ff34dde1042

See more details on using hashes here.

Provenance

The following attestation bundles were made for fontawesome_free_pack-7.0.0-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 fontawesome_free_pack-7.0.0-cp39-cp39-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for fontawesome_free_pack-7.0.0-cp39-cp39-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 2a522f118245d7a39ec0ed0d2e136c24cb93c994bb6af220a39dd152a7dc246b
MD5 5e9b7a8ede5c4ab2a5f98451b798716a
BLAKE2b-256 22c44108800630053d0c745542a9da6424dd2eca81b641eb9608250d16ad27bd

See more details on using hashes here.

Provenance

The following attestation bundles were made for fontawesome_free_pack-7.0.0-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 fontawesome_free_pack-7.0.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for fontawesome_free_pack-7.0.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 866460373cda4c2117a7f08c959a3596dc0507fafb03ab33ff14afac39615cc6
MD5 69e225a32e2da7adfed5b6ce4b1c2a40
BLAKE2b-256 259a47201f0b969b71fec65409d0234a023ed3e54f2aee1523fd8d378f4705f3

See more details on using hashes here.

Provenance

The following attestation bundles were made for fontawesome_free_pack-7.0.0-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 fontawesome_free_pack-7.0.0-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for fontawesome_free_pack-7.0.0-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 cccbd7c058e13d46e8acd12470e0abec33589a95cd5ca7fd827253cf259273ea
MD5 84c87bd45945bc86eed703d5500e229b
BLAKE2b-256 aff906444651e55ae272b1d215621a2c3487ce7387a615c6f70cdf7e02864f05

See more details on using hashes here.

Provenance

The following attestation bundles were made for fontawesome_free_pack-7.0.0-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 fontawesome_free_pack-7.0.0-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for fontawesome_free_pack-7.0.0-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 00ee8707a53abdf47620e0d25cf38015ac751f6d678e0ac71a82a49c610309a8
MD5 72c40065d5c38f0b3283c1798e74b4d9
BLAKE2b-256 12462efe84ac246960eb5a37040a1a7708dfc89778a0480978cb46d767bc4af9

See more details on using hashes here.

Provenance

The following attestation bundles were made for fontawesome_free_pack-7.0.0-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 fontawesome_free_pack-7.0.0-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for fontawesome_free_pack-7.0.0-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 97edd24c78c68d5738bbf8b0f36f0473211e4ebf25b86b671c21feed76cd9d30
MD5 7ea679d82f0b1417c5dd154868b75452
BLAKE2b-256 cb0b88c686b68cb067b4804b57a6db1eddd18a87b1137cc94e4123ea3c5f063a

See more details on using hashes here.

Provenance

The following attestation bundles were made for fontawesome_free_pack-7.0.0-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 fontawesome_free_pack-7.0.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for fontawesome_free_pack-7.0.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 2a2843b95df4b527c859d2b95160a388da926c4b0400a884828a55c1b84319ef
MD5 091fa01415f225c87c20a376b5d096a6
BLAKE2b-256 58db6238717f71e9ec631b311e51d3bfec7af22dcf913d5798e7a28eae7df022

See more details on using hashes here.

Provenance

The following attestation bundles were made for fontawesome_free_pack-7.0.0-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 fontawesome_free_pack-7.0.0-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for fontawesome_free_pack-7.0.0-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 51ac4e74511e50c085c2335b8c0f3be9b7f93aa831d86772677223e257753cd7
MD5 74a4a25644d391e023973904368c5dcc
BLAKE2b-256 ecae7e98fb251d044118f14985ef335962bbb40c9576da93d3c415f75c8719bc

See more details on using hashes here.

Provenance

The following attestation bundles were made for fontawesome_free_pack-7.0.0-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 fontawesome_free_pack-7.0.0-cp39-abi3-win_amd64.whl.

File metadata

File hashes

Hashes for fontawesome_free_pack-7.0.0-cp39-abi3-win_amd64.whl
Algorithm Hash digest
SHA256 06fa184fc4db42cd188e66efc2dbbe77a8510756de2ad7b533840ee728e8f034
MD5 43e9dfa1d282ff279e8ba4c09c9d9df6
BLAKE2b-256 e26b2c359c3a586039b7de06bc4aadd7da46111ae29364daadc06e26194c8527

See more details on using hashes here.

File details

Details for the file fontawesome_free_pack-7.0.0-cp39-abi3-win32.whl.

File metadata

File hashes

Hashes for fontawesome_free_pack-7.0.0-cp39-abi3-win32.whl
Algorithm Hash digest
SHA256 132b00566cf34ff373f6436a50de77637df30e0a72daa1dc4754f03c91dce79a
MD5 10d95c886732375b035bc66d33bf702e
BLAKE2b-256 5a8517a447f3d2a87d624a7915fbf72cebdf4848a8d286cf32290824154afcf2

See more details on using hashes here.

File details

Details for the file fontawesome_free_pack-7.0.0-cp39-abi3-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for fontawesome_free_pack-7.0.0-cp39-abi3-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 0178c7b2b8cee686fc5e825d554d76d0186423ac8acacb0cd03c0a31e6ca9243
MD5 d2a68257dfc83bd34567c7852b887137
BLAKE2b-256 37b9cdc52e4be9e18093af2c6fb4af450e735aa51bd64b4537fa4c56b0c07715

See more details on using hashes here.

File details

Details for the file fontawesome_free_pack-7.0.0-cp39-abi3-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for fontawesome_free_pack-7.0.0-cp39-abi3-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 9ce95cda0f095a81f525e5f330389ab3a4b1692b2de1d84434c44aeff205f0ee
MD5 f2862dd9f4087e4fbce5fe94a83b1135
BLAKE2b-256 7569502d3b2c95d2d78085c8f68f12fc836a2a740742d49d145e8a7cae30589c

See more details on using hashes here.

File details

Details for the file fontawesome_free_pack-7.0.0-cp39-abi3-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for fontawesome_free_pack-7.0.0-cp39-abi3-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 24740bd756947590e02ecf309f8b03cfdfedd7b0295f1aeb7f3cfad7396c064f
MD5 1c9ad82191b994cff925e6f88ce6cd0e
BLAKE2b-256 2972137b42c69cc6abc7b15be1fb2359f5bc49e76ed6c0e954ca928ba3ad33b3

See more details on using hashes here.

File details

Details for the file fontawesome_free_pack-7.0.0-cp39-abi3-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for fontawesome_free_pack-7.0.0-cp39-abi3-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 fac92ae89b75491c5ff63984d0e309ba4d0af7ec22b3c8b65276ef25235b54d7
MD5 b977bbdd0f9326578b156b4fcf418e33
BLAKE2b-256 99938bacae46fe6e5fbbcba4d1bf3cad805537571a4b6474757a200d13851a82

See more details on using hashes here.

File details

Details for the file fontawesome_free_pack-7.0.0-cp39-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for fontawesome_free_pack-7.0.0-cp39-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 b495308390e30c9772d716adfb0154c461165508c4d67ecf3ca3e027c59524cb
MD5 21bbcde5b50381c01a878c546b4ab3da
BLAKE2b-256 46e5cf9a28d48761084bb853fd4838d719597b1daae571fe8586fd3d089cd494

See more details on using hashes here.

File details

Details for the file fontawesome_free_pack-7.0.0-cp39-abi3-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for fontawesome_free_pack-7.0.0-cp39-abi3-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 77d9d0413cbd423c6686ad43fff973ed78601b0a63d177736f5a8b004a9002c3
MD5 41b0e71bd4bbf0abde4d8b7424e38350
BLAKE2b-256 fcd05618f413f499b3e7c5767bf6adebbfc3442bcbc0f3a262836fd248e92d36

See more details on using hashes here.

File details

Details for the file fontawesome_free_pack-7.0.0-cp39-abi3-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for fontawesome_free_pack-7.0.0-cp39-abi3-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 fc8e0edfdca156314c6f85e5d728675d7b873336faef24a25f8f2e559c2961dc
MD5 57ecb8ae6a8dce3e584749a19381a225
BLAKE2b-256 1176340bf8b3800952c220c50d78e79340f85f8a38957af8706bbaa6316b1505

See more details on using hashes here.

File details

Details for the file fontawesome_free_pack-7.0.0-cp39-abi3-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for fontawesome_free_pack-7.0.0-cp39-abi3-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 6d4a3317f343e4857755d92046786b6601f0e768cdeddb6f5673d6870976f4ae
MD5 1a890869419e9829126cfd22960a19b4
BLAKE2b-256 19de48dfc3261500a3f159f0301ed1f13d0eaaf921d33eed1dbcf86fa830438c

See more details on using hashes here.

File details

Details for the file fontawesome_free_pack-7.0.0-cp39-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for fontawesome_free_pack-7.0.0-cp39-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 6824b01e56e312479efbf1bedbab066c4c0d7bad8809e08af203f621d822b64e
MD5 9db09b532aacd4e6d8bcb1034a6b260a
BLAKE2b-256 b58aa567b7f5b3a2e589851fcaca261dfe8f4197703b5a44203d060676e78eb3

See more details on using hashes here.

File details

Details for the file fontawesome_free_pack-7.0.0-cp39-abi3-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for fontawesome_free_pack-7.0.0-cp39-abi3-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 d52c90f971b463384671d2c2550147ac705236166781e6d35428c64e8b4701c4
MD5 ff47d9aaa2d1fff5013c21764259775f
BLAKE2b-256 b7ed93d14ccccad4ff3cc956eb7e8ca202bde90e97faeb45811d885fa045abcc

See more details on using hashes here.

File details

Details for the file fontawesome_free_pack-7.0.0-cp39-abi3-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for fontawesome_free_pack-7.0.0-cp39-abi3-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 932262924a41f0989880a0777c624ed5d9b7b29c3275cab111eeb66760d5c2ea
MD5 144e4268f98984087c03336e7d194ca3
BLAKE2b-256 cc908bbee9cfc5050654c90b425394639ec4fab22ad0dfa1b26ffbbeead5bc1d

See more details on using hashes here.

File details

Details for the file fontawesome_free_pack-7.0.0-cp39-abi3-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for fontawesome_free_pack-7.0.0-cp39-abi3-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 0e9b7ea6b7e30eb3e8fb6327bb9249cdba96c66ae56550511e05313808339b33
MD5 6b63e7e9c82f5199555aae820ed8e93e
BLAKE2b-256 622e1e06fb159a2dea8e1fbf59cbb312764f95cfc846a6c246fc4545e05337f4

See more details on using hashes here.

File details

Details for the file fontawesome_free_pack-7.0.0-cp38-cp38-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for fontawesome_free_pack-7.0.0-cp38-cp38-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 390b79bcdd16e63d8060aa18e3c01e96c168b7eda84aadd4d3a0982cfeca9ef7
MD5 a6c0086a5ffaf62624e852b61b432bd5
BLAKE2b-256 5e58aa46d21c9edd2cf95b114e054d8532168f49d85569824bdeb608c733a5d9

See more details on using hashes here.

Provenance

The following attestation bundles were made for fontawesome_free_pack-7.0.0-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 fontawesome_free_pack-7.0.0-cp38-cp38-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for fontawesome_free_pack-7.0.0-cp38-cp38-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 6db2d71602cf5e84bdcca373db26461831e97a40e97af8191997fda49288ff99
MD5 f481edd0642ac204a4165172ff44cb67
BLAKE2b-256 f2e67e8fb9a00f67a366eff567600b6fd1767c39634e6c5116728577e26d1135

See more details on using hashes here.

Provenance

The following attestation bundles were made for fontawesome_free_pack-7.0.0-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 fontawesome_free_pack-7.0.0-cp38-cp38-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for fontawesome_free_pack-7.0.0-cp38-cp38-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 6a227b4181cef48e6d2ecb8780960e93a6a8f16e3b28fc4edae610442cd21a1a
MD5 ab2bc14a4876c07299f6b561148d000c
BLAKE2b-256 2a7f01be50ca2938060eaa9df97a3a0fbfe733f98785d0f11662917ad6ea50b2

See more details on using hashes here.

Provenance

The following attestation bundles were made for fontawesome_free_pack-7.0.0-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 fontawesome_free_pack-7.0.0-cp38-cp38-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for fontawesome_free_pack-7.0.0-cp38-cp38-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 600b6fd053109aa5de57780bcc19b8abb5e23206dd0351c6d04a3ae3a3d79094
MD5 5dbf148f37607bef42f7c810f584be3b
BLAKE2b-256 5de3dc0c0d6203cd33d5a415971b562ad0711ab2e02453f6e810a6bf89f6e6b7

See more details on using hashes here.

Provenance

The following attestation bundles were made for fontawesome_free_pack-7.0.0-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 fontawesome_free_pack-7.0.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for fontawesome_free_pack-7.0.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 cacd8017b8eed433c02fac63e5ca78396ac4cc8b8b9e4f81dfdc21c135bc7a1b
MD5 0936dad553161e327016a44fe74cd89f
BLAKE2b-256 342c8bad296c84570315435d527100bbc3d46584a1ce1c704c1f1095b6c7b159

See more details on using hashes here.

Provenance

The following attestation bundles were made for fontawesome_free_pack-7.0.0-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 fontawesome_free_pack-7.0.0-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for fontawesome_free_pack-7.0.0-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 a1aff833501aa964e5b6f87e0b6922144d78ef98892c7649441aacc3faeeded3
MD5 2660aea52c642c9d58408fde248166d6
BLAKE2b-256 e84e50f31b9e1f50c84ac3d89047bee635969e0749a697eaf6269d3f4c05b1f6

See more details on using hashes here.

Provenance

The following attestation bundles were made for fontawesome_free_pack-7.0.0-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 fontawesome_free_pack-7.0.0-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for fontawesome_free_pack-7.0.0-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 17ad71fa58acb3b0b535aa97b3fa1620bb43013eff82edb825b7eaf87a9c47f4
MD5 2f79cfc801c2b9de298ab85e08d9b984
BLAKE2b-256 8c5d44f6f801dd6dc267931de4f25644b896cc4c52584a661386a72b038baae9

See more details on using hashes here.

Provenance

The following attestation bundles were made for fontawesome_free_pack-7.0.0-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 fontawesome_free_pack-7.0.0-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for fontawesome_free_pack-7.0.0-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 671d68396410b4f2061d98401030410a066692cf75ea5ac2791559c1fae797c6
MD5 bb35d22af1a0cb8bace21e6040d5f76a
BLAKE2b-256 1b1f055132035f73a2aa7b29ed1b35d53d24e109713cdb923f6626d2b280eb37

See more details on using hashes here.

Provenance

The following attestation bundles were made for fontawesome_free_pack-7.0.0-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 fontawesome_free_pack-7.0.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for fontawesome_free_pack-7.0.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 1f5da4e1fef44d0577f8b01c5af6d0302e5ff3d2329948e171f053dbdabb8205
MD5 42df6c8ec89d59fb910ca1c9ac2760cb
BLAKE2b-256 ce67f8bb1bdf3aa8b7ceaef5be6d02e598b1728faebc2bbad126a0cdf8bdda23

See more details on using hashes here.

Provenance

The following attestation bundles were made for fontawesome_free_pack-7.0.0-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 fontawesome_free_pack-7.0.0-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for fontawesome_free_pack-7.0.0-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 43f97e0dbb0a9ccc4450a0150a180dd58d63bf58d4c52a20016b161665d4225d
MD5 2e00d837f6257500c513ab601f17fe24
BLAKE2b-256 01b43d19e32bfe350dd9f24a0e488d6ebe7ddfd77be8830ad10a7cedbadce8a3

See more details on using hashes here.

Provenance

The following attestation bundles were made for fontawesome_free_pack-7.0.0-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