Skip to main content

simple-icons-pack

Crates.io Version MSRV PyPI - Version Min Py

A redistribution of SVG assets and some metadata from the simple-icons npm package.

Optimized SVG data

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

Usage

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

In Python

from simple_icons_pack import get_icon, SI_GITHUB

fetched = get_icon("github")
assert fetched is not None
assert SI_GITHUB.svg == fetched.svg

In Rust

use simple_icons_pack::{get_icon, SI_GITHUB};

assert_eq!(SI_GITHUB.svg, get_icon("github").unwrap().svg);

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

simple_icons_pack-16.28.0.tar.gz (2.4 MB view details)

Uploaded Source

Built Distributions

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

simple_icons_pack-16.28.0-cp315-abi3.abi3t-win_arm64.whl (4.8 MB view details)

Uploaded CPython 3.15CPython 3.15+Windows ARM64

simple_icons_pack-16.28.0-cp315-abi3.abi3t-win_amd64.whl (4.9 MB view details)

Uploaded CPython 3.15CPython 3.15+Windows x86-64

simple_icons_pack-16.28.0-cp315-abi3.abi3t-win32.whl (4.7 MB view details)

Uploaded CPython 3.15CPython 3.15+Windows x86

simple_icons_pack-16.28.0-cp315-abi3.abi3t-musllinux_1_2_x86_64.whl (5.3 MB view details)

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

simple_icons_pack-16.28.0-cp315-abi3.abi3t-musllinux_1_2_i686.whl (5.3 MB view details)

Uploaded CPython 3.15CPython 3.15+musllinux: musl 1.2+ i686

simple_icons_pack-16.28.0-cp315-abi3.abi3t-musllinux_1_2_armv7l.whl (5.3 MB view details)

Uploaded CPython 3.15CPython 3.15+musllinux: musl 1.2+ ARMv7l

simple_icons_pack-16.28.0-cp315-abi3.abi3t-musllinux_1_2_aarch64.whl (5.4 MB view details)

Uploaded CPython 3.15CPython 3.15+musllinux: musl 1.2+ ARM64

simple_icons_pack-16.28.0-cp315-abi3.abi3t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (5.0 MB view details)

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

simple_icons_pack-16.28.0-cp315-abi3.abi3t-manylinux_2_17_s390x.manylinux2014_s390x.whl (5.6 MB view details)

Uploaded CPython 3.15CPython 3.15+manylinux: glibc 2.17+ s390x

simple_icons_pack-16.28.0-cp315-abi3.abi3t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (4.9 MB view details)

Uploaded CPython 3.15CPython 3.15+manylinux: glibc 2.17+ ppc64le

simple_icons_pack-16.28.0-cp315-abi3.abi3t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (5.1 MB view details)

Uploaded CPython 3.15CPython 3.15+manylinux: glibc 2.17+ ARM64

simple_icons_pack-16.28.0-cp315-abi3.abi3t-manylinux_2_5_i686.manylinux1_i686.whl (4.8 MB view details)

Uploaded CPython 3.15CPython 3.15+manylinux: glibc 2.5+ i686

simple_icons_pack-16.28.0-cp315-abi3.abi3t-macosx_11_0_arm64.whl (4.8 MB view details)

Uploaded CPython 3.15CPython 3.15+macOS 11.0+ ARM64

simple_icons_pack-16.28.0-cp315-abi3.abi3t-macosx_10_12_x86_64.whl (4.5 MB view details)

Uploaded CPython 3.15CPython 3.15+macOS 10.12+ x86-64

simple_icons_pack-16.28.0-cp311-abi3-win_arm64.whl (4.9 MB view details)

Uploaded CPython 3.11+Windows ARM64

simple_icons_pack-16.28.0-cp39-abi3-win_amd64.whl (5.0 MB view details)

Uploaded CPython 3.9+Windows x86-64

simple_icons_pack-16.28.0-cp39-abi3-win32.whl (5.0 MB view details)

Uploaded CPython 3.9+Windows x86

simple_icons_pack-16.28.0-cp39-abi3-musllinux_1_2_x86_64.whl (5.3 MB view details)

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

simple_icons_pack-16.28.0-cp39-abi3-musllinux_1_2_i686.whl (5.0 MB view details)

Uploaded CPython 3.9+musllinux: musl 1.2+ i686

simple_icons_pack-16.28.0-cp39-abi3-musllinux_1_2_armv7l.whl (5.3 MB view details)

Uploaded CPython 3.9+musllinux: musl 1.2+ ARMv7l

simple_icons_pack-16.28.0-cp39-abi3-musllinux_1_2_aarch64.whl (5.2 MB view details)

Uploaded CPython 3.9+musllinux: musl 1.2+ ARM64

simple_icons_pack-16.28.0-cp39-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (5.0 MB view details)

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

simple_icons_pack-16.28.0-cp39-abi3-manylinux_2_17_s390x.manylinux2014_s390x.whl (5.2 MB view details)

Uploaded CPython 3.9+manylinux: glibc 2.17+ s390x

simple_icons_pack-16.28.0-cp39-abi3-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (5.2 MB view details)

Uploaded CPython 3.9+manylinux: glibc 2.17+ ppc64le

simple_icons_pack-16.28.0-cp39-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (4.7 MB view details)

Uploaded CPython 3.9+manylinux: glibc 2.17+ ARM64

simple_icons_pack-16.28.0-cp39-abi3-manylinux_2_5_i686.manylinux1_i686.whl (4.6 MB view details)

Uploaded CPython 3.9+manylinux: glibc 2.5+ i686

simple_icons_pack-16.28.0-cp39-abi3-macosx_11_0_arm64.whl (5.0 MB view details)

Uploaded CPython 3.9+macOS 11.0+ ARM64

simple_icons_pack-16.28.0-cp39-abi3-macosx_10_12_x86_64.whl (4.7 MB view details)

Uploaded CPython 3.9+macOS 10.12+ x86-64

File details

Details for the file simple_icons_pack-16.28.0.tar.gz.

File metadata

  • Download URL: simple_icons_pack-16.28.0.tar.gz
  • Upload date:
  • Size: 2.4 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.14

File hashes

Hashes for simple_icons_pack-16.28.0.tar.gz
Algorithm Hash digest
SHA256 a67000ce3e0be02c8c5f004a685d693a63f64bde5118d81c79d85ec297384d51
MD5 92aec6a8198be00087f0ed75818ab580
BLAKE2b-256 20957440f062d2756ef057e854ad15c01e4d93591a9a468c1533d557105a35f5

See more details on using hashes here.

Provenance

The following attestation bundles were made for simple_icons_pack-16.28.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 simple_icons_pack-16.28.0-cp315-abi3.abi3t-win_arm64.whl.

File metadata

File hashes

Hashes for simple_icons_pack-16.28.0-cp315-abi3.abi3t-win_arm64.whl
Algorithm Hash digest
SHA256 65b0885ee3574c33391623b20ea2477f7406d5f9e5a270cecf33c871d4ca9e3b
MD5 e534fac3ab717b02dd47e309afd65ca4
BLAKE2b-256 30f16baad28534d72f638ef1c3166116e22c0f6ef005ebd009ca190ca9d84c66

See more details on using hashes here.

Provenance

The following attestation bundles were made for simple_icons_pack-16.28.0-cp315-abi3.abi3t-win_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 simple_icons_pack-16.28.0-cp315-abi3.abi3t-win_amd64.whl.

File metadata

File hashes

Hashes for simple_icons_pack-16.28.0-cp315-abi3.abi3t-win_amd64.whl
Algorithm Hash digest
SHA256 aec7667c960e9254996d1ab725e316ceacbff3a3807273a4f5a14e272069d0e9
MD5 4ac01bab358ac8ad5178d75bfb681f02
BLAKE2b-256 8a6814587c1cfb23bf26eac0f27f58985c9f60ad39b2dd139e61e9b699d4c0be

See more details on using hashes here.

Provenance

The following attestation bundles were made for simple_icons_pack-16.28.0-cp315-abi3.abi3t-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 simple_icons_pack-16.28.0-cp315-abi3.abi3t-win32.whl.

File metadata

File hashes

Hashes for simple_icons_pack-16.28.0-cp315-abi3.abi3t-win32.whl
Algorithm Hash digest
SHA256 50cc85e06f981fd265e112bfd5b725ea8aeaa22424bda41552779dfe1d0d602d
MD5 9d3973323cf46359d2dca1e70ca5ba85
BLAKE2b-256 d18ad8ff471442ef5b4974a488a2f6c958d5af8326737a3b606920e1c7a41ab0

See more details on using hashes here.

Provenance

The following attestation bundles were made for simple_icons_pack-16.28.0-cp315-abi3.abi3t-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 simple_icons_pack-16.28.0-cp315-abi3.abi3t-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for simple_icons_pack-16.28.0-cp315-abi3.abi3t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 83592b3d8305e90e1050514c3e6621eaaa402894b1c4ffe2f253990aafa7d84c
MD5 9420b3c3d751c97af168c823f242796a
BLAKE2b-256 784b0d6dd5cd74c46c24bb23f26e22aa6fac8c9ec9e1f24ead34be491373a190

See more details on using hashes here.

Provenance

The following attestation bundles were made for simple_icons_pack-16.28.0-cp315-abi3.abi3t-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 simple_icons_pack-16.28.0-cp315-abi3.abi3t-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for simple_icons_pack-16.28.0-cp315-abi3.abi3t-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 a5d87db0e42e050f5d9c1dc4714f94549cb7ecbccdb53033ccd75535b2cc2f38
MD5 f2ee9d7e827db74a349fdfca78b09358
BLAKE2b-256 1880caf3414fbd6e33b62d9487f5ba4c48aa665ab21e91ece3b3034fa2ca93b3

See more details on using hashes here.

Provenance

The following attestation bundles were made for simple_icons_pack-16.28.0-cp315-abi3.abi3t-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 simple_icons_pack-16.28.0-cp315-abi3.abi3t-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for simple_icons_pack-16.28.0-cp315-abi3.abi3t-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 07c063969fc34376a11e842822b30359e018fe4e28c2aa58bc37b0bfc5bac235
MD5 8956b04040c8f54d064b36d3f3d000ab
BLAKE2b-256 0cac05f74860446f845569d5043d062e493e3b4a3c890dcab98ea304f91d6c5f

See more details on using hashes here.

Provenance

The following attestation bundles were made for simple_icons_pack-16.28.0-cp315-abi3.abi3t-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 simple_icons_pack-16.28.0-cp315-abi3.abi3t-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for simple_icons_pack-16.28.0-cp315-abi3.abi3t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 9a391fad67b4da232579fc8fdb7892d035c1deaefe83be2bf9afe30807511916
MD5 a9f4786e5fccad075e68af1535ea4038
BLAKE2b-256 c1f3cd5a112356bba5671d3913ff20e2bf1fdd2fd92c499d6a2212f219911f3f

See more details on using hashes here.

Provenance

The following attestation bundles were made for simple_icons_pack-16.28.0-cp315-abi3.abi3t-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 simple_icons_pack-16.28.0-cp315-abi3.abi3t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for simple_icons_pack-16.28.0-cp315-abi3.abi3t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 5bb230c83767a181cf614f3cab1a2d68f7668f075bfebfb60c3798893c4c2341
MD5 5b139281090492f8ddfa6f7737cbc4d9
BLAKE2b-256 5110bf5fa24f5fa525f725dd27a0d1233af239ec57ff91d718e9be5493bccdf5

See more details on using hashes here.

Provenance

The following attestation bundles were made for simple_icons_pack-16.28.0-cp315-abi3.abi3t-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 simple_icons_pack-16.28.0-cp315-abi3.abi3t-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for simple_icons_pack-16.28.0-cp315-abi3.abi3t-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 3970de3de7db9b1fe51187fb421b0b0cd3ed3db31d3ca32b803785382a4ce8d4
MD5 e69e6a78a16b1814a5d98c470dff5876
BLAKE2b-256 345dd5c3006e7e11b67d2c7aa84bac27ce65f50b7ca8f9fce8de5c6380d49d18

See more details on using hashes here.

Provenance

The following attestation bundles were made for simple_icons_pack-16.28.0-cp315-abi3.abi3t-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 simple_icons_pack-16.28.0-cp315-abi3.abi3t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for simple_icons_pack-16.28.0-cp315-abi3.abi3t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 9192a09efdeaae843cf3bbd65af3e44d09702d45566f5bcd9641102ff5ae55df
MD5 9630fa37cfddd70a77ccafee4cf9433e
BLAKE2b-256 dbc41750caf21cffad1134b6cf18445c3577fb249086f03a5e75394a870ff290

See more details on using hashes here.

Provenance

The following attestation bundles were made for simple_icons_pack-16.28.0-cp315-abi3.abi3t-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 simple_icons_pack-16.28.0-cp315-abi3.abi3t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for simple_icons_pack-16.28.0-cp315-abi3.abi3t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 381a6c9f547d570da3fb24939c63f5fd0351b411d9998d8b2b359d622d12e907
MD5 8907fff2098bc8c5fc788648cf7a20d1
BLAKE2b-256 07e01170b11bb4e1bdec8f2cb5cdef0258b92472d0755d240e4729c67c86185a

See more details on using hashes here.

Provenance

The following attestation bundles were made for simple_icons_pack-16.28.0-cp315-abi3.abi3t-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 simple_icons_pack-16.28.0-cp315-abi3.abi3t-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for simple_icons_pack-16.28.0-cp315-abi3.abi3t-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 9bac28f17f52de37f2075e07fef10c249c215422e4bfe98d2a61236cba4a722e
MD5 0176dd632b7c94c37b847157b9376651
BLAKE2b-256 e46ef89f226ad0bf4fd8eada8af88619802e0067c8f5cb906dca6292c440017c

See more details on using hashes here.

Provenance

The following attestation bundles were made for simple_icons_pack-16.28.0-cp315-abi3.abi3t-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 simple_icons_pack-16.28.0-cp315-abi3.abi3t-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for simple_icons_pack-16.28.0-cp315-abi3.abi3t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 026f2e6b275d1d35cd1d3b4831441c973e85417c8cd3b7fc1f9cf4dd6f1da85b
MD5 323e0b38c775e9c987352bf5a88d3a7c
BLAKE2b-256 720d3191bb82e71ed38c996ff1112c6fb263e9f22d657c348306d9987fee90f5

See more details on using hashes here.

Provenance

The following attestation bundles were made for simple_icons_pack-16.28.0-cp315-abi3.abi3t-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 simple_icons_pack-16.28.0-cp315-abi3.abi3t-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for simple_icons_pack-16.28.0-cp315-abi3.abi3t-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 58aeffa451d9b192046437bcf26b3899b558a75a7b0f994d812aa9a657a8da9d
MD5 b223ee0946c21d22e639ab2dd8f0734f
BLAKE2b-256 3098f2463a4c49735825fed5f6ce61dd8199e327d243d80c81c598b36d5216d4

See more details on using hashes here.

Provenance

The following attestation bundles were made for simple_icons_pack-16.28.0-cp315-abi3.abi3t-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 simple_icons_pack-16.28.0-cp311-abi3-win_arm64.whl.

File metadata

File hashes

Hashes for simple_icons_pack-16.28.0-cp311-abi3-win_arm64.whl
Algorithm Hash digest
SHA256 5a9f62cd67cb5f953c289be156c87f1a29628191fd6b7b6f19767a65eea7982f
MD5 d0b60e7f902c3baa479af792bae6fbbe
BLAKE2b-256 bc4b7418600df995e1d1fc7ec6f5b166e1b41645303add422653fa7878a1f41b

See more details on using hashes here.

Provenance

The following attestation bundles were made for simple_icons_pack-16.28.0-cp311-abi3-win_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 simple_icons_pack-16.28.0-cp39-abi3-win_amd64.whl.

File metadata

File hashes

Hashes for simple_icons_pack-16.28.0-cp39-abi3-win_amd64.whl
Algorithm Hash digest
SHA256 23736434cfd78f21ff4e7ecc12090c2ac1ad6c2a17f39e370ded3a37905fd139
MD5 26a48c38fec2174685830d9338ab759a
BLAKE2b-256 bb3a41d6ce2fea20375df0e3638c5af50be5042c2c73c49eeb16f85092e83d83

See more details on using hashes here.

Provenance

The following attestation bundles were made for simple_icons_pack-16.28.0-cp39-abi3-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 simple_icons_pack-16.28.0-cp39-abi3-win32.whl.

File metadata

File hashes

Hashes for simple_icons_pack-16.28.0-cp39-abi3-win32.whl
Algorithm Hash digest
SHA256 06bd5e6a05f7b8fc6d44d2015d180a5a8d57df903d474f9c7a907fce1446f993
MD5 f0a08ceef1f9e6984aa8d6a8709591ed
BLAKE2b-256 cd8255a93ad28671f5485d4d7d25a717e04e4fc8f6efdd2786d6d6cece8941d4

See more details on using hashes here.

Provenance

The following attestation bundles were made for simple_icons_pack-16.28.0-cp39-abi3-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 simple_icons_pack-16.28.0-cp39-abi3-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for simple_icons_pack-16.28.0-cp39-abi3-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 1a846ae8c09e30a1c291015609565e5c0e2d8f97bebe1f07b4d35bb91175e717
MD5 4c1598d42984df1d387e953904eece00
BLAKE2b-256 78478ab6b5f892dfa8e1be7d4c2d338c067ecd4a4ca8f5593285fb575f0df6f4

See more details on using hashes here.

Provenance

The following attestation bundles were made for simple_icons_pack-16.28.0-cp39-abi3-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 simple_icons_pack-16.28.0-cp39-abi3-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for simple_icons_pack-16.28.0-cp39-abi3-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 a839ce8b22d1b4bf4118a1c2a5765d4ed9054e6aa8871e63854c31d8e33de191
MD5 ef62d390ff7411bb11aa15bd0f753316
BLAKE2b-256 0bc6355ade7b179a07028903c41bed80bf27616d544daca38dc6b6b8cbe5b4d0

See more details on using hashes here.

Provenance

The following attestation bundles were made for simple_icons_pack-16.28.0-cp39-abi3-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 simple_icons_pack-16.28.0-cp39-abi3-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for simple_icons_pack-16.28.0-cp39-abi3-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 10ae25a46cc452c595a62401f6c83364a7647a7fc5648abd2d06181ad75d384e
MD5 7af10b98caa45d162684ba658ef3590a
BLAKE2b-256 ef6788c8f5a14ca01797005ba242e1dae8059a1cb254e7b1518fa73f9a4904c0

See more details on using hashes here.

Provenance

The following attestation bundles were made for simple_icons_pack-16.28.0-cp39-abi3-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 simple_icons_pack-16.28.0-cp39-abi3-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for simple_icons_pack-16.28.0-cp39-abi3-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 e3deb4f7aaec5a8a37d672d7a6fbc85a788327af85df11d13b664e90e50c1164
MD5 356a6c7058542a0ab72db7402412a4f0
BLAKE2b-256 fd04d1c7928ee61dbcd916841a0fdf5d6b85f1f3b4cbc0b351164bc09f8006d4

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for simple_icons_pack-16.28.0-cp39-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 3c1ebc010697e8cacd1a4193cf576c5a263f510cd071703f3d78a15820190a7d
MD5 905f317864dd0a1f8d3b61e1956fc401
BLAKE2b-256 c84157a6e040fada73b870eb4d802434639db59e12912e91dd594ad39f0bf018

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for simple_icons_pack-16.28.0-cp39-abi3-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 956a4ba3c33a79a46215c357c6763118076516b7a403065fbd4343ef08d7b78d
MD5 9b029614c587680c406052dcd78574dc
BLAKE2b-256 18c1a33fc340c91607ce43331609d46f33aee5209b14836b9c4218bc1730021a

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for simple_icons_pack-16.28.0-cp39-abi3-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 36a1a023edcb4305465ed5dbfe2c5d7d8ed8d038df3682392464b59ea4f85939
MD5 9f8e7060160055ac08b6c4f970c218e2
BLAKE2b-256 4f959f0d468e4ddaef610de78d5beb2ee27e525f20a8beb42d344d1ef929e060

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for simple_icons_pack-16.28.0-cp39-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 34945b6164155816836be2b412fa4a8f2d53069daa36a7494c89473f3f9449ed
MD5 05d1328fb5bac4561835de8eaa73fd41
BLAKE2b-256 e9ce92c78c0d553bde12babf32ab512577760367975ab98dc66bf8c5340972b5

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for simple_icons_pack-16.28.0-cp39-abi3-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 aa46fc224e3693de2caf6bff54fa06416cee70ca84288ef387fa6b05f9a40f63
MD5 d5034adf97266e4be50a4dcc04a63478
BLAKE2b-256 53d07aefeaf666f3e9fd69dc79922d6d199ad41d477febab7f7a4a81d373ef1d

See more details on using hashes here.

Provenance

The following attestation bundles were made for simple_icons_pack-16.28.0-cp39-abi3-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 simple_icons_pack-16.28.0-cp39-abi3-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for simple_icons_pack-16.28.0-cp39-abi3-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 e37d5d9f64a32354ed945088710a70401b78cb62ab2f3af960676f63bc1294e3
MD5 db3125f0052ad125b259e5bd1ab074fd
BLAKE2b-256 7c9120a1fa14264869e78f75482686f562f98d415bc7be6bba3c7a2cb274b001

See more details on using hashes here.

Provenance

The following attestation bundles were made for simple_icons_pack-16.28.0-cp39-abi3-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 simple_icons_pack-16.28.0-cp39-abi3-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for simple_icons_pack-16.28.0-cp39-abi3-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 4dcfbfd8c1f36c6ddd71f8ac8f5ac37065f88622dad2d5f8a022495fbc5dddc5
MD5 53e9b29eaba100fc7ce2de5a93e58e8e
BLAKE2b-256 5d17bebc551e34c9a858a2c74b27e55392a13adaedf4b7293551c6f4c96eaae7

See more details on using hashes here.

Provenance

The following attestation bundles were made for simple_icons_pack-16.28.0-cp39-abi3-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.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page