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.37.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.37.0
File Size Uploaded
octicons_pack-19.37.0.tar.gz 162.6 kB Details

Built distributions (wheels)

Table of built distributions (wheels) for octicons-pack 19.37.0
File
octicons_pack-19.37.0-cp315-abi3.abi3t-win_arm64.whl CPython 3.15 abi3, abi3t Windows ARM64 Details
octicons_pack-19.37.0-cp315-abi3.abi3t-win_amd64.whl CPython 3.15 abi3t, abi3 Windows x86-64 Details
octicons_pack-19.37.0-cp315-abi3.abi3t-win32.whl CPython 3.15 abi3t, abi3 Windows x86-32 Details
octicons_pack-19.37.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.37.0-cp315-abi3.abi3t-musllinux_1_2_i686.whl CPython 3.15 abi3t, abi3 Linux musl 1.2+ x86-32 Details
octicons_pack-19.37.0-cp315-abi3.abi3t-musllinux_1_2_armv7l.whl CPython 3.15 abi3, abi3t Linux musl 1.2+ ARMv7l Details
octicons_pack-19.37.0-cp315-abi3.abi3t-musllinux_1_2_aarch64.whl CPython 3.15 abi3t, abi3 Linux musl 1.2+ ARM64 Details
octicons_pack-19.37.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.37.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.37.0-cp315-abi3.abi3t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl CPython 3.15 abi3t, abi3 Linux glibc 2.17+ PowerPC 64-le Details
octicons_pack-19.37.0-cp315-abi3.abi3t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl CPython 3.15 abi3t, abi3 Linux glibc 2.17+ ARM64 Details
octicons_pack-19.37.0-cp315-abi3.abi3t-manylinux_2_5_i686.manylinux1_i686.whl CPython 3.15 abi3, abi3t Linux glibc 2.5+ x86-32 Details
octicons_pack-19.37.0-cp315-abi3.abi3t-macosx_11_0_arm64.whl CPython 3.15 abi3t, abi3 macOS 11.0+ ARM64 Details
octicons_pack-19.37.0-cp315-abi3.abi3t-macosx_10_12_x86_64.whl CPython 3.15 abi3, abi3t macOS 10.12+ x86-64 Details
octicons_pack-19.37.0-cp311-abi3-win_arm64.whl CPython 3.11 abi3 Windows ARM64 Details
octicons_pack-19.37.0-cp39-abi3-win_amd64.whl CPython 3.9 abi3 Windows x86-64 Details
octicons_pack-19.37.0-cp39-abi3-win32.whl CPython 3.9 abi3 Windows x86-32 Details
octicons_pack-19.37.0-cp39-abi3-musllinux_1_2_x86_64.whl CPython 3.9 abi3 Linux musl 1.2+ x86-64 Details
octicons_pack-19.37.0-cp39-abi3-musllinux_1_2_i686.whl CPython 3.9 abi3 Linux musl 1.2+ x86-32 Details
octicons_pack-19.37.0-cp39-abi3-musllinux_1_2_armv7l.whl CPython 3.9 abi3 Linux musl 1.2+ ARMv7l Details
octicons_pack-19.37.0-cp39-abi3-musllinux_1_2_aarch64.whl CPython 3.9 abi3 Linux musl 1.2+ ARM64 Details
octicons_pack-19.37.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.37.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.37.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.37.0-cp39-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl CPython 3.9 abi3 Linux glibc 2.17+ ARM64 Details
octicons_pack-19.37.0-cp39-abi3-manylinux_2_5_i686.manylinux1_i686.whl CPython 3.9 abi3 Linux glibc 2.5+ x86-32 Details
octicons_pack-19.37.0-cp39-abi3-macosx_11_0_arm64.whl CPython 3.9 abi3 macOS 11.0+ ARM64 Details
octicons_pack-19.37.0-cp39-abi3-macosx_10_12_x86_64.whl CPython 3.9 abi3 macOS 10.12+ x86-64 Details

Total release size: 17.4 MB

Release files / octicons_pack-19.37.0.tar.gz

Download URL octicons_pack-19.37.0.tar.gz
Size 162.6 kB
Tags Source
SHA-256 checksum
How to use checksums
b2d1e6ed4e2887ad66033aef24be33e7afce94a9a5156e51bfee3262b20f3a52
BLAKE2b-256 checksum
How to use checksums
b43ec868e9dc8367032e8cb293faf151025a82b1215157f3e3fab693353b696e
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.37.0-cp315-abi3.abi3t-win_arm64.whl

Download URL octicons_pack-19.37.0-cp315-abi3.abi3t-win_arm64.whl
Size 434.3 kB
Tags CPython 3.15 Windows ARM64 abi3 abi3t
SHA-256 checksum
How to use checksums
6f93403678305343a89800ff0a17fcaf784d19820dda71db50346dad4d7ed3ea
BLAKE2b-256 checksum
How to use checksums
a362a89fe8763ab81153d9baf427b32d73b861472285acc2ab9f092ebe695931
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.37.0-cp315-abi3.abi3t-win_amd64.whl

Download URL octicons_pack-19.37.0-cp315-abi3.abi3t-win_amd64.whl
Size 435.0 kB
Tags CPython 3.15 Windows x86-64 abi3 abi3t
SHA-256 checksum
How to use checksums
2fcb751e7be7fadb51cc054827f8e20e2139b688b45f7d587a7328aeb0221b21
BLAKE2b-256 checksum
How to use checksums
2a52aaaf2c5b41c04baeb8a54ca4841786d7feafdd37408deb84fcb7b32a11a5
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.37.0-cp315-abi3.abi3t-win32.whl

Download URL octicons_pack-19.37.0-cp315-abi3.abi3t-win32.whl
Size 427.6 kB
Tags CPython 3.15 Windows x86-32 abi3 abi3t
SHA-256 checksum
How to use checksums
c26319e2dbde571be00c378a7b2d432b63c9351cfa4da3e085196899f6df1989
BLAKE2b-256 checksum
How to use checksums
3660bb34eca61a9de7e3cdc14ec0a3628b6686163918457485ddc770d952266e
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.37.0-cp315-abi3.abi3t-musllinux_1_2_x86_64.whl

Download URL octicons_pack-19.37.0-cp315-abi3.abi3t-musllinux_1_2_x86_64.whl
Size 767.5 kB
Tags CPython 3.15 Linux musl 1.2+ x86-64 abi3 abi3t
SHA-256 checksum
How to use checksums
1a9d399b55fde86b6932f93253387e2f8ca914e75e9378496a0a9759940a522a
BLAKE2b-256 checksum
How to use checksums
fb3fc4cc45fa19c50dbf4798e4717368dcd1ec2caf0f983da20c6ec202562779
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.37.0-cp315-abi3.abi3t-musllinux_1_2_i686.whl

Download URL octicons_pack-19.37.0-cp315-abi3.abi3t-musllinux_1_2_i686.whl
Size 791.1 kB
Tags CPython 3.15 Linux musl 1.2+ x86-32 abi3 abi3t
SHA-256 checksum
How to use checksums
4028a120e565a02089777ea4a173829959ef055b8ffcaa3d3c65f1e21dfc19e9
BLAKE2b-256 checksum
How to use checksums
1f4133aa70e06f2657dc4e8beea978ef2ea11f2b3a4f702186db46e4727e96db
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.37.0-cp315-abi3.abi3t-musllinux_1_2_armv7l.whl

Download URL octicons_pack-19.37.0-cp315-abi3.abi3t-musllinux_1_2_armv7l.whl
Size 850.4 kB
Tags CPython 3.15 Linux musl 1.2+ ARMv7l abi3 abi3t
SHA-256 checksum
How to use checksums
58c0fb19d01c9ed175ed2c3055926d549d65bb97bacf4653a4936c84e827f17d
BLAKE2b-256 checksum
How to use checksums
7cb49bc9dd932239829b2f930986fd691b0e53b9a7df281e2a85aaa12e5e9497
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.37.0-cp315-abi3.abi3t-musllinux_1_2_aarch64.whl

Download URL octicons_pack-19.37.0-cp315-abi3.abi3t-musllinux_1_2_aarch64.whl
Size 754.9 kB
Tags CPython 3.15 Linux musl 1.2+ ARM64 abi3 abi3t
SHA-256 checksum
How to use checksums
5db56d3d994dc1834f050b887af9b5a6dd9f1ce04603cb568dab03665d13b84c
BLAKE2b-256 checksum
How to use checksums
4c79890f027e905abe0a2c563419f7229d75174f2e1575998eb9ad0e9486e198
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.37.0-cp315-abi3.abi3t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl

Download URL octicons_pack-19.37.0-cp315-abi3.abi3t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Size 560.3 kB
Tags CPython 3.15 Linux glibc 2.17+ x86-64 abi3 abi3t
SHA-256 checksum
How to use checksums
094767f8829aebb4599a11d6f75e67215cb8db0d0575f25baa04ba5ae06e709a
BLAKE2b-256 checksum
How to use checksums
72f873711c21a7cd99405d705124b8c79407f6fd30b1053f38ad99800eb5b259
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.37.0-cp315-abi3.abi3t-manylinux_2_17_s390x.manylinux2014_s390x.whl

Download URL octicons_pack-19.37.0-cp315-abi3.abi3t-manylinux_2_17_s390x.manylinux2014_s390x.whl
Size 647.5 kB
Tags CPython 3.15 Linux glibc 2.17+ IBM System/390x abi3 abi3t
SHA-256 checksum
How to use checksums
b3efd5a62f34cea9b5a02888b4182132e5b749fe2d084dd6f87a9d68e79b46ae
BLAKE2b-256 checksum
How to use checksums
1d51ac01e69c8cfb573852c7904d59bfec03815172999b2499cf72ac0331ff95
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.37.0-cp315-abi3.abi3t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl

Download URL octicons_pack-19.37.0-cp315-abi3.abi3t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Size 685.4 kB
Tags CPython 3.15 Linux glibc 2.17+ PowerPC 64-le abi3 abi3t
SHA-256 checksum
How to use checksums
0ff709dead787b1970a30a67e05f6ac95369790862a5db8d966c3d088d965979
BLAKE2b-256 checksum
How to use checksums
7b6ed59c10a4e1f3b18463535e9768562f9372f751fccc51e5ced43646dcfe46
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.37.0-cp315-abi3.abi3t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl

Download URL octicons_pack-19.37.0-cp315-abi3.abi3t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Size 582.4 kB
Tags CPython 3.15 Linux glibc 2.17+ ARM64 abi3 abi3t
SHA-256 checksum
How to use checksums
7cf6a67ee0d852bf9281b770e21796da3ef5eb5229826895c509e5b21cb3fbbe
BLAKE2b-256 checksum
How to use checksums
abddf090739583561b497ccd5debf350a70d65f3fb50f0ef03f965b42497d22a
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.37.0-cp315-abi3.abi3t-manylinux_2_5_i686.manylinux1_i686.whl

Download URL octicons_pack-19.37.0-cp315-abi3.abi3t-manylinux_2_5_i686.manylinux1_i686.whl
Size 571.6 kB
Tags CPython 3.15 Linux glibc 2.5+ x86-32 abi3 abi3t
SHA-256 checksum
How to use checksums
b625bc78a17c32d80187b201583b478a3044e59bad02248913828410320f8bbe
BLAKE2b-256 checksum
How to use checksums
503bda0f46641097514de3b1ad68b403594b8a68b9ad64bbbcec05180594f825
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.37.0-cp315-abi3.abi3t-macosx_11_0_arm64.whl

Download URL octicons_pack-19.37.0-cp315-abi3.abi3t-macosx_11_0_arm64.whl
Size 527.0 kB
Tags CPython 3.15 abi3 abi3t macOS 11.0+ ARM64
SHA-256 checksum
How to use checksums
f38bfa7834112c3580d3a6c00d6e4ec4c106bbc4a31d60a52d132a01e485cbbf
BLAKE2b-256 checksum
How to use checksums
e4dc78122f2e70a80dee5d680a6382a355c43d330b0dbb01b1a2dc6769487c9f
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.37.0-cp315-abi3.abi3t-macosx_10_12_x86_64.whl

Download URL octicons_pack-19.37.0-cp315-abi3.abi3t-macosx_10_12_x86_64.whl
Size 524.2 kB
Tags CPython 3.15 abi3 abi3t macOS 10.12+ x86-64
SHA-256 checksum
How to use checksums
7d19b7cf959d4280f0d4e10a3e8be57c3814fc1f562abc3bfe522fa66f0cb9df
BLAKE2b-256 checksum
How to use checksums
1aa7fd3806032f050aa35b248c52b2226ce3b21d50edb94d3b76dd03447db3d0
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.37.0-cp311-abi3-win_arm64.whl

Download URL octicons_pack-19.37.0-cp311-abi3-win_arm64.whl
Size 431.8 kB
Tags CPython 3.11 Windows ARM64 abi3
SHA-256 checksum
How to use checksums
73d793eadcc0674bba8a7f0a679c4820ed466c905327fa64b9fcac7f97c1993b
BLAKE2b-256 checksum
How to use checksums
87fea0552ad04cdbd63937243832c5ed8ae20a5602d97b8a85def5033d6ae587
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.37.0-cp39-abi3-win_amd64.whl

Download URL octicons_pack-19.37.0-cp39-abi3-win_amd64.whl
Size 445.8 kB
Tags CPython 3.9 Windows x86-64 abi3
SHA-256 checksum
How to use checksums
04badbf172b90c97cfa432c59a1586bf39b710d48d1ca74c83a25042b73a5e36
BLAKE2b-256 checksum
How to use checksums
db6673517e92f467d44a484595385bdb8f557f146f16cb2c5daf047920a79166
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.37.0-cp39-abi3-win32.whl

Download URL octicons_pack-19.37.0-cp39-abi3-win32.whl
Size 436.7 kB
Tags CPython 3.9 Windows x86-32 abi3
SHA-256 checksum
How to use checksums
7a61df7d39676a19599e1c3438afd7543c3b608ae5380cf270bfdb873b6482c3
BLAKE2b-256 checksum
How to use checksums
2d7f1aeeb15e7a8898083547d6ddf37002f80f5b7dded697036e5a498e300b96
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.37.0-cp39-abi3-musllinux_1_2_x86_64.whl

Download URL octicons_pack-19.37.0-cp39-abi3-musllinux_1_2_x86_64.whl
Size 782.4 kB
Tags CPython 3.9 Linux musl 1.2+ x86-64 abi3
SHA-256 checksum
How to use checksums
d73190a2f9c40d04acb040e7a3b1991255227d2c820002e705226690c68ece4b
BLAKE2b-256 checksum
How to use checksums
fe18cfbf20367343d6d722aa63cc045688816bb9fcb15aae3d18e766af087585
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.37.0-cp39-abi3-musllinux_1_2_i686.whl

Download URL octicons_pack-19.37.0-cp39-abi3-musllinux_1_2_i686.whl
Size 806.4 kB
Tags CPython 3.9 Linux musl 1.2+ x86-32 abi3
SHA-256 checksum
How to use checksums
b3519a4dc7064103425680519135070ba9db5a02ce31909e9c58988fc6a31606
BLAKE2b-256 checksum
How to use checksums
750e38b4d7af88c6f79b8999914191b031709b25bfb40711c103439f8d4540ef
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.37.0-cp39-abi3-musllinux_1_2_armv7l.whl

Download URL octicons_pack-19.37.0-cp39-abi3-musllinux_1_2_armv7l.whl
Size 864.0 kB
Tags CPython 3.9 Linux musl 1.2+ ARMv7l abi3
SHA-256 checksum
How to use checksums
83e845e5e59e59d652ff0dce9d3da661f75208acc05e5567fdd003d2d300318e
BLAKE2b-256 checksum
How to use checksums
aeb614cb8f0dee9e2d15e740f6f358e5206e30552c65d9bbca08d999e63f31cb
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.37.0-cp39-abi3-musllinux_1_2_aarch64.whl

Download URL octicons_pack-19.37.0-cp39-abi3-musllinux_1_2_aarch64.whl
Size 768.5 kB
Tags CPython 3.9 Linux musl 1.2+ ARM64 abi3
SHA-256 checksum
How to use checksums
999adf1bd9b431eda83da2a471a910d6f51e7d38d050755c70ae7b262042f815
BLAKE2b-256 checksum
How to use checksums
80536a0dafebc3e9c99df8148f336481ae1ad11be479b8773cc7d530f21b761d
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.37.0-cp39-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl

Download URL octicons_pack-19.37.0-cp39-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Size 573.1 kB
Tags CPython 3.9 Linux glibc 2.17+ x86-64 abi3
SHA-256 checksum
How to use checksums
1c6355f8c009f327ac5e6d4d1c41b3d630ed460bac5f5a395f17e9fe67635e1d
BLAKE2b-256 checksum
How to use checksums
70df10c313be919db944c48f9aa14716149dc2dfb7d6d63c220a8899e12fc757
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.37.0-cp39-abi3-manylinux_2_17_s390x.manylinux2014_s390x.whl

Download URL octicons_pack-19.37.0-cp39-abi3-manylinux_2_17_s390x.manylinux2014_s390x.whl
Size 645.0 kB
Tags CPython 3.9 Linux glibc 2.17+ IBM System/390x abi3
SHA-256 checksum
How to use checksums
1c698d9159ab9fca1eedb2b3ea82ba8d976c15caacb6bb90ea27afedc990a08e
BLAKE2b-256 checksum
How to use checksums
06a54b5b5c906fe4c40de1f97b85fb923c02277fb04e7e1657e111c6d6fd12cc
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.37.0-cp39-abi3-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl

Download URL octicons_pack-19.37.0-cp39-abi3-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Size 694.8 kB
Tags CPython 3.9 Linux glibc 2.17+ PowerPC 64-le abi3
SHA-256 checksum
How to use checksums
6d0af095f327b24c0cc35817a25a6781f129d766425ee93f8dca4a2edc6bec46
BLAKE2b-256 checksum
How to use checksums
fc3e0014974ca5c8bdee596480ac85d77ec4c7b2bb579bd6bd504edaa4bf80c4
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.37.0-cp39-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl

Download URL octicons_pack-19.37.0-cp39-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Size 594.4 kB
Tags CPython 3.9 Linux glibc 2.17+ ARM64 abi3
SHA-256 checksum
How to use checksums
090ecf1aa44e468a5a9659191f7104e717c4a9e0a7fa6c7985b87a68aca0319d
BLAKE2b-256 checksum
How to use checksums
c46404b5c175a8c5bdb2c68977a84980bb94b1cfa38cefbacbeb2592f6fa087d
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.37.0-cp39-abi3-manylinux_2_5_i686.manylinux1_i686.whl

Download URL octicons_pack-19.37.0-cp39-abi3-manylinux_2_5_i686.manylinux1_i686.whl
Size 585.2 kB
Tags CPython 3.9 Linux glibc 2.5+ x86-32 abi3
SHA-256 checksum
How to use checksums
6e643432d594c0abb575fa31b0cdffa2a46709887e8bfd1d2871843bd521862a
BLAKE2b-256 checksum
How to use checksums
48e49a906f487d5801d4367cc715019000c5e12a33ebc4c4a43d638f6f2b9e42
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.37.0-cp39-abi3-macosx_11_0_arm64.whl

Download URL octicons_pack-19.37.0-cp39-abi3-macosx_11_0_arm64.whl
Size 537.8 kB
Tags CPython 3.9 abi3 macOS 11.0+ ARM64
SHA-256 checksum
How to use checksums
49085d3c1d3365f4fa8b2ead2ae7d04e68c93b9cabb423fcff18237211da23ce
BLAKE2b-256 checksum
How to use checksums
0e38cb7d06b8e23f715a700d0fedd0121d44bb9b9c9acdcf9a998a9742c19ed1
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.37.0-cp39-abi3-macosx_10_12_x86_64.whl

Download URL octicons_pack-19.37.0-cp39-abi3-macosx_10_12_x86_64.whl
Size 529.9 kB
Tags CPython 3.9 abi3 macOS 10.12+ x86-64
SHA-256 checksum
How to use checksums
cce79a0e2d2fa63eb64f50fa07da0ab0c104d861bac0cf4d54ed57f6fc3b6c19
BLAKE2b-256 checksum
How to use checksums
ed844d41adef1c501ae1aa6fdfb8019a8154413b948ce0e7d41712900d43e873
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