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);

Release files for octicons-pack 19.34.0

For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.

Source distribution (sdist)

Source distribution for octicons-pack 19.34.0
File Size Uploaded
octicons_pack-19.34.0.tar.gz 159.6 kB Details

Built distributions (wheels)

Table of built distributions (wheels) for octicons-pack 19.34.0
File
octicons_pack-19.34.0-cp315-abi3.abi3t-win_arm64.whl CPython 3.15 abi3, abi3t Windows ARM64 Details
octicons_pack-19.34.0-cp315-abi3.abi3t-win_amd64.whl CPython 3.15 abi3t, abi3 Windows x86-64 Details
octicons_pack-19.34.0-cp315-abi3.abi3t-win32.whl CPython 3.15 abi3, abi3t Windows x86-32 Details
octicons_pack-19.34.0-cp315-abi3.abi3t-musllinux_1_2_x86_64.whl CPython 3.15 abi3, abi3t Linux musl 1.2+ x86-64 Details
octicons_pack-19.34.0-cp315-abi3.abi3t-musllinux_1_2_i686.whl CPython 3.15 abi3, abi3t Linux musl 1.2+ x86-32 Details
octicons_pack-19.34.0-cp315-abi3.abi3t-musllinux_1_2_armv7l.whl CPython 3.15 abi3, abi3t Linux musl 1.2+ ARMv7l Details
octicons_pack-19.34.0-cp315-abi3.abi3t-musllinux_1_2_aarch64.whl CPython 3.15 abi3, abi3t Linux musl 1.2+ ARM64 Details
octicons_pack-19.34.0-cp315-abi3.abi3t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl CPython 3.15 abi3t, abi3 Linux glibc 2.17+ x86-64 Details
octicons_pack-19.34.0-cp315-abi3.abi3t-manylinux_2_17_s390x.manylinux2014_s390x.whl CPython 3.15 abi3, abi3t Linux glibc 2.17+ IBM System/390x Details
octicons_pack-19.34.0-cp315-abi3.abi3t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl CPython 3.15 abi3, abi3t Linux glibc 2.17+ PowerPC 64-le Details
octicons_pack-19.34.0-cp315-abi3.abi3t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl CPython 3.15 abi3, abi3t Linux glibc 2.17+ ARM64 Details
octicons_pack-19.34.0-cp315-abi3.abi3t-manylinux_2_5_i686.manylinux1_i686.whl CPython 3.15 abi3t, abi3 Linux glibc 2.5+ x86-32 Details
octicons_pack-19.34.0-cp315-abi3.abi3t-macosx_11_0_arm64.whl CPython 3.15 abi3, abi3t macOS 11.0+ ARM64 Details
octicons_pack-19.34.0-cp315-abi3.abi3t-macosx_10_12_x86_64.whl CPython 3.15 abi3t, abi3 macOS 10.12+ x86-64 Details
octicons_pack-19.34.0-cp311-abi3-win_arm64.whl CPython 3.11 abi3 Windows ARM64 Details
octicons_pack-19.34.0-cp39-abi3-win_amd64.whl CPython 3.9 abi3 Windows x86-64 Details
octicons_pack-19.34.0-cp39-abi3-win32.whl CPython 3.9 abi3 Windows x86-32 Details
octicons_pack-19.34.0-cp39-abi3-musllinux_1_2_x86_64.whl CPython 3.9 abi3 Linux musl 1.2+ x86-64 Details
octicons_pack-19.34.0-cp39-abi3-musllinux_1_2_i686.whl CPython 3.9 abi3 Linux musl 1.2+ x86-32 Details
octicons_pack-19.34.0-cp39-abi3-musllinux_1_2_armv7l.whl CPython 3.9 abi3 Linux musl 1.2+ ARMv7l Details
octicons_pack-19.34.0-cp39-abi3-musllinux_1_2_aarch64.whl CPython 3.9 abi3 Linux musl 1.2+ ARM64 Details
octicons_pack-19.34.0-cp39-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl CPython 3.9 abi3 Linux glibc 2.17+ x86-64 Details
octicons_pack-19.34.0-cp39-abi3-manylinux_2_17_s390x.manylinux2014_s390x.whl CPython 3.9 abi3 Linux glibc 2.17+ IBM System/390x Details
octicons_pack-19.34.0-cp39-abi3-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl CPython 3.9 abi3 Linux glibc 2.17+ PowerPC 64-le Details
octicons_pack-19.34.0-cp39-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl CPython 3.9 abi3 Linux glibc 2.17+ ARM64 Details
octicons_pack-19.34.0-cp39-abi3-manylinux_2_5_i686.manylinux1_i686.whl CPython 3.9 abi3 Linux glibc 2.5+ x86-32 Details
octicons_pack-19.34.0-cp39-abi3-macosx_11_0_arm64.whl CPython 3.9 abi3 macOS 11.0+ ARM64 Details
octicons_pack-19.34.0-cp39-abi3-macosx_10_12_x86_64.whl CPython 3.9 abi3 macOS 10.12+ x86-64 Details

Total release size: 17.3 MB

Release files / octicons_pack-19.34.0.tar.gz

Download URL octicons_pack-19.34.0.tar.gz
Size 159.6 kB
Tags Source
SHA-256 checksum
How to use checksums
04096ed96e8f1584592ccf49bca9a1cf70be5578343846c6df78bb288c53f701
BLAKE2b-256 checksum
How to use checksums
ab19bd94f66be7ec8ba56aa187860043e6d6cacc82e6dda1059a02e8d55de6d5
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 8, 2026.

Transparency log

Release files / octicons_pack-19.34.0-cp315-abi3.abi3t-win_arm64.whl

Download URL octicons_pack-19.34.0-cp315-abi3.abi3t-win_arm64.whl
Size 433.5 kB
Tags CPython 3.15 Windows ARM64 abi3 abi3t
SHA-256 checksum
How to use checksums
f3cb6e1afe19a85dbff5c80631cfe0a94e6e5fa05cf97d731535e4a2ebfe6e7f
BLAKE2b-256 checksum
How to use checksums
fb4ecc83aeb11760aea4d298f7fc2af4e44543c5b583737a3ff408cbd19f2978
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 8, 2026.

Transparency log

Release files / octicons_pack-19.34.0-cp315-abi3.abi3t-win_amd64.whl

Download URL octicons_pack-19.34.0-cp315-abi3.abi3t-win_amd64.whl
Size 433.4 kB
Tags CPython 3.15 Windows x86-64 abi3 abi3t
SHA-256 checksum
How to use checksums
14ddd18d4953c984dc81dd81868c695c3981c972552c462d5b8396d7a02b158e
BLAKE2b-256 checksum
How to use checksums
9dc86bf927256771a3a02601840cf7b473baa163d3b4c7ab696ef877c6a8b304
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 8, 2026.

Transparency log

Release files / octicons_pack-19.34.0-cp315-abi3.abi3t-win32.whl

Download URL octicons_pack-19.34.0-cp315-abi3.abi3t-win32.whl
Size 426.5 kB
Tags CPython 3.15 Windows x86-32 abi3 abi3t
SHA-256 checksum
How to use checksums
d0a9c9581241a3d701f81e5d62b75f16ab1b057d25321d87e68ae85c8ce582be
BLAKE2b-256 checksum
How to use checksums
f3288500cb7b7d6b008fcbbf6f8984bf9f00f90e58a06d5b08bc9507d8e0d754
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 8, 2026.

Transparency log

Release files / octicons_pack-19.34.0-cp315-abi3.abi3t-musllinux_1_2_x86_64.whl

Download URL octicons_pack-19.34.0-cp315-abi3.abi3t-musllinux_1_2_x86_64.whl
Size 767.7 kB
Tags CPython 3.15 Linux musl 1.2+ x86-64 abi3 abi3t
SHA-256 checksum
How to use checksums
6d99f1335c83adcda0852a764e5d5526ec1d3522b1881a1449fb5c9625b2b2d5
BLAKE2b-256 checksum
How to use checksums
eba71b8ae07ac5336e200cb7a60b4cf6f336c6911c2e018ae9289d3c8c93dbc2
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 8, 2026.

Transparency log

Release files / octicons_pack-19.34.0-cp315-abi3.abi3t-musllinux_1_2_i686.whl

Download URL octicons_pack-19.34.0-cp315-abi3.abi3t-musllinux_1_2_i686.whl
Size 792.6 kB
Tags CPython 3.15 Linux musl 1.2+ x86-32 abi3 abi3t
SHA-256 checksum
How to use checksums
ffe8ac882a18843f783b30bd6c01e12a9def74acddbeb4491b277ffd512d97e2
BLAKE2b-256 checksum
How to use checksums
2d09b94dfd7367f3f8529b5f1a71cf09693125d55bc1aa96df597cdd9b6d9e58
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 8, 2026.

Transparency log

Release files / octicons_pack-19.34.0-cp315-abi3.abi3t-musllinux_1_2_armv7l.whl

Download URL octicons_pack-19.34.0-cp315-abi3.abi3t-musllinux_1_2_armv7l.whl
Size 851.1 kB
Tags CPython 3.15 Linux musl 1.2+ ARMv7l abi3 abi3t
SHA-256 checksum
How to use checksums
9a101952985374253ded7d6ffddf7b7c87e1b5567801acfb393a291bb6af9f7e
BLAKE2b-256 checksum
How to use checksums
55f45933ac72c8cbdf537f2066422a35d326e042035c2e14690039e74ec25292
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 8, 2026.

Transparency log

Release files / octicons_pack-19.34.0-cp315-abi3.abi3t-musllinux_1_2_aarch64.whl

Download URL octicons_pack-19.34.0-cp315-abi3.abi3t-musllinux_1_2_aarch64.whl
Size 758.2 kB
Tags CPython 3.15 Linux musl 1.2+ ARM64 abi3 abi3t
SHA-256 checksum
How to use checksums
013793ec55c43443a135e110baac07741ec19c5b6a0aa13f3359a74fcb776d3b
BLAKE2b-256 checksum
How to use checksums
0ba647bb862ab85a9c73a0cb6c8422d9094cc5a51b9f1adb8ab2ceebc5b5436d
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 8, 2026.

Transparency log

Release files / octicons_pack-19.34.0-cp315-abi3.abi3t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl

Download URL octicons_pack-19.34.0-cp315-abi3.abi3t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Size 560.7 kB
Tags CPython 3.15 Linux glibc 2.17+ x86-64 abi3 abi3t
SHA-256 checksum
How to use checksums
1efb60d7e9dba2f89ada1b6199dd735a3df49ad666f7bdab71453a36ba0145eb
BLAKE2b-256 checksum
How to use checksums
9ab667035cbb3aa1e344cc0fe49cb5b9f19466cddedcc8b44888d472d122378b
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 8, 2026.

Transparency log

Release files / octicons_pack-19.34.0-cp315-abi3.abi3t-manylinux_2_17_s390x.manylinux2014_s390x.whl

Download URL octicons_pack-19.34.0-cp315-abi3.abi3t-manylinux_2_17_s390x.manylinux2014_s390x.whl
Size 597.5 kB
Tags CPython 3.15 Linux glibc 2.17+ IBM System/390x abi3 abi3t
SHA-256 checksum
How to use checksums
ab97b8f2773af187824fcfede8cf02e9275bc1fcd5b83089f5922bbc6cef54b2
BLAKE2b-256 checksum
How to use checksums
81010008c4a116a927f5205c501791c36c87c205f416a853284d589771dc624f
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 8, 2026.

Transparency log

Release files / octicons_pack-19.34.0-cp315-abi3.abi3t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl

Download URL octicons_pack-19.34.0-cp315-abi3.abi3t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Size 683.5 kB
Tags CPython 3.15 Linux glibc 2.17+ PowerPC 64-le abi3 abi3t
SHA-256 checksum
How to use checksums
f26feabce73bc2d149cc1adb1b47d8e072ecc9eca19ee434a861ec745e16e70f
BLAKE2b-256 checksum
How to use checksums
3c3a0b00b87a771b0ee7f5271b9ed664a097cc515c5fdf9062838e12baec73c6
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 8, 2026.

Transparency log

Release files / octicons_pack-19.34.0-cp315-abi3.abi3t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl

Download URL octicons_pack-19.34.0-cp315-abi3.abi3t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Size 582.0 kB
Tags CPython 3.15 Linux glibc 2.17+ ARM64 abi3 abi3t
SHA-256 checksum
How to use checksums
7f34dcf1e2e97e7d6df67f412759e05c8b2be7204643931d1fabdfcfc5067f21
BLAKE2b-256 checksum
How to use checksums
5ccb505800e9b0d5ece279526993ab05a20502abddd6a537341151f762c1345d
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 8, 2026.

Transparency log

Release files / octicons_pack-19.34.0-cp315-abi3.abi3t-manylinux_2_5_i686.manylinux1_i686.whl

Download URL octicons_pack-19.34.0-cp315-abi3.abi3t-manylinux_2_5_i686.manylinux1_i686.whl
Size 572.4 kB
Tags CPython 3.15 Linux glibc 2.5+ x86-32 abi3 abi3t
SHA-256 checksum
How to use checksums
d7e97bd3cb718ad6c0cde10f12918d9dfb10171493dfb6d79028f3893ee422ca
BLAKE2b-256 checksum
How to use checksums
2c232260056dce05c616a03ebc2b7cdd714622df3460f33ae833a6c5446935cd
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 8, 2026.

Transparency log

Release files / octicons_pack-19.34.0-cp315-abi3.abi3t-macosx_11_0_arm64.whl

Download URL octicons_pack-19.34.0-cp315-abi3.abi3t-macosx_11_0_arm64.whl
Size 522.9 kB
Tags CPython 3.15 abi3 abi3t macOS 11.0+ ARM64
SHA-256 checksum
How to use checksums
1a717f476fedd6bb0adff45a8c46c0c55c6c6f0f95d7f56560d8ddb4c384ab4b
BLAKE2b-256 checksum
How to use checksums
f1df8777728ffb7f15795340e602ba05efe5334e8aef8a2da7d49a2f64ce8e1a
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 8, 2026.

Transparency log

Release files / octicons_pack-19.34.0-cp315-abi3.abi3t-macosx_10_12_x86_64.whl

Download URL octicons_pack-19.34.0-cp315-abi3.abi3t-macosx_10_12_x86_64.whl
Size 521.1 kB
Tags CPython 3.15 abi3 abi3t macOS 10.12+ x86-64
SHA-256 checksum
How to use checksums
39c0e00d75b6a769038aa5eb7f3ecd453dab73c8c6a9ac6c85df23ca364ed960
BLAKE2b-256 checksum
How to use checksums
a85a4898b93d6a1acec5d1303b7d48c00f2db986f9876bd752617d8ee8d3ded6
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 8, 2026.

Transparency log

Release files / octicons_pack-19.34.0-cp311-abi3-win_arm64.whl

Download URL octicons_pack-19.34.0-cp311-abi3-win_arm64.whl
Size 430.5 kB
Tags CPython 3.11 Windows ARM64 abi3
SHA-256 checksum
How to use checksums
2090d7fdbf3744866902ea544458270762bc1868614df214e687d80cf4ac835b
BLAKE2b-256 checksum
How to use checksums
3115157425d9310eaf34b4a97d69372b6c689afbad02ff45db88890c4f3270cc
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 8, 2026.

Transparency log

Release files / octicons_pack-19.34.0-cp39-abi3-win_amd64.whl

Download URL octicons_pack-19.34.0-cp39-abi3-win_amd64.whl
Size 438.8 kB
Tags CPython 3.9 Windows x86-64 abi3
SHA-256 checksum
How to use checksums
da6fbb4af231768e7d5dc941bfc63b2c2536b400b1a4a0fc9d1bd5a8dbee069b
BLAKE2b-256 checksum
How to use checksums
0b1388d7897a2c35a6ec37177f485b8ec440b11d9541aee80c56d2181a804292
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 8, 2026.

Transparency log

Release files / octicons_pack-19.34.0-cp39-abi3-win32.whl

Download URL octicons_pack-19.34.0-cp39-abi3-win32.whl
Size 434.8 kB
Tags CPython 3.9 Windows x86-32 abi3
SHA-256 checksum
How to use checksums
47bc2bfbd2438b520a5912cc1a192b6a5be7e4e309b3a51fa635ea5bed78629a
BLAKE2b-256 checksum
How to use checksums
35752df0c2a0262552ff6a2d0b549ae7e237f9cbee37dcb4d44f1e02903dc1d9
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 8, 2026.

Transparency log

Release files / octicons_pack-19.34.0-cp39-abi3-musllinux_1_2_x86_64.whl

Download URL octicons_pack-19.34.0-cp39-abi3-musllinux_1_2_x86_64.whl
Size 780.9 kB
Tags CPython 3.9 Linux musl 1.2+ x86-64 abi3
SHA-256 checksum
How to use checksums
ea2a2e02f70a8d557334081f8cf6a45203fe8926371609639164f6462686d034
BLAKE2b-256 checksum
How to use checksums
60b37d6511116eb0b035b8a234be9259137ea13674a487f96c31dda1f9715ac2
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 8, 2026.

Transparency log

Release files / octicons_pack-19.34.0-cp39-abi3-musllinux_1_2_i686.whl

Download URL octicons_pack-19.34.0-cp39-abi3-musllinux_1_2_i686.whl
Size 796.2 kB
Tags CPython 3.9 Linux musl 1.2+ x86-32 abi3
SHA-256 checksum
How to use checksums
3bffe1b2388ce453000d22f879a2ed45584e88b684e2180c5b1750b9d1e279bf
BLAKE2b-256 checksum
How to use checksums
4b69b5b6eb11cee373ebbff41baf5b5a58fddff60a42690985a9fdc7cb70d111
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 8, 2026.

Transparency log

Release files / octicons_pack-19.34.0-cp39-abi3-musllinux_1_2_armv7l.whl

Download URL octicons_pack-19.34.0-cp39-abi3-musllinux_1_2_armv7l.whl
Size 855.5 kB
Tags CPython 3.9 Linux musl 1.2+ ARMv7l abi3
SHA-256 checksum
How to use checksums
f01fec012bc453ca11e382ed40d54feba81d90a07aa782775108323278e66753
BLAKE2b-256 checksum
How to use checksums
3ec8ecd49aa5f5e737f1e3f76dc4c14a8466941f2b37350c02cea0c98316d503
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 8, 2026.

Transparency log

Release files / octicons_pack-19.34.0-cp39-abi3-musllinux_1_2_aarch64.whl

Download URL octicons_pack-19.34.0-cp39-abi3-musllinux_1_2_aarch64.whl
Size 763.2 kB
Tags CPython 3.9 Linux musl 1.2+ ARM64 abi3
SHA-256 checksum
How to use checksums
4937578401db4f9e8ae0133ad91d58f0f7e02d69b66fd718609e5857714684ce
BLAKE2b-256 checksum
How to use checksums
3f2157d7c5143e1fa61d3335f3340377659f2d7d35807f24468f58c586d542f0
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 8, 2026.

Transparency log

Release files / octicons_pack-19.34.0-cp39-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl

Download URL octicons_pack-19.34.0-cp39-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Size 567.5 kB
Tags CPython 3.9 Linux glibc 2.17+ x86-64 abi3
SHA-256 checksum
How to use checksums
34df9788593338e37ae22ffd949503f04079bd220edebb0c0a9a2a077026a8f7
BLAKE2b-256 checksum
How to use checksums
ec54cd280470795f5ebabfe0d7b4a0da78aa753b5220094aeb5d07837730a1f5
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 8, 2026.

Transparency log

Release files / octicons_pack-19.34.0-cp39-abi3-manylinux_2_17_s390x.manylinux2014_s390x.whl

Download URL octicons_pack-19.34.0-cp39-abi3-manylinux_2_17_s390x.manylinux2014_s390x.whl
Size 638.7 kB
Tags CPython 3.9 Linux glibc 2.17+ IBM System/390x abi3
SHA-256 checksum
How to use checksums
7043e27fef4b5e9cd9b0e492b3ea551803b1236f5bcc3a7b50d1c0c7d8b27235
BLAKE2b-256 checksum
How to use checksums
68fa76b709ea4981a98d6d221e0ec59bc89f3252fc3e454988b1610ed18d99a2
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 8, 2026.

Transparency log

Release files / octicons_pack-19.34.0-cp39-abi3-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl

Download URL octicons_pack-19.34.0-cp39-abi3-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Size 690.5 kB
Tags CPython 3.9 Linux glibc 2.17+ PowerPC 64-le abi3
SHA-256 checksum
How to use checksums
d36d1fa8ebff1dcb5f677e8db1ec305dc05e35bcf7a3fae21a4b1bdb4cd30ed5
BLAKE2b-256 checksum
How to use checksums
df30635ca1a7eed017d81272fb252915fb3c3692e7790d72ebcb58c1368a0d6b
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 8, 2026.

Transparency log

Release files / octicons_pack-19.34.0-cp39-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl

Download URL octicons_pack-19.34.0-cp39-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Size 585.4 kB
Tags CPython 3.9 Linux glibc 2.17+ ARM64 abi3
SHA-256 checksum
How to use checksums
81a5d6936257160835efd9cdb7614aacd848ca9a3a4d1db1438c4b452b76c28e
BLAKE2b-256 checksum
How to use checksums
8d0330a3d8cee61174ac0c71e12405644407d11b51f54379babfdbbc3ef38157
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 8, 2026.

Transparency log

Release files / octicons_pack-19.34.0-cp39-abi3-manylinux_2_5_i686.manylinux1_i686.whl

Download URL octicons_pack-19.34.0-cp39-abi3-manylinux_2_5_i686.manylinux1_i686.whl
Size 578.9 kB
Tags CPython 3.9 Linux glibc 2.5+ x86-32 abi3
SHA-256 checksum
How to use checksums
e78af19c74111dd178ea09ff06ff6af578b0cf49560367d0a13593412b1b20cc
BLAKE2b-256 checksum
How to use checksums
07e8106f6c8a29985075117567743d7cbe8a16032968287ee48174dd30c49d8d
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 8, 2026.

Transparency log

Release files / octicons_pack-19.34.0-cp39-abi3-macosx_11_0_arm64.whl

Download URL octicons_pack-19.34.0-cp39-abi3-macosx_11_0_arm64.whl
Size 532.0 kB
Tags CPython 3.9 abi3 macOS 11.0+ ARM64
SHA-256 checksum
How to use checksums
0fb214aed859f23628e45837984e34737d2fb94dca65b9c9154d13619871cb71
BLAKE2b-256 checksum
How to use checksums
57ed28798ba91766be7ba306dbcfa8647ec6b88938882753065cfbbf91865eb0
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 8, 2026.

Transparency log

Release files / octicons_pack-19.34.0-cp39-abi3-macosx_10_12_x86_64.whl

Download URL octicons_pack-19.34.0-cp39-abi3-macosx_10_12_x86_64.whl
Size 527.8 kB
Tags CPython 3.9 abi3 macOS 10.12+ x86-64
SHA-256 checksum
How to use checksums
b45e857a8b7b557024b23f2305cd0ee1ab242ea3bb0c39a606ce35ba02540845
BLAKE2b-256 checksum
How to use checksums
9152b11888b626685a8a341e26358bb818b54bbc1e1ef794a36abbc2eb9b98ae
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 8, 2026.

Transparency log
Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page