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.38.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.38.0
File Size Uploaded
octicons_pack-19.38.0.tar.gz 163.3 kB Details

Built distributions (wheels)

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

Total release size: 17.5 MB

Release files / octicons_pack-19.38.0.tar.gz

Download URL octicons_pack-19.38.0.tar.gz
Size 163.3 kB
Tags Source
SHA-256 checksum
How to use checksums
eb4a21262d6b3e51dd096fd6b150c308c6e8d33b865909a52419e1f06739d4ed
BLAKE2b-256 checksum
How to use checksums
27cce8f9a40f4b877f6924803e67333bd474b77ec078cd2c8627d943cfc204c8
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 24, 2026.

Transparency log

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

Download URL octicons_pack-19.38.0-cp315-abi3.abi3t-win_arm64.whl
Size 435.8 kB
Tags CPython 3.15 Windows ARM64 abi3 abi3t
SHA-256 checksum
How to use checksums
cfc9b8272719873dd192f13a7949fe9ae3dd553cb36ea4627cc4dfa00b834b81
BLAKE2b-256 checksum
How to use checksums
81c22b4eb28184a8f9edae0abe310279a27372bd92df8a372202bc9c767fd501
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 24, 2026.

Transparency log

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

Download URL octicons_pack-19.38.0-cp315-abi3.abi3t-win_amd64.whl
Size 436.4 kB
Tags CPython 3.15 Windows x86-64 abi3 abi3t
SHA-256 checksum
How to use checksums
c4f468ea3d09b9e0caa5ad5af2bedd85a6021901d06baefb12973eac5dd71444
BLAKE2b-256 checksum
How to use checksums
ebb0630e9f723a2c5404d93b8fb6269273319fb348a8b101e37833e6e6ef2fe9
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 24, 2026.

Transparency log

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

Download URL octicons_pack-19.38.0-cp315-abi3.abi3t-win32.whl
Size 432.3 kB
Tags CPython 3.15 Windows x86-32 abi3 abi3t
SHA-256 checksum
How to use checksums
51e498298670b1fb041927b759f5bc39fe252a4c0f075f5c4694f9964d3a3d7c
BLAKE2b-256 checksum
How to use checksums
06e0ab7199088b08c449ba007f6bb280642edcafe34dfce79157db1a811a261a
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 24, 2026.

Transparency log

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

Download URL octicons_pack-19.38.0-cp315-abi3.abi3t-musllinux_1_2_x86_64.whl
Size 773.7 kB
Tags CPython 3.15 Linux musl 1.2+ x86-64 abi3 abi3t
SHA-256 checksum
How to use checksums
6857d497552be5bc02cceffa93a84fa4522cf5776d4223da24b0e9ac132dc820
BLAKE2b-256 checksum
How to use checksums
64d0686cca7d35b72b21d91ae2cf4cb93edb4bfdde6142fc85b75cd308717a14
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 24, 2026.

Transparency log

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

Download URL octicons_pack-19.38.0-cp315-abi3.abi3t-musllinux_1_2_i686.whl
Size 792.9 kB
Tags CPython 3.15 Linux musl 1.2+ x86-32 abi3 abi3t
SHA-256 checksum
How to use checksums
636b5ce26bc86ea7ebe0a77ebbc348d2740c37802d6f7bac0aa340d1dbee4f82
BLAKE2b-256 checksum
How to use checksums
7937e230c4114ea916ba1131522401b28e3af7e86254485e1227e8414c849ab4
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 24, 2026.

Transparency log

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

Download URL octicons_pack-19.38.0-cp315-abi3.abi3t-musllinux_1_2_armv7l.whl
Size 855.3 kB
Tags CPython 3.15 Linux musl 1.2+ ARMv7l abi3 abi3t
SHA-256 checksum
How to use checksums
ce0f0eaeca06bf3be181951a2961492aafe356e0432406604d7b368892ccaa23
BLAKE2b-256 checksum
How to use checksums
53f214afb9f5c1e4dbb297228bd08a397fe9ecced45eac6156c95b1b0130807b
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 24, 2026.

Transparency log

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

Download URL octicons_pack-19.38.0-cp315-abi3.abi3t-musllinux_1_2_aarch64.whl
Size 756.4 kB
Tags CPython 3.15 Linux musl 1.2+ ARM64 abi3 abi3t
SHA-256 checksum
How to use checksums
e148feb43fe0ec5bb1e183a599ff44aca253f6533b7ef1fe087baede83fa99e3
BLAKE2b-256 checksum
How to use checksums
435b28316f3c7415823caba533b65fdfb412743ca8b47fecb5239d37cea198a2
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 24, 2026.

Transparency log

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

Download URL octicons_pack-19.38.0-cp315-abi3.abi3t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Size 561.6 kB
Tags CPython 3.15 Linux glibc 2.17+ x86-64 abi3 abi3t
SHA-256 checksum
How to use checksums
f273e10b45b002a2cd4a7feaf49e48afcedc69f8235690312c27da0922114f65
BLAKE2b-256 checksum
How to use checksums
e21adc757b1501fb62796a456e9d90ab0c80e2e8b608229b793926fb9aedd7b4
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 24, 2026.

Transparency log

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

Download URL octicons_pack-19.38.0-cp315-abi3.abi3t-manylinux_2_17_s390x.manylinux2014_s390x.whl
Size 648.9 kB
Tags CPython 3.15 Linux glibc 2.17+ IBM System/390x abi3 abi3t
SHA-256 checksum
How to use checksums
dbaeab4b662fb7b204297c802d82902dcd67e945c0259eee82c58cfd4dfac7e9
BLAKE2b-256 checksum
How to use checksums
6c4c60c9e4d485324486066bc611fdb4037d106641c860bef1f1767fe5f8f901
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 24, 2026.

Transparency log

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

Download URL octicons_pack-19.38.0-cp315-abi3.abi3t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Size 686.6 kB
Tags CPython 3.15 Linux glibc 2.17+ PowerPC 64-le abi3 abi3t
SHA-256 checksum
How to use checksums
8ae0c8846df197f3999d9a6b366491918b3bc5b264bd0a01f05d21ac2d9d897b
BLAKE2b-256 checksum
How to use checksums
b931e509f3063e4584d0966e258f508278dc1f3147ccbb9584a9a2dde68ab683
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 24, 2026.

Transparency log

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

Download URL octicons_pack-19.38.0-cp315-abi3.abi3t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Size 583.3 kB
Tags CPython 3.15 Linux glibc 2.17+ ARM64 abi3 abi3t
SHA-256 checksum
How to use checksums
a514cdce762839ec1babf813148c972e2fe9b835221e3468966365be3a4df206
BLAKE2b-256 checksum
How to use checksums
33ec7f6a0392618ab85d0a390cfe83ad8adf049f7ee24bae60151ba4a2e62cb2
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 24, 2026.

Transparency log

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

Download URL octicons_pack-19.38.0-cp315-abi3.abi3t-manylinux_2_5_i686.manylinux1_i686.whl
Size 569.7 kB
Tags CPython 3.15 Linux glibc 2.5+ x86-32 abi3 abi3t
SHA-256 checksum
How to use checksums
b1a57b2f93b729126ff83c23d718c6cc8014b7179ebc401dc7b3fbbf61a95660
BLAKE2b-256 checksum
How to use checksums
22fc2355aa913200ec07091642430b25d20ce1cbff55e7d122e1c6a51e861faf
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 24, 2026.

Transparency log

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

Download URL octicons_pack-19.38.0-cp315-abi3.abi3t-macosx_11_0_arm64.whl
Size 524.5 kB
Tags CPython 3.15 abi3 abi3t macOS 11.0+ ARM64
SHA-256 checksum
How to use checksums
f25f8b9381bb9f51fdd5401e8632f16ffa9bd9f84a172c70e256054b816716d3
BLAKE2b-256 checksum
How to use checksums
527b4db5bfbe3e83f2b81de61e7e832fb78b82e0442e8f721324a1e54b46d515
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 24, 2026.

Transparency log

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

Download URL octicons_pack-19.38.0-cp315-abi3.abi3t-macosx_10_12_x86_64.whl
Size 522.0 kB
Tags CPython 3.15 abi3 abi3t macOS 10.12+ x86-64
SHA-256 checksum
How to use checksums
da835b172083c81dcfd862c637453e7ad27aef86abdd7a7f986af3e16dce2cac
BLAKE2b-256 checksum
How to use checksums
c39d7052b76d9f00a08dc2f90105b819f17e432fddc10675acc5330c07b92723
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 24, 2026.

Transparency log

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

Download URL octicons_pack-19.38.0-cp311-abi3-win_arm64.whl
Size 436.4 kB
Tags CPython 3.11 Windows ARM64 abi3
SHA-256 checksum
How to use checksums
50f6fd15b8e0123358f06d7b0ee94c2d4186cb1b45686d0622b0baf946dcc910
BLAKE2b-256 checksum
How to use checksums
9bb9204d71d4107ec18830ad984c5d40bf528e0eb54b2c17dc32d5dd24e79aa7
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 24, 2026.

Transparency log

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

Download URL octicons_pack-19.38.0-cp39-abi3-win_amd64.whl
Size 446.8 kB
Tags CPython 3.9 Windows x86-64 abi3
SHA-256 checksum
How to use checksums
3e918f14a98e89d2ddd5de46c06cf08bd84403e76f3fbe2fa2c0026fe37e6173
BLAKE2b-256 checksum
How to use checksums
c68abd52b5e2a3841d2efb5db942e976cf64123b9ac625f423d3bd06d9aed868
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 24, 2026.

Transparency log

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

Download URL octicons_pack-19.38.0-cp39-abi3-win32.whl
Size 441.7 kB
Tags CPython 3.9 Windows x86-32 abi3
SHA-256 checksum
How to use checksums
9986d18e2d6ec4df96857467581d3cfa2c03196f44bcf26aaa6cb6978a25391e
BLAKE2b-256 checksum
How to use checksums
48667ac5aeef49abd560ea7c50ccf14820b859329321226934e1acf3796019d9
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 24, 2026.

Transparency log

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

Download URL octicons_pack-19.38.0-cp39-abi3-musllinux_1_2_x86_64.whl
Size 787.0 kB
Tags CPython 3.9 Linux musl 1.2+ x86-64 abi3
SHA-256 checksum
How to use checksums
419db5dca1a86718d4e07a9571c09f5e446accd4331dbb61905cda1584aee4cf
BLAKE2b-256 checksum
How to use checksums
50212bb04120441aa268660f204c62e1eaf2bd9f8a62298d11862d8805207a9a
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 24, 2026.

Transparency log

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

Download URL octicons_pack-19.38.0-cp39-abi3-musllinux_1_2_i686.whl
Size 807.8 kB
Tags CPython 3.9 Linux musl 1.2+ x86-32 abi3
SHA-256 checksum
How to use checksums
ce7fbdcdf180765a75c96c09c4a3159c2bc47e68287cf89e0595a2b839dc1f51
BLAKE2b-256 checksum
How to use checksums
259e33d69ad30d9578fc2a2d83f04e658e83cf9081b15e36232126ca6b81c457
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 24, 2026.

Transparency log

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

Download URL octicons_pack-19.38.0-cp39-abi3-musllinux_1_2_armv7l.whl
Size 869.0 kB
Tags CPython 3.9 Linux musl 1.2+ ARMv7l abi3
SHA-256 checksum
How to use checksums
66c37075706010c2f33b9705009cebbceda9d9d99b291ea83f0fe4508290d8be
BLAKE2b-256 checksum
How to use checksums
781ce9b22b5da13d60a3c83380275ca42cee7813a431b29092103d6cff4f2265
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 24, 2026.

Transparency log

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

Download URL octicons_pack-19.38.0-cp39-abi3-musllinux_1_2_aarch64.whl
Size 769.3 kB
Tags CPython 3.9 Linux musl 1.2+ ARM64 abi3
SHA-256 checksum
How to use checksums
e7a55a8649b3810bd78fcdcf2dd6838909d95aad59717979e0c2548ddf4fada2
BLAKE2b-256 checksum
How to use checksums
a2771a6cf21414031e33812306462c12711ccdd9ee06926b2f8dfe756d30ac16
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 24, 2026.

Transparency log

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

Download URL octicons_pack-19.38.0-cp39-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Size 574.5 kB
Tags CPython 3.9 Linux glibc 2.17+ x86-64 abi3
SHA-256 checksum
How to use checksums
e88ae8549971f3223af22a486891905b9237765a28c6d677ff3c55cd0002f8ed
BLAKE2b-256 checksum
How to use checksums
987fdfe8b8077ef0161c18b5664a75f9bdd47e9465be35987fc386b51258981c
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 24, 2026.

Transparency log

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

Download URL octicons_pack-19.38.0-cp39-abi3-manylinux_2_17_s390x.manylinux2014_s390x.whl
Size 646.7 kB
Tags CPython 3.9 Linux glibc 2.17+ IBM System/390x abi3
SHA-256 checksum
How to use checksums
6d7d6ef5b12019a7a101fced59f353c21e98970fd1a82ca266757cc3a1dac585
BLAKE2b-256 checksum
How to use checksums
9f7b4126e0b320c48d0ea93a386d46c268ae0dfafc2b0be48373f931cb10ba34
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 24, 2026.

Transparency log

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

Download URL octicons_pack-19.38.0-cp39-abi3-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Size 695.7 kB
Tags CPython 3.9 Linux glibc 2.17+ PowerPC 64-le abi3
SHA-256 checksum
How to use checksums
26177464ec36aa692c1e295c4d2a2f49b3391ff7435a09c4e1d2bf00ad72d522
BLAKE2b-256 checksum
How to use checksums
44107a3683b17a120453d053eaa372c0fedd6d4a84a23d81349264b4ab7d3be4
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 24, 2026.

Transparency log

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

Download URL octicons_pack-19.38.0-cp39-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Size 596.7 kB
Tags CPython 3.9 Linux glibc 2.17+ ARM64 abi3
SHA-256 checksum
How to use checksums
2603fab7478ca510d6a3d93318604783ef94b07da26268ffc1d23c98b0edf3a7
BLAKE2b-256 checksum
How to use checksums
22a6cd30301d9eab218af9911bcf2cd4eb7091f37de62aaec21c9d6855fe8456
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 24, 2026.

Transparency log

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

Download URL octicons_pack-19.38.0-cp39-abi3-manylinux_2_5_i686.manylinux1_i686.whl
Size 582.6 kB
Tags CPython 3.9 Linux glibc 2.5+ x86-32 abi3
SHA-256 checksum
How to use checksums
0e8f66bbfbf63eecd0273029e2603343dd5859059ce9ded31b337e605cc4d4ba
BLAKE2b-256 checksum
How to use checksums
6367a323e330897ac262468b3097f0f46ac95a2d2f60861df416226283c1ef5c
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 24, 2026.

Transparency log

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

Download URL octicons_pack-19.38.0-cp39-abi3-macosx_11_0_arm64.whl
Size 534.3 kB
Tags CPython 3.9 abi3 macOS 11.0+ ARM64
SHA-256 checksum
How to use checksums
db5ae5ae61ecce234368aec748c0bd26d32a3ca982740b87e4782ff55da44a1c
BLAKE2b-256 checksum
How to use checksums
9c2ca90f11ad2025e3741534596ca2f41dab825ce9e450b0e6505cc9cd590b11
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 24, 2026.

Transparency log

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

Download URL octicons_pack-19.38.0-cp39-abi3-macosx_10_12_x86_64.whl
Size 534.1 kB
Tags CPython 3.9 abi3 macOS 10.12+ x86-64
SHA-256 checksum
How to use checksums
bde454cfb4f95652d684928bcca06e3b8f0ab17033d97f0d5d91ed51b7d39434
BLAKE2b-256 checksum
How to use checksums
8d5ede6c5cc99309bf5fda59b9c09aacde6ef2401ac2f78bbaef01c98957e6db
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 24, 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