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

开发环境(含测试与集成依赖):

uv sync

✨ Python API

from terminal_qrcode import draw

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

raw = draw("test.png")
print(str(raw))

🖼️ 支持图片格式

  • 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-0.2.0.tar.gz (49.2 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-0.2.0-cp314-cp314-win_amd64.whl (359.3 kB view details)

Uploaded CPython 3.14Windows x86-64

terminal_qrcode-0.2.0-cp314-cp314-win32.whl (314.0 kB view details)

Uploaded CPython 3.14Windows x86

terminal_qrcode-0.2.0-cp314-cp314-musllinux_1_2_x86_64.whl (734.1 kB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ x86-64

terminal_qrcode-0.2.0-cp314-cp314-musllinux_1_2_i686.whl (776.3 kB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ i686

terminal_qrcode-0.2.0-cp314-cp314-musllinux_1_2_aarch64.whl (709.2 kB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

terminal_qrcode-0.2.0-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (779.0 kB view details)

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

terminal_qrcode-0.2.0-cp314-cp314-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (833.7 kB view details)

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

terminal_qrcode-0.2.0-cp314-cp314-manylinux_2_26_i686.manylinux_2_28_i686.whl (863.5 kB view details)

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

terminal_qrcode-0.2.0-cp314-cp314-macosx_15_0_x86_64.whl (601.6 kB view details)

Uploaded CPython 3.14macOS 15.0+ x86-64

terminal_qrcode-0.2.0-cp314-cp314-macosx_15_0_arm64.whl (502.9 kB view details)

Uploaded CPython 3.14macOS 15.0+ ARM64

terminal_qrcode-0.2.0-cp313-cp313-win_amd64.whl (348.8 kB view details)

Uploaded CPython 3.13Windows x86-64

terminal_qrcode-0.2.0-cp313-cp313-win32.whl (306.0 kB view details)

Uploaded CPython 3.13Windows x86

terminal_qrcode-0.2.0-cp313-cp313-musllinux_1_2_x86_64.whl (733.9 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

terminal_qrcode-0.2.0-cp313-cp313-musllinux_1_2_i686.whl (776.1 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ i686

terminal_qrcode-0.2.0-cp313-cp313-musllinux_1_2_aarch64.whl (709.1 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

terminal_qrcode-0.2.0-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (778.8 kB view details)

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

terminal_qrcode-0.2.0-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (833.4 kB view details)

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

terminal_qrcode-0.2.0-cp313-cp313-manylinux_2_26_i686.manylinux_2_28_i686.whl (863.2 kB view details)

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

terminal_qrcode-0.2.0-cp313-cp313-macosx_15_0_x86_64.whl (601.7 kB view details)

Uploaded CPython 3.13macOS 15.0+ x86-64

terminal_qrcode-0.2.0-cp313-cp313-macosx_15_0_arm64.whl (502.9 kB view details)

Uploaded CPython 3.13macOS 15.0+ ARM64

terminal_qrcode-0.2.0-cp312-cp312-win_amd64.whl (348.8 kB view details)

Uploaded CPython 3.12Windows x86-64

terminal_qrcode-0.2.0-cp312-cp312-win32.whl (306.0 kB view details)

Uploaded CPython 3.12Windows x86

terminal_qrcode-0.2.0-cp312-cp312-musllinux_1_2_x86_64.whl (733.9 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

terminal_qrcode-0.2.0-cp312-cp312-musllinux_1_2_i686.whl (776.1 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ i686

terminal_qrcode-0.2.0-cp312-cp312-musllinux_1_2_aarch64.whl (709.0 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

terminal_qrcode-0.2.0-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (778.7 kB view details)

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

terminal_qrcode-0.2.0-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (833.4 kB view details)

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

terminal_qrcode-0.2.0-cp312-cp312-manylinux_2_26_i686.manylinux_2_28_i686.whl (863.1 kB view details)

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

terminal_qrcode-0.2.0-cp312-cp312-macosx_15_0_x86_64.whl (601.6 kB view details)

Uploaded CPython 3.12macOS 15.0+ x86-64

terminal_qrcode-0.2.0-cp312-cp312-macosx_15_0_arm64.whl (502.9 kB view details)

Uploaded CPython 3.12macOS 15.0+ ARM64

terminal_qrcode-0.2.0-cp311-cp311-win_amd64.whl (348.7 kB view details)

Uploaded CPython 3.11Windows x86-64

terminal_qrcode-0.2.0-cp311-cp311-win32.whl (305.9 kB view details)

Uploaded CPython 3.11Windows x86

terminal_qrcode-0.2.0-cp311-cp311-musllinux_1_2_x86_64.whl (732.9 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

terminal_qrcode-0.2.0-cp311-cp311-musllinux_1_2_i686.whl (774.8 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ i686

terminal_qrcode-0.2.0-cp311-cp311-musllinux_1_2_aarch64.whl (708.7 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

terminal_qrcode-0.2.0-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (778.0 kB view details)

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

terminal_qrcode-0.2.0-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (833.0 kB view details)

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

terminal_qrcode-0.2.0-cp311-cp311-manylinux_2_26_i686.manylinux_2_28_i686.whl (862.0 kB view details)

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

terminal_qrcode-0.2.0-cp311-cp311-macosx_15_0_x86_64.whl (601.7 kB view details)

Uploaded CPython 3.11macOS 15.0+ x86-64

terminal_qrcode-0.2.0-cp311-cp311-macosx_15_0_arm64.whl (503.0 kB view details)

Uploaded CPython 3.11macOS 15.0+ ARM64

terminal_qrcode-0.2.0-cp310-cp310-win_amd64.whl (348.7 kB view details)

Uploaded CPython 3.10Windows x86-64

terminal_qrcode-0.2.0-cp310-cp310-win32.whl (305.9 kB view details)

Uploaded CPython 3.10Windows x86

terminal_qrcode-0.2.0-cp310-cp310-musllinux_1_2_x86_64.whl (731.1 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

terminal_qrcode-0.2.0-cp310-cp310-musllinux_1_2_i686.whl (773.0 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ i686

terminal_qrcode-0.2.0-cp310-cp310-musllinux_1_2_aarch64.whl (706.8 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

terminal_qrcode-0.2.0-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (776.0 kB view details)

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

terminal_qrcode-0.2.0-cp310-cp310-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (831.0 kB view details)

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

terminal_qrcode-0.2.0-cp310-cp310-manylinux_2_26_i686.manylinux_2_28_i686.whl (860.3 kB view details)

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

terminal_qrcode-0.2.0-cp310-cp310-macosx_15_0_x86_64.whl (601.7 kB view details)

Uploaded CPython 3.10macOS 15.0+ x86-64

terminal_qrcode-0.2.0-cp310-cp310-macosx_15_0_arm64.whl (503.0 kB view details)

Uploaded CPython 3.10macOS 15.0+ ARM64

File details

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

File metadata

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

File hashes

Hashes for terminal_qrcode-0.2.0.tar.gz
Algorithm Hash digest
SHA256 629b9b9374157127b332db112609ca5bd48e3d2f98ada31bf6a580c17f7fe091
MD5 e7a9b58c27b75059bf43aaa2cb67be9c
BLAKE2b-256 bf7a98bc6d9f3787541cb179ace49ee4804f432285afb9c71b0faf8b3465804f

See more details on using hashes here.

Provenance

The following attestation bundles were made for terminal_qrcode-0.2.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-0.2.0-cp314-cp314-win_amd64.whl.

File metadata

File hashes

Hashes for terminal_qrcode-0.2.0-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 06c8c3a312e3fe02b15a42ab5da2858744b70e70755b47b0d0220ed01e67fcff
MD5 dd92185719df6be5fe52f73886a5ff08
BLAKE2b-256 e1ce4d5c179d27669f5b669aa0b48610daf6de8b204964c141e10d322df034b0

See more details on using hashes here.

Provenance

The following attestation bundles were made for terminal_qrcode-0.2.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-0.2.0-cp314-cp314-win32.whl.

File metadata

File hashes

Hashes for terminal_qrcode-0.2.0-cp314-cp314-win32.whl
Algorithm Hash digest
SHA256 5c6971e5db944120d915e72634372bd0a490702cf56266ed001f0d02bd575025
MD5 886f64b941043bcc7beb8925787227ff
BLAKE2b-256 a9dbc0c14ec9d1ae24b1c0798503a35790558dc012f93fc4d9714b0087a411f5

See more details on using hashes here.

Provenance

The following attestation bundles were made for terminal_qrcode-0.2.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-0.2.0-cp314-cp314-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for terminal_qrcode-0.2.0-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 ab03844d967f22b54baabd97b2acf73d430d74ad41ac113a29af1be9639ffd94
MD5 af1197cb46f16dc7fa79b4bac1b246a0
BLAKE2b-256 ab0154d35cb4970687ae82ad04694846e0c8404edb0136d02e73ed7770345d3e

See more details on using hashes here.

Provenance

The following attestation bundles were made for terminal_qrcode-0.2.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-0.2.0-cp314-cp314-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for terminal_qrcode-0.2.0-cp314-cp314-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 bae09b94f89065f25b6e2f16197f83b27c0c39fecf5cfe42691ecb32ed3bdeab
MD5 3685afcc44b916e4ddb75764cb75b645
BLAKE2b-256 76d1ac0c56b5dc69fcf7a33ae0c3a293d2047c49672cb50b63819fbd9ccc8564

See more details on using hashes here.

Provenance

The following attestation bundles were made for terminal_qrcode-0.2.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-0.2.0-cp314-cp314-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for terminal_qrcode-0.2.0-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 bb5b152eea1e652439fab1b8fe8cca69747a64bebecf2e7c6929d2e0a3617a8b
MD5 83c001b6e1f4f901ac80468f73b95974
BLAKE2b-256 2d2e21965100253d2fce426a0520ef165403948eb12f46a8fbe99b217bb2d72d

See more details on using hashes here.

Provenance

The following attestation bundles were made for terminal_qrcode-0.2.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-0.2.0-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for terminal_qrcode-0.2.0-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 7820c3f864a903255a61260bf8597fe1d90aa0174a6842546ff5d1c637cf49cc
MD5 d57d4f5999c72a40af6b8ef1fdd3c19d
BLAKE2b-256 e3d3ff1b88d1be085bcc4c7b61bcf677eb9351be5c1cbdc8f674eac8e3de3989

See more details on using hashes here.

Provenance

The following attestation bundles were made for terminal_qrcode-0.2.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-0.2.0-cp314-cp314-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for terminal_qrcode-0.2.0-cp314-cp314-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 8d1ce51dd317f42676f0d8c475b291de652338a69646198721519072a664e199
MD5 975ab2a6fab4abc00a32905964bcbd99
BLAKE2b-256 58bc790016108ac4d8157276336d2be8101d0da2df645652fdca1f1167a243f1

See more details on using hashes here.

Provenance

The following attestation bundles were made for terminal_qrcode-0.2.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-0.2.0-cp314-cp314-manylinux_2_26_i686.manylinux_2_28_i686.whl.

File metadata

File hashes

Hashes for terminal_qrcode-0.2.0-cp314-cp314-manylinux_2_26_i686.manylinux_2_28_i686.whl
Algorithm Hash digest
SHA256 55287cd08d0b6e76a84fc77cad5f94a3e710b73d8968be992ce4b8cd268ee556
MD5 f82ca4f8b0be1b714e092b8d91e5f847
BLAKE2b-256 8b3d56a56f959f216a58f165e1f993efca33c6b39a211e177d612cd28db44ca9

See more details on using hashes here.

Provenance

The following attestation bundles were made for terminal_qrcode-0.2.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-0.2.0-cp314-cp314-macosx_15_0_x86_64.whl.

File metadata

File hashes

Hashes for terminal_qrcode-0.2.0-cp314-cp314-macosx_15_0_x86_64.whl
Algorithm Hash digest
SHA256 44f3ea01b021f0c3937a7a66e18d8b0716f5c8174d530a6bdd35a85b06267960
MD5 0ceb7f9585bc035c1889ab6d26e98da6
BLAKE2b-256 b02d97203794f46da6fc81306236bf93a47d134bb92bd0f361cc2468327a1c1f

See more details on using hashes here.

Provenance

The following attestation bundles were made for terminal_qrcode-0.2.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-0.2.0-cp314-cp314-macosx_15_0_arm64.whl.

File metadata

File hashes

Hashes for terminal_qrcode-0.2.0-cp314-cp314-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 d8ab9ab5f6877046ea2c9807a839327bc892190654f782147fc3a1c7b73aefe2
MD5 6328ce1de44e65679e8f7d5fe215c480
BLAKE2b-256 b3ee3a95e287e068be7a9531cf2b5247b7dbee9ace320116a7739de543daaa8e

See more details on using hashes here.

Provenance

The following attestation bundles were made for terminal_qrcode-0.2.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-0.2.0-cp313-cp313-win_amd64.whl.

File metadata

File hashes

Hashes for terminal_qrcode-0.2.0-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 ca6ad6802d6770652ce819a14a3ece4e3b2090512f506be9f05217ccf049bf43
MD5 a6df221c4a9be9121635608739ca9743
BLAKE2b-256 c8dfae03f038f565c19102935efe20d4a5fd41d48f72042b65ff4daeddf092dd

See more details on using hashes here.

Provenance

The following attestation bundles were made for terminal_qrcode-0.2.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-0.2.0-cp313-cp313-win32.whl.

File metadata

File hashes

Hashes for terminal_qrcode-0.2.0-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 7307f04a0685e090646baedceb19ae9f86916dbfc03b1fef731fa39553ec2abe
MD5 4a86fec6a30709b2a6c9fe9e43079b52
BLAKE2b-256 d9125564e033570a5fcb6742c7fb81364386b7061d54ce7dee19f228c2d096c7

See more details on using hashes here.

Provenance

The following attestation bundles were made for terminal_qrcode-0.2.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-0.2.0-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for terminal_qrcode-0.2.0-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 52b684e3313adad674ec6ac421a506a4fa9b84df589673370c1c43c0e9439b15
MD5 df3f6ae6f2470240f9567f4735fd45d8
BLAKE2b-256 fbed82078f8723e64b9d0a3253dfd5f1459f69d056b5f7246b763bcd9932d368

See more details on using hashes here.

Provenance

The following attestation bundles were made for terminal_qrcode-0.2.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-0.2.0-cp313-cp313-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for terminal_qrcode-0.2.0-cp313-cp313-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 02a6ff621bc5421d748c3b189cc1a47af27508eec0eba383e115681f0c5daefa
MD5 f5bf274c44ea78879a8b272b3ae5b36e
BLAKE2b-256 e59d46fa7a31e7a38feb936a1ba7b460a7b538895d10dc813e0b9c944976a0ab

See more details on using hashes here.

Provenance

The following attestation bundles were made for terminal_qrcode-0.2.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-0.2.0-cp313-cp313-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for terminal_qrcode-0.2.0-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 730c79e872301b45509d9bf9da404a7fd8d59f9cfd0ca1142a66264131da8ae0
MD5 61923a503b227b53b613d3e88c55eb45
BLAKE2b-256 1020d71ee130e96748d21435101038a8ed3f05c854c91ce154256ec335cbc704

See more details on using hashes here.

Provenance

The following attestation bundles were made for terminal_qrcode-0.2.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-0.2.0-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for terminal_qrcode-0.2.0-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 85af074d70d9c10c22555f69e344cc7f42406b3f984ea7a99391725de83c5d31
MD5 7595986be90b9c4e0b0a05c2d0c58976
BLAKE2b-256 3f5b6efa11a2d75707ea42694eafe41fa1ed036b8d9a4d40eb4358c9c1198158

See more details on using hashes here.

Provenance

The following attestation bundles were made for terminal_qrcode-0.2.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-0.2.0-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for terminal_qrcode-0.2.0-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 b49f781cd1c2c92a961b31cfd091484db6e884391db0668f57d2a533bad720ae
MD5 60130da4516d5166bd0af663d692ab4e
BLAKE2b-256 24b5a03b29eb51c224042e8bf9c5dfe990cdfafd1440343f15dae0e36a83df94

See more details on using hashes here.

Provenance

The following attestation bundles were made for terminal_qrcode-0.2.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-0.2.0-cp313-cp313-manylinux_2_26_i686.manylinux_2_28_i686.whl.

File metadata

File hashes

Hashes for terminal_qrcode-0.2.0-cp313-cp313-manylinux_2_26_i686.manylinux_2_28_i686.whl
Algorithm Hash digest
SHA256 c39b3db375a3774e035a680f0c5972878fed13d09ace72ea078da87478abf6a3
MD5 d5f21320ce124a6ad2220f4fc5d4b44b
BLAKE2b-256 159dd929c9d86ffedd87ff958e3335725c34901ed2ef9aedf2964d64c2dff37d

See more details on using hashes here.

Provenance

The following attestation bundles were made for terminal_qrcode-0.2.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-0.2.0-cp313-cp313-macosx_15_0_x86_64.whl.

File metadata

File hashes

Hashes for terminal_qrcode-0.2.0-cp313-cp313-macosx_15_0_x86_64.whl
Algorithm Hash digest
SHA256 37a9442d176e1717c3e8cda03952b9634aa94f5e23cb5339d3b122d0e864634e
MD5 10c0413a3aad0c8012f2331ece8f429d
BLAKE2b-256 8f081f3e634af4c2317d59a9ee15900319cca357339266df534fd20007faaf56

See more details on using hashes here.

Provenance

The following attestation bundles were made for terminal_qrcode-0.2.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-0.2.0-cp313-cp313-macosx_15_0_arm64.whl.

File metadata

File hashes

Hashes for terminal_qrcode-0.2.0-cp313-cp313-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 ed1ac0252f583d84ee19979e16612a00bb6ec8eaa0296e97e4010de7426f1ae9
MD5 d2b15f7286b89f3b3d373b610fe9e246
BLAKE2b-256 65d8351a28379838b336131ae2b703e2bc90cd9d6a296e0ec14a8918ed7b6134

See more details on using hashes here.

Provenance

The following attestation bundles were made for terminal_qrcode-0.2.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-0.2.0-cp312-cp312-win_amd64.whl.

File metadata

File hashes

Hashes for terminal_qrcode-0.2.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 27eb478f56269b2b1699df41ffd66c1423f771178c00277a7baeff2f646d1fe9
MD5 8399bbfebbab0d7d4734e579716c99ef
BLAKE2b-256 7516f141bac4f603890d0d4b00d39bebaece954f428905ef606ec27016731dce

See more details on using hashes here.

Provenance

The following attestation bundles were made for terminal_qrcode-0.2.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-0.2.0-cp312-cp312-win32.whl.

File metadata

File hashes

Hashes for terminal_qrcode-0.2.0-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 7f73cf2daed2b65a30a945412930a1f7914cd2b828ebf57cef2ee6bbdd07ea11
MD5 b433def730465da06f73c28d2104bfd3
BLAKE2b-256 b09913af29ec78d0460384ddf69b69ffdbb2f57c53d49b0e2169349979406221

See more details on using hashes here.

Provenance

The following attestation bundles were made for terminal_qrcode-0.2.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-0.2.0-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for terminal_qrcode-0.2.0-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 065074bb0c6eb59cb65a090ea654b3a714cfd0ad042f193330c067988d469c02
MD5 172f7562e835aa412007c2c66cd5a182
BLAKE2b-256 9a357ae244004e0f6709e2067f0fd93a341860f6c0fa6603e6846e2426894807

See more details on using hashes here.

Provenance

The following attestation bundles were made for terminal_qrcode-0.2.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-0.2.0-cp312-cp312-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for terminal_qrcode-0.2.0-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 97fb78417b5d039a9f51c9616171f18490a86a1303c0d044f02a347c86a84ea2
MD5 e34fc366a90bb71435159b4430d652f9
BLAKE2b-256 ce8c6233bdc3ee66afec2fbda5847edec3e12a770f150f63329234eab73faa53

See more details on using hashes here.

Provenance

The following attestation bundles were made for terminal_qrcode-0.2.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-0.2.0-cp312-cp312-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for terminal_qrcode-0.2.0-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 7b3fba9c68689a0db4226ce6184d88bf946ceb16d679e9a4ea72a5e5e88f02c8
MD5 bc5975d89bf99511f5c1771435eae35c
BLAKE2b-256 4d5c09ff04756bcb28ecfb8bc806e0f1b31f2c8782692b4f33b80a9028d468fb

See more details on using hashes here.

Provenance

The following attestation bundles were made for terminal_qrcode-0.2.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-0.2.0-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for terminal_qrcode-0.2.0-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 820021508ae3b63d798112a2af5d90242d620b933c1c90fbc92a4adf4cec9c53
MD5 f9811ff9654562640ac0c2ee7c3c4607
BLAKE2b-256 4476f8872fcd824946d6c2dc2102f91b69b47bf62843748b74c239005474f6ba

See more details on using hashes here.

Provenance

The following attestation bundles were made for terminal_qrcode-0.2.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-0.2.0-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for terminal_qrcode-0.2.0-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 69deae0e843e5b53d4f4c5610fd5791f2a0d1744778f320ee3acf7d15d6c8a6d
MD5 da5de0eebb40a71e473094410f6ee3e2
BLAKE2b-256 8ea4d7399a575dd9c6e15bf1e0559cb60294b5fd1cdd29f1c256a637d918c8d7

See more details on using hashes here.

Provenance

The following attestation bundles were made for terminal_qrcode-0.2.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-0.2.0-cp312-cp312-manylinux_2_26_i686.manylinux_2_28_i686.whl.

File metadata

File hashes

Hashes for terminal_qrcode-0.2.0-cp312-cp312-manylinux_2_26_i686.manylinux_2_28_i686.whl
Algorithm Hash digest
SHA256 b6c42092fa4119031c4746bb0307f26555c190f1d81ad159953854e0ef241e82
MD5 93018aa607046a858d00c8791b3e970c
BLAKE2b-256 a575b05af0d1a204c1bf0acdb8b6d093e93e77392c25fce0a903d2311bcda67c

See more details on using hashes here.

Provenance

The following attestation bundles were made for terminal_qrcode-0.2.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-0.2.0-cp312-cp312-macosx_15_0_x86_64.whl.

File metadata

File hashes

Hashes for terminal_qrcode-0.2.0-cp312-cp312-macosx_15_0_x86_64.whl
Algorithm Hash digest
SHA256 592f15cbd55f9422ffbc039723c7f42fbe6773d97710a16ae25dccfd85369c0b
MD5 e0672ebbad48a9685d2207013cbb5c6a
BLAKE2b-256 a54b610faa03c47d3bb9d6b0a2f76cc81aba09d5c2041cdb47e038e912a9d909

See more details on using hashes here.

Provenance

The following attestation bundles were made for terminal_qrcode-0.2.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-0.2.0-cp312-cp312-macosx_15_0_arm64.whl.

File metadata

File hashes

Hashes for terminal_qrcode-0.2.0-cp312-cp312-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 cd1667bb2c9cd81898709ff46d3ff027a84f8aa2b0b771bd2bca1a89e2186f7b
MD5 b565b1c6fa24d36b4ea08edaa1499fb6
BLAKE2b-256 4cf8f603e8d6d1f376213374ff625f6b995fba14f42b65b446a5edcea68685af

See more details on using hashes here.

Provenance

The following attestation bundles were made for terminal_qrcode-0.2.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-0.2.0-cp311-cp311-win_amd64.whl.

File metadata

File hashes

Hashes for terminal_qrcode-0.2.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 6ad3d2cfdba8e1dea52f745e14c4fcfdd5e9fc2aeb619692811dd1b701bd31ce
MD5 0c7591add31ea4f87347cbff8320070e
BLAKE2b-256 87ecf4c9dc6f395639f60419285596fa991efb00109d3da7e6770323daa8f70b

See more details on using hashes here.

Provenance

The following attestation bundles were made for terminal_qrcode-0.2.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-0.2.0-cp311-cp311-win32.whl.

File metadata

File hashes

Hashes for terminal_qrcode-0.2.0-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 f04b4a367f776f98ee501d72ab679d18b237137c2a3f0e6e71885afe65d64626
MD5 a55788baa31452dd16edda6920fa1345
BLAKE2b-256 62e6ea63af2d59754b243c5f5ad846b026e33a86de6723750e119f5ddc6a2eb0

See more details on using hashes here.

Provenance

The following attestation bundles were made for terminal_qrcode-0.2.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-0.2.0-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for terminal_qrcode-0.2.0-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 b9387d06db11a629e3601937f5f356cbdd59f91685d98f81bee57a947b3091d9
MD5 39ceee4439e981249b56a79d6e576d3f
BLAKE2b-256 12b4dbbd79dd28548d47c56feefa081f3c0fbe64297d986fac0704e6ac34bd68

See more details on using hashes here.

Provenance

The following attestation bundles were made for terminal_qrcode-0.2.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-0.2.0-cp311-cp311-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for terminal_qrcode-0.2.0-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 df650eb27aa139d63ebeec75a68c0df2a103f32a84876a62f8f2d6484d3f6ac9
MD5 8206020dbdc22c87217a6c6f4c95edb8
BLAKE2b-256 ffbce8fcfc6404ac893df5e70ee48f98720a351d0dcfef7bd1a1ce2f176a86a0

See more details on using hashes here.

Provenance

The following attestation bundles were made for terminal_qrcode-0.2.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-0.2.0-cp311-cp311-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for terminal_qrcode-0.2.0-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 c2a28295a4f7f3b50cf132023727fc04a5fd25848c43e1cbedeebec7ae895c63
MD5 539dbfeb7eac64ba58be16516f3825f6
BLAKE2b-256 197d8956bdc199669b3baac460af92fbf80992df49a3861690894a954d43aab3

See more details on using hashes here.

Provenance

The following attestation bundles were made for terminal_qrcode-0.2.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-0.2.0-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for terminal_qrcode-0.2.0-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 0fbaf43b6a6804b7249bd27d60fbb63f50843dde9a0da14d4710bde411b8de8f
MD5 a66c8cbaacf9f4ffe9b7acacc48ac0a7
BLAKE2b-256 f757f3400d89476580f7ee0294cb4924e3709329c5c4ef6006114d8dd765d90f

See more details on using hashes here.

Provenance

The following attestation bundles were made for terminal_qrcode-0.2.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-0.2.0-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for terminal_qrcode-0.2.0-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 d678c418fd8a1e86ebb1eea28230502b8ac51f6ec102defd9ef9537c01487cbc
MD5 9704230d3bef568820266df3d1868d2a
BLAKE2b-256 2995eb5961797c639e801ed47654bbe5d8df084ecde1395ea4113fc995931e92

See more details on using hashes here.

Provenance

The following attestation bundles were made for terminal_qrcode-0.2.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-0.2.0-cp311-cp311-manylinux_2_26_i686.manylinux_2_28_i686.whl.

File metadata

File hashes

Hashes for terminal_qrcode-0.2.0-cp311-cp311-manylinux_2_26_i686.manylinux_2_28_i686.whl
Algorithm Hash digest
SHA256 4a19f713e221040835bd6dcdbd2db6aee65e2c2252eca134d0ab3c8cdb21f8e5
MD5 06ec3c4039129bb95f26ade74bf703bb
BLAKE2b-256 76fa6a0fa92d4b04995ec7c30e63f22e130f622785102df173565e80095a682e

See more details on using hashes here.

Provenance

The following attestation bundles were made for terminal_qrcode-0.2.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-0.2.0-cp311-cp311-macosx_15_0_x86_64.whl.

File metadata

File hashes

Hashes for terminal_qrcode-0.2.0-cp311-cp311-macosx_15_0_x86_64.whl
Algorithm Hash digest
SHA256 15a7011e927de42c54bee23f13fef941872280c06fc7e3bb6ac5d3b34f53a029
MD5 c2cb2ca7735459be82c6af08799046d5
BLAKE2b-256 a29ff57ea269d223c653a97c0d9f5dad034666e18c7f29076c6ce1873f35daab

See more details on using hashes here.

Provenance

The following attestation bundles were made for terminal_qrcode-0.2.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-0.2.0-cp311-cp311-macosx_15_0_arm64.whl.

File metadata

File hashes

Hashes for terminal_qrcode-0.2.0-cp311-cp311-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 8468c600fd07437f9c7150bef530787461507bd7808e3820f25a4ca23414b30a
MD5 ea6d050fa790ba9ed2c30b2fd52c0efa
BLAKE2b-256 c6b41677d71c5900c1490f5e5d1a60e12560695ef00c00b8611d43013cf01d06

See more details on using hashes here.

Provenance

The following attestation bundles were made for terminal_qrcode-0.2.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-0.2.0-cp310-cp310-win_amd64.whl.

File metadata

File hashes

Hashes for terminal_qrcode-0.2.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 d83a41ee2f1dfd84b75f291f72cbcc9f807d6d4677824d5ee18abf8b5992e8c6
MD5 c5c640b8185434213c01a7add9c48701
BLAKE2b-256 e5356925fd44d2a2494fba47dd18d226cbb10a7192c695bfc9d192bae4f36533

See more details on using hashes here.

Provenance

The following attestation bundles were made for terminal_qrcode-0.2.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-0.2.0-cp310-cp310-win32.whl.

File metadata

File hashes

Hashes for terminal_qrcode-0.2.0-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 48ca7b1fdd47ffbb3189f24cb61ba7e59cce8fea16234527bc85f6ce52f9e68e
MD5 e29033908e3f0e7f644cc71b073ab1e3
BLAKE2b-256 a412d858f1f8e8b1de3c1af1c80dd63eabb68ad0f35abf2c7c9ee55b70c5fb67

See more details on using hashes here.

Provenance

The following attestation bundles were made for terminal_qrcode-0.2.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-0.2.0-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for terminal_qrcode-0.2.0-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 84f858364fe08d4cfaf5cd475cd206b2c61a120f73a75eee1d9b2ada9cace702
MD5 2ea06acb8bea21118e9c016beaa491ac
BLAKE2b-256 98eeac7e15ec3aa37a5a03b9987301ea4f7635e785ee7cf91ff63bbe481e8c30

See more details on using hashes here.

Provenance

The following attestation bundles were made for terminal_qrcode-0.2.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-0.2.0-cp310-cp310-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for terminal_qrcode-0.2.0-cp310-cp310-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 e427f281e900751a01aa96fde05b77a422cff708eb8d36327a4e8e4dc8dcad56
MD5 effd5e2c112161e94543cd025ab955d7
BLAKE2b-256 faa882cd220410532a69f95b7df577b54b5a013a11a0a1f70050776557114369

See more details on using hashes here.

Provenance

The following attestation bundles were made for terminal_qrcode-0.2.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-0.2.0-cp310-cp310-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for terminal_qrcode-0.2.0-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 279eaf1c560f8cc2f6b4ffbf78d85d0b3b86c4684cdfb40605e5ed4be398c82b
MD5 6e55644a9d37b576b4d5f7beae9e2280
BLAKE2b-256 b7fc93913dc88cd0f57894aadde744866667357bcf1fbec7e41d6a2b00e813c9

See more details on using hashes here.

Provenance

The following attestation bundles were made for terminal_qrcode-0.2.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-0.2.0-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for terminal_qrcode-0.2.0-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 fee89e68ae4a34427018f550e621cf919ec25c9934250425726098bb3d4f6b17
MD5 547216b1e34a8728306913b30ea42aca
BLAKE2b-256 50f482707ee21b2aa88e470296e63be37d1dd1956dadb664402d4fe49a37e540

See more details on using hashes here.

Provenance

The following attestation bundles were made for terminal_qrcode-0.2.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-0.2.0-cp310-cp310-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for terminal_qrcode-0.2.0-cp310-cp310-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 3fa34f9dc92186ad8a1ee1f5d776fb9890b7968f149faf8ab8dca9fe9dc74085
MD5 916929c705f9b9bf9353f6f97ff63600
BLAKE2b-256 377744b97e0766fc0670482cf22601202e4ee33167c473d3a1202c95b5ed68ee

See more details on using hashes here.

Provenance

The following attestation bundles were made for terminal_qrcode-0.2.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-0.2.0-cp310-cp310-manylinux_2_26_i686.manylinux_2_28_i686.whl.

File metadata

File hashes

Hashes for terminal_qrcode-0.2.0-cp310-cp310-manylinux_2_26_i686.manylinux_2_28_i686.whl
Algorithm Hash digest
SHA256 d386a7e2aad0597355f085a37ae752761b80e01d60867facbde219b6a8768659
MD5 bbce0091124ed1d6cf32d7b673a10e8d
BLAKE2b-256 33e456899ed94511517769e5d330e4c580d0fe9ac9d92394ecaad3996362c9ad

See more details on using hashes here.

Provenance

The following attestation bundles were made for terminal_qrcode-0.2.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-0.2.0-cp310-cp310-macosx_15_0_x86_64.whl.

File metadata

File hashes

Hashes for terminal_qrcode-0.2.0-cp310-cp310-macosx_15_0_x86_64.whl
Algorithm Hash digest
SHA256 c6cad02ddaf4566fe70eacc29b32b6cead6f9647ca33b610c6d2c827c594272e
MD5 f6f3b8628897deaed92e5e92ce4ebba6
BLAKE2b-256 7091b98344bd960a34ec7db917b349be0d50ce85a45eb5d80cd26ff2dd880bed

See more details on using hashes here.

Provenance

The following attestation bundles were made for terminal_qrcode-0.2.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-0.2.0-cp310-cp310-macosx_15_0_arm64.whl.

File metadata

File hashes

Hashes for terminal_qrcode-0.2.0-cp310-cp310-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 6ba769263eefded6719c44c6fcd075534c4bb26fd26dd86c6c5a30d9a54bd7ee
MD5 12ddc232c01e1545218098a11d8dd6ef
BLAKE2b-256 62f32a170d23f44a7ea9ee2e40c69842e0ed2775bd1a564dd0fed7d9249300bf

See more details on using hashes here.

Provenance

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