Skip to main content

A terminal image renderer with support for iTerm2, Kitty and fallback modes.

Project description

terminal-qrcode

Python 3.10+ License: MIT

终端二维码图片渲染工具,支持图形协议、字符降级渲染和终端能力探测。

📦 安装

基础安装:

uv add terminal-qrcode

✨ API

from terminal_qrcode import draw

out = draw("test.png", renderer="halfblock")
out.print()

graphic = draw("test.png")
graphic.print()

配合 Rich 使用时,console.print(draw(...)) 会强制走 halfblock 文本渲染

from rich.console import Console
from terminal_qrcode import draw

console = Console()
console.print(draw("test.png"))

🖼️ 支持图片格式

  • PNG
  • JPEG
  • WEBP

解码后端:

  • PNG: libpng
  • JPEG: libjpeg-turbo
  • WEBP: libwebp

🧩 API 支持输入

  • 本地图片路径:str / pathlib.Path
  • 图像字节流:bytes / bytearray
  • 兼容 PIL 的图像对象
  • qrcode.image.BaseImage 包装对象
  • 布尔矩阵:list[list[bool]]

💻 支持的终端渲染器

  • kitty(Kitty Graphics Protocol)
  • iterm2(Inline Image Protocol)
  • wezterm(iTerm2 兼容协议)
  • sixel(DEC Sixel)
  • halfblock(Unicode 半块字符降级)

🔧 CLI

uv run python scripts/cli.py <image_path> [options]

仅探测当前终端能力:

uv run python scripts/cli.py --detect

常见渲染选项:

uv run python scripts/cli.py qrcode.png --renderer halfblock
uv run python scripts/cli.py qrcode.png --renderer auto

🛠️ 本地开发

uv sync

Windows

uv run --no-project python scripts/install-dev.py
uv sync

📄 License

MIT

Project details


Download files

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

Source Distribution

terminal_qrcode-1.0.0.tar.gz (50.6 kB view details)

Uploaded Source

Built Distributions

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

terminal_qrcode-1.0.0-cp314-cp314-win_amd64.whl (360.0 kB view details)

Uploaded CPython 3.14Windows x86-64

terminal_qrcode-1.0.0-cp314-cp314-win32.whl (314.7 kB view details)

Uploaded CPython 3.14Windows x86

terminal_qrcode-1.0.0-cp314-cp314-musllinux_1_2_x86_64.whl (734.8 kB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ x86-64

terminal_qrcode-1.0.0-cp314-cp314-musllinux_1_2_i686.whl (777.0 kB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ i686

terminal_qrcode-1.0.0-cp314-cp314-musllinux_1_2_aarch64.whl (709.9 kB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

terminal_qrcode-1.0.0-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (779.7 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.27+ x86-64manylinux: glibc 2.28+ x86-64

terminal_qrcode-1.0.0-cp314-cp314-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (834.4 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.27+ ARM64manylinux: glibc 2.28+ ARM64

terminal_qrcode-1.0.0-cp314-cp314-manylinux_2_26_i686.manylinux_2_28_i686.whl (864.2 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.26+ i686manylinux: glibc 2.28+ i686

terminal_qrcode-1.0.0-cp314-cp314-macosx_15_0_x86_64.whl (602.3 kB view details)

Uploaded CPython 3.14macOS 15.0+ x86-64

terminal_qrcode-1.0.0-cp314-cp314-macosx_15_0_arm64.whl (503.6 kB view details)

Uploaded CPython 3.14macOS 15.0+ ARM64

terminal_qrcode-1.0.0-cp313-cp313-win_amd64.whl (349.5 kB view details)

Uploaded CPython 3.13Windows x86-64

terminal_qrcode-1.0.0-cp313-cp313-win32.whl (306.7 kB view details)

Uploaded CPython 3.13Windows x86

terminal_qrcode-1.0.0-cp313-cp313-musllinux_1_2_x86_64.whl (734.6 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

terminal_qrcode-1.0.0-cp313-cp313-musllinux_1_2_i686.whl (776.8 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ i686

terminal_qrcode-1.0.0-cp313-cp313-musllinux_1_2_aarch64.whl (709.8 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

terminal_qrcode-1.0.0-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (779.5 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.27+ x86-64manylinux: glibc 2.28+ x86-64

terminal_qrcode-1.0.0-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (834.1 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.27+ ARM64manylinux: glibc 2.28+ ARM64

terminal_qrcode-1.0.0-cp313-cp313-manylinux_2_26_i686.manylinux_2_28_i686.whl (863.9 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.26+ i686manylinux: glibc 2.28+ i686

terminal_qrcode-1.0.0-cp313-cp313-macosx_15_0_x86_64.whl (602.3 kB view details)

Uploaded CPython 3.13macOS 15.0+ x86-64

terminal_qrcode-1.0.0-cp313-cp313-macosx_15_0_arm64.whl (503.6 kB view details)

Uploaded CPython 3.13macOS 15.0+ ARM64

terminal_qrcode-1.0.0-cp312-cp312-win_amd64.whl (349.5 kB view details)

Uploaded CPython 3.12Windows x86-64

terminal_qrcode-1.0.0-cp312-cp312-win32.whl (306.7 kB view details)

Uploaded CPython 3.12Windows x86

terminal_qrcode-1.0.0-cp312-cp312-musllinux_1_2_x86_64.whl (734.6 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

terminal_qrcode-1.0.0-cp312-cp312-musllinux_1_2_i686.whl (776.8 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ i686

terminal_qrcode-1.0.0-cp312-cp312-musllinux_1_2_aarch64.whl (709.7 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

terminal_qrcode-1.0.0-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (779.5 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.27+ x86-64manylinux: glibc 2.28+ x86-64

terminal_qrcode-1.0.0-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (834.1 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.27+ ARM64manylinux: glibc 2.28+ ARM64

terminal_qrcode-1.0.0-cp312-cp312-manylinux_2_26_i686.manylinux_2_28_i686.whl (863.8 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.26+ i686manylinux: glibc 2.28+ i686

terminal_qrcode-1.0.0-cp312-cp312-macosx_15_0_x86_64.whl (602.3 kB view details)

Uploaded CPython 3.12macOS 15.0+ x86-64

terminal_qrcode-1.0.0-cp312-cp312-macosx_15_0_arm64.whl (503.6 kB view details)

Uploaded CPython 3.12macOS 15.0+ ARM64

terminal_qrcode-1.0.0-cp311-cp311-win_amd64.whl (349.4 kB view details)

Uploaded CPython 3.11Windows x86-64

terminal_qrcode-1.0.0-cp311-cp311-win32.whl (306.6 kB view details)

Uploaded CPython 3.11Windows x86

terminal_qrcode-1.0.0-cp311-cp311-musllinux_1_2_x86_64.whl (733.6 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

terminal_qrcode-1.0.0-cp311-cp311-musllinux_1_2_i686.whl (775.5 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ i686

terminal_qrcode-1.0.0-cp311-cp311-musllinux_1_2_aarch64.whl (709.4 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

terminal_qrcode-1.0.0-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (778.7 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.27+ x86-64manylinux: glibc 2.28+ x86-64

terminal_qrcode-1.0.0-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (833.7 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.27+ ARM64manylinux: glibc 2.28+ ARM64

terminal_qrcode-1.0.0-cp311-cp311-manylinux_2_26_i686.manylinux_2_28_i686.whl (862.8 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.26+ i686manylinux: glibc 2.28+ i686

terminal_qrcode-1.0.0-cp311-cp311-macosx_15_0_x86_64.whl (602.4 kB view details)

Uploaded CPython 3.11macOS 15.0+ x86-64

terminal_qrcode-1.0.0-cp311-cp311-macosx_15_0_arm64.whl (503.7 kB view details)

Uploaded CPython 3.11macOS 15.0+ ARM64

terminal_qrcode-1.0.0-cp310-cp310-win_amd64.whl (349.4 kB view details)

Uploaded CPython 3.10Windows x86-64

terminal_qrcode-1.0.0-cp310-cp310-win32.whl (306.6 kB view details)

Uploaded CPython 3.10Windows x86

terminal_qrcode-1.0.0-cp310-cp310-musllinux_1_2_x86_64.whl (731.8 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

terminal_qrcode-1.0.0-cp310-cp310-musllinux_1_2_i686.whl (773.7 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ i686

terminal_qrcode-1.0.0-cp310-cp310-musllinux_1_2_aarch64.whl (707.5 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

terminal_qrcode-1.0.0-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (776.7 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.27+ x86-64manylinux: glibc 2.28+ x86-64

terminal_qrcode-1.0.0-cp310-cp310-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (831.7 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.27+ ARM64manylinux: glibc 2.28+ ARM64

terminal_qrcode-1.0.0-cp310-cp310-manylinux_2_26_i686.manylinux_2_28_i686.whl (861.0 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.26+ i686manylinux: glibc 2.28+ i686

terminal_qrcode-1.0.0-cp310-cp310-macosx_15_0_x86_64.whl (602.4 kB view details)

Uploaded CPython 3.10macOS 15.0+ x86-64

terminal_qrcode-1.0.0-cp310-cp310-macosx_15_0_arm64.whl (503.7 kB view details)

Uploaded CPython 3.10macOS 15.0+ ARM64

File details

Details for the file terminal_qrcode-1.0.0.tar.gz.

File metadata

  • Download URL: terminal_qrcode-1.0.0.tar.gz
  • Upload date:
  • Size: 50.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for terminal_qrcode-1.0.0.tar.gz
Algorithm Hash digest
SHA256 e0b1811ce5c9e1da467dd3de740056ef5e5d167a1a4798d8ee5572b39f1c0558
MD5 6def2176a0758e4b68c0a0ba10c61384
BLAKE2b-256 762f1e532f040deb37f1f8be06dd6f40f174bd83ea280c8a896ee5e0dd579e74

See more details on using hashes here.

Provenance

The following attestation bundles were made for terminal_qrcode-1.0.0.tar.gz:

Publisher: release.yml on L-1124/terminal-qrcode

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file terminal_qrcode-1.0.0-cp314-cp314-win_amd64.whl.

File metadata

File hashes

Hashes for terminal_qrcode-1.0.0-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 792297e568e4213aac015721cca145be9722b8937174645eb9856952f2c74f63
MD5 d1751f3de8061b12d2f64e316d29c74d
BLAKE2b-256 9036ac73f51a9c5b133e1ac116059a1356115acef2808b59612fc0b98fdf6dd5

See more details on using hashes here.

Provenance

The following attestation bundles were made for terminal_qrcode-1.0.0-cp314-cp314-win_amd64.whl:

Publisher: release.yml on L-1124/terminal-qrcode

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file terminal_qrcode-1.0.0-cp314-cp314-win32.whl.

File metadata

File hashes

Hashes for terminal_qrcode-1.0.0-cp314-cp314-win32.whl
Algorithm Hash digest
SHA256 8711bba629e8243a15ce0be40a294489e9ef28f30ab49c322a1955f5599a167b
MD5 18459412c052d0796c03a220ea7b14f9
BLAKE2b-256 808bb50041ec195c61757f7a14c0dd79ec98995a2fb77e718d7ca835c55929c3

See more details on using hashes here.

Provenance

The following attestation bundles were made for terminal_qrcode-1.0.0-cp314-cp314-win32.whl:

Publisher: release.yml on L-1124/terminal-qrcode

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file terminal_qrcode-1.0.0-cp314-cp314-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for terminal_qrcode-1.0.0-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 273ae96db60643f1c844ce2acd6f3566ebec62984dec8bf6c69b966da6f6fd9a
MD5 45ecb4dfca0b4a5df4a0208cccc44971
BLAKE2b-256 b9b37a7096d2e8283dd081c0e09be806f0a205ff0c16861a2dabefcce5b47d4f

See more details on using hashes here.

Provenance

The following attestation bundles were made for terminal_qrcode-1.0.0-cp314-cp314-musllinux_1_2_x86_64.whl:

Publisher: release.yml on L-1124/terminal-qrcode

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file terminal_qrcode-1.0.0-cp314-cp314-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for terminal_qrcode-1.0.0-cp314-cp314-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 f6e89e01abd2a16d1fd4ddd69546f24aa79639d29a2bd718921b5470af28e28b
MD5 45122438a5250bbc33aa42868e82127e
BLAKE2b-256 e2b4f149885e43f246cc4a4eaa992c8c1003019293c39c1e17d148d6d7282510

See more details on using hashes here.

Provenance

The following attestation bundles were made for terminal_qrcode-1.0.0-cp314-cp314-musllinux_1_2_i686.whl:

Publisher: release.yml on L-1124/terminal-qrcode

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file terminal_qrcode-1.0.0-cp314-cp314-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for terminal_qrcode-1.0.0-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 123606b4f1c570679ca48c79cf4f4993159e5c142e669d17ce7bce1017c823f0
MD5 2a5cf2e66c649c3da29c1c949f4fec0c
BLAKE2b-256 ca75b86c8d37795a08b5f2707dc4c86f977a9e3e0eaaecf4b8bb3def1a130e08

See more details on using hashes here.

Provenance

The following attestation bundles were made for terminal_qrcode-1.0.0-cp314-cp314-musllinux_1_2_aarch64.whl:

Publisher: release.yml on L-1124/terminal-qrcode

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file terminal_qrcode-1.0.0-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for terminal_qrcode-1.0.0-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 06da4c2501cbcaf10065c3f5bcc457aa266b530a0e0e8105db84356d6c9b5b96
MD5 76de42e113e486842acbc055b871da64
BLAKE2b-256 dbe754c78f6c86694aa68103d6f4dfeeb2c6e68ea12e3901bc0ec08eae8e20d9

See more details on using hashes here.

Provenance

The following attestation bundles were made for terminal_qrcode-1.0.0-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl:

Publisher: release.yml on L-1124/terminal-qrcode

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file terminal_qrcode-1.0.0-cp314-cp314-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for terminal_qrcode-1.0.0-cp314-cp314-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 a65c0c6062e8bb04d302415dde75362d868b7ca527e4b86fd23762b4e426a00b
MD5 89d2747825300363fa0443559fd3a259
BLAKE2b-256 0ea56fba700c2ea15e19ae802382c8e48c821eff4e40859adb238b255d435b90

See more details on using hashes here.

Provenance

The following attestation bundles were made for terminal_qrcode-1.0.0-cp314-cp314-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl:

Publisher: release.yml on L-1124/terminal-qrcode

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file terminal_qrcode-1.0.0-cp314-cp314-manylinux_2_26_i686.manylinux_2_28_i686.whl.

File metadata

File hashes

Hashes for terminal_qrcode-1.0.0-cp314-cp314-manylinux_2_26_i686.manylinux_2_28_i686.whl
Algorithm Hash digest
SHA256 1a4b521f827596adb5a6825902baaa79d2a985888e5ee4201df85cee7775be68
MD5 1ad59b9ca6ab885d373092b04f2579c9
BLAKE2b-256 625999f923de0a22c3f92561e49f063b9960e7bf5b48c0629563dbe6d1c81846

See more details on using hashes here.

Provenance

The following attestation bundles were made for terminal_qrcode-1.0.0-cp314-cp314-manylinux_2_26_i686.manylinux_2_28_i686.whl:

Publisher: release.yml on L-1124/terminal-qrcode

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file terminal_qrcode-1.0.0-cp314-cp314-macosx_15_0_x86_64.whl.

File metadata

File hashes

Hashes for terminal_qrcode-1.0.0-cp314-cp314-macosx_15_0_x86_64.whl
Algorithm Hash digest
SHA256 9853265b6af0c2c2c4df5a57a292e0cb7d28bdae17d7cb6e63b4f2eef54494ea
MD5 02dd9b368157a343ec9d2ca8fd2f5bae
BLAKE2b-256 c482f048381f9c8213ab5609995cad7121ef3efab7d8103be867349070180a7f

See more details on using hashes here.

Provenance

The following attestation bundles were made for terminal_qrcode-1.0.0-cp314-cp314-macosx_15_0_x86_64.whl:

Publisher: release.yml on L-1124/terminal-qrcode

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file terminal_qrcode-1.0.0-cp314-cp314-macosx_15_0_arm64.whl.

File metadata

File hashes

Hashes for terminal_qrcode-1.0.0-cp314-cp314-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 12699aeb8d0cb50490011ac090a65bc754aba5ac78fd01101ba3c6e7a68df63e
MD5 da0d0b0ff3de310a419848c0dba98c31
BLAKE2b-256 be750ee6bec83d117df6a643042b11133f2057fd2678ffea84faa970eee48763

See more details on using hashes here.

Provenance

The following attestation bundles were made for terminal_qrcode-1.0.0-cp314-cp314-macosx_15_0_arm64.whl:

Publisher: release.yml on L-1124/terminal-qrcode

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file terminal_qrcode-1.0.0-cp313-cp313-win_amd64.whl.

File metadata

File hashes

Hashes for terminal_qrcode-1.0.0-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 724d106dcbb2d51dc409e447e9f8870763f64d0e85750a8d3eadab950a43d60f
MD5 c8dc1c67dc26f12e6fa6032fe5ba5dbc
BLAKE2b-256 f6366de78ead7708c71f1d9610e208e90c8a79efff1b87d05910269f523c4f9c

See more details on using hashes here.

Provenance

The following attestation bundles were made for terminal_qrcode-1.0.0-cp313-cp313-win_amd64.whl:

Publisher: release.yml on L-1124/terminal-qrcode

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file terminal_qrcode-1.0.0-cp313-cp313-win32.whl.

File metadata

File hashes

Hashes for terminal_qrcode-1.0.0-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 4b746612f3c388dab392ba3cfad281811fca0510eeb044e619efe76b3e28fa6f
MD5 751074a370c2703948de90864921eccc
BLAKE2b-256 3b2e37bf750d02de632b3e06510925b64194247567c6c997127a0bce28b5ee57

See more details on using hashes here.

Provenance

The following attestation bundles were made for terminal_qrcode-1.0.0-cp313-cp313-win32.whl:

Publisher: release.yml on L-1124/terminal-qrcode

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file terminal_qrcode-1.0.0-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for terminal_qrcode-1.0.0-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 619a6031687a8bbc4e927399876cdeb0abc1e436c921ee3fb73f74498a83f227
MD5 8b7b18bf7a6c351b915366dd8380c4ab
BLAKE2b-256 b377bf1c993ec07f4218cb4f20acbe9f7cf55b8e18e23ce9d6e66d9e899ae777

See more details on using hashes here.

Provenance

The following attestation bundles were made for terminal_qrcode-1.0.0-cp313-cp313-musllinux_1_2_x86_64.whl:

Publisher: release.yml on L-1124/terminal-qrcode

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file terminal_qrcode-1.0.0-cp313-cp313-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for terminal_qrcode-1.0.0-cp313-cp313-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 86cf38396239f0a66a059731f3ce142e85e337c1a48a307e5c21d2ed1a84a99e
MD5 a006ae55442120a5bfd1dac9b217135e
BLAKE2b-256 d1e65480885e04024b70ce35c7d4e886b49e99b0346bf737309ee4d0eb1c45e2

See more details on using hashes here.

Provenance

The following attestation bundles were made for terminal_qrcode-1.0.0-cp313-cp313-musllinux_1_2_i686.whl:

Publisher: release.yml on L-1124/terminal-qrcode

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file terminal_qrcode-1.0.0-cp313-cp313-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for terminal_qrcode-1.0.0-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 d1c2dab2dd24649ea861c8a7923998a78a6a2cade1498c440bec23baccb2255a
MD5 4859613cc5d62396cabbbdcfe91ea336
BLAKE2b-256 5dec65a7d6eccd8fe5da16988c57125c79089a9da515d02a8b21fd41e1d066f5

See more details on using hashes here.

Provenance

The following attestation bundles were made for terminal_qrcode-1.0.0-cp313-cp313-musllinux_1_2_aarch64.whl:

Publisher: release.yml on L-1124/terminal-qrcode

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file terminal_qrcode-1.0.0-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for terminal_qrcode-1.0.0-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 c6435243392db2192d7284e35f22011d613a65302748dd350c16aa32647eaa0d
MD5 239a968550133279c3c35d1264aee11f
BLAKE2b-256 7cddd93573c7670db67d5cef88e7adfc60c11ea1cec51a35bcd11462eb6e8634

See more details on using hashes here.

Provenance

The following attestation bundles were made for terminal_qrcode-1.0.0-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl:

Publisher: release.yml on L-1124/terminal-qrcode

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file terminal_qrcode-1.0.0-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for terminal_qrcode-1.0.0-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 d38f8c7a04a43f11cbcc4fdc8e41018b3645a3e096d6cdc74af2ad31311462a6
MD5 257ea83a7ffe78595823b398622f53dd
BLAKE2b-256 7aedebbd29c94c6921e4ef7110c693ecab08f3d6afe1c9ed95bf4d6ee5aa22c6

See more details on using hashes here.

Provenance

The following attestation bundles were made for terminal_qrcode-1.0.0-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl:

Publisher: release.yml on L-1124/terminal-qrcode

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file terminal_qrcode-1.0.0-cp313-cp313-manylinux_2_26_i686.manylinux_2_28_i686.whl.

File metadata

File hashes

Hashes for terminal_qrcode-1.0.0-cp313-cp313-manylinux_2_26_i686.manylinux_2_28_i686.whl
Algorithm Hash digest
SHA256 f93ce5989462d5958ae2ee9c7e95b70828c77ab842e37d0908aae27e806a7acd
MD5 1a2a1380a0ba42e27c2120649fea61aa
BLAKE2b-256 48e2bafe05542d253d8d55a6940f67837b8828e921ddf74919df78e692fe05e2

See more details on using hashes here.

Provenance

The following attestation bundles were made for terminal_qrcode-1.0.0-cp313-cp313-manylinux_2_26_i686.manylinux_2_28_i686.whl:

Publisher: release.yml on L-1124/terminal-qrcode

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file terminal_qrcode-1.0.0-cp313-cp313-macosx_15_0_x86_64.whl.

File metadata

File hashes

Hashes for terminal_qrcode-1.0.0-cp313-cp313-macosx_15_0_x86_64.whl
Algorithm Hash digest
SHA256 1613bf794ca2f951dd633cf74f8608165bfd48a264afefd665410dcbcbf38e39
MD5 cd38acc98bcd5fb4a88e28a80465fbd8
BLAKE2b-256 58fe01755a20528c75e9927d2fed9f0a82f13a4b5726c2defffaaaaebf555885

See more details on using hashes here.

Provenance

The following attestation bundles were made for terminal_qrcode-1.0.0-cp313-cp313-macosx_15_0_x86_64.whl:

Publisher: release.yml on L-1124/terminal-qrcode

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file terminal_qrcode-1.0.0-cp313-cp313-macosx_15_0_arm64.whl.

File metadata

File hashes

Hashes for terminal_qrcode-1.0.0-cp313-cp313-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 2509a6fb2844597c10de60f2d67767416e61486c06ee4fb0768f4a7b12bafba3
MD5 81d5a8bdeb0c6eaca4540dfd16901c99
BLAKE2b-256 b0e3100cb39a83bc8b67de13a557ce2b44b0544328893f9116ed6f110929bdb6

See more details on using hashes here.

Provenance

The following attestation bundles were made for terminal_qrcode-1.0.0-cp313-cp313-macosx_15_0_arm64.whl:

Publisher: release.yml on L-1124/terminal-qrcode

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file terminal_qrcode-1.0.0-cp312-cp312-win_amd64.whl.

File metadata

File hashes

Hashes for terminal_qrcode-1.0.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 a4aaf0efa186cafd5cba7dc3b7f4d09d0b16370841ee06c79a0f944cce9b30b8
MD5 7bc9611b1f8ad80350b9097c51b2cc22
BLAKE2b-256 12ce0f56ff8b079b99a9dd08b13273fd507fa513e91037d31f11029c2747531a

See more details on using hashes here.

Provenance

The following attestation bundles were made for terminal_qrcode-1.0.0-cp312-cp312-win_amd64.whl:

Publisher: release.yml on L-1124/terminal-qrcode

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file terminal_qrcode-1.0.0-cp312-cp312-win32.whl.

File metadata

File hashes

Hashes for terminal_qrcode-1.0.0-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 8824a5bfa1879d1b71ef2fd089df419d2cdc6277348fac48e0e3a2c61d7fe980
MD5 c81cacda6977f1aff3afe19194f1d57f
BLAKE2b-256 ee17a4248e300184b343d188afe42f4d94302a284bbe5cd51803c9a32f01121a

See more details on using hashes here.

Provenance

The following attestation bundles were made for terminal_qrcode-1.0.0-cp312-cp312-win32.whl:

Publisher: release.yml on L-1124/terminal-qrcode

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file terminal_qrcode-1.0.0-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for terminal_qrcode-1.0.0-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 e78e88128db8cd19e87c75d377a4ad085058c43f649209c58ee090a281954ccf
MD5 efbc7a43e816294643f7a1db2d86efb1
BLAKE2b-256 f01054cf6d94eee5b7a960c9068b8a429077a725ed4aab1ef4c50592e2e815be

See more details on using hashes here.

Provenance

The following attestation bundles were made for terminal_qrcode-1.0.0-cp312-cp312-musllinux_1_2_x86_64.whl:

Publisher: release.yml on L-1124/terminal-qrcode

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file terminal_qrcode-1.0.0-cp312-cp312-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for terminal_qrcode-1.0.0-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 013e1cd318aaa2b86df8f8c8f9c93781dba7d8388fd388fc51dcf5a76a8ae2bd
MD5 48da3125727d810a6802d868b6739892
BLAKE2b-256 a767da042cf110f4b13458665bedc6ea66516d401103beba4bcbffed64c0a0c0

See more details on using hashes here.

Provenance

The following attestation bundles were made for terminal_qrcode-1.0.0-cp312-cp312-musllinux_1_2_i686.whl:

Publisher: release.yml on L-1124/terminal-qrcode

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file terminal_qrcode-1.0.0-cp312-cp312-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for terminal_qrcode-1.0.0-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 db694fb602fcc0191394e9701a980848d168218895d5a566ff64d21bf9034375
MD5 c59bc356853cef5f824e11731d04f2f7
BLAKE2b-256 cda432abcf7cb7b9f3f1f2866d9be68063ac515a69d024ed18824e00d94f3a25

See more details on using hashes here.

Provenance

The following attestation bundles were made for terminal_qrcode-1.0.0-cp312-cp312-musllinux_1_2_aarch64.whl:

Publisher: release.yml on L-1124/terminal-qrcode

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file terminal_qrcode-1.0.0-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for terminal_qrcode-1.0.0-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 c9f95e45c9e951d9b3312aa3e709b07fdfb8284d2ad948fc07dcdb0e1fdf9404
MD5 78630952f35bdc03c1798b45d42aec4d
BLAKE2b-256 e12a400108ed0d123896038cbdbef9a8f8608cc42ecb64510465d4d2577b4569

See more details on using hashes here.

Provenance

The following attestation bundles were made for terminal_qrcode-1.0.0-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl:

Publisher: release.yml on L-1124/terminal-qrcode

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file terminal_qrcode-1.0.0-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for terminal_qrcode-1.0.0-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 2a6a21034605ba97845c5289922cc8eb46ec8a3cb792beb9f4c48c4d7935fb33
MD5 04f779a79f556e7f7068b699c6e3e290
BLAKE2b-256 58861586619f73fcd6713903bdab2a65c515584765539c02241a9935dfdc2784

See more details on using hashes here.

Provenance

The following attestation bundles were made for terminal_qrcode-1.0.0-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl:

Publisher: release.yml on L-1124/terminal-qrcode

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file terminal_qrcode-1.0.0-cp312-cp312-manylinux_2_26_i686.manylinux_2_28_i686.whl.

File metadata

File hashes

Hashes for terminal_qrcode-1.0.0-cp312-cp312-manylinux_2_26_i686.manylinux_2_28_i686.whl
Algorithm Hash digest
SHA256 103c6678a3f18ecd3e0dbc1db3c90027d947e3864ce0f23f6415ede903ecf72a
MD5 bdadb8557cb0743799dbf7892f7d8050
BLAKE2b-256 5047138ac68a4f3891c9db7163a869f6149fa1be33a52fb21398b5c49644c13a

See more details on using hashes here.

Provenance

The following attestation bundles were made for terminal_qrcode-1.0.0-cp312-cp312-manylinux_2_26_i686.manylinux_2_28_i686.whl:

Publisher: release.yml on L-1124/terminal-qrcode

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file terminal_qrcode-1.0.0-cp312-cp312-macosx_15_0_x86_64.whl.

File metadata

File hashes

Hashes for terminal_qrcode-1.0.0-cp312-cp312-macosx_15_0_x86_64.whl
Algorithm Hash digest
SHA256 012ab9fb301b51328e477cbaa7bd4d1f43607b60bf6fe0c8ba3dabc754181fd5
MD5 c0d139311be3bac6b6b3f97d0cbc530f
BLAKE2b-256 3446584747dfb1d0a015194910d3c91abe3ed8dfc8f927d53544d6c430aadcd2

See more details on using hashes here.

Provenance

The following attestation bundles were made for terminal_qrcode-1.0.0-cp312-cp312-macosx_15_0_x86_64.whl:

Publisher: release.yml on L-1124/terminal-qrcode

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file terminal_qrcode-1.0.0-cp312-cp312-macosx_15_0_arm64.whl.

File metadata

File hashes

Hashes for terminal_qrcode-1.0.0-cp312-cp312-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 fc7db74461885d1a8569a59a2e31ee1aa8938d033ef87ca81131dffa160ef141
MD5 dca7e8fbd4586980a154a6751b28e619
BLAKE2b-256 e2f0e1b51f8c8a0b15539f7a7f57d0485070e48640d2b1170895071f2b049971

See more details on using hashes here.

Provenance

The following attestation bundles were made for terminal_qrcode-1.0.0-cp312-cp312-macosx_15_0_arm64.whl:

Publisher: release.yml on L-1124/terminal-qrcode

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file terminal_qrcode-1.0.0-cp311-cp311-win_amd64.whl.

File metadata

File hashes

Hashes for terminal_qrcode-1.0.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 a7ac09cf1d8ac278a3cb840c045ce986c7e422b3d21f2305f052a4db6a35c96c
MD5 13aa0ccaf8b0477925c40c20686f6671
BLAKE2b-256 ed8ea1a67ca3e2a3e7e1ac9dfca0e330d15cd17af636a1724f4d752d4ea78e83

See more details on using hashes here.

Provenance

The following attestation bundles were made for terminal_qrcode-1.0.0-cp311-cp311-win_amd64.whl:

Publisher: release.yml on L-1124/terminal-qrcode

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file terminal_qrcode-1.0.0-cp311-cp311-win32.whl.

File metadata

File hashes

Hashes for terminal_qrcode-1.0.0-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 df84b10c61d5ecc3e1693a8136eba725318c8813a80ffa8290d0cad98585e1ec
MD5 717e108280a14601f736903978ac439c
BLAKE2b-256 947c91fe8c6f27616cdc4b552a4dabf5e4291dc467cc52c5c5625fa6c6a615f4

See more details on using hashes here.

Provenance

The following attestation bundles were made for terminal_qrcode-1.0.0-cp311-cp311-win32.whl:

Publisher: release.yml on L-1124/terminal-qrcode

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file terminal_qrcode-1.0.0-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for terminal_qrcode-1.0.0-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 576b181cce9953bc1051f5d51326bc380ff2798e6853a19d75521847582a7017
MD5 f3fac53c34c7b5ac95864310ac3869fe
BLAKE2b-256 e3d283ed81270e9561f8ac58e91b4d6bf428ed7e6a20992bd25c35595f35c3c9

See more details on using hashes here.

Provenance

The following attestation bundles were made for terminal_qrcode-1.0.0-cp311-cp311-musllinux_1_2_x86_64.whl:

Publisher: release.yml on L-1124/terminal-qrcode

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file terminal_qrcode-1.0.0-cp311-cp311-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for terminal_qrcode-1.0.0-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 628750382039af9a3687ac61002d3dfa62c6b1dfd68008da08c558145008482b
MD5 9295c088ecc3adfae373e62d1ee0e491
BLAKE2b-256 47d4674d5126f3f89a945f511cc4c21b753713f1af0bcc8b0935333a38b443ab

See more details on using hashes here.

Provenance

The following attestation bundles were made for terminal_qrcode-1.0.0-cp311-cp311-musllinux_1_2_i686.whl:

Publisher: release.yml on L-1124/terminal-qrcode

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file terminal_qrcode-1.0.0-cp311-cp311-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for terminal_qrcode-1.0.0-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 924efec603ba70253a0cd600c9d718eba134586a71f41d415e039d48aab56561
MD5 7b8efc03cdb2ef34396a5e1d1f3500ca
BLAKE2b-256 71e8c8e85976c2cd00bcb5ee5ca0243a666f945e92ffd2864dcb18829d2cb558

See more details on using hashes here.

Provenance

The following attestation bundles were made for terminal_qrcode-1.0.0-cp311-cp311-musllinux_1_2_aarch64.whl:

Publisher: release.yml on L-1124/terminal-qrcode

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file terminal_qrcode-1.0.0-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for terminal_qrcode-1.0.0-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 0eeaf7f50b645d8162dc065b847c2f7542a98f6b6cd0ae2bce6b42ee2c1a8d17
MD5 d6f83e9b3187d4cc57f6af74ebca41b6
BLAKE2b-256 2df00aa698c08091e773e30d780e772042619cb682a1643a421648fd3b4a517c

See more details on using hashes here.

Provenance

The following attestation bundles were made for terminal_qrcode-1.0.0-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl:

Publisher: release.yml on L-1124/terminal-qrcode

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file terminal_qrcode-1.0.0-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for terminal_qrcode-1.0.0-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 0670d10aab2f8e92df69645c13ddff4b22081a57605731f6589d30f58c418674
MD5 d5f7bda00efaddbe1caca38b3add8774
BLAKE2b-256 5001786c10477e1a3737a06d6708ff6692e2f4e1b4c23062287c1f8a84f66893

See more details on using hashes here.

Provenance

The following attestation bundles were made for terminal_qrcode-1.0.0-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl:

Publisher: release.yml on L-1124/terminal-qrcode

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file terminal_qrcode-1.0.0-cp311-cp311-manylinux_2_26_i686.manylinux_2_28_i686.whl.

File metadata

File hashes

Hashes for terminal_qrcode-1.0.0-cp311-cp311-manylinux_2_26_i686.manylinux_2_28_i686.whl
Algorithm Hash digest
SHA256 e0bdcb5185fee33b6f90ab99c622c5ce8281522f322f87cb306ec5c009f5af1f
MD5 6b92814154d32c3819918ca25c139e51
BLAKE2b-256 9ecfa0573d25cc6f2245647e9927f5f71af05a22ca03e251bc11f47b6ad3f664

See more details on using hashes here.

Provenance

The following attestation bundles were made for terminal_qrcode-1.0.0-cp311-cp311-manylinux_2_26_i686.manylinux_2_28_i686.whl:

Publisher: release.yml on L-1124/terminal-qrcode

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file terminal_qrcode-1.0.0-cp311-cp311-macosx_15_0_x86_64.whl.

File metadata

File hashes

Hashes for terminal_qrcode-1.0.0-cp311-cp311-macosx_15_0_x86_64.whl
Algorithm Hash digest
SHA256 db4180f4b14c6ba462627dc5dc7ebce0dde8dc44c11d5e21889aadd0ea50dc6a
MD5 fe39c3e3db728b3a69c0d6ae7c72ecfe
BLAKE2b-256 668c1931101eabf63aca7ea5234c5c1bd6b9adb446282f7eb11beba95d547d35

See more details on using hashes here.

Provenance

The following attestation bundles were made for terminal_qrcode-1.0.0-cp311-cp311-macosx_15_0_x86_64.whl:

Publisher: release.yml on L-1124/terminal-qrcode

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file terminal_qrcode-1.0.0-cp311-cp311-macosx_15_0_arm64.whl.

File metadata

File hashes

Hashes for terminal_qrcode-1.0.0-cp311-cp311-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 560181e4a259d4d3d3bdd4aab0b8c8aa1fd9b694380d95a08111cf2b451e0e4d
MD5 88b0ab680f778ad83840e1a46db6a0d0
BLAKE2b-256 7a8cc79ec23ac34dc30f60cc0567d6324ee57c4390e70f808328efdd8b7a235e

See more details on using hashes here.

Provenance

The following attestation bundles were made for terminal_qrcode-1.0.0-cp311-cp311-macosx_15_0_arm64.whl:

Publisher: release.yml on L-1124/terminal-qrcode

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file terminal_qrcode-1.0.0-cp310-cp310-win_amd64.whl.

File metadata

File hashes

Hashes for terminal_qrcode-1.0.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 4cad4608e9c04b1889a4cddd9417c1b3ce1c2634ce43e9342cd55c659f5c58d2
MD5 75a2e765e7188f8b68bd862b55913b33
BLAKE2b-256 b214f04f1a4f0d50d999546557e3048c4eaa0ea66cec8be5041ce72d2cf47fb9

See more details on using hashes here.

Provenance

The following attestation bundles were made for terminal_qrcode-1.0.0-cp310-cp310-win_amd64.whl:

Publisher: release.yml on L-1124/terminal-qrcode

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file terminal_qrcode-1.0.0-cp310-cp310-win32.whl.

File metadata

File hashes

Hashes for terminal_qrcode-1.0.0-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 37284ce7793722d114d9b6176fb9c39783b867a12995b3d526fe282051303c7b
MD5 13a5cf63ea70fd1ec768f06db9f0b3f4
BLAKE2b-256 d861b7562381481c648c187cdd282cf9ba40d0ed6da7b293e8223cc4c4bdb769

See more details on using hashes here.

Provenance

The following attestation bundles were made for terminal_qrcode-1.0.0-cp310-cp310-win32.whl:

Publisher: release.yml on L-1124/terminal-qrcode

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file terminal_qrcode-1.0.0-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for terminal_qrcode-1.0.0-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 1ba93c593662080c1ccaca414b62256d7ee52068e6ab85102a64202c5c3b29d6
MD5 97e751b037daaf47fdcc71b0431a31da
BLAKE2b-256 259aac535a36f31cf855b9e883387360590628db18fe5e22087451a3631176dd

See more details on using hashes here.

Provenance

The following attestation bundles were made for terminal_qrcode-1.0.0-cp310-cp310-musllinux_1_2_x86_64.whl:

Publisher: release.yml on L-1124/terminal-qrcode

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file terminal_qrcode-1.0.0-cp310-cp310-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for terminal_qrcode-1.0.0-cp310-cp310-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 ae5d27599428748f19c395b04c52fc57f8a158c1c9558391b0d4b30cb7b92068
MD5 9ab942574ae0f7ac2480281feca3dcde
BLAKE2b-256 2bc2cb97b0cccdfaa8a0d6539ba3cf296c7bbac785ecbe67da2af4bd576c6630

See more details on using hashes here.

Provenance

The following attestation bundles were made for terminal_qrcode-1.0.0-cp310-cp310-musllinux_1_2_i686.whl:

Publisher: release.yml on L-1124/terminal-qrcode

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file terminal_qrcode-1.0.0-cp310-cp310-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for terminal_qrcode-1.0.0-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 cdd3dca521c0c95388bd51c3d6138dc8b81cf018a1804e502093923f01d7ebbb
MD5 cebd0019f3a02349a7f5f972e174c36e
BLAKE2b-256 20bee21f68af7713a753ad78ac414f2fe87383435fac247ea5dff9d15a07397a

See more details on using hashes here.

Provenance

The following attestation bundles were made for terminal_qrcode-1.0.0-cp310-cp310-musllinux_1_2_aarch64.whl:

Publisher: release.yml on L-1124/terminal-qrcode

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file terminal_qrcode-1.0.0-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for terminal_qrcode-1.0.0-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 41c2460a86601cd1cf7d526657806ff0b296116849db1aa14c70c22a3a885cc6
MD5 ffbd8d4740f978e1c649f27e62433335
BLAKE2b-256 a4647c771c0b3e9dedfed75281794ec4c4c83cc9a4a9ab2765c621a32babe420

See more details on using hashes here.

Provenance

The following attestation bundles were made for terminal_qrcode-1.0.0-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl:

Publisher: release.yml on L-1124/terminal-qrcode

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file terminal_qrcode-1.0.0-cp310-cp310-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for terminal_qrcode-1.0.0-cp310-cp310-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 6998dd8f4a35d833c69bf32bc30175c48b9e428ab098e2c3dc18fa8bad84650c
MD5 81da324e042e6351b83fe388453d0eab
BLAKE2b-256 837acf6d3d2e6049b01c1476f6d00df33e721b6536f81e6c6d13d8e1ba1701c6

See more details on using hashes here.

Provenance

The following attestation bundles were made for terminal_qrcode-1.0.0-cp310-cp310-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl:

Publisher: release.yml on L-1124/terminal-qrcode

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file terminal_qrcode-1.0.0-cp310-cp310-manylinux_2_26_i686.manylinux_2_28_i686.whl.

File metadata

File hashes

Hashes for terminal_qrcode-1.0.0-cp310-cp310-manylinux_2_26_i686.manylinux_2_28_i686.whl
Algorithm Hash digest
SHA256 820b366697158578b25f01e413a47fdad37c9e1f0b15a487409ba5fa2d256e0b
MD5 e1603a7459f0c66be13504df79dece1d
BLAKE2b-256 f868d650e0e7a2cbb98f51c344089d53a58b38789c8f91dd577c647ed34f8685

See more details on using hashes here.

Provenance

The following attestation bundles were made for terminal_qrcode-1.0.0-cp310-cp310-manylinux_2_26_i686.manylinux_2_28_i686.whl:

Publisher: release.yml on L-1124/terminal-qrcode

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file terminal_qrcode-1.0.0-cp310-cp310-macosx_15_0_x86_64.whl.

File metadata

File hashes

Hashes for terminal_qrcode-1.0.0-cp310-cp310-macosx_15_0_x86_64.whl
Algorithm Hash digest
SHA256 592d08a15ef0e89af7b25ad86ce06fa26e28abca8a4814d0aa7e12f75b81f1c9
MD5 b569a464f65bebdf6ec7ab56e3e48a06
BLAKE2b-256 d8b7bf902a87ff6c34550782286d8ac6e95212ef17cf97195561069c279b14c3

See more details on using hashes here.

Provenance

The following attestation bundles were made for terminal_qrcode-1.0.0-cp310-cp310-macosx_15_0_x86_64.whl:

Publisher: release.yml on L-1124/terminal-qrcode

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file terminal_qrcode-1.0.0-cp310-cp310-macosx_15_0_arm64.whl.

File metadata

File hashes

Hashes for terminal_qrcode-1.0.0-cp310-cp310-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 ffaa6eb4bc3dd82880b2f4da7ebbe71451c2c25136e471ea2b12f545f7cc0355
MD5 5f275c1051b9b439f6daf0ba033ec251
BLAKE2b-256 fa5000b420526e16056f8c07a52b5e1d3c26139b3acad19a5ffc0dd64d0efcd8

See more details on using hashes here.

Provenance

The following attestation bundles were made for terminal_qrcode-1.0.0-cp310-cp310-macosx_15_0_arm64.whl:

Publisher: release.yml on L-1124/terminal-qrcode

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

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