Skip to main content

octicons-pack

Crates.io Version MSRV PyPI - Version Min Py

A redistribution of SVG assets and some metadata from the @primer/octicons 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, most icons have *_16 or *_24 variants to indicate the original height and width.

In Python

from octicons_pack import get_icon, GIT_BRANCH_24

fetched = get_icon("git-branch-24")
assert fetched is not None
assert GIT_BRANCH_24.svg == fetched.svg

In Rust

use octicons_pack::{get_icon, GIT_BRANCH_24};

assert_eq!(GIT_BRANCH_24.svg, get_icon("git-branch-24").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

octicons_pack-19.33.0.tar.gz (159.9 kB view details)

Uploaded Source

Built Distributions

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

octicons_pack-19.33.0-cp315-abi3.abi3t-win_arm64.whl (431.8 kB view details)

Uploaded CPython 3.15CPython 3.15+Windows ARM64

octicons_pack-19.33.0-cp315-abi3.abi3t-win_amd64.whl (426.1 kB view details)

Uploaded CPython 3.15CPython 3.15+Windows x86-64

octicons_pack-19.33.0-cp315-abi3.abi3t-win32.whl (426.3 kB view details)

Uploaded CPython 3.15CPython 3.15+Windows x86

octicons_pack-19.33.0-cp315-abi3.abi3t-musllinux_1_2_x86_64.whl (768.0 kB view details)

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

octicons_pack-19.33.0-cp315-abi3.abi3t-musllinux_1_2_i686.whl (785.8 kB view details)

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

octicons_pack-19.33.0-cp315-abi3.abi3t-musllinux_1_2_armv7l.whl (849.3 kB view details)

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

octicons_pack-19.33.0-cp315-abi3.abi3t-musllinux_1_2_aarch64.whl (754.8 kB view details)

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

octicons_pack-19.33.0-cp315-abi3.abi3t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (550.5 kB view details)

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

octicons_pack-19.33.0-cp315-abi3.abi3t-manylinux_2_17_s390x.manylinux2014_s390x.whl (641.5 kB view details)

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

octicons_pack-19.33.0-cp315-abi3.abi3t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (680.9 kB view details)

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

octicons_pack-19.33.0-cp315-abi3.abi3t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (579.0 kB view details)

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

octicons_pack-19.33.0-cp315-abi3.abi3t-manylinux_2_5_i686.manylinux1_i686.whl (570.9 kB view details)

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

octicons_pack-19.33.0-cp315-abi3.abi3t-macosx_11_0_arm64.whl (525.7 kB view details)

Uploaded CPython 3.15CPython 3.15+macOS 11.0+ ARM64

octicons_pack-19.33.0-cp315-abi3.abi3t-macosx_10_12_x86_64.whl (519.1 kB view details)

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

octicons_pack-19.33.0-cp311-abi3-win_arm64.whl (432.9 kB view details)

Uploaded CPython 3.11+Windows ARM64

octicons_pack-19.33.0-cp39-abi3-win_amd64.whl (436.3 kB view details)

Uploaded CPython 3.9+Windows x86-64

octicons_pack-19.33.0-cp39-abi3-win32.whl (431.4 kB view details)

Uploaded CPython 3.9+Windows x86

octicons_pack-19.33.0-cp39-abi3-musllinux_1_2_x86_64.whl (776.0 kB view details)

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

octicons_pack-19.33.0-cp39-abi3-musllinux_1_2_i686.whl (795.2 kB view details)

Uploaded CPython 3.9+musllinux: musl 1.2+ i686

octicons_pack-19.33.0-cp39-abi3-musllinux_1_2_armv7l.whl (853.2 kB view details)

Uploaded CPython 3.9+musllinux: musl 1.2+ ARMv7l

octicons_pack-19.33.0-cp39-abi3-musllinux_1_2_aarch64.whl (762.3 kB view details)

Uploaded CPython 3.9+musllinux: musl 1.2+ ARM64

octicons_pack-19.33.0-cp39-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (562.9 kB view details)

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

octicons_pack-19.33.0-cp39-abi3-manylinux_2_17_s390x.manylinux2014_s390x.whl (629.7 kB view details)

Uploaded CPython 3.9+manylinux: glibc 2.17+ s390x

octicons_pack-19.33.0-cp39-abi3-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (686.6 kB view details)

Uploaded CPython 3.9+manylinux: glibc 2.17+ ppc64le

octicons_pack-19.33.0-cp39-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (585.5 kB view details)

Uploaded CPython 3.9+manylinux: glibc 2.17+ ARM64

octicons_pack-19.33.0-cp39-abi3-manylinux_2_5_i686.manylinux1_i686.whl (573.7 kB view details)

Uploaded CPython 3.9+manylinux: glibc 2.5+ i686

octicons_pack-19.33.0-cp39-abi3-macosx_11_0_arm64.whl (534.5 kB view details)

Uploaded CPython 3.9+macOS 11.0+ ARM64

octicons_pack-19.33.0-cp39-abi3-macosx_10_12_x86_64.whl (527.9 kB view details)

Uploaded CPython 3.9+macOS 10.12+ x86-64

File details

Details for the file octicons_pack-19.33.0.tar.gz.

File metadata

  • Download URL: octicons_pack-19.33.0.tar.gz
  • Upload date:
  • Size: 159.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.14

File hashes

Hashes for octicons_pack-19.33.0.tar.gz
Algorithm Hash digest
SHA256 8abca09a93c1dc1e3d3d1c1fd196a1aa7e979e3e8e66dda916eb680ebc179e0d
MD5 dc4aed8894e2c63c88cb7bcf11dd87a4
BLAKE2b-256 06a659feb8d06cc3769bf76f967fe5f1fa7abb27a1354a016d7ef81e78befa3e

See more details on using hashes here.

Provenance

The following attestation bundles were made for octicons_pack-19.33.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 octicons_pack-19.33.0-cp315-abi3.abi3t-win_arm64.whl.

File metadata

File hashes

Hashes for octicons_pack-19.33.0-cp315-abi3.abi3t-win_arm64.whl
Algorithm Hash digest
SHA256 9852e256d1a512cf61eeca7e14a1bb7d7eeaedb2cc72aa3f74232829c453520f
MD5 a080d56531e08953822bdeee45e8e267
BLAKE2b-256 19682aa134f81b2f1ab70c96fa1629485cfb2c849356a83c1acaa1eb00835088

See more details on using hashes here.

Provenance

The following attestation bundles were made for octicons_pack-19.33.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 octicons_pack-19.33.0-cp315-abi3.abi3t-win_amd64.whl.

File metadata

File hashes

Hashes for octicons_pack-19.33.0-cp315-abi3.abi3t-win_amd64.whl
Algorithm Hash digest
SHA256 1eed8b558597d18e7d67b2493ffd839045532700a1b48ac19783cdcc0bd1f0b0
MD5 d4bc363f5d62d5bcc0a411a9540d7593
BLAKE2b-256 771b6b64fb7c5f6b5d23f010582d4e714af12ad99b93e20d6cdaf227a5a01467

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for octicons_pack-19.33.0-cp315-abi3.abi3t-win32.whl
Algorithm Hash digest
SHA256 c85b935c9cc26d095464d8122995757f7086d0667138d83d28d0f32f233e8e00
MD5 cafcf9afc1c8602c23ff97dba618d2b8
BLAKE2b-256 0b4537ebfe1a34c15a0b7b7fce9469e6eed107591eab6476957b082317001f7a

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for octicons_pack-19.33.0-cp315-abi3.abi3t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 be0084dd69e42e3ccc3f4f7c3385047ffadac6740835432d0bd5590b49991b10
MD5 c48d286b084ed3cc88ff68ae78a71168
BLAKE2b-256 6671aaa5055f7e50f4637abe203bd6f22298e1dd0ebd34cf25249a7c68793bf9

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for octicons_pack-19.33.0-cp315-abi3.abi3t-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 2e9140161629abc0cc700fa6a99192740ac527a1a0971123bc12aac46d916ae9
MD5 fce5448e77253492212445c6506c79f3
BLAKE2b-256 cb54aafbe683abe271182ac966b10ac332e8d8badba9d0cbd28b207b5e498a07

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for octicons_pack-19.33.0-cp315-abi3.abi3t-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 8cae74c830093d1fa7aa45ef97e432029f00febaf05203276507de0feb026918
MD5 516c0c22e097d1d097e4f77387d15a7a
BLAKE2b-256 d933a37d90b537df8429b7bd684f7234331f88c4b177661502e146dc05561faf

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for octicons_pack-19.33.0-cp315-abi3.abi3t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 a293bd9fcd37ed96a30e444954109f285f83b43fb49061bea1413fd6ad25391e
MD5 b823a352825311d831d5795f68e9fb25
BLAKE2b-256 70b132654012c03de61fb27fe4cd0af73d4daaf8dfcc6be1f0cebc79dc2244b9

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for octicons_pack-19.33.0-cp315-abi3.abi3t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 6fb67706d7a478793efcc3b7b33be3fed5019f3f31b42b6891525efe8dc65ce1
MD5 52913f942e46685baccbdfec34b4d6cc
BLAKE2b-256 cdfa06c3ad7c835dc1fd2479390644b8ef77c080817d00318717512901b473d4

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for octicons_pack-19.33.0-cp315-abi3.abi3t-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 bbc02e72b4c60a63509de79f291f42f00e07b822b0ab6d6706977b3c275844b2
MD5 0c40ce364da310481af68dddd1fa292f
BLAKE2b-256 e680589f6798cfee1d8078eebabc6f4e51dabdb95934386d5bc7771834d1572a

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for octicons_pack-19.33.0-cp315-abi3.abi3t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 073cf1cd619ae10246cb3ed7887a8b99d89e259a14dd209c4ed512d50ccd1a6c
MD5 996cf503d5920d213ca1f5311bda9b2b
BLAKE2b-256 23810b15eec200682b83c0262ed23f182b5da4dd268268cd425a8f065d7b0484

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for octicons_pack-19.33.0-cp315-abi3.abi3t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 d273bcad4f8b66ae17d7f884a47d8dd757bfcc1092205a48384d1c8af503b04e
MD5 5d6125a832df2464e8dd24c7f2628e49
BLAKE2b-256 b7000b2fc22ee6f98c63f3069258b0fc044856fff6ead3205ea2faf20509e35b

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for octicons_pack-19.33.0-cp315-abi3.abi3t-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 38743731a3a95fbeb99cb9f99c20b739f2ef487a603876d125f1412ef3689614
MD5 fcc18419603d9683593e26b8c8ee428b
BLAKE2b-256 f4ba7cb2a5a283a74b79dead0bf74b8a0c924c69e8249ccf4cf4ed0fdd3821eb

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for octicons_pack-19.33.0-cp315-abi3.abi3t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 020514964f478944bea300989f5086de0769c6735b23b4101e296f4d5e1769f1
MD5 42493f5f95bbef4bab069499555509e3
BLAKE2b-256 f85c8b4dcc4ee91795558bcd17f804044657d11d5db0ae9e18555690adb4a778

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for octicons_pack-19.33.0-cp315-abi3.abi3t-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 ca40ef6494e067b33990d13d2a6d9c544e603612d48dd7fdc698feaf1979a111
MD5 be6cf988b658978aa91b658bc253be1e
BLAKE2b-256 bfc38b691aa216b8fa714a90fdb42cbec2eb5460d534915665762fe0a9584675

See more details on using hashes here.

Provenance

The following attestation bundles were made for octicons_pack-19.33.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 octicons_pack-19.33.0-cp311-abi3-win_arm64.whl.

File metadata

File hashes

Hashes for octicons_pack-19.33.0-cp311-abi3-win_arm64.whl
Algorithm Hash digest
SHA256 9924a99607cadce969ce72133c522d7097353e8f8a924bb7cd29c0e76a2e3ad4
MD5 27a718107bfe6890505a36f0b78170bd
BLAKE2b-256 1684a42d7ba3528854b0a5816fbd705a0beea4b729aca7530a1894946e11fc7b

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for octicons_pack-19.33.0-cp39-abi3-win_amd64.whl
Algorithm Hash digest
SHA256 76bbafb258fc68a755cebf8e9fdd713b789025d9b4edc009b28d92443d2544bc
MD5 f204e2549ff0223dfe99fdb05a44e0d2
BLAKE2b-256 29f2c97651fe6b7762855331f56651892917ae32f38cce1a261aa0773c8af6af

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: octicons_pack-19.33.0-cp39-abi3-win32.whl
  • Upload date:
  • Size: 431.4 kB
  • Tags: CPython 3.9+, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.14

File hashes

Hashes for octicons_pack-19.33.0-cp39-abi3-win32.whl
Algorithm Hash digest
SHA256 b6d91dee70ce6d760e3b0746a8aa517432909437081b9c2a4b85c43dfda82b33
MD5 9d1b7a629eb879407dfc36c0107ef604
BLAKE2b-256 82078e43ab7df21121227fbbf00666128428140ec25b2bd2c1352bc2c7c090a5

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for octicons_pack-19.33.0-cp39-abi3-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 9b98c68164bfc6ca1678c25d5f7972014c2b02801f75df002823577a36fe7ce5
MD5 1e4657c8a7087a62f6f8298610062fe8
BLAKE2b-256 949725afd1a0a48fa6cd0c4b715ce0b0c6bf0acc19c5c685b4a6abd45631e816

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for octicons_pack-19.33.0-cp39-abi3-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 f09739d0ba0a7ad66c278937289e2f6634f307f9f50775a37ecc9efc916aa07e
MD5 750164b9b9aa2571c0ec49bb8dcdc852
BLAKE2b-256 fbc4c9082a2c00727e8407801fc7219c9a49674b171a1f1add41da0fa0ce1532

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for octicons_pack-19.33.0-cp39-abi3-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 f60b6757488682415c03e29ecfc03054f562d88b5736c99769ad7d8ccfed08f0
MD5 b673644d612c5229ed0656a6c9b98287
BLAKE2b-256 534250d6e45d9513bf15f2c8619e1cea6b838f44553e95663e8ff58635afddab

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for octicons_pack-19.33.0-cp39-abi3-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 f0e9f6e1ea7a38868c956109e28e17b5d1673a026614b54944493a69b57a69c0
MD5 18fe1a513c52359fe6c98d6cba40c2d6
BLAKE2b-256 2244e17f1663adfeac48718b30ec226935093ee38f1b0924c3e2ca6858deccfd

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for octicons_pack-19.33.0-cp39-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 8f44a90c1845ce0007a1fd7cd4569b857fadec8d40b36950ee46da63d619a6c0
MD5 ac5d5d69bc1161de21047d9b935f039e
BLAKE2b-256 4f332033ec1e37c6de8a7a1c995c1ff174d754bdaa073cce2647060ff1c62cc3

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for octicons_pack-19.33.0-cp39-abi3-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 acf2f788e51bc98169ad6f0331caf003ec37c9e4e3e1dcb5d219a2130df30d1a
MD5 bfbb843879e40bb226686113f65f70e4
BLAKE2b-256 4940bf41d61643e9d90a62ca512fbdb45319c77e888d848c3f1d8b01e466a718

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for octicons_pack-19.33.0-cp39-abi3-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 d9962537eb8ce56fef89f9ee58870371bfacb86fa133e0116f8210c5fcd293f5
MD5 2d3aaed3c9efebcfe1824876131a103b
BLAKE2b-256 bf4c4b2363c576835410bfc070fa2fcdb2d9748d3ab5dbd1ec4c3dba18912e5d

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for octicons_pack-19.33.0-cp39-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 4c5b17af0b420482e74125ba04a4730b179c5e3146f84116ca98f9aa62be4407
MD5 29143d9c55ed5e07c192b367cdb08fce
BLAKE2b-256 3773ca9635d5144eec853a953e003c1f14ae9a957f0b2d839853cdab6d9f685a

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for octicons_pack-19.33.0-cp39-abi3-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 5c187919e674c8ce97bce404c82693fea12356bc5cfb1dbc4bc6c186681f48a8
MD5 38f9fbe36b523633ea68769682e305c5
BLAKE2b-256 2474c26a140863687e73bed20100d485acdc76ca724115778291c7682c0ed5cd

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for octicons_pack-19.33.0-cp39-abi3-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 86f5551e642305836f92a05010508d0814f1e5d25b125c449127a87f63528677
MD5 01fa2d7cbae12c8e5f5c5281240b42a6
BLAKE2b-256 d2ca3079ca3b116292568c5d832a887a56f8efc31e37df34cb6506b9bd5072f9

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for octicons_pack-19.33.0-cp39-abi3-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 342b80c1db714100b7810b7bdc527821933eebca4ddf84cf8232eb85804542eb
MD5 707ffee10fc7bb41c7bf5fcaac3795e5
BLAKE2b-256 384330aca9935ab682b205fea1f36997a3159dcd0c46d5da390a2dd56d16f90f

See more details on using hashes here.

Provenance

The following attestation bundles were made for octicons_pack-19.33.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