Skip to main content

base64-rs

High-performance base64 encoder/decoder written in Rust🦅

PyPI version PyPI downloads PyPI requires python

CI Last Commit License

Features

  • High-performance base64 encoder/decoder

  • Runtime SIMD dispatch with support for:

    • AVX-512F, AVX-512VL, AVX-512VBMI, AVX2, AVX
    • SSE4.2, SSE4.1, SSSE3
    • NEON64, NEON32
  • Drop-in replacement for CPython base64 (see: below)

Installation

Python Using pip:

pip install base64-rs

uv Using uv:

uv pip install base64-rs

Poetry Using poetry:

poetry add base64-rs

Examples

import base64_rs

print(base64_rs.b64encode(b"lava-sh")) # b'bGF2YS1zaA=='

Compatibility with CPython base64

base64-rs is a drop-in replacement for CPython's base64 lin on Python 3.15+. Its compatible functions use the same call signatures, parameters, defaults, and return values, so existing imports can be replaced without changing call sites.

import base64_rs as base64

print(base64.b64encode(b"lava-sh"))           # b'bGF2YS1zaA=='
print(base64.standard_b64encode(b"\xfb\xff")) # b'+/8='
print(base64.urlsafe_b64encode(b"\xfb\xff"))  # b'-_8='

References

Papers

GitHub repos

Contributors

lava-sh/base64-rs contributors

Download files

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

Source Distribution

base64_rs-0.0.1.tar.gz (57.4 kB view details)

Uploaded Source

Built Distributions

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

base64_rs-0.0.1-pp311-pypy311_pp73-win_amd64.whl (167.0 kB view details)

Uploaded PyPyWindows x86-64

base64_rs-0.0.1-pp311-pypy311_pp73-musllinux_1_2_x86_64.whl (471.4 kB view details)

Uploaded PyPymusllinux: musl 1.2+ x86-64

base64_rs-0.0.1-pp311-pypy311_pp73-musllinux_1_2_riscv64.whl (420.6 kB view details)

Uploaded PyPymusllinux: musl 1.2+ riscv64

base64_rs-0.0.1-pp311-pypy311_pp73-musllinux_1_2_ppc64le.whl (428.0 kB view details)

Uploaded PyPymusllinux: musl 1.2+ ppc64le

base64_rs-0.0.1-pp311-pypy311_pp73-musllinux_1_2_i686.whl (505.6 kB view details)

Uploaded PyPymusllinux: musl 1.2+ i686

base64_rs-0.0.1-pp311-pypy311_pp73-musllinux_1_2_armv7l.whl (527.4 kB view details)

Uploaded PyPymusllinux: musl 1.2+ ARMv7l

base64_rs-0.0.1-pp311-pypy311_pp73-musllinux_1_2_aarch64.whl (431.1 kB view details)

Uploaded PyPymusllinux: musl 1.2+ ARM64

base64_rs-0.0.1-pp311-pypy311_pp73-manylinux_2_31_riscv64.whl (244.1 kB view details)

Uploaded PyPymanylinux: glibc 2.31+ riscv64

base64_rs-0.0.1-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (258.0 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

base64_rs-0.0.1-pp311-pypy311_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl (230.1 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ s390x

base64_rs-0.0.1-pp311-pypy311_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (219.3 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ppc64le

base64_rs-0.0.1-pp311-pypy311_pp73-manylinux_2_17_ppc64.manylinux2014_ppc64.whl (219.8 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ppc64

base64_rs-0.0.1-pp311-pypy311_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (201.6 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARMv7l

base64_rs-0.0.1-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (252.3 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

base64_rs-0.0.1-pp311-pypy311_pp73-manylinux_2_5_i686.manylinux1_i686.whl (280.7 kB view details)

Uploaded PyPymanylinux: glibc 2.5+ i686

base64_rs-0.0.1-pp311-pypy311_pp73-macosx_11_0_arm64.whl (233.9 kB view details)

Uploaded PyPymacOS 11.0+ ARM64

base64_rs-0.0.1-pp311-pypy311_pp73-macosx_10_12_x86_64.whl (247.9 kB view details)

Uploaded PyPymacOS 10.12+ x86-64

base64_rs-0.0.1-pp311-pypy311_pp73-macosx_10_12_x86_64.macosx_11_0_arm64.macosx_10_12_universal2.whl (468.2 kB view details)

Uploaded PyPymacOS 10.12+ universal2 (ARM64, x86-64)macOS 10.12+ x86-64macOS 11.0+ ARM64

base64_rs-0.0.1-cp315-cp315t-win_arm64.whl (158.3 kB view details)

Uploaded CPython 3.15tWindows ARM64

base64_rs-0.0.1-cp315-cp315t-win_amd64.whl (167.1 kB view details)

Uploaded CPython 3.15tWindows x86-64

base64_rs-0.0.1-cp315-cp315t-win32.whl (149.5 kB view details)

Uploaded CPython 3.15tWindows x86

base64_rs-0.0.1-cp315-cp315t-musllinux_1_2_x86_64.whl (471.9 kB view details)

Uploaded CPython 3.15tmusllinux: musl 1.2+ x86-64

base64_rs-0.0.1-cp315-cp315t-musllinux_1_2_riscv64.whl (419.9 kB view details)

Uploaded CPython 3.15tmusllinux: musl 1.2+ riscv64

base64_rs-0.0.1-cp315-cp315t-musllinux_1_2_ppc64le.whl (426.8 kB view details)

Uploaded CPython 3.15tmusllinux: musl 1.2+ ppc64le

base64_rs-0.0.1-cp315-cp315t-musllinux_1_2_i686.whl (502.7 kB view details)

Uploaded CPython 3.15tmusllinux: musl 1.2+ i686

base64_rs-0.0.1-cp315-cp315t-musllinux_1_2_armv7l.whl (525.3 kB view details)

Uploaded CPython 3.15tmusllinux: musl 1.2+ ARMv7l

base64_rs-0.0.1-cp315-cp315t-musllinux_1_2_aarch64.whl (430.6 kB view details)

Uploaded CPython 3.15tmusllinux: musl 1.2+ ARM64

base64_rs-0.0.1-cp315-cp315t-manylinux_2_31_riscv64.whl (243.2 kB view details)

Uploaded CPython 3.15tmanylinux: glibc 2.31+ riscv64

base64_rs-0.0.1-cp315-cp315t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (258.5 kB view details)

Uploaded CPython 3.15tmanylinux: glibc 2.17+ x86-64

base64_rs-0.0.1-cp315-cp315t-manylinux_2_17_s390x.manylinux2014_s390x.whl (230.7 kB view details)

Uploaded CPython 3.15tmanylinux: glibc 2.17+ s390x

base64_rs-0.0.1-cp315-cp315t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (218.0 kB view details)

Uploaded CPython 3.15tmanylinux: glibc 2.17+ ppc64le

base64_rs-0.0.1-cp315-cp315t-manylinux_2_17_ppc64.manylinux2014_ppc64.whl (218.5 kB view details)

Uploaded CPython 3.15tmanylinux: glibc 2.17+ ppc64

base64_rs-0.0.1-cp315-cp315t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (199.5 kB view details)

Uploaded CPython 3.15tmanylinux: glibc 2.17+ ARMv7l

base64_rs-0.0.1-cp315-cp315t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (252.0 kB view details)

Uploaded CPython 3.15tmanylinux: glibc 2.17+ ARM64

base64_rs-0.0.1-cp315-cp315t-manylinux_2_5_i686.manylinux1_i686.whl (277.7 kB view details)

Uploaded CPython 3.15tmanylinux: glibc 2.5+ i686

base64_rs-0.0.1-cp315-cp315t-macosx_11_0_arm64.whl (230.6 kB view details)

Uploaded CPython 3.15tmacOS 11.0+ ARM64

base64_rs-0.0.1-cp315-cp315t-macosx_10_12_x86_64.whl (245.8 kB view details)

Uploaded CPython 3.15tmacOS 10.12+ x86-64

base64_rs-0.0.1-cp315-cp315t-macosx_10_12_x86_64.macosx_11_0_arm64.macosx_10_12_universal2.whl (462.2 kB view details)

Uploaded CPython 3.15tmacOS 10.12+ universal2 (ARM64, x86-64)macOS 10.12+ x86-64macOS 11.0+ ARM64

base64_rs-0.0.1-cp315-cp315-win_arm64.whl (159.2 kB view details)

Uploaded CPython 3.15Windows ARM64

base64_rs-0.0.1-cp315-cp315-win_amd64.whl (167.9 kB view details)

Uploaded CPython 3.15Windows x86-64

base64_rs-0.0.1-cp315-cp315-win32.whl (150.4 kB view details)

Uploaded CPython 3.15Windows x86

base64_rs-0.0.1-cp315-cp315-musllinux_1_2_x86_64.whl (472.7 kB view details)

Uploaded CPython 3.15musllinux: musl 1.2+ x86-64

base64_rs-0.0.1-cp315-cp315-musllinux_1_2_riscv64.whl (420.9 kB view details)

Uploaded CPython 3.15musllinux: musl 1.2+ riscv64

base64_rs-0.0.1-cp315-cp315-musllinux_1_2_ppc64le.whl (428.0 kB view details)

Uploaded CPython 3.15musllinux: musl 1.2+ ppc64le

base64_rs-0.0.1-cp315-cp315-musllinux_1_2_i686.whl (503.5 kB view details)

Uploaded CPython 3.15musllinux: musl 1.2+ i686

base64_rs-0.0.1-cp315-cp315-musllinux_1_2_armv7l.whl (526.1 kB view details)

Uploaded CPython 3.15musllinux: musl 1.2+ ARMv7l

base64_rs-0.0.1-cp315-cp315-musllinux_1_2_aarch64.whl (431.5 kB view details)

Uploaded CPython 3.15musllinux: musl 1.2+ ARM64

base64_rs-0.0.1-cp315-cp315-manylinux_2_31_riscv64.whl (244.2 kB view details)

Uploaded CPython 3.15manylinux: glibc 2.31+ riscv64

base64_rs-0.0.1-cp315-cp315-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (259.5 kB view details)

Uploaded CPython 3.15manylinux: glibc 2.17+ x86-64

base64_rs-0.0.1-cp315-cp315-manylinux_2_17_s390x.manylinux2014_s390x.whl (231.4 kB view details)

Uploaded CPython 3.15manylinux: glibc 2.17+ s390x

base64_rs-0.0.1-cp315-cp315-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (219.4 kB view details)

Uploaded CPython 3.15manylinux: glibc 2.17+ ppc64le

base64_rs-0.0.1-cp315-cp315-manylinux_2_17_ppc64.manylinux2014_ppc64.whl (219.4 kB view details)

Uploaded CPython 3.15manylinux: glibc 2.17+ ppc64

base64_rs-0.0.1-cp315-cp315-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (200.4 kB view details)

Uploaded CPython 3.15manylinux: glibc 2.17+ ARMv7l

base64_rs-0.0.1-cp315-cp315-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (252.8 kB view details)

Uploaded CPython 3.15manylinux: glibc 2.17+ ARM64

base64_rs-0.0.1-cp315-cp315-manylinux_2_5_i686.manylinux1_i686.whl (278.4 kB view details)

Uploaded CPython 3.15manylinux: glibc 2.5+ i686

base64_rs-0.0.1-cp315-cp315-macosx_11_0_arm64.whl (231.3 kB view details)

Uploaded CPython 3.15macOS 11.0+ ARM64

base64_rs-0.0.1-cp315-cp315-macosx_10_12_x86_64.whl (246.5 kB view details)

Uploaded CPython 3.15macOS 10.12+ x86-64

base64_rs-0.0.1-cp315-cp315-macosx_10_12_x86_64.macosx_11_0_arm64.macosx_10_12_universal2.whl (463.8 kB view details)

Uploaded CPython 3.15macOS 10.12+ universal2 (ARM64, x86-64)macOS 10.12+ x86-64macOS 11.0+ ARM64

base64_rs-0.0.1-cp314-cp314t-win_arm64.whl (158.3 kB view details)

Uploaded CPython 3.14tWindows ARM64

base64_rs-0.0.1-cp314-cp314t-win_amd64.whl (167.0 kB view details)

Uploaded CPython 3.14tWindows x86-64

base64_rs-0.0.1-cp314-cp314t-win32.whl (149.4 kB view details)

Uploaded CPython 3.14tWindows x86

base64_rs-0.0.1-cp314-cp314t-musllinux_1_2_x86_64.whl (471.8 kB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ x86-64

base64_rs-0.0.1-cp314-cp314t-musllinux_1_2_riscv64.whl (419.8 kB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ riscv64

base64_rs-0.0.1-cp314-cp314t-musllinux_1_2_ppc64le.whl (426.7 kB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ ppc64le

base64_rs-0.0.1-cp314-cp314t-musllinux_1_2_i686.whl (502.6 kB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ i686

base64_rs-0.0.1-cp314-cp314t-musllinux_1_2_armv7l.whl (525.2 kB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARMv7l

base64_rs-0.0.1-cp314-cp314t-musllinux_1_2_aarch64.whl (430.7 kB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

base64_rs-0.0.1-cp314-cp314t-manylinux_2_31_riscv64.whl (243.1 kB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.31+ riscv64

base64_rs-0.0.1-cp314-cp314t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (258.4 kB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ x86-64

base64_rs-0.0.1-cp314-cp314t-manylinux_2_17_s390x.manylinux2014_s390x.whl (230.5 kB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ s390x

base64_rs-0.0.1-cp314-cp314t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (217.9 kB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ ppc64le

base64_rs-0.0.1-cp314-cp314t-manylinux_2_17_ppc64.manylinux2014_ppc64.whl (218.4 kB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ ppc64

base64_rs-0.0.1-cp314-cp314t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (199.5 kB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ ARMv7l

base64_rs-0.0.1-cp314-cp314t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (251.9 kB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ ARM64

base64_rs-0.0.1-cp314-cp314t-manylinux_2_5_i686.manylinux1_i686.whl (277.6 kB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.5+ i686

base64_rs-0.0.1-cp314-cp314t-macosx_11_0_arm64.whl (230.6 kB view details)

Uploaded CPython 3.14tmacOS 11.0+ ARM64

base64_rs-0.0.1-cp314-cp314t-macosx_10_12_x86_64.whl (245.7 kB view details)

Uploaded CPython 3.14tmacOS 10.12+ x86-64

base64_rs-0.0.1-cp314-cp314t-macosx_10_12_x86_64.macosx_11_0_arm64.macosx_10_12_universal2.whl (462.1 kB view details)

Uploaded CPython 3.14tmacOS 10.12+ universal2 (ARM64, x86-64)macOS 10.12+ x86-64macOS 11.0+ ARM64

base64_rs-0.0.1-cp314-cp314-win_arm64.whl (159.1 kB view details)

Uploaded CPython 3.14Windows ARM64

base64_rs-0.0.1-cp314-cp314-win_amd64.whl (167.8 kB view details)

Uploaded CPython 3.14Windows x86-64

base64_rs-0.0.1-cp314-cp314-win32.whl (150.3 kB view details)

Uploaded CPython 3.14Windows x86

base64_rs-0.0.1-cp314-cp314-pyemscripten_2026_0_wasm32.whl (60.3 kB view details)

Uploaded CPython 3.14PyEmscripten 2026.0 wasm32

base64_rs-0.0.1-cp314-cp314-musllinux_1_2_x86_64.whl (472.6 kB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ x86-64

base64_rs-0.0.1-cp314-cp314-musllinux_1_2_riscv64.whl (420.8 kB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ riscv64

base64_rs-0.0.1-cp314-cp314-musllinux_1_2_ppc64le.whl (427.9 kB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ppc64le

base64_rs-0.0.1-cp314-cp314-musllinux_1_2_i686.whl (503.4 kB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ i686

base64_rs-0.0.1-cp314-cp314-musllinux_1_2_armv7l.whl (526.1 kB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ARMv7l

base64_rs-0.0.1-cp314-cp314-musllinux_1_2_aarch64.whl (431.4 kB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

base64_rs-0.0.1-cp314-cp314-manylinux_2_31_riscv64.whl (244.1 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.31+ riscv64

base64_rs-0.0.1-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (259.5 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ x86-64

base64_rs-0.0.1-cp314-cp314-manylinux_2_17_s390x.manylinux2014_s390x.whl (231.2 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ s390x

base64_rs-0.0.1-cp314-cp314-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (219.2 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ ppc64le

base64_rs-0.0.1-cp314-cp314-manylinux_2_17_ppc64.manylinux2014_ppc64.whl (219.3 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ ppc64

base64_rs-0.0.1-cp314-cp314-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (200.3 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ ARMv7l

base64_rs-0.0.1-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (252.7 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ ARM64

base64_rs-0.0.1-cp314-cp314-manylinux_2_5_i686.manylinux1_i686.whl (278.3 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.5+ i686

base64_rs-0.0.1-cp314-cp314-macosx_11_0_arm64.whl (231.3 kB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

base64_rs-0.0.1-cp314-cp314-macosx_10_12_x86_64.whl (246.4 kB view details)

Uploaded CPython 3.14macOS 10.12+ x86-64

base64_rs-0.0.1-cp314-cp314-macosx_10_12_x86_64.macosx_11_0_arm64.macosx_10_12_universal2.whl (463.6 kB view details)

Uploaded CPython 3.14macOS 10.12+ universal2 (ARM64, x86-64)macOS 10.12+ x86-64macOS 11.0+ ARM64

base64_rs-0.0.1-cp313-cp313-win_arm64.whl (159.1 kB view details)

Uploaded CPython 3.13Windows ARM64

base64_rs-0.0.1-cp313-cp313-win_amd64.whl (167.5 kB view details)

Uploaded CPython 3.13Windows x86-64

base64_rs-0.0.1-cp313-cp313-win32.whl (150.3 kB view details)

Uploaded CPython 3.13Windows x86

base64_rs-0.0.1-cp313-cp313-pyemscripten_2025_0_wasm32.whl (59.9 kB view details)

Uploaded CPython 3.13PyEmscripten 2025.0 wasm32

base64_rs-0.0.1-cp313-cp313-musllinux_1_2_x86_64.whl (472.1 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

base64_rs-0.0.1-cp313-cp313-musllinux_1_2_riscv64.whl (420.2 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ riscv64

base64_rs-0.0.1-cp313-cp313-musllinux_1_2_ppc64le.whl (427.3 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ppc64le

base64_rs-0.0.1-cp313-cp313-musllinux_1_2_i686.whl (502.8 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ i686

base64_rs-0.0.1-cp313-cp313-musllinux_1_2_armv7l.whl (525.8 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARMv7l

base64_rs-0.0.1-cp313-cp313-musllinux_1_2_aarch64.whl (430.9 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

base64_rs-0.0.1-cp313-cp313-manylinux_2_31_riscv64.whl (243.5 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.31+ riscv64

base64_rs-0.0.1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (258.7 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

base64_rs-0.0.1-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl (230.6 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ s390x

base64_rs-0.0.1-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (218.6 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ppc64le

base64_rs-0.0.1-cp313-cp313-manylinux_2_17_ppc64.manylinux2014_ppc64.whl (225.2 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ppc64

base64_rs-0.0.1-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (200.1 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARMv7l

base64_rs-0.0.1-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (252.2 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARM64

base64_rs-0.0.1-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.whl (277.9 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.5+ i686

base64_rs-0.0.1-cp313-cp313-macosx_11_0_arm64.whl (231.3 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

base64_rs-0.0.1-cp313-cp313-macosx_10_12_x86_64.whl (246.3 kB view details)

Uploaded CPython 3.13macOS 10.12+ x86-64

base64_rs-0.0.1-cp313-cp313-macosx_10_12_x86_64.macosx_11_0_arm64.macosx_10_12_universal2.whl (463.5 kB view details)

Uploaded CPython 3.13macOS 10.12+ universal2 (ARM64, x86-64)macOS 10.12+ x86-64macOS 11.0+ ARM64

base64_rs-0.0.1-cp312-cp312-win_arm64.whl (159.2 kB view details)

Uploaded CPython 3.12Windows ARM64

base64_rs-0.0.1-cp312-cp312-win_amd64.whl (167.6 kB view details)

Uploaded CPython 3.12Windows x86-64

base64_rs-0.0.1-cp312-cp312-win32.whl (150.7 kB view details)

Uploaded CPython 3.12Windows x86

base64_rs-0.0.1-cp312-cp312-musllinux_1_2_x86_64.whl (471.9 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

base64_rs-0.0.1-cp312-cp312-musllinux_1_2_riscv64.whl (420.0 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ riscv64

base64_rs-0.0.1-cp312-cp312-musllinux_1_2_ppc64le.whl (433.7 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ppc64le

base64_rs-0.0.1-cp312-cp312-musllinux_1_2_i686.whl (503.2 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ i686

base64_rs-0.0.1-cp312-cp312-musllinux_1_2_armv7l.whl (526.1 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARMv7l

base64_rs-0.0.1-cp312-cp312-musllinux_1_2_aarch64.whl (431.0 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

base64_rs-0.0.1-cp312-cp312-manylinux_2_31_riscv64.whl (243.4 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.31+ riscv64

base64_rs-0.0.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (258.6 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

base64_rs-0.0.1-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl (230.6 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ s390x

base64_rs-0.0.1-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (224.9 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ppc64le

base64_rs-0.0.1-cp312-cp312-manylinux_2_17_ppc64.manylinux2014_ppc64.whl (225.1 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ppc64

base64_rs-0.0.1-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (200.4 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARMv7l

base64_rs-0.0.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (252.2 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64

base64_rs-0.0.1-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl (278.3 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.5+ i686

base64_rs-0.0.1-cp312-cp312-macosx_11_0_arm64.whl (231.4 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

base64_rs-0.0.1-cp312-cp312-macosx_10_12_x86_64.whl (246.2 kB view details)

Uploaded CPython 3.12macOS 10.12+ x86-64

base64_rs-0.0.1-cp312-cp312-macosx_10_12_x86_64.macosx_11_0_arm64.macosx_10_12_universal2.whl (463.6 kB view details)

Uploaded CPython 3.12macOS 10.12+ universal2 (ARM64, x86-64)macOS 10.12+ x86-64macOS 11.0+ ARM64

base64_rs-0.0.1-cp311-cp311-win_arm64.whl (157.9 kB view details)

Uploaded CPython 3.11Windows ARM64

base64_rs-0.0.1-cp311-cp311-win_amd64.whl (165.7 kB view details)

Uploaded CPython 3.11Windows x86-64

base64_rs-0.0.1-cp311-cp311-win32.whl (151.1 kB view details)

Uploaded CPython 3.11Windows x86

base64_rs-0.0.1-cp311-cp311-musllinux_1_2_x86_64.whl (469.9 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

base64_rs-0.0.1-cp311-cp311-musllinux_1_2_riscv64.whl (419.2 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ riscv64

base64_rs-0.0.1-cp311-cp311-musllinux_1_2_ppc64le.whl (426.5 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ppc64le

base64_rs-0.0.1-cp311-cp311-musllinux_1_2_i686.whl (504.2 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ i686

base64_rs-0.0.1-cp311-cp311-musllinux_1_2_armv7l.whl (526.3 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARMv7l

base64_rs-0.0.1-cp311-cp311-musllinux_1_2_aarch64.whl (429.8 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

base64_rs-0.0.1-cp311-cp311-manylinux_2_31_riscv64.whl (242.6 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.31+ riscv64

base64_rs-0.0.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (256.8 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

base64_rs-0.0.1-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl (228.8 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ s390x

base64_rs-0.0.1-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (217.8 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ppc64le

base64_rs-0.0.1-cp311-cp311-manylinux_2_17_ppc64.manylinux2014_ppc64.whl (218.2 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ppc64

base64_rs-0.0.1-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (200.5 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARMv7l

base64_rs-0.0.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (251.2 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

base64_rs-0.0.1-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl (279.1 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.5+ i686

base64_rs-0.0.1-cp311-cp311-macosx_11_0_arm64.whl (232.7 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

base64_rs-0.0.1-cp311-cp311-macosx_10_12_x86_64.whl (246.4 kB view details)

Uploaded CPython 3.11macOS 10.12+ x86-64

base64_rs-0.0.1-cp311-cp311-macosx_10_12_x86_64.macosx_11_0_arm64.macosx_10_12_universal2.whl (465.5 kB view details)

Uploaded CPython 3.11macOS 10.12+ universal2 (ARM64, x86-64)macOS 10.12+ x86-64macOS 11.0+ ARM64

File details

Details for the file base64_rs-0.0.1.tar.gz.

File metadata

  • Download URL: base64_rs-0.0.1.tar.gz
  • Upload date:
  • Size: 57.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.12.5 {"installer":{"name":"uv","version":"0.12.5","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for base64_rs-0.0.1.tar.gz
Algorithm Hash digest
SHA256 a93d4755d3f4b6cd2a7eb9a8c6e48bb10c57284e8ad1044887725b83e284dfa9
MD5 bc2d5839ce7d2c3d4c3c8cb6d412c823
BLAKE2b-256 3a2083b804a470367823cca9b8d766527ff8b5779c7f7b57af58220faa898876

See more details on using hashes here.

Provenance

The following attestation bundles were made for base64_rs-0.0.1.tar.gz:

Publisher: ci.yaml on lava-sh/base64-rs

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

File details

Details for the file base64_rs-0.0.1-pp311-pypy311_pp73-win_amd64.whl.

File metadata

  • Download URL: base64_rs-0.0.1-pp311-pypy311_pp73-win_amd64.whl
  • Upload date:
  • Size: 167.0 kB
  • Tags: PyPy, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.12.5 {"installer":{"name":"uv","version":"0.12.5","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for base64_rs-0.0.1-pp311-pypy311_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 30c0d1d7d06a2adf6fbbfb1e0659d5fa5acbeae401a722f72efa35e92f84abe6
MD5 409d150be42d1c73f4ce2c29ddabd23a
BLAKE2b-256 b08316f503d3d7fb823bb3836cbf7c054b8d648a39683cfd681c7223f694bc70

See more details on using hashes here.

Provenance

The following attestation bundles were made for base64_rs-0.0.1-pp311-pypy311_pp73-win_amd64.whl:

Publisher: ci.yaml on lava-sh/base64-rs

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

File details

Details for the file base64_rs-0.0.1-pp311-pypy311_pp73-musllinux_1_2_x86_64.whl.

File metadata

  • Download URL: base64_rs-0.0.1-pp311-pypy311_pp73-musllinux_1_2_x86_64.whl
  • Upload date:
  • Size: 471.4 kB
  • Tags: PyPy, musllinux: musl 1.2+ x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.12.5 {"installer":{"name":"uv","version":"0.12.5","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for base64_rs-0.0.1-pp311-pypy311_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 d5254db2d77a441c4c47bf0b5fd980a6f1cc30707488a608813a8b570e3822fc
MD5 0fcd98c14757eaf05d672d1eb6f98e86
BLAKE2b-256 430b3cc57c12b480e9c3b10ba66d0e39555602e0380cda6b8d633194c237cda0

See more details on using hashes here.

Provenance

The following attestation bundles were made for base64_rs-0.0.1-pp311-pypy311_pp73-musllinux_1_2_x86_64.whl:

Publisher: ci.yaml on lava-sh/base64-rs

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

File details

Details for the file base64_rs-0.0.1-pp311-pypy311_pp73-musllinux_1_2_riscv64.whl.

File metadata

  • Download URL: base64_rs-0.0.1-pp311-pypy311_pp73-musllinux_1_2_riscv64.whl
  • Upload date:
  • Size: 420.6 kB
  • Tags: PyPy, musllinux: musl 1.2+ riscv64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.12.5 {"installer":{"name":"uv","version":"0.12.5","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for base64_rs-0.0.1-pp311-pypy311_pp73-musllinux_1_2_riscv64.whl
Algorithm Hash digest
SHA256 a4a4614ae07b424963321b4188c5f8a1148869c032302948c5bd8546042b49f1
MD5 61a0631fdf5ed5c2cfd9c065eb2cb6c6
BLAKE2b-256 13fd0d5a5980e961bbb33a1b38ccfd03a793383fc02193a4e078cfcc76ea0c92

See more details on using hashes here.

Provenance

The following attestation bundles were made for base64_rs-0.0.1-pp311-pypy311_pp73-musllinux_1_2_riscv64.whl:

Publisher: ci.yaml on lava-sh/base64-rs

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

File details

Details for the file base64_rs-0.0.1-pp311-pypy311_pp73-musllinux_1_2_ppc64le.whl.

File metadata

  • Download URL: base64_rs-0.0.1-pp311-pypy311_pp73-musllinux_1_2_ppc64le.whl
  • Upload date:
  • Size: 428.0 kB
  • Tags: PyPy, musllinux: musl 1.2+ ppc64le
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.12.5 {"installer":{"name":"uv","version":"0.12.5","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for base64_rs-0.0.1-pp311-pypy311_pp73-musllinux_1_2_ppc64le.whl
Algorithm Hash digest
SHA256 85ec83d81618c5e51f03985aaa1a36b431a7ab27e0d5be5c4f449292969bb3bb
MD5 91892d30fbf36580fdb5fd9f1718a587
BLAKE2b-256 826a3ba4910cfabb89acdf9b75fe641c97610173d81f4457198544d7783eb39e

See more details on using hashes here.

Provenance

The following attestation bundles were made for base64_rs-0.0.1-pp311-pypy311_pp73-musllinux_1_2_ppc64le.whl:

Publisher: ci.yaml on lava-sh/base64-rs

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

File details

Details for the file base64_rs-0.0.1-pp311-pypy311_pp73-musllinux_1_2_i686.whl.

File metadata

  • Download URL: base64_rs-0.0.1-pp311-pypy311_pp73-musllinux_1_2_i686.whl
  • Upload date:
  • Size: 505.6 kB
  • Tags: PyPy, musllinux: musl 1.2+ i686
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.12.5 {"installer":{"name":"uv","version":"0.12.5","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for base64_rs-0.0.1-pp311-pypy311_pp73-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 3231381626bfa09680c3f1e0c634e0c81e7533beeac2d2c73c3b71b4e9027356
MD5 28b9e4dd4095e1ff96b1eaf794a425ed
BLAKE2b-256 0a3151c15b6e458d8d31247619588ddd9a75df9ec47bd535d830d4deef2d0d3c

See more details on using hashes here.

Provenance

The following attestation bundles were made for base64_rs-0.0.1-pp311-pypy311_pp73-musllinux_1_2_i686.whl:

Publisher: ci.yaml on lava-sh/base64-rs

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

File details

Details for the file base64_rs-0.0.1-pp311-pypy311_pp73-musllinux_1_2_armv7l.whl.

File metadata

  • Download URL: base64_rs-0.0.1-pp311-pypy311_pp73-musllinux_1_2_armv7l.whl
  • Upload date:
  • Size: 527.4 kB
  • Tags: PyPy, musllinux: musl 1.2+ ARMv7l
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.12.5 {"installer":{"name":"uv","version":"0.12.5","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for base64_rs-0.0.1-pp311-pypy311_pp73-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 5fe21c13bc39fb72cfdab93b5e6a21127a8316fa53c7c75c6f17674ff433e01e
MD5 108b457b3b30bb551cc15ce4fcd3bfeb
BLAKE2b-256 a6beae2d7655b090a068d8f39165f8b7657812ab24175fdd1dba484dae512e17

See more details on using hashes here.

Provenance

The following attestation bundles were made for base64_rs-0.0.1-pp311-pypy311_pp73-musllinux_1_2_armv7l.whl:

Publisher: ci.yaml on lava-sh/base64-rs

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

File details

Details for the file base64_rs-0.0.1-pp311-pypy311_pp73-musllinux_1_2_aarch64.whl.

File metadata

  • Download URL: base64_rs-0.0.1-pp311-pypy311_pp73-musllinux_1_2_aarch64.whl
  • Upload date:
  • Size: 431.1 kB
  • Tags: PyPy, musllinux: musl 1.2+ ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.12.5 {"installer":{"name":"uv","version":"0.12.5","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for base64_rs-0.0.1-pp311-pypy311_pp73-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 9d29fe0f8a7edaf94f179d644c21aa285cc4ef9f47be23b62014fbbf1caa5a75
MD5 f0fa7eec612d627d720739b3bb925803
BLAKE2b-256 45e4f209d5e6375556fcb75dec800dfaddaf29ba38afb9ad2e13915beff2839b

See more details on using hashes here.

Provenance

The following attestation bundles were made for base64_rs-0.0.1-pp311-pypy311_pp73-musllinux_1_2_aarch64.whl:

Publisher: ci.yaml on lava-sh/base64-rs

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

File details

Details for the file base64_rs-0.0.1-pp311-pypy311_pp73-manylinux_2_31_riscv64.whl.

File metadata

  • Download URL: base64_rs-0.0.1-pp311-pypy311_pp73-manylinux_2_31_riscv64.whl
  • Upload date:
  • Size: 244.1 kB
  • Tags: PyPy, manylinux: glibc 2.31+ riscv64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.12.5 {"installer":{"name":"uv","version":"0.12.5","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for base64_rs-0.0.1-pp311-pypy311_pp73-manylinux_2_31_riscv64.whl
Algorithm Hash digest
SHA256 09bbaacb526b03a4f6ee463e733a170bf7f2fa5be79d7430cecc6696d1eaf536
MD5 8a26322cfe7d08d659940ca4053744b4
BLAKE2b-256 f3035ace6cecc696d49739a52cd1d2d18fffa36ecbd957ee38f4f0fc09604cff

See more details on using hashes here.

Provenance

The following attestation bundles were made for base64_rs-0.0.1-pp311-pypy311_pp73-manylinux_2_31_riscv64.whl:

Publisher: ci.yaml on lava-sh/base64-rs

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

File details

Details for the file base64_rs-0.0.1-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

  • Download URL: base64_rs-0.0.1-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
  • Upload date:
  • Size: 258.0 kB
  • Tags: PyPy, manylinux: glibc 2.17+ x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.12.5 {"installer":{"name":"uv","version":"0.12.5","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for base64_rs-0.0.1-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 0b972a40e895fb38932faf2f2285d25b50bc893be38cb01570c63289e032e2b6
MD5 a72e964c3866558510590db9ea561837
BLAKE2b-256 e086268cc4859493c93ef47900ca37c0c11b53b5f687ace398e953dd0a0a6391

See more details on using hashes here.

Provenance

The following attestation bundles were made for base64_rs-0.0.1-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: ci.yaml on lava-sh/base64-rs

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

File details

Details for the file base64_rs-0.0.1-pp311-pypy311_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

  • Download URL: base64_rs-0.0.1-pp311-pypy311_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
  • Upload date:
  • Size: 230.1 kB
  • Tags: PyPy, manylinux: glibc 2.17+ s390x
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.12.5 {"installer":{"name":"uv","version":"0.12.5","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for base64_rs-0.0.1-pp311-pypy311_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 787fa7349276b4fe0e3a7a9f61cb4d38761a6e1c875d4556d26d0183ad991436
MD5 c57a3df40a92f84335f0f6d43d524071
BLAKE2b-256 0533f3bd0ed0156db2ea9f250bd530f052106d15551e47d8adce578657938afb

See more details on using hashes here.

Provenance

The following attestation bundles were made for base64_rs-0.0.1-pp311-pypy311_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl:

Publisher: ci.yaml on lava-sh/base64-rs

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

File details

Details for the file base64_rs-0.0.1-pp311-pypy311_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

  • Download URL: base64_rs-0.0.1-pp311-pypy311_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
  • Upload date:
  • Size: 219.3 kB
  • Tags: PyPy, manylinux: glibc 2.17+ ppc64le
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.12.5 {"installer":{"name":"uv","version":"0.12.5","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for base64_rs-0.0.1-pp311-pypy311_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 4ff94840b4e48ea6114759d672329f0e7aa4b279501800d06b5796ebc3ae1a13
MD5 f3071e61bf0d9a06d200e47a42ecbf54
BLAKE2b-256 fd9944c7d599171f550489ce3e2bf8a60c1ebe115249ba96f3ed76a9431796e3

See more details on using hashes here.

Provenance

The following attestation bundles were made for base64_rs-0.0.1-pp311-pypy311_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl:

Publisher: ci.yaml on lava-sh/base64-rs

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

File details

Details for the file base64_rs-0.0.1-pp311-pypy311_pp73-manylinux_2_17_ppc64.manylinux2014_ppc64.whl.

File metadata

  • Download URL: base64_rs-0.0.1-pp311-pypy311_pp73-manylinux_2_17_ppc64.manylinux2014_ppc64.whl
  • Upload date:
  • Size: 219.8 kB
  • Tags: PyPy, manylinux: glibc 2.17+ ppc64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.12.5 {"installer":{"name":"uv","version":"0.12.5","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for base64_rs-0.0.1-pp311-pypy311_pp73-manylinux_2_17_ppc64.manylinux2014_ppc64.whl
Algorithm Hash digest
SHA256 5dc5009314bd70ea4d034b409984c858b2ab8fd57a58d7398fac3235a2178978
MD5 1eacfeb38d510e5ea3df036ecf8b4805
BLAKE2b-256 4c38aaea9032eabd435229bac68f585cc3ba78e19fedf96840043cbb67e8b731

See more details on using hashes here.

Provenance

The following attestation bundles were made for base64_rs-0.0.1-pp311-pypy311_pp73-manylinux_2_17_ppc64.manylinux2014_ppc64.whl:

Publisher: ci.yaml on lava-sh/base64-rs

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

File details

Details for the file base64_rs-0.0.1-pp311-pypy311_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

  • Download URL: base64_rs-0.0.1-pp311-pypy311_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
  • Upload date:
  • Size: 201.6 kB
  • Tags: PyPy, manylinux: glibc 2.17+ ARMv7l
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.12.5 {"installer":{"name":"uv","version":"0.12.5","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for base64_rs-0.0.1-pp311-pypy311_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 f187ee8e5fe75f59023ebcc2a63b3c0738be1eb52f840b35edeb793eaa009ab7
MD5 ccb18ffb44b5e0eb7d161073897d8781
BLAKE2b-256 86894949a8d180a6961d701738cdcf9ba939446615cd661012a2231b29fce06b

See more details on using hashes here.

Provenance

The following attestation bundles were made for base64_rs-0.0.1-pp311-pypy311_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl:

Publisher: ci.yaml on lava-sh/base64-rs

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

File details

Details for the file base64_rs-0.0.1-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

  • Download URL: base64_rs-0.0.1-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
  • Upload date:
  • Size: 252.3 kB
  • Tags: PyPy, manylinux: glibc 2.17+ ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.12.5 {"installer":{"name":"uv","version":"0.12.5","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for base64_rs-0.0.1-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 d9b21b15e6b9de196ece13673070533721148bfbb52e316f89f1b04ecc52352a
MD5 cd5cbef95f4639024db411913014001e
BLAKE2b-256 56b637d84158dfc0c712c9adbb9efeef676a70ffa9c59a82e6842a2e627540e4

See more details on using hashes here.

Provenance

The following attestation bundles were made for base64_rs-0.0.1-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: ci.yaml on lava-sh/base64-rs

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

File details

Details for the file base64_rs-0.0.1-pp311-pypy311_pp73-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

  • Download URL: base64_rs-0.0.1-pp311-pypy311_pp73-manylinux_2_5_i686.manylinux1_i686.whl
  • Upload date:
  • Size: 280.7 kB
  • Tags: PyPy, manylinux: glibc 2.5+ i686
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.12.5 {"installer":{"name":"uv","version":"0.12.5","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for base64_rs-0.0.1-pp311-pypy311_pp73-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 f259e9e5528b87db2322b6b2641a6d6fdadd6cf2adcb6ac513e4852661d68a1b
MD5 e407ae4ffd97d2b8fc31ad2fe4dc7c2b
BLAKE2b-256 b319ef95044af9fff7b1fc89c5307c7d514071b8fc4541f609bc9072fad359f2

See more details on using hashes here.

Provenance

The following attestation bundles were made for base64_rs-0.0.1-pp311-pypy311_pp73-manylinux_2_5_i686.manylinux1_i686.whl:

Publisher: ci.yaml on lava-sh/base64-rs

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

File details

Details for the file base64_rs-0.0.1-pp311-pypy311_pp73-macosx_11_0_arm64.whl.

File metadata

  • Download URL: base64_rs-0.0.1-pp311-pypy311_pp73-macosx_11_0_arm64.whl
  • Upload date:
  • Size: 233.9 kB
  • Tags: PyPy, macOS 11.0+ ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.12.5 {"installer":{"name":"uv","version":"0.12.5","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for base64_rs-0.0.1-pp311-pypy311_pp73-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 fe2b397a3dd5775ffc0a16d2fc0226f89254457ee658fb739bd20602f2886ac2
MD5 19fa6929d2d91c5979bbc0233578c27f
BLAKE2b-256 a57610c660404bce018457b537f101e27c98e25cd585df2cb243e8c8197027d2

See more details on using hashes here.

Provenance

The following attestation bundles were made for base64_rs-0.0.1-pp311-pypy311_pp73-macosx_11_0_arm64.whl:

Publisher: ci.yaml on lava-sh/base64-rs

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

File details

Details for the file base64_rs-0.0.1-pp311-pypy311_pp73-macosx_10_12_x86_64.whl.

File metadata

  • Download URL: base64_rs-0.0.1-pp311-pypy311_pp73-macosx_10_12_x86_64.whl
  • Upload date:
  • Size: 247.9 kB
  • Tags: PyPy, macOS 10.12+ x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.12.5 {"installer":{"name":"uv","version":"0.12.5","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for base64_rs-0.0.1-pp311-pypy311_pp73-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 89ad4fb43e45eef1be1758b5595872c1068f73d637da068548c8de07a4fa887b
MD5 e4876cb70190bd64b3564aea8f56dfd2
BLAKE2b-256 bf114d2a3ead4505fd8f2cb5f0427586c146c9967ae7ab90d061d4e96502efa3

See more details on using hashes here.

Provenance

The following attestation bundles were made for base64_rs-0.0.1-pp311-pypy311_pp73-macosx_10_12_x86_64.whl:

Publisher: ci.yaml on lava-sh/base64-rs

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

File details

Details for the file base64_rs-0.0.1-pp311-pypy311_pp73-macosx_10_12_x86_64.macosx_11_0_arm64.macosx_10_12_universal2.whl.

File metadata

  • Download URL: base64_rs-0.0.1-pp311-pypy311_pp73-macosx_10_12_x86_64.macosx_11_0_arm64.macosx_10_12_universal2.whl
  • Upload date:
  • Size: 468.2 kB
  • Tags: PyPy, macOS 10.12+ universal2 (ARM64, x86-64), macOS 10.12+ x86-64, macOS 11.0+ ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.12.5 {"installer":{"name":"uv","version":"0.12.5","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for base64_rs-0.0.1-pp311-pypy311_pp73-macosx_10_12_x86_64.macosx_11_0_arm64.macosx_10_12_universal2.whl
Algorithm Hash digest
SHA256 8c721304b77362327bdcd467e089880855d9563faa73b2052297666afbc4b137
MD5 7c8ba4c4793eb2c6b4fd889857fea242
BLAKE2b-256 8a2a7361800fefed391b4610bb07f52603bd95cb83131e955ace424ef2efbb13

See more details on using hashes here.

Provenance

The following attestation bundles were made for base64_rs-0.0.1-pp311-pypy311_pp73-macosx_10_12_x86_64.macosx_11_0_arm64.macosx_10_12_universal2.whl:

Publisher: ci.yaml on lava-sh/base64-rs

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

File details

Details for the file base64_rs-0.0.1-cp315-cp315t-win_arm64.whl.

File metadata

  • Download URL: base64_rs-0.0.1-cp315-cp315t-win_arm64.whl
  • Upload date:
  • Size: 158.3 kB
  • Tags: CPython 3.15t, Windows ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.12.5 {"installer":{"name":"uv","version":"0.12.5","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for base64_rs-0.0.1-cp315-cp315t-win_arm64.whl
Algorithm Hash digest
SHA256 d614b4d449dc3cbdb0471e9bc4d8fe93881dc5c24319bd87d6f84bcb6aeeb8cc
MD5 9ed83dbe9ade00004d7c54ecc95d717e
BLAKE2b-256 b11b323b2fe835fb413982a39b128b03d37efba47344232b1d0e4a7b0c31c5ff

See more details on using hashes here.

Provenance

The following attestation bundles were made for base64_rs-0.0.1-cp315-cp315t-win_arm64.whl:

Publisher: ci.yaml on lava-sh/base64-rs

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

File details

Details for the file base64_rs-0.0.1-cp315-cp315t-win_amd64.whl.

File metadata

  • Download URL: base64_rs-0.0.1-cp315-cp315t-win_amd64.whl
  • Upload date:
  • Size: 167.1 kB
  • Tags: CPython 3.15t, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.12.5 {"installer":{"name":"uv","version":"0.12.5","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for base64_rs-0.0.1-cp315-cp315t-win_amd64.whl
Algorithm Hash digest
SHA256 aec6d95d398629ef3c98172e2c5f19532cb2271d679cf465f1723e821dcd7554
MD5 43bc144b8a90027cecc91261e3c737b5
BLAKE2b-256 4d157efaa07401874a267703d5b4cb421570b5d15a8f8f198abaf76638542131

See more details on using hashes here.

Provenance

The following attestation bundles were made for base64_rs-0.0.1-cp315-cp315t-win_amd64.whl:

Publisher: ci.yaml on lava-sh/base64-rs

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

File details

Details for the file base64_rs-0.0.1-cp315-cp315t-win32.whl.

File metadata

  • Download URL: base64_rs-0.0.1-cp315-cp315t-win32.whl
  • Upload date:
  • Size: 149.5 kB
  • Tags: CPython 3.15t, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.12.5 {"installer":{"name":"uv","version":"0.12.5","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for base64_rs-0.0.1-cp315-cp315t-win32.whl
Algorithm Hash digest
SHA256 d7edecd80e7bc6bde9cbdd3078f74bf614c6b779576875da8ee5a7090cb40894
MD5 adfa8f220dc57bca5f964eaa26deff37
BLAKE2b-256 fc734f01aa49b73de8b6acbb54914643c9650d930a5d0ae7bde17c9dbe8d0d4d

See more details on using hashes here.

Provenance

The following attestation bundles were made for base64_rs-0.0.1-cp315-cp315t-win32.whl:

Publisher: ci.yaml on lava-sh/base64-rs

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

File details

Details for the file base64_rs-0.0.1-cp315-cp315t-musllinux_1_2_x86_64.whl.

File metadata

  • Download URL: base64_rs-0.0.1-cp315-cp315t-musllinux_1_2_x86_64.whl
  • Upload date:
  • Size: 471.9 kB
  • Tags: CPython 3.15t, musllinux: musl 1.2+ x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.12.5 {"installer":{"name":"uv","version":"0.12.5","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for base64_rs-0.0.1-cp315-cp315t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 eb833720200b934d48975ec235d1078c565723d32f12a86c3ea6faeb2ed8ca47
MD5 d13b3152c2390b82a5edd98572b24468
BLAKE2b-256 0a718da9c0d47bce7dda00153f21b7993df188355b1875dc067902ac413e55ec

See more details on using hashes here.

Provenance

The following attestation bundles were made for base64_rs-0.0.1-cp315-cp315t-musllinux_1_2_x86_64.whl:

Publisher: ci.yaml on lava-sh/base64-rs

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

File details

Details for the file base64_rs-0.0.1-cp315-cp315t-musllinux_1_2_riscv64.whl.

File metadata

  • Download URL: base64_rs-0.0.1-cp315-cp315t-musllinux_1_2_riscv64.whl
  • Upload date:
  • Size: 419.9 kB
  • Tags: CPython 3.15t, musllinux: musl 1.2+ riscv64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.12.5 {"installer":{"name":"uv","version":"0.12.5","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for base64_rs-0.0.1-cp315-cp315t-musllinux_1_2_riscv64.whl
Algorithm Hash digest
SHA256 15ab66ea8805aee7231e4bc8ddab3af50de7db80f7c7f66b8b0b8f207bce8b59
MD5 534b40b9eedbca9fe1f9ee6dab1159cf
BLAKE2b-256 da97ef7e7d8e75a9c47ed312c0416b07d0e20bf3a10caf25394056c137800cd8

See more details on using hashes here.

Provenance

The following attestation bundles were made for base64_rs-0.0.1-cp315-cp315t-musllinux_1_2_riscv64.whl:

Publisher: ci.yaml on lava-sh/base64-rs

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

File details

Details for the file base64_rs-0.0.1-cp315-cp315t-musllinux_1_2_ppc64le.whl.

File metadata

  • Download URL: base64_rs-0.0.1-cp315-cp315t-musllinux_1_2_ppc64le.whl
  • Upload date:
  • Size: 426.8 kB
  • Tags: CPython 3.15t, musllinux: musl 1.2+ ppc64le
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.12.5 {"installer":{"name":"uv","version":"0.12.5","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for base64_rs-0.0.1-cp315-cp315t-musllinux_1_2_ppc64le.whl
Algorithm Hash digest
SHA256 6f554dd76274ac67071ba3283841059648a90a2b58b4eafd8f83338870a88e7a
MD5 6e388c3c373db2ea4cb67aac1882d619
BLAKE2b-256 c21c037e26fc49cc45cc078e4586e7b380e121ef9b61da466251ef3fdc932857

See more details on using hashes here.

Provenance

The following attestation bundles were made for base64_rs-0.0.1-cp315-cp315t-musllinux_1_2_ppc64le.whl:

Publisher: ci.yaml on lava-sh/base64-rs

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

File details

Details for the file base64_rs-0.0.1-cp315-cp315t-musllinux_1_2_i686.whl.

File metadata

  • Download URL: base64_rs-0.0.1-cp315-cp315t-musllinux_1_2_i686.whl
  • Upload date:
  • Size: 502.7 kB
  • Tags: CPython 3.15t, musllinux: musl 1.2+ i686
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.12.5 {"installer":{"name":"uv","version":"0.12.5","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for base64_rs-0.0.1-cp315-cp315t-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 d214c1dfda816dc9679e022f693a551ac280f42d3d7932c9ac32f60ee1a34f1d
MD5 fd5fcc1ac42c71ccff70d569e6b9e680
BLAKE2b-256 50be48c3c037109a63f9edef91f5f2b39b909edc1a2563a7a215e25d2f84d62a

See more details on using hashes here.

Provenance

The following attestation bundles were made for base64_rs-0.0.1-cp315-cp315t-musllinux_1_2_i686.whl:

Publisher: ci.yaml on lava-sh/base64-rs

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

File details

Details for the file base64_rs-0.0.1-cp315-cp315t-musllinux_1_2_armv7l.whl.

File metadata

  • Download URL: base64_rs-0.0.1-cp315-cp315t-musllinux_1_2_armv7l.whl
  • Upload date:
  • Size: 525.3 kB
  • Tags: CPython 3.15t, musllinux: musl 1.2+ ARMv7l
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.12.5 {"installer":{"name":"uv","version":"0.12.5","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for base64_rs-0.0.1-cp315-cp315t-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 2a0fa0dce008ceb9d3dc3f0f5dd379ff368383a00d1eef827a47c0af26c0bdf3
MD5 dd2d138686b4d2c967846c3b755e680d
BLAKE2b-256 be7bfd8197678c58d6aea33294142a00d0f6569244c09d23d5b03751b5ac32b4

See more details on using hashes here.

Provenance

The following attestation bundles were made for base64_rs-0.0.1-cp315-cp315t-musllinux_1_2_armv7l.whl:

Publisher: ci.yaml on lava-sh/base64-rs

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

File details

Details for the file base64_rs-0.0.1-cp315-cp315t-musllinux_1_2_aarch64.whl.

File metadata

  • Download URL: base64_rs-0.0.1-cp315-cp315t-musllinux_1_2_aarch64.whl
  • Upload date:
  • Size: 430.6 kB
  • Tags: CPython 3.15t, musllinux: musl 1.2+ ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.12.5 {"installer":{"name":"uv","version":"0.12.5","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for base64_rs-0.0.1-cp315-cp315t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 1e78610c5cc4a09cc303ee29b4c9a483963b516cc43b40123acbbf0928e957e7
MD5 306c9ba79873bbc4eb34b8e4b8ad149b
BLAKE2b-256 07a0072d91f41fb7a2b7176901fc947d4b6ff561e003b46972270d78619849af

See more details on using hashes here.

Provenance

The following attestation bundles were made for base64_rs-0.0.1-cp315-cp315t-musllinux_1_2_aarch64.whl:

Publisher: ci.yaml on lava-sh/base64-rs

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

File details

Details for the file base64_rs-0.0.1-cp315-cp315t-manylinux_2_31_riscv64.whl.

File metadata

  • Download URL: base64_rs-0.0.1-cp315-cp315t-manylinux_2_31_riscv64.whl
  • Upload date:
  • Size: 243.2 kB
  • Tags: CPython 3.15t, manylinux: glibc 2.31+ riscv64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.12.5 {"installer":{"name":"uv","version":"0.12.5","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for base64_rs-0.0.1-cp315-cp315t-manylinux_2_31_riscv64.whl
Algorithm Hash digest
SHA256 ef130ac7b47e0eada11edd1237d5b6ebee34e1c349b4c0e6a69abc712c911c45
MD5 c9979bd081014b1288c063bc063338ac
BLAKE2b-256 b500b8fb0058518b0716fdfe011a4deeda58a014a34a35ca41232d619205c96b

See more details on using hashes here.

Provenance

The following attestation bundles were made for base64_rs-0.0.1-cp315-cp315t-manylinux_2_31_riscv64.whl:

Publisher: ci.yaml on lava-sh/base64-rs

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

File details

Details for the file base64_rs-0.0.1-cp315-cp315t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

  • Download URL: base64_rs-0.0.1-cp315-cp315t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
  • Upload date:
  • Size: 258.5 kB
  • Tags: CPython 3.15t, manylinux: glibc 2.17+ x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.12.5 {"installer":{"name":"uv","version":"0.12.5","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for base64_rs-0.0.1-cp315-cp315t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 607bd9c796b71b1d2674885ce7abfae8adfbb91b70f7960e4e474ed7fdd4f441
MD5 f38b27779bb4792cc1581d7611f74246
BLAKE2b-256 c3e630fbdfa2b4fbddc07ad53bb81f9775cb1e9cc4ee407053247570496d953f

See more details on using hashes here.

Provenance

The following attestation bundles were made for base64_rs-0.0.1-cp315-cp315t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: ci.yaml on lava-sh/base64-rs

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

File details

Details for the file base64_rs-0.0.1-cp315-cp315t-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

  • Download URL: base64_rs-0.0.1-cp315-cp315t-manylinux_2_17_s390x.manylinux2014_s390x.whl
  • Upload date:
  • Size: 230.7 kB
  • Tags: CPython 3.15t, manylinux: glibc 2.17+ s390x
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.12.5 {"installer":{"name":"uv","version":"0.12.5","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for base64_rs-0.0.1-cp315-cp315t-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 ed3307381e3aebd75def4e7f17d3a6b9f77ca7586bc9011d7cef95152790f74f
MD5 5f190894c1b175ab987f64f6e9e11675
BLAKE2b-256 c9ff21c0c3539b14aafc30f7f29070de2bdca469986f15b6bf09643609df6a6d

See more details on using hashes here.

Provenance

The following attestation bundles were made for base64_rs-0.0.1-cp315-cp315t-manylinux_2_17_s390x.manylinux2014_s390x.whl:

Publisher: ci.yaml on lava-sh/base64-rs

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

File details

Details for the file base64_rs-0.0.1-cp315-cp315t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

  • Download URL: base64_rs-0.0.1-cp315-cp315t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
  • Upload date:
  • Size: 218.0 kB
  • Tags: CPython 3.15t, manylinux: glibc 2.17+ ppc64le
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.12.5 {"installer":{"name":"uv","version":"0.12.5","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for base64_rs-0.0.1-cp315-cp315t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 c16a83e31a19b19dc3aa84d425fce9a4de0c6d5df391015679ce866014acbb37
MD5 de9025858db2970830aef225b7359b84
BLAKE2b-256 67281d7651196e3eb101d3e41aaa5fcd900b6ce4f6a1f721b521442b6dd88cb9

See more details on using hashes here.

Provenance

The following attestation bundles were made for base64_rs-0.0.1-cp315-cp315t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl:

Publisher: ci.yaml on lava-sh/base64-rs

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

File details

Details for the file base64_rs-0.0.1-cp315-cp315t-manylinux_2_17_ppc64.manylinux2014_ppc64.whl.

File metadata

  • Download URL: base64_rs-0.0.1-cp315-cp315t-manylinux_2_17_ppc64.manylinux2014_ppc64.whl
  • Upload date:
  • Size: 218.5 kB
  • Tags: CPython 3.15t, manylinux: glibc 2.17+ ppc64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.12.5 {"installer":{"name":"uv","version":"0.12.5","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for base64_rs-0.0.1-cp315-cp315t-manylinux_2_17_ppc64.manylinux2014_ppc64.whl
Algorithm Hash digest
SHA256 fa8608eb8f63e27857344cd56ad65b0d872a637e1017b2158ffd776c3f92f0df
MD5 3f40fc7d5be516df8388364a7cd8e8d4
BLAKE2b-256 fbfa2f33e58d9273b8e624177020a015f35642ce45cbbe747355c929355f5a14

See more details on using hashes here.

Provenance

The following attestation bundles were made for base64_rs-0.0.1-cp315-cp315t-manylinux_2_17_ppc64.manylinux2014_ppc64.whl:

Publisher: ci.yaml on lava-sh/base64-rs

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

File details

Details for the file base64_rs-0.0.1-cp315-cp315t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

  • Download URL: base64_rs-0.0.1-cp315-cp315t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
  • Upload date:
  • Size: 199.5 kB
  • Tags: CPython 3.15t, manylinux: glibc 2.17+ ARMv7l
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.12.5 {"installer":{"name":"uv","version":"0.12.5","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for base64_rs-0.0.1-cp315-cp315t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 0ec216192c0ededf0eb186a2c694251336296c223f5b25195752ff577db637a9
MD5 78cc7d34f127eba5c0ab9181a5723ea5
BLAKE2b-256 8f2ed93c74372f9a6de86e559e80ef3c5d81bfa83a75f7c5fae57ffc338b0d22

See more details on using hashes here.

Provenance

The following attestation bundles were made for base64_rs-0.0.1-cp315-cp315t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl:

Publisher: ci.yaml on lava-sh/base64-rs

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

File details

Details for the file base64_rs-0.0.1-cp315-cp315t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

  • Download URL: base64_rs-0.0.1-cp315-cp315t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
  • Upload date:
  • Size: 252.0 kB
  • Tags: CPython 3.15t, manylinux: glibc 2.17+ ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.12.5 {"installer":{"name":"uv","version":"0.12.5","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for base64_rs-0.0.1-cp315-cp315t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 7a870ca21f6833c98a534c5afc2082f80a45203b3b3f0c4e1a8d8fd0e6061e16
MD5 16092243eace9b018ca8afc411564c3d
BLAKE2b-256 e36abb21ed0b49d51078402a94c70a917cd0043ac17ffb5d48fd1e0ea5db128b

See more details on using hashes here.

Provenance

The following attestation bundles were made for base64_rs-0.0.1-cp315-cp315t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: ci.yaml on lava-sh/base64-rs

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

File details

Details for the file base64_rs-0.0.1-cp315-cp315t-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

  • Download URL: base64_rs-0.0.1-cp315-cp315t-manylinux_2_5_i686.manylinux1_i686.whl
  • Upload date:
  • Size: 277.7 kB
  • Tags: CPython 3.15t, manylinux: glibc 2.5+ i686
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.12.5 {"installer":{"name":"uv","version":"0.12.5","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for base64_rs-0.0.1-cp315-cp315t-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 389efc48f8cdb5d706cf782f63d18fc3f94146ae548937411e8b6241add47fe1
MD5 79a4871f372a4356b1d291fd214b70af
BLAKE2b-256 73fa18ad29ad2f0ff254b69a57c8034632460b3dfb45ec7506f5ca2a93756b1a

See more details on using hashes here.

Provenance

The following attestation bundles were made for base64_rs-0.0.1-cp315-cp315t-manylinux_2_5_i686.manylinux1_i686.whl:

Publisher: ci.yaml on lava-sh/base64-rs

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

File details

Details for the file base64_rs-0.0.1-cp315-cp315t-macosx_11_0_arm64.whl.

File metadata

  • Download URL: base64_rs-0.0.1-cp315-cp315t-macosx_11_0_arm64.whl
  • Upload date:
  • Size: 230.6 kB
  • Tags: CPython 3.15t, macOS 11.0+ ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.12.5 {"installer":{"name":"uv","version":"0.12.5","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for base64_rs-0.0.1-cp315-cp315t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 97cbbeae2e47346067e775001be94378533b7c3f6aff1f7b078dc186dad96fd5
MD5 422da8eddf8aab9080f5fcc86090509d
BLAKE2b-256 35ea2d949c5b01699f981663543949264657d8e8dabf36857d9d5328d62693fb

See more details on using hashes here.

Provenance

The following attestation bundles were made for base64_rs-0.0.1-cp315-cp315t-macosx_11_0_arm64.whl:

Publisher: ci.yaml on lava-sh/base64-rs

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

File details

Details for the file base64_rs-0.0.1-cp315-cp315t-macosx_10_12_x86_64.whl.

File metadata

  • Download URL: base64_rs-0.0.1-cp315-cp315t-macosx_10_12_x86_64.whl
  • Upload date:
  • Size: 245.8 kB
  • Tags: CPython 3.15t, macOS 10.12+ x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.12.5 {"installer":{"name":"uv","version":"0.12.5","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for base64_rs-0.0.1-cp315-cp315t-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 4931d9afa0f79b83b1261124c6c5fa9985e99577127ccccd2c9ba6e4b1ffb90c
MD5 d9ee3b029d7639716f44cc3cfa0036a5
BLAKE2b-256 cbde539c37acd6f4e800a772fa35211553379c349cececb7bd5c250f08850c5f

See more details on using hashes here.

Provenance

The following attestation bundles were made for base64_rs-0.0.1-cp315-cp315t-macosx_10_12_x86_64.whl:

Publisher: ci.yaml on lava-sh/base64-rs

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

File details

Details for the file base64_rs-0.0.1-cp315-cp315t-macosx_10_12_x86_64.macosx_11_0_arm64.macosx_10_12_universal2.whl.

File metadata

  • Download URL: base64_rs-0.0.1-cp315-cp315t-macosx_10_12_x86_64.macosx_11_0_arm64.macosx_10_12_universal2.whl
  • Upload date:
  • Size: 462.2 kB
  • Tags: CPython 3.15t, macOS 10.12+ universal2 (ARM64, x86-64), macOS 10.12+ x86-64, macOS 11.0+ ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.12.5 {"installer":{"name":"uv","version":"0.12.5","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for base64_rs-0.0.1-cp315-cp315t-macosx_10_12_x86_64.macosx_11_0_arm64.macosx_10_12_universal2.whl
Algorithm Hash digest
SHA256 f510a381aa1cef0d7b14782f90bcf0086023775955aa3b2ad698be2700696c79
MD5 e724b2ebe4a21565d101e06a2d026a1b
BLAKE2b-256 13fd7fc9a14659cf19ad2056ff21034a5206d8b9876aed66a2817ac590ab938a

See more details on using hashes here.

Provenance

The following attestation bundles were made for base64_rs-0.0.1-cp315-cp315t-macosx_10_12_x86_64.macosx_11_0_arm64.macosx_10_12_universal2.whl:

Publisher: ci.yaml on lava-sh/base64-rs

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

File details

Details for the file base64_rs-0.0.1-cp315-cp315-win_arm64.whl.

File metadata

  • Download URL: base64_rs-0.0.1-cp315-cp315-win_arm64.whl
  • Upload date:
  • Size: 159.2 kB
  • Tags: CPython 3.15, Windows ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.12.5 {"installer":{"name":"uv","version":"0.12.5","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for base64_rs-0.0.1-cp315-cp315-win_arm64.whl
Algorithm Hash digest
SHA256 5789f1b9903dac53c013601f5328e4e92525b8f70d28b2d2e3add210c31c5998
MD5 e8740c0544d1c527396b6eedd877fbc9
BLAKE2b-256 c5300604b8fee5add671879622cf7339910a007edcd242a63f43c2131184b7ab

See more details on using hashes here.

Provenance

The following attestation bundles were made for base64_rs-0.0.1-cp315-cp315-win_arm64.whl:

Publisher: ci.yaml on lava-sh/base64-rs

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

File details

Details for the file base64_rs-0.0.1-cp315-cp315-win_amd64.whl.

File metadata

  • Download URL: base64_rs-0.0.1-cp315-cp315-win_amd64.whl
  • Upload date:
  • Size: 167.9 kB
  • Tags: CPython 3.15, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.12.5 {"installer":{"name":"uv","version":"0.12.5","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for base64_rs-0.0.1-cp315-cp315-win_amd64.whl
Algorithm Hash digest
SHA256 6f7f2d7920be8653b57d55373305b2c130d82e8cb9fb53871fae2b94843dc06c
MD5 659d02e8b2d73a79b5ca138fc492b928
BLAKE2b-256 dd0c528cd5994e8140c53d127d93d8d1c7bbcff4aa43d4139faf128aa326b2a1

See more details on using hashes here.

Provenance

The following attestation bundles were made for base64_rs-0.0.1-cp315-cp315-win_amd64.whl:

Publisher: ci.yaml on lava-sh/base64-rs

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

File details

Details for the file base64_rs-0.0.1-cp315-cp315-win32.whl.

File metadata

  • Download URL: base64_rs-0.0.1-cp315-cp315-win32.whl
  • Upload date:
  • Size: 150.4 kB
  • Tags: CPython 3.15, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.12.5 {"installer":{"name":"uv","version":"0.12.5","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for base64_rs-0.0.1-cp315-cp315-win32.whl
Algorithm Hash digest
SHA256 d845ca49bdba4cacb0be696e98ca97351e882946be871ab69766cd5c1cbd81c2
MD5 3ea28b4382da1fbd3d3a0007a665eb80
BLAKE2b-256 2144182321887f15863e2deab2ff0163a1e6d4563fe561f68bbe21f1e43dbe4b

See more details on using hashes here.

Provenance

The following attestation bundles were made for base64_rs-0.0.1-cp315-cp315-win32.whl:

Publisher: ci.yaml on lava-sh/base64-rs

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

File details

Details for the file base64_rs-0.0.1-cp315-cp315-musllinux_1_2_x86_64.whl.

File metadata

  • Download URL: base64_rs-0.0.1-cp315-cp315-musllinux_1_2_x86_64.whl
  • Upload date:
  • Size: 472.7 kB
  • Tags: CPython 3.15, musllinux: musl 1.2+ x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.12.5 {"installer":{"name":"uv","version":"0.12.5","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for base64_rs-0.0.1-cp315-cp315-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 6e85e64a416b14ebf570592fc605442a602b4835897702527293c8b8216f7328
MD5 f6a532fb856de002f38d9f7ddf6adcc7
BLAKE2b-256 c3235b765c5b2f5cd9ac761653da85f5afe485ca0432c656e22baf7c44cd9256

See more details on using hashes here.

Provenance

The following attestation bundles were made for base64_rs-0.0.1-cp315-cp315-musllinux_1_2_x86_64.whl:

Publisher: ci.yaml on lava-sh/base64-rs

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

File details

Details for the file base64_rs-0.0.1-cp315-cp315-musllinux_1_2_riscv64.whl.

File metadata

  • Download URL: base64_rs-0.0.1-cp315-cp315-musllinux_1_2_riscv64.whl
  • Upload date:
  • Size: 420.9 kB
  • Tags: CPython 3.15, musllinux: musl 1.2+ riscv64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.12.5 {"installer":{"name":"uv","version":"0.12.5","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for base64_rs-0.0.1-cp315-cp315-musllinux_1_2_riscv64.whl
Algorithm Hash digest
SHA256 af79777593b19a0e54e03943fad2d5fca5a153f5edd3c3e30e55031dc761678b
MD5 5986bc4764b717a89c2d519b0c5243b4
BLAKE2b-256 f9813ff71324235e10f4e597ef4d11224471576e7695202265fde760497a86fe

See more details on using hashes here.

Provenance

The following attestation bundles were made for base64_rs-0.0.1-cp315-cp315-musllinux_1_2_riscv64.whl:

Publisher: ci.yaml on lava-sh/base64-rs

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

File details

Details for the file base64_rs-0.0.1-cp315-cp315-musllinux_1_2_ppc64le.whl.

File metadata

  • Download URL: base64_rs-0.0.1-cp315-cp315-musllinux_1_2_ppc64le.whl
  • Upload date:
  • Size: 428.0 kB
  • Tags: CPython 3.15, musllinux: musl 1.2+ ppc64le
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.12.5 {"installer":{"name":"uv","version":"0.12.5","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for base64_rs-0.0.1-cp315-cp315-musllinux_1_2_ppc64le.whl
Algorithm Hash digest
SHA256 8b60dac94bd9ffa08069342fab3cbb33361348dfc180e3d8b95626fc93b3df35
MD5 d5e5333fd64b3d0f2c5de8e168d4adea
BLAKE2b-256 c4806e55d6b1c5b4c7f75d4fe8281dc32c15be12465be4e3f38790853405cd5b

See more details on using hashes here.

Provenance

The following attestation bundles were made for base64_rs-0.0.1-cp315-cp315-musllinux_1_2_ppc64le.whl:

Publisher: ci.yaml on lava-sh/base64-rs

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

File details

Details for the file base64_rs-0.0.1-cp315-cp315-musllinux_1_2_i686.whl.

File metadata

  • Download URL: base64_rs-0.0.1-cp315-cp315-musllinux_1_2_i686.whl
  • Upload date:
  • Size: 503.5 kB
  • Tags: CPython 3.15, musllinux: musl 1.2+ i686
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.12.5 {"installer":{"name":"uv","version":"0.12.5","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for base64_rs-0.0.1-cp315-cp315-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 6acb8c0b6e519176dca037a6c988b46694bcd085e8986c3be67a2c9882a31032
MD5 7f06c74413c755a8da30388cfe49b36b
BLAKE2b-256 d4fe19c0335bddd2122518c552915918c99baefc0b4ba29bff81f1f96e50a58a

See more details on using hashes here.

Provenance

The following attestation bundles were made for base64_rs-0.0.1-cp315-cp315-musllinux_1_2_i686.whl:

Publisher: ci.yaml on lava-sh/base64-rs

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

File details

Details for the file base64_rs-0.0.1-cp315-cp315-musllinux_1_2_armv7l.whl.

File metadata

  • Download URL: base64_rs-0.0.1-cp315-cp315-musllinux_1_2_armv7l.whl
  • Upload date:
  • Size: 526.1 kB
  • Tags: CPython 3.15, musllinux: musl 1.2+ ARMv7l
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.12.5 {"installer":{"name":"uv","version":"0.12.5","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for base64_rs-0.0.1-cp315-cp315-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 c5aa40124cd8416064d800b46fc313f0f15ff3553e03bebba871aa8febd37245
MD5 59fcfa773a668c064d1cab9c51b05f7c
BLAKE2b-256 3d4c8ad5ff61e448273eca1b525aac51d77474c7d9ae58b40a164eccbc3d4bea

See more details on using hashes here.

Provenance

The following attestation bundles were made for base64_rs-0.0.1-cp315-cp315-musllinux_1_2_armv7l.whl:

Publisher: ci.yaml on lava-sh/base64-rs

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

File details

Details for the file base64_rs-0.0.1-cp315-cp315-musllinux_1_2_aarch64.whl.

File metadata

  • Download URL: base64_rs-0.0.1-cp315-cp315-musllinux_1_2_aarch64.whl
  • Upload date:
  • Size: 431.5 kB
  • Tags: CPython 3.15, musllinux: musl 1.2+ ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.12.5 {"installer":{"name":"uv","version":"0.12.5","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for base64_rs-0.0.1-cp315-cp315-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 9f39d62e109894c5096b1e81ef8dd816a4a2ffd89507cac43093a46b650f0ac9
MD5 d5dffd2274a2f5daea002fd5613cf4e1
BLAKE2b-256 8480795019eb25a7d2c33c7ce1d82a4e46537a210c59e1b13dc591cd423e106b

See more details on using hashes here.

Provenance

The following attestation bundles were made for base64_rs-0.0.1-cp315-cp315-musllinux_1_2_aarch64.whl:

Publisher: ci.yaml on lava-sh/base64-rs

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

File details

Details for the file base64_rs-0.0.1-cp315-cp315-manylinux_2_31_riscv64.whl.

File metadata

  • Download URL: base64_rs-0.0.1-cp315-cp315-manylinux_2_31_riscv64.whl
  • Upload date:
  • Size: 244.2 kB
  • Tags: CPython 3.15, manylinux: glibc 2.31+ riscv64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.12.5 {"installer":{"name":"uv","version":"0.12.5","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for base64_rs-0.0.1-cp315-cp315-manylinux_2_31_riscv64.whl
Algorithm Hash digest
SHA256 cb399efa92d9248e9ae3c706151f85f4bdc74d147a0b61d5ffdc4d163f686093
MD5 aa9c12ea1ff8552d4e6a33f86c7491e8
BLAKE2b-256 61a2fee7c3d6c356b47a0c6f4b0499a79dd0f15062f7031eccfd9c5643eba5b2

See more details on using hashes here.

Provenance

The following attestation bundles were made for base64_rs-0.0.1-cp315-cp315-manylinux_2_31_riscv64.whl:

Publisher: ci.yaml on lava-sh/base64-rs

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

File details

Details for the file base64_rs-0.0.1-cp315-cp315-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

  • Download URL: base64_rs-0.0.1-cp315-cp315-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
  • Upload date:
  • Size: 259.5 kB
  • Tags: CPython 3.15, manylinux: glibc 2.17+ x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.12.5 {"installer":{"name":"uv","version":"0.12.5","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for base64_rs-0.0.1-cp315-cp315-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 e24123cab5e4d4ab1e499af772697a941ff032e7272a2381dd8483e94c88aaf3
MD5 8bdb93b9b51d02f419164409a32676a8
BLAKE2b-256 9518df88699ae6134a4c9321c832b48a17970ec1855a00725aeecff97ec38fa2

See more details on using hashes here.

Provenance

The following attestation bundles were made for base64_rs-0.0.1-cp315-cp315-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: ci.yaml on lava-sh/base64-rs

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

File details

Details for the file base64_rs-0.0.1-cp315-cp315-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

  • Download URL: base64_rs-0.0.1-cp315-cp315-manylinux_2_17_s390x.manylinux2014_s390x.whl
  • Upload date:
  • Size: 231.4 kB
  • Tags: CPython 3.15, manylinux: glibc 2.17+ s390x
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.12.5 {"installer":{"name":"uv","version":"0.12.5","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for base64_rs-0.0.1-cp315-cp315-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 f43c23a0c9cbf4be4a1a37302a1b81529b24d93134c07619176f1f2a5b3ca226
MD5 7868a72bce7a14b33057ec0ecabe7695
BLAKE2b-256 6bea99b745ded66221e17063a71caa0ba8ca7345baf4b19c846716145b8bae26

See more details on using hashes here.

Provenance

The following attestation bundles were made for base64_rs-0.0.1-cp315-cp315-manylinux_2_17_s390x.manylinux2014_s390x.whl:

Publisher: ci.yaml on lava-sh/base64-rs

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

File details

Details for the file base64_rs-0.0.1-cp315-cp315-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

  • Download URL: base64_rs-0.0.1-cp315-cp315-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
  • Upload date:
  • Size: 219.4 kB
  • Tags: CPython 3.15, manylinux: glibc 2.17+ ppc64le
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.12.5 {"installer":{"name":"uv","version":"0.12.5","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for base64_rs-0.0.1-cp315-cp315-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 a18e8955ca6c6e7547b00c4cb22ebe5898194afcea48361c65cdd5b6d3515406
MD5 d940495cd3e924771d2fa78bda18a753
BLAKE2b-256 930fcb26e56a4407ff64488af7d2d914cd615872a282afe671c234d3c1ae7092

See more details on using hashes here.

Provenance

The following attestation bundles were made for base64_rs-0.0.1-cp315-cp315-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl:

Publisher: ci.yaml on lava-sh/base64-rs

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

File details

Details for the file base64_rs-0.0.1-cp315-cp315-manylinux_2_17_ppc64.manylinux2014_ppc64.whl.

File metadata

  • Download URL: base64_rs-0.0.1-cp315-cp315-manylinux_2_17_ppc64.manylinux2014_ppc64.whl
  • Upload date:
  • Size: 219.4 kB
  • Tags: CPython 3.15, manylinux: glibc 2.17+ ppc64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.12.5 {"installer":{"name":"uv","version":"0.12.5","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for base64_rs-0.0.1-cp315-cp315-manylinux_2_17_ppc64.manylinux2014_ppc64.whl
Algorithm Hash digest
SHA256 7e0186bff98acfdab6408182206375e962dab5c608483ed32a908b6051cc82b7
MD5 b21b0e3d565a5ca055fe99d74956adb0
BLAKE2b-256 d4771734efa6651e1a99ec16a2cbe71323fc32491d11bc1c81715dfaf359e4ea

See more details on using hashes here.

Provenance

The following attestation bundles were made for base64_rs-0.0.1-cp315-cp315-manylinux_2_17_ppc64.manylinux2014_ppc64.whl:

Publisher: ci.yaml on lava-sh/base64-rs

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

File details

Details for the file base64_rs-0.0.1-cp315-cp315-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

  • Download URL: base64_rs-0.0.1-cp315-cp315-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
  • Upload date:
  • Size: 200.4 kB
  • Tags: CPython 3.15, manylinux: glibc 2.17+ ARMv7l
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.12.5 {"installer":{"name":"uv","version":"0.12.5","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for base64_rs-0.0.1-cp315-cp315-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 ad135c6742fa27711db73e15c5728564608fa7f9064c11ebc04f67dd9b9c05ef
MD5 c9d01e498cb31c5dae988a5cd75826fc
BLAKE2b-256 ec1f3b568513aee46de24806eb5e9453b37ae4a4510b0f51899013387fc5d10b

See more details on using hashes here.

Provenance

The following attestation bundles were made for base64_rs-0.0.1-cp315-cp315-manylinux_2_17_armv7l.manylinux2014_armv7l.whl:

Publisher: ci.yaml on lava-sh/base64-rs

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

File details

Details for the file base64_rs-0.0.1-cp315-cp315-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

  • Download URL: base64_rs-0.0.1-cp315-cp315-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
  • Upload date:
  • Size: 252.8 kB
  • Tags: CPython 3.15, manylinux: glibc 2.17+ ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.12.5 {"installer":{"name":"uv","version":"0.12.5","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for base64_rs-0.0.1-cp315-cp315-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 a0c2f3464d03333a9cc3e1db523f48fae47b5fe7eab3c989823227f5d39b0def
MD5 303d7a5505aeccde02d1ee7f7e984c90
BLAKE2b-256 66385114ef1b36693519c86d22ebbe26535f1098ea2c704b065092a57df0fd0d

See more details on using hashes here.

Provenance

The following attestation bundles were made for base64_rs-0.0.1-cp315-cp315-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: ci.yaml on lava-sh/base64-rs

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

File details

Details for the file base64_rs-0.0.1-cp315-cp315-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

  • Download URL: base64_rs-0.0.1-cp315-cp315-manylinux_2_5_i686.manylinux1_i686.whl
  • Upload date:
  • Size: 278.4 kB
  • Tags: CPython 3.15, manylinux: glibc 2.5+ i686
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.12.5 {"installer":{"name":"uv","version":"0.12.5","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for base64_rs-0.0.1-cp315-cp315-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 0fa6dbbfbe6134f4ed0e3c0076d5e657d396a111e61607552e02e556bcbf93a6
MD5 b4aaee5d054268b51cd6e723ccd03f65
BLAKE2b-256 7e085493b3550303993b710741095ba618cb76c6c3fb77219ca02a6c2e5dae31

See more details on using hashes here.

Provenance

The following attestation bundles were made for base64_rs-0.0.1-cp315-cp315-manylinux_2_5_i686.manylinux1_i686.whl:

Publisher: ci.yaml on lava-sh/base64-rs

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

File details

Details for the file base64_rs-0.0.1-cp315-cp315-macosx_11_0_arm64.whl.

File metadata

  • Download URL: base64_rs-0.0.1-cp315-cp315-macosx_11_0_arm64.whl
  • Upload date:
  • Size: 231.3 kB
  • Tags: CPython 3.15, macOS 11.0+ ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.12.5 {"installer":{"name":"uv","version":"0.12.5","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for base64_rs-0.0.1-cp315-cp315-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 e5759d91acea7eb97605039ca9a0f2bba13369172c6acfc53703a9fed6fba527
MD5 13debba6081f14f29a4d9d6a8fda45b0
BLAKE2b-256 aaff881161a5a50bcd97e677d0812fc50f36d42e27d29671d37615a4ff196dbc

See more details on using hashes here.

Provenance

The following attestation bundles were made for base64_rs-0.0.1-cp315-cp315-macosx_11_0_arm64.whl:

Publisher: ci.yaml on lava-sh/base64-rs

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

File details

Details for the file base64_rs-0.0.1-cp315-cp315-macosx_10_12_x86_64.whl.

File metadata

  • Download URL: base64_rs-0.0.1-cp315-cp315-macosx_10_12_x86_64.whl
  • Upload date:
  • Size: 246.5 kB
  • Tags: CPython 3.15, macOS 10.12+ x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.12.5 {"installer":{"name":"uv","version":"0.12.5","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for base64_rs-0.0.1-cp315-cp315-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 2cb46127f9b5cdde0ff4364af95307481d32f40d1a16f4963df05619f9d89399
MD5 67f8080e72564e997c207e605945a01b
BLAKE2b-256 012625c63ff7454ec5c4335cf747db819c44452aa7ebe9a9c36f79ae4648d20c

See more details on using hashes here.

Provenance

The following attestation bundles were made for base64_rs-0.0.1-cp315-cp315-macosx_10_12_x86_64.whl:

Publisher: ci.yaml on lava-sh/base64-rs

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

File details

Details for the file base64_rs-0.0.1-cp315-cp315-macosx_10_12_x86_64.macosx_11_0_arm64.macosx_10_12_universal2.whl.

File metadata

  • Download URL: base64_rs-0.0.1-cp315-cp315-macosx_10_12_x86_64.macosx_11_0_arm64.macosx_10_12_universal2.whl
  • Upload date:
  • Size: 463.8 kB
  • Tags: CPython 3.15, macOS 10.12+ universal2 (ARM64, x86-64), macOS 10.12+ x86-64, macOS 11.0+ ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.12.5 {"installer":{"name":"uv","version":"0.12.5","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for base64_rs-0.0.1-cp315-cp315-macosx_10_12_x86_64.macosx_11_0_arm64.macosx_10_12_universal2.whl
Algorithm Hash digest
SHA256 7361135c6e0cceba9305e472b445ce85c2e4c599731c663b61629027473d8468
MD5 75ad491da5a274fc0488974e38e10bcf
BLAKE2b-256 55138c3c5694b921996685ae090c1b01ad5726ce1525ae4b2b3b71c3f487dba1

See more details on using hashes here.

Provenance

The following attestation bundles were made for base64_rs-0.0.1-cp315-cp315-macosx_10_12_x86_64.macosx_11_0_arm64.macosx_10_12_universal2.whl:

Publisher: ci.yaml on lava-sh/base64-rs

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

File details

Details for the file base64_rs-0.0.1-cp314-cp314t-win_arm64.whl.

File metadata

  • Download URL: base64_rs-0.0.1-cp314-cp314t-win_arm64.whl
  • Upload date:
  • Size: 158.3 kB
  • Tags: CPython 3.14t, Windows ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.12.5 {"installer":{"name":"uv","version":"0.12.5","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for base64_rs-0.0.1-cp314-cp314t-win_arm64.whl
Algorithm Hash digest
SHA256 2ca96a81d4e85519078a73edd2ba7c959b883423fe793daab245aa758c914401
MD5 dd0c8142f53d5b8e238d3312286c6c6c
BLAKE2b-256 d5c5b15623ce5259fbc2f439267305220c5a8e9b270e4dbc802366110c0a8ef6

See more details on using hashes here.

Provenance

The following attestation bundles were made for base64_rs-0.0.1-cp314-cp314t-win_arm64.whl:

Publisher: ci.yaml on lava-sh/base64-rs

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

File details

Details for the file base64_rs-0.0.1-cp314-cp314t-win_amd64.whl.

File metadata

  • Download URL: base64_rs-0.0.1-cp314-cp314t-win_amd64.whl
  • Upload date:
  • Size: 167.0 kB
  • Tags: CPython 3.14t, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.12.5 {"installer":{"name":"uv","version":"0.12.5","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for base64_rs-0.0.1-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 5a9b3a36724d14d6c3518491e452873956743b6548c5cda867ceb86436c40a07
MD5 783569d87d6b0687b55891920bcd552e
BLAKE2b-256 47ce1713b39efa16f6636e5c97e9134d5b3b1d6ef193cf79ad6b5880fd1942f8

See more details on using hashes here.

Provenance

The following attestation bundles were made for base64_rs-0.0.1-cp314-cp314t-win_amd64.whl:

Publisher: ci.yaml on lava-sh/base64-rs

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

File details

Details for the file base64_rs-0.0.1-cp314-cp314t-win32.whl.

File metadata

  • Download URL: base64_rs-0.0.1-cp314-cp314t-win32.whl
  • Upload date:
  • Size: 149.4 kB
  • Tags: CPython 3.14t, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.12.5 {"installer":{"name":"uv","version":"0.12.5","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for base64_rs-0.0.1-cp314-cp314t-win32.whl
Algorithm Hash digest
SHA256 0f977a7b0775cbc95f865cb3a103ef745a477dcdbb1658b902c25fa3de579d81
MD5 ac52e03acf139c2e0a64b2d615564b63
BLAKE2b-256 045874277bf8cc6e2f51d9148bb51c3fdb7478e773af308f9c5fedf898455746

See more details on using hashes here.

Provenance

The following attestation bundles were made for base64_rs-0.0.1-cp314-cp314t-win32.whl:

Publisher: ci.yaml on lava-sh/base64-rs

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

File details

Details for the file base64_rs-0.0.1-cp314-cp314t-musllinux_1_2_x86_64.whl.

File metadata

  • Download URL: base64_rs-0.0.1-cp314-cp314t-musllinux_1_2_x86_64.whl
  • Upload date:
  • Size: 471.8 kB
  • Tags: CPython 3.14t, musllinux: musl 1.2+ x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.12.5 {"installer":{"name":"uv","version":"0.12.5","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for base64_rs-0.0.1-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 294a245d9918d4a3b3b00b6c0716abe01a0ab23bbb902f00f5c2f3842222a5a1
MD5 5e018a0b22ddebebf25fb7124c73e056
BLAKE2b-256 650f262a5a4aa127af31a99437acfada9116a1d07cb40ac0e9d3c1b13794ee46

See more details on using hashes here.

Provenance

The following attestation bundles were made for base64_rs-0.0.1-cp314-cp314t-musllinux_1_2_x86_64.whl:

Publisher: ci.yaml on lava-sh/base64-rs

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

File details

Details for the file base64_rs-0.0.1-cp314-cp314t-musllinux_1_2_riscv64.whl.

File metadata

  • Download URL: base64_rs-0.0.1-cp314-cp314t-musllinux_1_2_riscv64.whl
  • Upload date:
  • Size: 419.8 kB
  • Tags: CPython 3.14t, musllinux: musl 1.2+ riscv64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.12.5 {"installer":{"name":"uv","version":"0.12.5","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for base64_rs-0.0.1-cp314-cp314t-musllinux_1_2_riscv64.whl
Algorithm Hash digest
SHA256 49dfbdc21821de41cb3a4f62aeaef9607fb050191580595ceec860cb9c46f12a
MD5 4fde95533e68636a2b2b3cfb0f1be286
BLAKE2b-256 216e6c207a28605f5567181880d95833ba9a245d9f2864ffa162b6a89b5d1617

See more details on using hashes here.

Provenance

The following attestation bundles were made for base64_rs-0.0.1-cp314-cp314t-musllinux_1_2_riscv64.whl:

Publisher: ci.yaml on lava-sh/base64-rs

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

File details

Details for the file base64_rs-0.0.1-cp314-cp314t-musllinux_1_2_ppc64le.whl.

File metadata

  • Download URL: base64_rs-0.0.1-cp314-cp314t-musllinux_1_2_ppc64le.whl
  • Upload date:
  • Size: 426.7 kB
  • Tags: CPython 3.14t, musllinux: musl 1.2+ ppc64le
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.12.5 {"installer":{"name":"uv","version":"0.12.5","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for base64_rs-0.0.1-cp314-cp314t-musllinux_1_2_ppc64le.whl
Algorithm Hash digest
SHA256 a0e850afc03bc6d0331f7928a846661eaefae132e7f939b681f609d37fc20673
MD5 e44ab35f4a557eb4df88169382984e22
BLAKE2b-256 ece0df271f8b080bd27578ef6d01fb2ff2a2b2210bd3255ed23b8f141de0af3f

See more details on using hashes here.

Provenance

The following attestation bundles were made for base64_rs-0.0.1-cp314-cp314t-musllinux_1_2_ppc64le.whl:

Publisher: ci.yaml on lava-sh/base64-rs

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

File details

Details for the file base64_rs-0.0.1-cp314-cp314t-musllinux_1_2_i686.whl.

File metadata

  • Download URL: base64_rs-0.0.1-cp314-cp314t-musllinux_1_2_i686.whl
  • Upload date:
  • Size: 502.6 kB
  • Tags: CPython 3.14t, musllinux: musl 1.2+ i686
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.12.5 {"installer":{"name":"uv","version":"0.12.5","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for base64_rs-0.0.1-cp314-cp314t-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 1ce937b6703ad3799e3927cdda9a50eceb95176cd7b897972898a091fcb614c4
MD5 122a6a2fe90120f42f3fe8fd76aa7e1c
BLAKE2b-256 47559f46f20596fad048f02edecac3821e566a7dd1356a791ba77891c69638f0

See more details on using hashes here.

Provenance

The following attestation bundles were made for base64_rs-0.0.1-cp314-cp314t-musllinux_1_2_i686.whl:

Publisher: ci.yaml on lava-sh/base64-rs

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

File details

Details for the file base64_rs-0.0.1-cp314-cp314t-musllinux_1_2_armv7l.whl.

File metadata

  • Download URL: base64_rs-0.0.1-cp314-cp314t-musllinux_1_2_armv7l.whl
  • Upload date:
  • Size: 525.2 kB
  • Tags: CPython 3.14t, musllinux: musl 1.2+ ARMv7l
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.12.5 {"installer":{"name":"uv","version":"0.12.5","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for base64_rs-0.0.1-cp314-cp314t-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 e5b4ac1389f8af3c575b2981843b96ec7e69d22845c82583159fbd78fee29808
MD5 19399991ca296c9e416da27364b650d6
BLAKE2b-256 5fdb71acaa34e0f9683b60a1190811549387a44966e269cc24eab020addc9c3b

See more details on using hashes here.

Provenance

The following attestation bundles were made for base64_rs-0.0.1-cp314-cp314t-musllinux_1_2_armv7l.whl:

Publisher: ci.yaml on lava-sh/base64-rs

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

File details

Details for the file base64_rs-0.0.1-cp314-cp314t-musllinux_1_2_aarch64.whl.

File metadata

  • Download URL: base64_rs-0.0.1-cp314-cp314t-musllinux_1_2_aarch64.whl
  • Upload date:
  • Size: 430.7 kB
  • Tags: CPython 3.14t, musllinux: musl 1.2+ ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.12.5 {"installer":{"name":"uv","version":"0.12.5","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for base64_rs-0.0.1-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 da5349a91b49d7db1c9f0fd5d3e5d8cfe9e95c67ca4f7e7ac6f8b26d70aa890f
MD5 818239d6e35959f21099d1030d224271
BLAKE2b-256 3690efefbf2137dab3c1f3104e3cfe8c8f453f2a393c3451db68469728e4e9a2

See more details on using hashes here.

Provenance

The following attestation bundles were made for base64_rs-0.0.1-cp314-cp314t-musllinux_1_2_aarch64.whl:

Publisher: ci.yaml on lava-sh/base64-rs

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

File details

Details for the file base64_rs-0.0.1-cp314-cp314t-manylinux_2_31_riscv64.whl.

File metadata

  • Download URL: base64_rs-0.0.1-cp314-cp314t-manylinux_2_31_riscv64.whl
  • Upload date:
  • Size: 243.1 kB
  • Tags: CPython 3.14t, manylinux: glibc 2.31+ riscv64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.12.5 {"installer":{"name":"uv","version":"0.12.5","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for base64_rs-0.0.1-cp314-cp314t-manylinux_2_31_riscv64.whl
Algorithm Hash digest
SHA256 6466fdf657b95ffd2c2bebe3bf343867fad134fdf51c183651c87e520fca8443
MD5 5226fdab7e32ee22e1796ba42b5681b8
BLAKE2b-256 619882c155b0f0b8177c0876d050ec3e3040771699b91313ca59188e085aaaa1

See more details on using hashes here.

Provenance

The following attestation bundles were made for base64_rs-0.0.1-cp314-cp314t-manylinux_2_31_riscv64.whl:

Publisher: ci.yaml on lava-sh/base64-rs

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

File details

Details for the file base64_rs-0.0.1-cp314-cp314t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

  • Download URL: base64_rs-0.0.1-cp314-cp314t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
  • Upload date:
  • Size: 258.4 kB
  • Tags: CPython 3.14t, manylinux: glibc 2.17+ x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.12.5 {"installer":{"name":"uv","version":"0.12.5","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for base64_rs-0.0.1-cp314-cp314t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 4293808f5d3b75b483a7e4ef006fc8365432728b97c5bf830e134eb2da4161e9
MD5 13182ac706ca5540a4071509d3c9b5f6
BLAKE2b-256 3c87dcbe2d6dff96208cabfb4c430550183b2122e3e8ef5423177aa7ef618a2b

See more details on using hashes here.

Provenance

The following attestation bundles were made for base64_rs-0.0.1-cp314-cp314t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: ci.yaml on lava-sh/base64-rs

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

File details

Details for the file base64_rs-0.0.1-cp314-cp314t-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

  • Download URL: base64_rs-0.0.1-cp314-cp314t-manylinux_2_17_s390x.manylinux2014_s390x.whl
  • Upload date:
  • Size: 230.5 kB
  • Tags: CPython 3.14t, manylinux: glibc 2.17+ s390x
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.12.5 {"installer":{"name":"uv","version":"0.12.5","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for base64_rs-0.0.1-cp314-cp314t-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 8e4730e7fb05d8aadca8eac306bd3719676f3def667695fb1d08fa581e35f15f
MD5 d37bc96028c3678aab35e172582f2088
BLAKE2b-256 2338d9d27e5cc082adb8e6571ab59e6e0497915403811ee1d0ff136fda591afe

See more details on using hashes here.

Provenance

The following attestation bundles were made for base64_rs-0.0.1-cp314-cp314t-manylinux_2_17_s390x.manylinux2014_s390x.whl:

Publisher: ci.yaml on lava-sh/base64-rs

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

File details

Details for the file base64_rs-0.0.1-cp314-cp314t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

  • Download URL: base64_rs-0.0.1-cp314-cp314t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
  • Upload date:
  • Size: 217.9 kB
  • Tags: CPython 3.14t, manylinux: glibc 2.17+ ppc64le
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.12.5 {"installer":{"name":"uv","version":"0.12.5","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for base64_rs-0.0.1-cp314-cp314t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 f267d17dffa59c17911ba2d5adecee337958756172e2a1889b8bdc04cfb27efa
MD5 64cd720f52324c6b69b7f119e11f7f69
BLAKE2b-256 1c98df020fed5c149f26439a5a644dceb7e8138ed36e0531e5f5c3e255d2ebfc

See more details on using hashes here.

Provenance

The following attestation bundles were made for base64_rs-0.0.1-cp314-cp314t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl:

Publisher: ci.yaml on lava-sh/base64-rs

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

File details

Details for the file base64_rs-0.0.1-cp314-cp314t-manylinux_2_17_ppc64.manylinux2014_ppc64.whl.

File metadata

  • Download URL: base64_rs-0.0.1-cp314-cp314t-manylinux_2_17_ppc64.manylinux2014_ppc64.whl
  • Upload date:
  • Size: 218.4 kB
  • Tags: CPython 3.14t, manylinux: glibc 2.17+ ppc64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.12.5 {"installer":{"name":"uv","version":"0.12.5","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for base64_rs-0.0.1-cp314-cp314t-manylinux_2_17_ppc64.manylinux2014_ppc64.whl
Algorithm Hash digest
SHA256 f0511aa83f53d5471776b4758d15c0adf3b57cec8f3fae0449f38e7557926f14
MD5 1f3af9eed22b042d033f7e94a24d0d49
BLAKE2b-256 c08dc55cfe0da13daa66ca1e2019bbe8f88d448af1ac050acfb252357d95ca0b

See more details on using hashes here.

Provenance

The following attestation bundles were made for base64_rs-0.0.1-cp314-cp314t-manylinux_2_17_ppc64.manylinux2014_ppc64.whl:

Publisher: ci.yaml on lava-sh/base64-rs

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

File details

Details for the file base64_rs-0.0.1-cp314-cp314t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

  • Download URL: base64_rs-0.0.1-cp314-cp314t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
  • Upload date:
  • Size: 199.5 kB
  • Tags: CPython 3.14t, manylinux: glibc 2.17+ ARMv7l
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.12.5 {"installer":{"name":"uv","version":"0.12.5","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for base64_rs-0.0.1-cp314-cp314t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 dd78d551d839515e1f85650dfcf88e7e393b53e7f938f9fc429b6407259b3d93
MD5 9cbeae15e85306a81fb58a450a2066cf
BLAKE2b-256 4100cdafc0c3d5b45194f7137a3b40963e7aaa90ac9d9f47bd72168d16576d4e

See more details on using hashes here.

Provenance

The following attestation bundles were made for base64_rs-0.0.1-cp314-cp314t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl:

Publisher: ci.yaml on lava-sh/base64-rs

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

File details

Details for the file base64_rs-0.0.1-cp314-cp314t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

  • Download URL: base64_rs-0.0.1-cp314-cp314t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
  • Upload date:
  • Size: 251.9 kB
  • Tags: CPython 3.14t, manylinux: glibc 2.17+ ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.12.5 {"installer":{"name":"uv","version":"0.12.5","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for base64_rs-0.0.1-cp314-cp314t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 70052ccf6988c81e5eed2f4996897473c3d3b735b3ff81bd189b255ce4cb7c30
MD5 071801c3e3798a6db690ef825d9cd2ac
BLAKE2b-256 76e4c9a9c31f8a169dbf2a62f1f76f4313021465bf9342b015b5257cd203845e

See more details on using hashes here.

Provenance

The following attestation bundles were made for base64_rs-0.0.1-cp314-cp314t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: ci.yaml on lava-sh/base64-rs

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

File details

Details for the file base64_rs-0.0.1-cp314-cp314t-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

  • Download URL: base64_rs-0.0.1-cp314-cp314t-manylinux_2_5_i686.manylinux1_i686.whl
  • Upload date:
  • Size: 277.6 kB
  • Tags: CPython 3.14t, manylinux: glibc 2.5+ i686
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.12.5 {"installer":{"name":"uv","version":"0.12.5","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for base64_rs-0.0.1-cp314-cp314t-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 f2cacc237e9aec01c0aa73976e42966740204769dbb770dcc36f667a8570279c
MD5 0b42a76b9dc9ca71975ea8804d31bb04
BLAKE2b-256 9c4c437ffccb0cb0284f189d7d8215dccb973e3348885b1e751a58d4704d7dd0

See more details on using hashes here.

Provenance

The following attestation bundles were made for base64_rs-0.0.1-cp314-cp314t-manylinux_2_5_i686.manylinux1_i686.whl:

Publisher: ci.yaml on lava-sh/base64-rs

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

File details

Details for the file base64_rs-0.0.1-cp314-cp314t-macosx_11_0_arm64.whl.

File metadata

  • Download URL: base64_rs-0.0.1-cp314-cp314t-macosx_11_0_arm64.whl
  • Upload date:
  • Size: 230.6 kB
  • Tags: CPython 3.14t, macOS 11.0+ ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.12.5 {"installer":{"name":"uv","version":"0.12.5","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for base64_rs-0.0.1-cp314-cp314t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 8b792b0c3434444b3bf4a826217500c2411e31cc68f38dd6357455005c6b42d4
MD5 35237715fc695fe526215901f3ab9af6
BLAKE2b-256 8abc078a0928edc6ddaa6b120b548b91079923b54e3ecc3e00cce9f3d9e468e6

See more details on using hashes here.

Provenance

The following attestation bundles were made for base64_rs-0.0.1-cp314-cp314t-macosx_11_0_arm64.whl:

Publisher: ci.yaml on lava-sh/base64-rs

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

File details

Details for the file base64_rs-0.0.1-cp314-cp314t-macosx_10_12_x86_64.whl.

File metadata

  • Download URL: base64_rs-0.0.1-cp314-cp314t-macosx_10_12_x86_64.whl
  • Upload date:
  • Size: 245.7 kB
  • Tags: CPython 3.14t, macOS 10.12+ x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.12.5 {"installer":{"name":"uv","version":"0.12.5","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for base64_rs-0.0.1-cp314-cp314t-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 6f9d6b3dfb4927e5647940caeaf29c97c6253aa171d44b781184eb85ccb44d96
MD5 8a4dc0228f297e5aa29fdc09f9a7493e
BLAKE2b-256 d69e0088c4c2383af777a1821b683221b8b7a7805ca6680777fba3d7054ed430

See more details on using hashes here.

Provenance

The following attestation bundles were made for base64_rs-0.0.1-cp314-cp314t-macosx_10_12_x86_64.whl:

Publisher: ci.yaml on lava-sh/base64-rs

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

File details

Details for the file base64_rs-0.0.1-cp314-cp314t-macosx_10_12_x86_64.macosx_11_0_arm64.macosx_10_12_universal2.whl.

File metadata

  • Download URL: base64_rs-0.0.1-cp314-cp314t-macosx_10_12_x86_64.macosx_11_0_arm64.macosx_10_12_universal2.whl
  • Upload date:
  • Size: 462.1 kB
  • Tags: CPython 3.14t, macOS 10.12+ universal2 (ARM64, x86-64), macOS 10.12+ x86-64, macOS 11.0+ ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.12.5 {"installer":{"name":"uv","version":"0.12.5","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for base64_rs-0.0.1-cp314-cp314t-macosx_10_12_x86_64.macosx_11_0_arm64.macosx_10_12_universal2.whl
Algorithm Hash digest
SHA256 11011e1aea897b98218a927ae83c2bc4a2c544d82a9f7441a0c14f28e8189f93
MD5 d4856dec68ae290211e08f1977e83ab3
BLAKE2b-256 49f79cc1dc62997cafc1f86e532ae1fb059697dd452c48f55b90b6cfc1d478ba

See more details on using hashes here.

Provenance

The following attestation bundles were made for base64_rs-0.0.1-cp314-cp314t-macosx_10_12_x86_64.macosx_11_0_arm64.macosx_10_12_universal2.whl:

Publisher: ci.yaml on lava-sh/base64-rs

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

File details

Details for the file base64_rs-0.0.1-cp314-cp314-win_arm64.whl.

File metadata

  • Download URL: base64_rs-0.0.1-cp314-cp314-win_arm64.whl
  • Upload date:
  • Size: 159.1 kB
  • Tags: CPython 3.14, Windows ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.12.5 {"installer":{"name":"uv","version":"0.12.5","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for base64_rs-0.0.1-cp314-cp314-win_arm64.whl
Algorithm Hash digest
SHA256 c78e775f504e1d963dfc6dd696c5f0e6e52692518dcddef26aba35fb212ee545
MD5 a79d439a55c282ddd16bb04eb836bf46
BLAKE2b-256 b539fc3b513b5212fb06180b03baa6478245b58b3a07841a4e8a3cca1ee27078

See more details on using hashes here.

Provenance

The following attestation bundles were made for base64_rs-0.0.1-cp314-cp314-win_arm64.whl:

Publisher: ci.yaml on lava-sh/base64-rs

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

File details

Details for the file base64_rs-0.0.1-cp314-cp314-win_amd64.whl.

File metadata

  • Download URL: base64_rs-0.0.1-cp314-cp314-win_amd64.whl
  • Upload date:
  • Size: 167.8 kB
  • Tags: CPython 3.14, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.12.5 {"installer":{"name":"uv","version":"0.12.5","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for base64_rs-0.0.1-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 2d9fcd32cfe8c18bf232ae1adf2c7f4ef4e0f2ef3c10db51e88624eedefbc8d7
MD5 5aa2865c30d6bbbc753d880929ef3514
BLAKE2b-256 a7abb3eedc00b8b60a9899bd56ba65bd0b516c10090c81f58a3d23058f1ff1e1

See more details on using hashes here.

Provenance

The following attestation bundles were made for base64_rs-0.0.1-cp314-cp314-win_amd64.whl:

Publisher: ci.yaml on lava-sh/base64-rs

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

File details

Details for the file base64_rs-0.0.1-cp314-cp314-win32.whl.

File metadata

  • Download URL: base64_rs-0.0.1-cp314-cp314-win32.whl
  • Upload date:
  • Size: 150.3 kB
  • Tags: CPython 3.14, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.12.5 {"installer":{"name":"uv","version":"0.12.5","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for base64_rs-0.0.1-cp314-cp314-win32.whl
Algorithm Hash digest
SHA256 d9cdcbc7a68aa94ec3ca408f1092af41adde83370346687e7768fbaf4cc01450
MD5 0b770a49e4d3e8204987370fcadb1950
BLAKE2b-256 86d2ea3e7a37d79c4c87104fb0992c99746c14015a2306c13350fae752f4cf86

See more details on using hashes here.

Provenance

The following attestation bundles were made for base64_rs-0.0.1-cp314-cp314-win32.whl:

Publisher: ci.yaml on lava-sh/base64-rs

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

File details

Details for the file base64_rs-0.0.1-cp314-cp314-pyemscripten_2026_0_wasm32.whl.

File metadata

  • Download URL: base64_rs-0.0.1-cp314-cp314-pyemscripten_2026_0_wasm32.whl
  • Upload date:
  • Size: 60.3 kB
  • Tags: CPython 3.14, PyEmscripten 2026.0 wasm32
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.12.5 {"installer":{"name":"uv","version":"0.12.5","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for base64_rs-0.0.1-cp314-cp314-pyemscripten_2026_0_wasm32.whl
Algorithm Hash digest
SHA256 599f932353138f84850f32786c18fd3e1bd454f2a351d5de7ee7320733e3e783
MD5 f60d4351e0b59783274c704f172a665d
BLAKE2b-256 2e41e3d98d475469374c7a179d36ac4cc2bffd59ffa488c44874ca026c6fffcf

See more details on using hashes here.

Provenance

The following attestation bundles were made for base64_rs-0.0.1-cp314-cp314-pyemscripten_2026_0_wasm32.whl:

Publisher: ci.yaml on lava-sh/base64-rs

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

File details

Details for the file base64_rs-0.0.1-cp314-cp314-musllinux_1_2_x86_64.whl.

File metadata

  • Download URL: base64_rs-0.0.1-cp314-cp314-musllinux_1_2_x86_64.whl
  • Upload date:
  • Size: 472.6 kB
  • Tags: CPython 3.14, musllinux: musl 1.2+ x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.12.5 {"installer":{"name":"uv","version":"0.12.5","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for base64_rs-0.0.1-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 654af67de9947a159a72a8fdbc270b3ac851b4f6bd0accc53a4a85b1db0be1ba
MD5 b6b31428728ed3ad1b57bbc7a76693b5
BLAKE2b-256 59babfd68b0dcf13d68bc28360365035f323385209c05e464f25af58d10761c3

See more details on using hashes here.

Provenance

The following attestation bundles were made for base64_rs-0.0.1-cp314-cp314-musllinux_1_2_x86_64.whl:

Publisher: ci.yaml on lava-sh/base64-rs

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

File details

Details for the file base64_rs-0.0.1-cp314-cp314-musllinux_1_2_riscv64.whl.

File metadata

  • Download URL: base64_rs-0.0.1-cp314-cp314-musllinux_1_2_riscv64.whl
  • Upload date:
  • Size: 420.8 kB
  • Tags: CPython 3.14, musllinux: musl 1.2+ riscv64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.12.5 {"installer":{"name":"uv","version":"0.12.5","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for base64_rs-0.0.1-cp314-cp314-musllinux_1_2_riscv64.whl
Algorithm Hash digest
SHA256 bc83695d1432b7d65cde73399c816e8effd57cc12048dad5902653ec0f7fd142
MD5 09995af4c1933060897c96feab774cef
BLAKE2b-256 ea9a1cf3d0db25995c492f5c914f42b37ab99d7ad9c579bfa9dab89efad0afd3

See more details on using hashes here.

Provenance

The following attestation bundles were made for base64_rs-0.0.1-cp314-cp314-musllinux_1_2_riscv64.whl:

Publisher: ci.yaml on lava-sh/base64-rs

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

File details

Details for the file base64_rs-0.0.1-cp314-cp314-musllinux_1_2_ppc64le.whl.

File metadata

  • Download URL: base64_rs-0.0.1-cp314-cp314-musllinux_1_2_ppc64le.whl
  • Upload date:
  • Size: 427.9 kB
  • Tags: CPython 3.14, musllinux: musl 1.2+ ppc64le
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.12.5 {"installer":{"name":"uv","version":"0.12.5","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for base64_rs-0.0.1-cp314-cp314-musllinux_1_2_ppc64le.whl
Algorithm Hash digest
SHA256 1cdcf5d52bb871e3d62b6fc42e94e0b8cce9aad88d05ae3fe6fe2cea2a480a65
MD5 df5ffcf0a6766cb92fff1c507459c0a6
BLAKE2b-256 13c9ed6fec63d9fe1eee480f07641a8b9ba529dabe36063a4cda8963bb808889

See more details on using hashes here.

Provenance

The following attestation bundles were made for base64_rs-0.0.1-cp314-cp314-musllinux_1_2_ppc64le.whl:

Publisher: ci.yaml on lava-sh/base64-rs

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

File details

Details for the file base64_rs-0.0.1-cp314-cp314-musllinux_1_2_i686.whl.

File metadata

  • Download URL: base64_rs-0.0.1-cp314-cp314-musllinux_1_2_i686.whl
  • Upload date:
  • Size: 503.4 kB
  • Tags: CPython 3.14, musllinux: musl 1.2+ i686
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.12.5 {"installer":{"name":"uv","version":"0.12.5","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for base64_rs-0.0.1-cp314-cp314-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 be7988c8f4f22d131717e96bd4be294b42809639809a7659fb66f60156738ccd
MD5 af03d93f2d28052ee63456f232a6599b
BLAKE2b-256 d8df368fa89e5da84a25c713e7a79f4e6a6b9f2cf2ce696922fe774e13bd0720

See more details on using hashes here.

Provenance

The following attestation bundles were made for base64_rs-0.0.1-cp314-cp314-musllinux_1_2_i686.whl:

Publisher: ci.yaml on lava-sh/base64-rs

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

File details

Details for the file base64_rs-0.0.1-cp314-cp314-musllinux_1_2_armv7l.whl.

File metadata

  • Download URL: base64_rs-0.0.1-cp314-cp314-musllinux_1_2_armv7l.whl
  • Upload date:
  • Size: 526.1 kB
  • Tags: CPython 3.14, musllinux: musl 1.2+ ARMv7l
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.12.5 {"installer":{"name":"uv","version":"0.12.5","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for base64_rs-0.0.1-cp314-cp314-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 c68fdb1059a9767b0ce05d4ec16fce3c9e6ad8daefc6335d4dabef044542aedc
MD5 c3beaf9429edf083319ef550b94dcbe4
BLAKE2b-256 1991174d47d2f4685393fe245a35a08c4919668e47b9f43207a679503374724e

See more details on using hashes here.

Provenance

The following attestation bundles were made for base64_rs-0.0.1-cp314-cp314-musllinux_1_2_armv7l.whl:

Publisher: ci.yaml on lava-sh/base64-rs

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

File details

Details for the file base64_rs-0.0.1-cp314-cp314-musllinux_1_2_aarch64.whl.

File metadata

  • Download URL: base64_rs-0.0.1-cp314-cp314-musllinux_1_2_aarch64.whl
  • Upload date:
  • Size: 431.4 kB
  • Tags: CPython 3.14, musllinux: musl 1.2+ ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.12.5 {"installer":{"name":"uv","version":"0.12.5","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for base64_rs-0.0.1-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 8d8314b6e049afe89473ed8e1ac8008c9ea4f7fabca055dd055995a6f23f8566
MD5 5e23e33969fb2e5e62b217b5f262b1ca
BLAKE2b-256 2d5c4db8fa3925aabe29e7f5aebf83fe3ed850e516078f557d0c843e7fa99bcb

See more details on using hashes here.

Provenance

The following attestation bundles were made for base64_rs-0.0.1-cp314-cp314-musllinux_1_2_aarch64.whl:

Publisher: ci.yaml on lava-sh/base64-rs

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

File details

Details for the file base64_rs-0.0.1-cp314-cp314-manylinux_2_31_riscv64.whl.

File metadata

  • Download URL: base64_rs-0.0.1-cp314-cp314-manylinux_2_31_riscv64.whl
  • Upload date:
  • Size: 244.1 kB
  • Tags: CPython 3.14, manylinux: glibc 2.31+ riscv64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.12.5 {"installer":{"name":"uv","version":"0.12.5","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for base64_rs-0.0.1-cp314-cp314-manylinux_2_31_riscv64.whl
Algorithm Hash digest
SHA256 bbfe8c49ac610809ebc3c2af2b866288cf3e414f1261082dca72679f48c88845
MD5 e9f0e17266933fdecd93221b5cf51d57
BLAKE2b-256 3f97c55903a573923a818a496d33e213e10bab80f54fe62ee3525e294376eb8e

See more details on using hashes here.

Provenance

The following attestation bundles were made for base64_rs-0.0.1-cp314-cp314-manylinux_2_31_riscv64.whl:

Publisher: ci.yaml on lava-sh/base64-rs

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

File details

Details for the file base64_rs-0.0.1-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

  • Download URL: base64_rs-0.0.1-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
  • Upload date:
  • Size: 259.5 kB
  • Tags: CPython 3.14, manylinux: glibc 2.17+ x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.12.5 {"installer":{"name":"uv","version":"0.12.5","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for base64_rs-0.0.1-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 d34b7d648d9152cf256ead6c5e3e00661c21417b2e7aef55313c5c1ce0d78a90
MD5 7c66ddf8f7a4c0cca9a8805cdb791094
BLAKE2b-256 4df08d7898b7209c20aa25479faf0ad77ec1404d27ae6a98b7a668ded859593f

See more details on using hashes here.

Provenance

The following attestation bundles were made for base64_rs-0.0.1-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: ci.yaml on lava-sh/base64-rs

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

File details

Details for the file base64_rs-0.0.1-cp314-cp314-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

  • Download URL: base64_rs-0.0.1-cp314-cp314-manylinux_2_17_s390x.manylinux2014_s390x.whl
  • Upload date:
  • Size: 231.2 kB
  • Tags: CPython 3.14, manylinux: glibc 2.17+ s390x
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.12.5 {"installer":{"name":"uv","version":"0.12.5","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for base64_rs-0.0.1-cp314-cp314-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 94b07c61a56fadc5477bc45e14062c381c73042545da77782f6544fe921e2cf7
MD5 3f53dfee5295c1bb085d563dccf85579
BLAKE2b-256 084f7bb3d8d4b5c6f4f73945f235a6261b185dd02b46aeb9fd7b7001b3b7ca3f

See more details on using hashes here.

Provenance

The following attestation bundles were made for base64_rs-0.0.1-cp314-cp314-manylinux_2_17_s390x.manylinux2014_s390x.whl:

Publisher: ci.yaml on lava-sh/base64-rs

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

File details

Details for the file base64_rs-0.0.1-cp314-cp314-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

  • Download URL: base64_rs-0.0.1-cp314-cp314-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
  • Upload date:
  • Size: 219.2 kB
  • Tags: CPython 3.14, manylinux: glibc 2.17+ ppc64le
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.12.5 {"installer":{"name":"uv","version":"0.12.5","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for base64_rs-0.0.1-cp314-cp314-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 4ebc9f0b9305e6c5d10c9f3d5f139a402f131adf707ea6a419fa2f40b358714b
MD5 08ecd504a00d2dd2ca0590f8fb39f171
BLAKE2b-256 37f33b5cb8dbf7bf1a84aa905de355503390ac53c27ba5dce8e05298455db04b

See more details on using hashes here.

Provenance

The following attestation bundles were made for base64_rs-0.0.1-cp314-cp314-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl:

Publisher: ci.yaml on lava-sh/base64-rs

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

File details

Details for the file base64_rs-0.0.1-cp314-cp314-manylinux_2_17_ppc64.manylinux2014_ppc64.whl.

File metadata

  • Download URL: base64_rs-0.0.1-cp314-cp314-manylinux_2_17_ppc64.manylinux2014_ppc64.whl
  • Upload date:
  • Size: 219.3 kB
  • Tags: CPython 3.14, manylinux: glibc 2.17+ ppc64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.12.5 {"installer":{"name":"uv","version":"0.12.5","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for base64_rs-0.0.1-cp314-cp314-manylinux_2_17_ppc64.manylinux2014_ppc64.whl
Algorithm Hash digest
SHA256 433ef5a962c57e172f6e3643edcf1bc5b9d512fe0ab07409642d0e8e9eb2c2c4
MD5 be81c0ac865f51e631ac932ed1b01994
BLAKE2b-256 8772c5f8eb2c282d84fd6997dd241e2a31e4a797f4303903c424e74db8eb9d6b

See more details on using hashes here.

Provenance

The following attestation bundles were made for base64_rs-0.0.1-cp314-cp314-manylinux_2_17_ppc64.manylinux2014_ppc64.whl:

Publisher: ci.yaml on lava-sh/base64-rs

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

File details

Details for the file base64_rs-0.0.1-cp314-cp314-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

  • Download URL: base64_rs-0.0.1-cp314-cp314-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
  • Upload date:
  • Size: 200.3 kB
  • Tags: CPython 3.14, manylinux: glibc 2.17+ ARMv7l
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.12.5 {"installer":{"name":"uv","version":"0.12.5","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for base64_rs-0.0.1-cp314-cp314-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 622d6e4a22228b8e57967766d4123d1cb2776f8bdda7f0dbfaf373efa94edd39
MD5 0972991b71dd105cfd9631e4d8e0f116
BLAKE2b-256 786ce5397c19a79d0da35069279d378d8d83f9a84e80541a8d571eac2110c704

See more details on using hashes here.

Provenance

The following attestation bundles were made for base64_rs-0.0.1-cp314-cp314-manylinux_2_17_armv7l.manylinux2014_armv7l.whl:

Publisher: ci.yaml on lava-sh/base64-rs

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

File details

Details for the file base64_rs-0.0.1-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

  • Download URL: base64_rs-0.0.1-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
  • Upload date:
  • Size: 252.7 kB
  • Tags: CPython 3.14, manylinux: glibc 2.17+ ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.12.5 {"installer":{"name":"uv","version":"0.12.5","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for base64_rs-0.0.1-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 ece264b26310aed63166d22d429545cdefd32119ec072c26dbdc0f6a901a04fc
MD5 7f250163f3a3eca3afce07d707d285c5
BLAKE2b-256 21a9eaf65a21026d8552b547b4f81c3f1f00be65f30da41b5fcc0096cc07940e

See more details on using hashes here.

Provenance

The following attestation bundles were made for base64_rs-0.0.1-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: ci.yaml on lava-sh/base64-rs

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

File details

Details for the file base64_rs-0.0.1-cp314-cp314-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

  • Download URL: base64_rs-0.0.1-cp314-cp314-manylinux_2_5_i686.manylinux1_i686.whl
  • Upload date:
  • Size: 278.3 kB
  • Tags: CPython 3.14, manylinux: glibc 2.5+ i686
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.12.5 {"installer":{"name":"uv","version":"0.12.5","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for base64_rs-0.0.1-cp314-cp314-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 2a67303c5b6f0eae0e238d95c8edb64fb5db7a4f2399ddee1518852c3cfddf38
MD5 e50d776771e1491dd98b25505c5081c4
BLAKE2b-256 49f5abf2a77052a40385fe98539a965d7bafbf4c764af5f4ebbfb76b64c57f27

See more details on using hashes here.

Provenance

The following attestation bundles were made for base64_rs-0.0.1-cp314-cp314-manylinux_2_5_i686.manylinux1_i686.whl:

Publisher: ci.yaml on lava-sh/base64-rs

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

File details

Details for the file base64_rs-0.0.1-cp314-cp314-macosx_11_0_arm64.whl.

File metadata

  • Download URL: base64_rs-0.0.1-cp314-cp314-macosx_11_0_arm64.whl
  • Upload date:
  • Size: 231.3 kB
  • Tags: CPython 3.14, macOS 11.0+ ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.12.5 {"installer":{"name":"uv","version":"0.12.5","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for base64_rs-0.0.1-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 e374374c1ff32d7531ee8467ac0afeee1018be1a444b2a016c6ab7ebce279f48
MD5 8768fe72ba0a051e6338e55b8f7f6171
BLAKE2b-256 1f6e24a876ef5651f1eca6b7fc6d4e83f384298da0d0b5f4fe3350892261717a

See more details on using hashes here.

Provenance

The following attestation bundles were made for base64_rs-0.0.1-cp314-cp314-macosx_11_0_arm64.whl:

Publisher: ci.yaml on lava-sh/base64-rs

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

File details

Details for the file base64_rs-0.0.1-cp314-cp314-macosx_10_12_x86_64.whl.

File metadata

  • Download URL: base64_rs-0.0.1-cp314-cp314-macosx_10_12_x86_64.whl
  • Upload date:
  • Size: 246.4 kB
  • Tags: CPython 3.14, macOS 10.12+ x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.12.5 {"installer":{"name":"uv","version":"0.12.5","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for base64_rs-0.0.1-cp314-cp314-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 e0a2d028253fa86e7740e59a17e20fdbfafeea72414256139055e9266cc73a4e
MD5 1838a4a1273b1b79cee51136b7c8fd72
BLAKE2b-256 649ccf92a975f55cf18a281dbe1a585d19b00a41ac95e8319633094c2365e2c8

See more details on using hashes here.

Provenance

The following attestation bundles were made for base64_rs-0.0.1-cp314-cp314-macosx_10_12_x86_64.whl:

Publisher: ci.yaml on lava-sh/base64-rs

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

File details

Details for the file base64_rs-0.0.1-cp314-cp314-macosx_10_12_x86_64.macosx_11_0_arm64.macosx_10_12_universal2.whl.

File metadata

  • Download URL: base64_rs-0.0.1-cp314-cp314-macosx_10_12_x86_64.macosx_11_0_arm64.macosx_10_12_universal2.whl
  • Upload date:
  • Size: 463.6 kB
  • Tags: CPython 3.14, macOS 10.12+ universal2 (ARM64, x86-64), macOS 10.12+ x86-64, macOS 11.0+ ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.12.5 {"installer":{"name":"uv","version":"0.12.5","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for base64_rs-0.0.1-cp314-cp314-macosx_10_12_x86_64.macosx_11_0_arm64.macosx_10_12_universal2.whl
Algorithm Hash digest
SHA256 cfbc58355fba3374c0f674051e54f329d8629cda59332ec78afa015209400f33
MD5 f56d2b36d4931c6dcabc8ae54bf4c032
BLAKE2b-256 87fa4dc54c9143243b433046628ff114df43b74c5e55ae634591e9db89f87fe5

See more details on using hashes here.

Provenance

The following attestation bundles were made for base64_rs-0.0.1-cp314-cp314-macosx_10_12_x86_64.macosx_11_0_arm64.macosx_10_12_universal2.whl:

Publisher: ci.yaml on lava-sh/base64-rs

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

File details

Details for the file base64_rs-0.0.1-cp313-cp313-win_arm64.whl.

File metadata

  • Download URL: base64_rs-0.0.1-cp313-cp313-win_arm64.whl
  • Upload date:
  • Size: 159.1 kB
  • Tags: CPython 3.13, Windows ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.12.5 {"installer":{"name":"uv","version":"0.12.5","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for base64_rs-0.0.1-cp313-cp313-win_arm64.whl
Algorithm Hash digest
SHA256 8c8eb87bc0a77795e32d04e76237b4ff16b06c9d2bd4e74c820e7d06f4a6d3a4
MD5 dca2a27cca7624f1971731aac9d9c8de
BLAKE2b-256 8894b9c7c5960335b28a45091ffd587d2e02e40ca34042508628490cf4de1089

See more details on using hashes here.

Provenance

The following attestation bundles were made for base64_rs-0.0.1-cp313-cp313-win_arm64.whl:

Publisher: ci.yaml on lava-sh/base64-rs

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

File details

Details for the file base64_rs-0.0.1-cp313-cp313-win_amd64.whl.

File metadata

  • Download URL: base64_rs-0.0.1-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 167.5 kB
  • Tags: CPython 3.13, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.12.5 {"installer":{"name":"uv","version":"0.12.5","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for base64_rs-0.0.1-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 2ad4d79bf30021e2cdae69ba785fb0ced119fb27fa81b0481cfc60ab495f27c2
MD5 b18d696f4ad72241de8fb3d15099bc69
BLAKE2b-256 1e8b8ebfc83585cdd09a50b4fe428d768508d36e1b6300df5fd4c4a8929dc308

See more details on using hashes here.

Provenance

The following attestation bundles were made for base64_rs-0.0.1-cp313-cp313-win_amd64.whl:

Publisher: ci.yaml on lava-sh/base64-rs

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

File details

Details for the file base64_rs-0.0.1-cp313-cp313-win32.whl.

File metadata

  • Download URL: base64_rs-0.0.1-cp313-cp313-win32.whl
  • Upload date:
  • Size: 150.3 kB
  • Tags: CPython 3.13, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.12.5 {"installer":{"name":"uv","version":"0.12.5","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for base64_rs-0.0.1-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 c784f3bf48d7d3c9e7115d38ec0c30bda596ab043c27622da214380df276fab4
MD5 c521ade976a25a5ee284c344ffe6eae6
BLAKE2b-256 561380ee6fcc0480c69de9033096446d8c02a8413c3909616efd2a6d020baa8e

See more details on using hashes here.

Provenance

The following attestation bundles were made for base64_rs-0.0.1-cp313-cp313-win32.whl:

Publisher: ci.yaml on lava-sh/base64-rs

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

File details

Details for the file base64_rs-0.0.1-cp313-cp313-pyemscripten_2025_0_wasm32.whl.

File metadata

  • Download URL: base64_rs-0.0.1-cp313-cp313-pyemscripten_2025_0_wasm32.whl
  • Upload date:
  • Size: 59.9 kB
  • Tags: CPython 3.13, PyEmscripten 2025.0 wasm32
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.12.5 {"installer":{"name":"uv","version":"0.12.5","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for base64_rs-0.0.1-cp313-cp313-pyemscripten_2025_0_wasm32.whl
Algorithm Hash digest
SHA256 0a92b54341ffda308948c84c5a40f714f7342bc7504096ec8492d5e431ec8897
MD5 316eaf570f21c815446f8b7cd1984964
BLAKE2b-256 fcb7ec54db493a48827bf9ace3b0c750579ef8ba9fba4a0ccc3b4cc0ad0550f1

See more details on using hashes here.

Provenance

The following attestation bundles were made for base64_rs-0.0.1-cp313-cp313-pyemscripten_2025_0_wasm32.whl:

Publisher: ci.yaml on lava-sh/base64-rs

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

File details

Details for the file base64_rs-0.0.1-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

  • Download URL: base64_rs-0.0.1-cp313-cp313-musllinux_1_2_x86_64.whl
  • Upload date:
  • Size: 472.1 kB
  • Tags: CPython 3.13, musllinux: musl 1.2+ x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.12.5 {"installer":{"name":"uv","version":"0.12.5","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for base64_rs-0.0.1-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 6e2e30df8c655bc70378e2d186d9474f876ee109ae81a8be82db3bed8a1bddce
MD5 e5f603137dce6986c8b35f83fc5fadec
BLAKE2b-256 e97a1296931c179e970562fef3516e39fca65b38e82b7abfdd907a58c78aabe6

See more details on using hashes here.

Provenance

The following attestation bundles were made for base64_rs-0.0.1-cp313-cp313-musllinux_1_2_x86_64.whl:

Publisher: ci.yaml on lava-sh/base64-rs

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

File details

Details for the file base64_rs-0.0.1-cp313-cp313-musllinux_1_2_riscv64.whl.

File metadata

  • Download URL: base64_rs-0.0.1-cp313-cp313-musllinux_1_2_riscv64.whl
  • Upload date:
  • Size: 420.2 kB
  • Tags: CPython 3.13, musllinux: musl 1.2+ riscv64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.12.5 {"installer":{"name":"uv","version":"0.12.5","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for base64_rs-0.0.1-cp313-cp313-musllinux_1_2_riscv64.whl
Algorithm Hash digest
SHA256 678bf9fea36b63e254497eb1fa02ffb59e73fa926104f05804901dbad81d7149
MD5 272cfae53f2bbfa64511ebe667fba0b6
BLAKE2b-256 8d5e1472c892eafd50b7d6a4824864d39bc597ba3f3844e38a60e763486dbe9c

See more details on using hashes here.

Provenance

The following attestation bundles were made for base64_rs-0.0.1-cp313-cp313-musllinux_1_2_riscv64.whl:

Publisher: ci.yaml on lava-sh/base64-rs

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

File details

Details for the file base64_rs-0.0.1-cp313-cp313-musllinux_1_2_ppc64le.whl.

File metadata

  • Download URL: base64_rs-0.0.1-cp313-cp313-musllinux_1_2_ppc64le.whl
  • Upload date:
  • Size: 427.3 kB
  • Tags: CPython 3.13, musllinux: musl 1.2+ ppc64le
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.12.5 {"installer":{"name":"uv","version":"0.12.5","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for base64_rs-0.0.1-cp313-cp313-musllinux_1_2_ppc64le.whl
Algorithm Hash digest
SHA256 26870ecbddd41a441e5f2874fab7c09fa88d1b259293295fe83c217a84079aaa
MD5 a06b75d03667f6d9271c9bda80b592f5
BLAKE2b-256 a7d482eb85b832ffb2b829adb9af0a09fbe111e74d7b4556669b09d45d755d25

See more details on using hashes here.

Provenance

The following attestation bundles were made for base64_rs-0.0.1-cp313-cp313-musllinux_1_2_ppc64le.whl:

Publisher: ci.yaml on lava-sh/base64-rs

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

File details

Details for the file base64_rs-0.0.1-cp313-cp313-musllinux_1_2_i686.whl.

File metadata

  • Download URL: base64_rs-0.0.1-cp313-cp313-musllinux_1_2_i686.whl
  • Upload date:
  • Size: 502.8 kB
  • Tags: CPython 3.13, musllinux: musl 1.2+ i686
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.12.5 {"installer":{"name":"uv","version":"0.12.5","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for base64_rs-0.0.1-cp313-cp313-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 cc64830dc6d792603de6eb801f7a01f098c97448f9f29755af19b2b4cb0cd6c9
MD5 70ed60486358fd48ea8416cab0d5f1ba
BLAKE2b-256 d469aaf2fec97d8d75d807c53fa063efca45295efd7bb3eb0972a78b502f85a7

See more details on using hashes here.

Provenance

The following attestation bundles were made for base64_rs-0.0.1-cp313-cp313-musllinux_1_2_i686.whl:

Publisher: ci.yaml on lava-sh/base64-rs

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

File details

Details for the file base64_rs-0.0.1-cp313-cp313-musllinux_1_2_armv7l.whl.

File metadata

  • Download URL: base64_rs-0.0.1-cp313-cp313-musllinux_1_2_armv7l.whl
  • Upload date:
  • Size: 525.8 kB
  • Tags: CPython 3.13, musllinux: musl 1.2+ ARMv7l
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.12.5 {"installer":{"name":"uv","version":"0.12.5","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for base64_rs-0.0.1-cp313-cp313-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 dd37080ad72a268c2665516cc3412e2eb0f9c475b8317f862cc8dd6b3a0fa47f
MD5 494abbb36ad421c8dd580fb50377d2e7
BLAKE2b-256 839902d0421514458cc4b5f5b491d9dc6cdd3d6d01dd1b693e6faa021c52764c

See more details on using hashes here.

Provenance

The following attestation bundles were made for base64_rs-0.0.1-cp313-cp313-musllinux_1_2_armv7l.whl:

Publisher: ci.yaml on lava-sh/base64-rs

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

File details

Details for the file base64_rs-0.0.1-cp313-cp313-musllinux_1_2_aarch64.whl.

File metadata

  • Download URL: base64_rs-0.0.1-cp313-cp313-musllinux_1_2_aarch64.whl
  • Upload date:
  • Size: 430.9 kB
  • Tags: CPython 3.13, musllinux: musl 1.2+ ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.12.5 {"installer":{"name":"uv","version":"0.12.5","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for base64_rs-0.0.1-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 0c22f4bc51d132f8e8328fcfc1d9d18686d603f0a289c6a2d77b0411cec569f5
MD5 8768f4938e6d9e8a485e00de6af7e1df
BLAKE2b-256 f8724f279ed6bfc292d3dd491949a29aa7f9ce2065fae6aeaa538b63329e94f3

See more details on using hashes here.

Provenance

The following attestation bundles were made for base64_rs-0.0.1-cp313-cp313-musllinux_1_2_aarch64.whl:

Publisher: ci.yaml on lava-sh/base64-rs

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

File details

Details for the file base64_rs-0.0.1-cp313-cp313-manylinux_2_31_riscv64.whl.

File metadata

  • Download URL: base64_rs-0.0.1-cp313-cp313-manylinux_2_31_riscv64.whl
  • Upload date:
  • Size: 243.5 kB
  • Tags: CPython 3.13, manylinux: glibc 2.31+ riscv64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.12.5 {"installer":{"name":"uv","version":"0.12.5","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for base64_rs-0.0.1-cp313-cp313-manylinux_2_31_riscv64.whl
Algorithm Hash digest
SHA256 15ab6caaa95d5bb78966150762a33951edf4f25ec8376c77779244f808a343d4
MD5 557448407b752264f0fbaf7f4e45a32a
BLAKE2b-256 5428699d06674a3ee8012c1f7c5a343926a3382348b949513a5f405a5bb3b57d

See more details on using hashes here.

Provenance

The following attestation bundles were made for base64_rs-0.0.1-cp313-cp313-manylinux_2_31_riscv64.whl:

Publisher: ci.yaml on lava-sh/base64-rs

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

File details

Details for the file base64_rs-0.0.1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

  • Download URL: base64_rs-0.0.1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
  • Upload date:
  • Size: 258.7 kB
  • Tags: CPython 3.13, manylinux: glibc 2.17+ x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.12.5 {"installer":{"name":"uv","version":"0.12.5","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for base64_rs-0.0.1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 9fa3ceece2143a57c85868a2d0a0a26301c81e4e40c681ba7b558d6e3114c88f
MD5 8a1317dab9fa01b9f50f804bff53f632
BLAKE2b-256 a09e994c76e05bef740ba29db9d074274fc11f2f0ab825a68ed644f0e7aefff5

See more details on using hashes here.

Provenance

The following attestation bundles were made for base64_rs-0.0.1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: ci.yaml on lava-sh/base64-rs

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

File details

Details for the file base64_rs-0.0.1-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

  • Download URL: base64_rs-0.0.1-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl
  • Upload date:
  • Size: 230.6 kB
  • Tags: CPython 3.13, manylinux: glibc 2.17+ s390x
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.12.5 {"installer":{"name":"uv","version":"0.12.5","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for base64_rs-0.0.1-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 341dfa30e7fcec280c5039e8c8c64e478dfb8ab4ceec4b32b7766b9f26f2c406
MD5 44b91d65df019fc3387c103c321bd817
BLAKE2b-256 67007b0efc89300ff4512c5e52caa82510202c23a6ee6654fe1a39208f8c5766

See more details on using hashes here.

Provenance

The following attestation bundles were made for base64_rs-0.0.1-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl:

Publisher: ci.yaml on lava-sh/base64-rs

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

File details

Details for the file base64_rs-0.0.1-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

  • Download URL: base64_rs-0.0.1-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
  • Upload date:
  • Size: 218.6 kB
  • Tags: CPython 3.13, manylinux: glibc 2.17+ ppc64le
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.12.5 {"installer":{"name":"uv","version":"0.12.5","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for base64_rs-0.0.1-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 043fb51d693a007e0bebb1400cbe656954e617a83e42532228716cfa673fdfa1
MD5 27d7fef9089cb5964e397b6429040a92
BLAKE2b-256 ff3df993e5635f0625d3b05440267a35233df19fd48b3313015b1334befe32ec

See more details on using hashes here.

Provenance

The following attestation bundles were made for base64_rs-0.0.1-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl:

Publisher: ci.yaml on lava-sh/base64-rs

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

File details

Details for the file base64_rs-0.0.1-cp313-cp313-manylinux_2_17_ppc64.manylinux2014_ppc64.whl.

File metadata

  • Download URL: base64_rs-0.0.1-cp313-cp313-manylinux_2_17_ppc64.manylinux2014_ppc64.whl
  • Upload date:
  • Size: 225.2 kB
  • Tags: CPython 3.13, manylinux: glibc 2.17+ ppc64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.12.5 {"installer":{"name":"uv","version":"0.12.5","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for base64_rs-0.0.1-cp313-cp313-manylinux_2_17_ppc64.manylinux2014_ppc64.whl
Algorithm Hash digest
SHA256 e2a718c822666c506e8a452588e46753ae21a1e4ebea2557c22787bcf92a6c44
MD5 fa5632a14a3c53fd22735a5ee254496d
BLAKE2b-256 ec7f7374cbaba3c0e61c5fa04453f845ca6e21d6f7112dc7ada0ab2476def5b4

See more details on using hashes here.

Provenance

The following attestation bundles were made for base64_rs-0.0.1-cp313-cp313-manylinux_2_17_ppc64.manylinux2014_ppc64.whl:

Publisher: ci.yaml on lava-sh/base64-rs

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

File details

Details for the file base64_rs-0.0.1-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

  • Download URL: base64_rs-0.0.1-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
  • Upload date:
  • Size: 200.1 kB
  • Tags: CPython 3.13, manylinux: glibc 2.17+ ARMv7l
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.12.5 {"installer":{"name":"uv","version":"0.12.5","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for base64_rs-0.0.1-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 bccf24203f9628b39d35536b3ad60ca21b20c383d1ef69f43bc5280d2279e190
MD5 45edf6ef9e3e6eaf9d7ee4125020414f
BLAKE2b-256 5c5dc81d60ff2b0f0d904c6246740d48a01986c56ed5ca069f5b342df94873b2

See more details on using hashes here.

Provenance

The following attestation bundles were made for base64_rs-0.0.1-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl:

Publisher: ci.yaml on lava-sh/base64-rs

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

File details

Details for the file base64_rs-0.0.1-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

  • Download URL: base64_rs-0.0.1-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
  • Upload date:
  • Size: 252.2 kB
  • Tags: CPython 3.13, manylinux: glibc 2.17+ ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.12.5 {"installer":{"name":"uv","version":"0.12.5","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for base64_rs-0.0.1-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 9d6330bfd60416bf754816ebf099276e895329629c1385822976d3801e80ba05
MD5 089ccf92b09d31f97f9707f9097216bd
BLAKE2b-256 00c24ecc438d014699dff86c25104a6c968966a699251f5a5614d1057ae93b68

See more details on using hashes here.

Provenance

The following attestation bundles were made for base64_rs-0.0.1-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: ci.yaml on lava-sh/base64-rs

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

File details

Details for the file base64_rs-0.0.1-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

  • Download URL: base64_rs-0.0.1-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.whl
  • Upload date:
  • Size: 277.9 kB
  • Tags: CPython 3.13, manylinux: glibc 2.5+ i686
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.12.5 {"installer":{"name":"uv","version":"0.12.5","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for base64_rs-0.0.1-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 f5e2ae2f7adcda5bcf8518c52a4671ca981ce07cdee4e7ef57f9ac781bc4c466
MD5 65f681d796ad1f7309ebaf05f0d476bd
BLAKE2b-256 e8aeac03014612602855ed7bac6318d7c91351493af00da24e5715cee1d846e5

See more details on using hashes here.

Provenance

The following attestation bundles were made for base64_rs-0.0.1-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.whl:

Publisher: ci.yaml on lava-sh/base64-rs

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

File details

Details for the file base64_rs-0.0.1-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

  • Download URL: base64_rs-0.0.1-cp313-cp313-macosx_11_0_arm64.whl
  • Upload date:
  • Size: 231.3 kB
  • Tags: CPython 3.13, macOS 11.0+ ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.12.5 {"installer":{"name":"uv","version":"0.12.5","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for base64_rs-0.0.1-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 2bcf8f73ebcf400ee9f3d833a181fd6c061b1f0c83a14c9baf04eb2e16a4f913
MD5 e8dc4ae43127737b6339bae8a8677706
BLAKE2b-256 5d519d22abe39ec69b7f36fd27bd590ac66c8eedff6cd0fcf4d11a07f31969a0

See more details on using hashes here.

Provenance

The following attestation bundles were made for base64_rs-0.0.1-cp313-cp313-macosx_11_0_arm64.whl:

Publisher: ci.yaml on lava-sh/base64-rs

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

File details

Details for the file base64_rs-0.0.1-cp313-cp313-macosx_10_12_x86_64.whl.

File metadata

  • Download URL: base64_rs-0.0.1-cp313-cp313-macosx_10_12_x86_64.whl
  • Upload date:
  • Size: 246.3 kB
  • Tags: CPython 3.13, macOS 10.12+ x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.12.5 {"installer":{"name":"uv","version":"0.12.5","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for base64_rs-0.0.1-cp313-cp313-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 52479e0348e77566e21d57e56c810d58850c274d1c8452b5b66f61e77aea5210
MD5 6212086c3058dd79f09da116af9ee510
BLAKE2b-256 37a911409b602a215117d26e0953a52103619a17c1a0298770dddda556600787

See more details on using hashes here.

Provenance

The following attestation bundles were made for base64_rs-0.0.1-cp313-cp313-macosx_10_12_x86_64.whl:

Publisher: ci.yaml on lava-sh/base64-rs

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

File details

Details for the file base64_rs-0.0.1-cp313-cp313-macosx_10_12_x86_64.macosx_11_0_arm64.macosx_10_12_universal2.whl.

File metadata

  • Download URL: base64_rs-0.0.1-cp313-cp313-macosx_10_12_x86_64.macosx_11_0_arm64.macosx_10_12_universal2.whl
  • Upload date:
  • Size: 463.5 kB
  • Tags: CPython 3.13, macOS 10.12+ universal2 (ARM64, x86-64), macOS 10.12+ x86-64, macOS 11.0+ ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.12.5 {"installer":{"name":"uv","version":"0.12.5","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for base64_rs-0.0.1-cp313-cp313-macosx_10_12_x86_64.macosx_11_0_arm64.macosx_10_12_universal2.whl
Algorithm Hash digest
SHA256 f21112ad5bf3885396b5f3fdb3156e83b2e3f99f85815f6a4ca25dac25596b17
MD5 5e2775365429d2a178fd31c6e4bb4d6f
BLAKE2b-256 8634efebbe9d4ed7cb0b2e56851309bc371cab2d1972c8128a9cdf8671046468

See more details on using hashes here.

Provenance

The following attestation bundles were made for base64_rs-0.0.1-cp313-cp313-macosx_10_12_x86_64.macosx_11_0_arm64.macosx_10_12_universal2.whl:

Publisher: ci.yaml on lava-sh/base64-rs

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

File details

Details for the file base64_rs-0.0.1-cp312-cp312-win_arm64.whl.

File metadata

  • Download URL: base64_rs-0.0.1-cp312-cp312-win_arm64.whl
  • Upload date:
  • Size: 159.2 kB
  • Tags: CPython 3.12, Windows ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.12.5 {"installer":{"name":"uv","version":"0.12.5","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for base64_rs-0.0.1-cp312-cp312-win_arm64.whl
Algorithm Hash digest
SHA256 db10c3a5cb8fa23cfe833464ce96fc13a921640bc5e41cbe1f6e20b99ebdbd6e
MD5 47c5297d3c3913adcb3ef921a02d274a
BLAKE2b-256 6887a91e8833db3283f328cfb808419830cc5aac08b2cfb5959d8e58c730ec5a

See more details on using hashes here.

Provenance

The following attestation bundles were made for base64_rs-0.0.1-cp312-cp312-win_arm64.whl:

Publisher: ci.yaml on lava-sh/base64-rs

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

File details

Details for the file base64_rs-0.0.1-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: base64_rs-0.0.1-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 167.6 kB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.12.5 {"installer":{"name":"uv","version":"0.12.5","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for base64_rs-0.0.1-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 ecbab60ab214c02f84ec3ff6bf5e097378943aebe0ed1afcee577be572601ebf
MD5 08b307a2889a5fe3999af69ba96dd7cd
BLAKE2b-256 4db9af120b4d2524c07919aa5cf6b67d6df454f2dda233a9e32b8530dee5a080

See more details on using hashes here.

Provenance

The following attestation bundles were made for base64_rs-0.0.1-cp312-cp312-win_amd64.whl:

Publisher: ci.yaml on lava-sh/base64-rs

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

File details

Details for the file base64_rs-0.0.1-cp312-cp312-win32.whl.

File metadata

  • Download URL: base64_rs-0.0.1-cp312-cp312-win32.whl
  • Upload date:
  • Size: 150.7 kB
  • Tags: CPython 3.12, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.12.5 {"installer":{"name":"uv","version":"0.12.5","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for base64_rs-0.0.1-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 cb22ee7dd8031fcddf64d915c74e86ff92affde4920c530aad83961475cffe84
MD5 c9641e31f8efc46dd89c349a57da9ced
BLAKE2b-256 85f6f43a70b7d704767ef9af78cda4b62588ff1981a87878005c93ac63dd3a95

See more details on using hashes here.

Provenance

The following attestation bundles were made for base64_rs-0.0.1-cp312-cp312-win32.whl:

Publisher: ci.yaml on lava-sh/base64-rs

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

File details

Details for the file base64_rs-0.0.1-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

  • Download URL: base64_rs-0.0.1-cp312-cp312-musllinux_1_2_x86_64.whl
  • Upload date:
  • Size: 471.9 kB
  • Tags: CPython 3.12, musllinux: musl 1.2+ x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.12.5 {"installer":{"name":"uv","version":"0.12.5","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for base64_rs-0.0.1-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 d43563a62c5cf54b6a228f22c3416f1c3a6b675204a3fd199ab12271a3d368b5
MD5 e96ee8efd947255b1ea9aaa0caef61ec
BLAKE2b-256 7687b20cf73dc7c4507f59fc64233c53ef8f9ce786f6543576f5024383407e75

See more details on using hashes here.

Provenance

The following attestation bundles were made for base64_rs-0.0.1-cp312-cp312-musllinux_1_2_x86_64.whl:

Publisher: ci.yaml on lava-sh/base64-rs

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

File details

Details for the file base64_rs-0.0.1-cp312-cp312-musllinux_1_2_riscv64.whl.

File metadata

  • Download URL: base64_rs-0.0.1-cp312-cp312-musllinux_1_2_riscv64.whl
  • Upload date:
  • Size: 420.0 kB
  • Tags: CPython 3.12, musllinux: musl 1.2+ riscv64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.12.5 {"installer":{"name":"uv","version":"0.12.5","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for base64_rs-0.0.1-cp312-cp312-musllinux_1_2_riscv64.whl
Algorithm Hash digest
SHA256 a8714889c9c10922cfd547b5aa9799c3cf0891c99f4aa97d180625494964959f
MD5 8a3201a42cbfa00da345c3298f333a82
BLAKE2b-256 2e572e5a2d33461ee2a6909aca89a1d2261fb464038142c4d06307d4c2a53475

See more details on using hashes here.

Provenance

The following attestation bundles were made for base64_rs-0.0.1-cp312-cp312-musllinux_1_2_riscv64.whl:

Publisher: ci.yaml on lava-sh/base64-rs

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

File details

Details for the file base64_rs-0.0.1-cp312-cp312-musllinux_1_2_ppc64le.whl.

File metadata

  • Download URL: base64_rs-0.0.1-cp312-cp312-musllinux_1_2_ppc64le.whl
  • Upload date:
  • Size: 433.7 kB
  • Tags: CPython 3.12, musllinux: musl 1.2+ ppc64le
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.12.5 {"installer":{"name":"uv","version":"0.12.5","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for base64_rs-0.0.1-cp312-cp312-musllinux_1_2_ppc64le.whl
Algorithm Hash digest
SHA256 6eba150043a35c1c58fd34771686e9ca5ebe9d4db4dcfbdc00fece7bee482982
MD5 35bf777075a584daaca1767e345b88e1
BLAKE2b-256 fe17cf64088a6cb6d7013f06e11b04cb8867f0addfbdfed50045f8752d2de435

See more details on using hashes here.

Provenance

The following attestation bundles were made for base64_rs-0.0.1-cp312-cp312-musllinux_1_2_ppc64le.whl:

Publisher: ci.yaml on lava-sh/base64-rs

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

File details

Details for the file base64_rs-0.0.1-cp312-cp312-musllinux_1_2_i686.whl.

File metadata

  • Download URL: base64_rs-0.0.1-cp312-cp312-musllinux_1_2_i686.whl
  • Upload date:
  • Size: 503.2 kB
  • Tags: CPython 3.12, musllinux: musl 1.2+ i686
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.12.5 {"installer":{"name":"uv","version":"0.12.5","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for base64_rs-0.0.1-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 6aba577e618919997deb64f0b107f24f9426cd7b046ccba5ad2f7d6fa310a5de
MD5 824e697368ad6d4478f7219228cafb14
BLAKE2b-256 bf54c34cbcc1cac89fa5ce796aa2c655797f51fa90cccee51097b73b8c3553b6

See more details on using hashes here.

Provenance

The following attestation bundles were made for base64_rs-0.0.1-cp312-cp312-musllinux_1_2_i686.whl:

Publisher: ci.yaml on lava-sh/base64-rs

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

File details

Details for the file base64_rs-0.0.1-cp312-cp312-musllinux_1_2_armv7l.whl.

File metadata

  • Download URL: base64_rs-0.0.1-cp312-cp312-musllinux_1_2_armv7l.whl
  • Upload date:
  • Size: 526.1 kB
  • Tags: CPython 3.12, musllinux: musl 1.2+ ARMv7l
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.12.5 {"installer":{"name":"uv","version":"0.12.5","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for base64_rs-0.0.1-cp312-cp312-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 e52fec1d6c1eac8206a473e3051441cdea7caae2cc5fed9fdb2d9284d3a661c1
MD5 27b6a16a8d4608654788c947e8473af0
BLAKE2b-256 0ce055dfd8c9b74d119cdffb2cc31a2181a1acc632cb2e5e0ba6a993fa673457

See more details on using hashes here.

Provenance

The following attestation bundles were made for base64_rs-0.0.1-cp312-cp312-musllinux_1_2_armv7l.whl:

Publisher: ci.yaml on lava-sh/base64-rs

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

File details

Details for the file base64_rs-0.0.1-cp312-cp312-musllinux_1_2_aarch64.whl.

File metadata

  • Download URL: base64_rs-0.0.1-cp312-cp312-musllinux_1_2_aarch64.whl
  • Upload date:
  • Size: 431.0 kB
  • Tags: CPython 3.12, musllinux: musl 1.2+ ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.12.5 {"installer":{"name":"uv","version":"0.12.5","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for base64_rs-0.0.1-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 577d6b22c74e1eb30f130e07be32e9ff546c37d730f88cb03f4b59343640477c
MD5 f85b195e9dcdfc05b6621ca9eb5aeb30
BLAKE2b-256 7ff7622909a05539818b7511022b7fcb33b55400831a4fa72e239062900b4c74

See more details on using hashes here.

Provenance

The following attestation bundles were made for base64_rs-0.0.1-cp312-cp312-musllinux_1_2_aarch64.whl:

Publisher: ci.yaml on lava-sh/base64-rs

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

File details

Details for the file base64_rs-0.0.1-cp312-cp312-manylinux_2_31_riscv64.whl.

File metadata

  • Download URL: base64_rs-0.0.1-cp312-cp312-manylinux_2_31_riscv64.whl
  • Upload date:
  • Size: 243.4 kB
  • Tags: CPython 3.12, manylinux: glibc 2.31+ riscv64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.12.5 {"installer":{"name":"uv","version":"0.12.5","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for base64_rs-0.0.1-cp312-cp312-manylinux_2_31_riscv64.whl
Algorithm Hash digest
SHA256 3003e06de3aeb3c44a857038e64c8a7f576f27cf9bf53e4c0f6499054a467128
MD5 f99530251c19c33706bd922d6b664c48
BLAKE2b-256 2054b520215673f810177cdcf3001825d1367a77d1381da6f17e256e9962ab05

See more details on using hashes here.

Provenance

The following attestation bundles were made for base64_rs-0.0.1-cp312-cp312-manylinux_2_31_riscv64.whl:

Publisher: ci.yaml on lava-sh/base64-rs

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

File details

Details for the file base64_rs-0.0.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

  • Download URL: base64_rs-0.0.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
  • Upload date:
  • Size: 258.6 kB
  • Tags: CPython 3.12, manylinux: glibc 2.17+ x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.12.5 {"installer":{"name":"uv","version":"0.12.5","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for base64_rs-0.0.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 035bbeda5a65db0a1b558826c4c44ba471cc2f367299b8ef85b042b00da256f5
MD5 9c5d97a908ec62a2727bbf98255b1db5
BLAKE2b-256 59fa087c0b15d1943533c3848cc790dc350715af85b018bd4e97cf79855520ad

See more details on using hashes here.

Provenance

The following attestation bundles were made for base64_rs-0.0.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: ci.yaml on lava-sh/base64-rs

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

File details

Details for the file base64_rs-0.0.1-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

  • Download URL: base64_rs-0.0.1-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl
  • Upload date:
  • Size: 230.6 kB
  • Tags: CPython 3.12, manylinux: glibc 2.17+ s390x
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.12.5 {"installer":{"name":"uv","version":"0.12.5","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for base64_rs-0.0.1-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 3ada139c7bc703993e3a4030b81b2b1891e682cc1ff362eff28520bffe9684ba
MD5 d68853999c4e0edaf47718d55f5c7a93
BLAKE2b-256 b6450d075861760eeae8b27616df89b59e74c551cabb43f11819329553c78ee8

See more details on using hashes here.

Provenance

The following attestation bundles were made for base64_rs-0.0.1-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl:

Publisher: ci.yaml on lava-sh/base64-rs

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

File details

Details for the file base64_rs-0.0.1-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

  • Download URL: base64_rs-0.0.1-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
  • Upload date:
  • Size: 224.9 kB
  • Tags: CPython 3.12, manylinux: glibc 2.17+ ppc64le
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.12.5 {"installer":{"name":"uv","version":"0.12.5","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for base64_rs-0.0.1-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 db7c6ffc08c5a54d692ca7db8874cf9e9c8d8b0a519d973dc4f54303876d6e8b
MD5 65e445aa7cd66cdf4bce84d45199e3c3
BLAKE2b-256 65a4d9e4c9b7a9cf4f40ebda0abdc4c251699b685eeed1ce27923165f27e5589

See more details on using hashes here.

Provenance

The following attestation bundles were made for base64_rs-0.0.1-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl:

Publisher: ci.yaml on lava-sh/base64-rs

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

File details

Details for the file base64_rs-0.0.1-cp312-cp312-manylinux_2_17_ppc64.manylinux2014_ppc64.whl.

File metadata

  • Download URL: base64_rs-0.0.1-cp312-cp312-manylinux_2_17_ppc64.manylinux2014_ppc64.whl
  • Upload date:
  • Size: 225.1 kB
  • Tags: CPython 3.12, manylinux: glibc 2.17+ ppc64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.12.5 {"installer":{"name":"uv","version":"0.12.5","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for base64_rs-0.0.1-cp312-cp312-manylinux_2_17_ppc64.manylinux2014_ppc64.whl
Algorithm Hash digest
SHA256 8d8b61ffcc646b66d9eeaa43b1e028115462b07a628a3fe2845e69b921f8506e
MD5 d73ab39f978564e7b7d4ecee7dc0e74e
BLAKE2b-256 724e8dbc79a5af77d42e64eaf1bce830faeec5850edc87588a702ff0620bbfdd

See more details on using hashes here.

Provenance

The following attestation bundles were made for base64_rs-0.0.1-cp312-cp312-manylinux_2_17_ppc64.manylinux2014_ppc64.whl:

Publisher: ci.yaml on lava-sh/base64-rs

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

File details

Details for the file base64_rs-0.0.1-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

  • Download URL: base64_rs-0.0.1-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
  • Upload date:
  • Size: 200.4 kB
  • Tags: CPython 3.12, manylinux: glibc 2.17+ ARMv7l
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.12.5 {"installer":{"name":"uv","version":"0.12.5","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for base64_rs-0.0.1-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 9dbade1c193890604226f60d006d3cb8c19d844bce5a89324ff89a5b962501e4
MD5 6e80f59389fd1a07b4dd08f54a097d8e
BLAKE2b-256 c4802e57a9415ee7d705c5bfae533ae3f826a951c651661088b62a5f012e66a1

See more details on using hashes here.

Provenance

The following attestation bundles were made for base64_rs-0.0.1-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl:

Publisher: ci.yaml on lava-sh/base64-rs

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

File details

Details for the file base64_rs-0.0.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

  • Download URL: base64_rs-0.0.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
  • Upload date:
  • Size: 252.2 kB
  • Tags: CPython 3.12, manylinux: glibc 2.17+ ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.12.5 {"installer":{"name":"uv","version":"0.12.5","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for base64_rs-0.0.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 ff2caf953e21ed5adbf54e6530878d822490b6c9d24bd6ef8ff7bb60c1c2c29b
MD5 b814b9540f016f07f1c9634676a960fd
BLAKE2b-256 094680748577e0a100ea5643bf47433c39c8acfe5e58c5c2b33271043e77215e

See more details on using hashes here.

Provenance

The following attestation bundles were made for base64_rs-0.0.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: ci.yaml on lava-sh/base64-rs

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

File details

Details for the file base64_rs-0.0.1-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

  • Download URL: base64_rs-0.0.1-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl
  • Upload date:
  • Size: 278.3 kB
  • Tags: CPython 3.12, manylinux: glibc 2.5+ i686
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.12.5 {"installer":{"name":"uv","version":"0.12.5","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for base64_rs-0.0.1-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 4e728f067234e4dd57cc6837be8ba7ace3b960ba4fc1fbf56694f9ca22c8920c
MD5 fb07f3c718a4c7a62b33727ff3dcae40
BLAKE2b-256 cd86097616b6cad62fef276aeb1407865aab1e227517aed9fd7fa5259f2f0f79

See more details on using hashes here.

Provenance

The following attestation bundles were made for base64_rs-0.0.1-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl:

Publisher: ci.yaml on lava-sh/base64-rs

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

File details

Details for the file base64_rs-0.0.1-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

  • Download URL: base64_rs-0.0.1-cp312-cp312-macosx_11_0_arm64.whl
  • Upload date:
  • Size: 231.4 kB
  • Tags: CPython 3.12, macOS 11.0+ ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.12.5 {"installer":{"name":"uv","version":"0.12.5","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for base64_rs-0.0.1-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 334c00fbadeccf52c9d78b2dd13cd3e279e2922dcb21291b2b64e1492ed85ae2
MD5 5ee46327792c7f192875d7690cef1ea6
BLAKE2b-256 9a61ec54b23e819baf69d26adfe108760cfbf07129e112dc70d9764132a807f2

See more details on using hashes here.

Provenance

The following attestation bundles were made for base64_rs-0.0.1-cp312-cp312-macosx_11_0_arm64.whl:

Publisher: ci.yaml on lava-sh/base64-rs

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

File details

Details for the file base64_rs-0.0.1-cp312-cp312-macosx_10_12_x86_64.whl.

File metadata

  • Download URL: base64_rs-0.0.1-cp312-cp312-macosx_10_12_x86_64.whl
  • Upload date:
  • Size: 246.2 kB
  • Tags: CPython 3.12, macOS 10.12+ x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.12.5 {"installer":{"name":"uv","version":"0.12.5","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for base64_rs-0.0.1-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 b0165996f3a73633cebd20ea956e339f934711ac071f80cc16ea6f0763c4f8c7
MD5 77db8ac898f3f771a457e62a49690776
BLAKE2b-256 fe6f30f2b6245648b29403509cacc05eafc7f71deb390645a08a8bb0e2403cb5

See more details on using hashes here.

Provenance

The following attestation bundles were made for base64_rs-0.0.1-cp312-cp312-macosx_10_12_x86_64.whl:

Publisher: ci.yaml on lava-sh/base64-rs

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

File details

Details for the file base64_rs-0.0.1-cp312-cp312-macosx_10_12_x86_64.macosx_11_0_arm64.macosx_10_12_universal2.whl.

File metadata

  • Download URL: base64_rs-0.0.1-cp312-cp312-macosx_10_12_x86_64.macosx_11_0_arm64.macosx_10_12_universal2.whl
  • Upload date:
  • Size: 463.6 kB
  • Tags: CPython 3.12, macOS 10.12+ universal2 (ARM64, x86-64), macOS 10.12+ x86-64, macOS 11.0+ ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.12.5 {"installer":{"name":"uv","version":"0.12.5","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for base64_rs-0.0.1-cp312-cp312-macosx_10_12_x86_64.macosx_11_0_arm64.macosx_10_12_universal2.whl
Algorithm Hash digest
SHA256 fdbf5ba303bff0833fab1dd0bedec0bd2f665df188c1651c61050d8b0d169a08
MD5 9039729eadc09d97626af84d09ceec17
BLAKE2b-256 045a02c798ea3c32490ff8e28b9b71ca801589cf5eb7c31cefa09cc110333efa

See more details on using hashes here.

Provenance

The following attestation bundles were made for base64_rs-0.0.1-cp312-cp312-macosx_10_12_x86_64.macosx_11_0_arm64.macosx_10_12_universal2.whl:

Publisher: ci.yaml on lava-sh/base64-rs

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

File details

Details for the file base64_rs-0.0.1-cp311-cp311-win_arm64.whl.

File metadata

  • Download URL: base64_rs-0.0.1-cp311-cp311-win_arm64.whl
  • Upload date:
  • Size: 157.9 kB
  • Tags: CPython 3.11, Windows ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.12.5 {"installer":{"name":"uv","version":"0.12.5","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for base64_rs-0.0.1-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 e80e6cc25572d2d06f0bb1211cbf3f109c56c5d79d7856011fa98878b4125f26
MD5 3a3ae0cd6b0594a36ab37434ce5fcef8
BLAKE2b-256 199f25d23b4183bf3611cd93c323b7d1f050954787131d4862642bb98309251f

See more details on using hashes here.

Provenance

The following attestation bundles were made for base64_rs-0.0.1-cp311-cp311-win_arm64.whl:

Publisher: ci.yaml on lava-sh/base64-rs

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

File details

Details for the file base64_rs-0.0.1-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: base64_rs-0.0.1-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 165.7 kB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.12.5 {"installer":{"name":"uv","version":"0.12.5","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for base64_rs-0.0.1-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 c9a3d242caef6333c04e7771c2914e013be75d3bec10c2603c4486ef1148e8ab
MD5 9a282ddbf0359adc944fd01772d18769
BLAKE2b-256 bfbf7b2f378386797f45436a2a38c081d36de5a99572eb925732869149f6ca6b

See more details on using hashes here.

Provenance

The following attestation bundles were made for base64_rs-0.0.1-cp311-cp311-win_amd64.whl:

Publisher: ci.yaml on lava-sh/base64-rs

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

File details

Details for the file base64_rs-0.0.1-cp311-cp311-win32.whl.

File metadata

  • Download URL: base64_rs-0.0.1-cp311-cp311-win32.whl
  • Upload date:
  • Size: 151.1 kB
  • Tags: CPython 3.11, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.12.5 {"installer":{"name":"uv","version":"0.12.5","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for base64_rs-0.0.1-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 67b88b302180403496688e53241f1862237e7f72a91ac14c7e2007031cce86de
MD5 35fe5769b819a10412019b911e1cf5cc
BLAKE2b-256 fb9c64b4eed2019e4c2481580da93bde6e471d1937158e229a9a227bdf61f481

See more details on using hashes here.

Provenance

The following attestation bundles were made for base64_rs-0.0.1-cp311-cp311-win32.whl:

Publisher: ci.yaml on lava-sh/base64-rs

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

File details

Details for the file base64_rs-0.0.1-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

  • Download URL: base64_rs-0.0.1-cp311-cp311-musllinux_1_2_x86_64.whl
  • Upload date:
  • Size: 469.9 kB
  • Tags: CPython 3.11, musllinux: musl 1.2+ x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.12.5 {"installer":{"name":"uv","version":"0.12.5","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for base64_rs-0.0.1-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 c297510522239fbb3aefe1a57a1e8861170ac8762500078a140022f83494e544
MD5 4743c4dff29baf7f23a36172ea1ac0c5
BLAKE2b-256 2cdbf877088023115a4c3494324bbc3d6aa38be54a7f64949ff5bd5bdc816ef9

See more details on using hashes here.

Provenance

The following attestation bundles were made for base64_rs-0.0.1-cp311-cp311-musllinux_1_2_x86_64.whl:

Publisher: ci.yaml on lava-sh/base64-rs

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

File details

Details for the file base64_rs-0.0.1-cp311-cp311-musllinux_1_2_riscv64.whl.

File metadata

  • Download URL: base64_rs-0.0.1-cp311-cp311-musllinux_1_2_riscv64.whl
  • Upload date:
  • Size: 419.2 kB
  • Tags: CPython 3.11, musllinux: musl 1.2+ riscv64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.12.5 {"installer":{"name":"uv","version":"0.12.5","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for base64_rs-0.0.1-cp311-cp311-musllinux_1_2_riscv64.whl
Algorithm Hash digest
SHA256 5637e1f4c2fc947e27310b54e09b6051b4b2951c257b24d0f4af9ad49ab8f8cd
MD5 fb2e57fdff81884ccf8e7747e5672566
BLAKE2b-256 49180bc6a0cd0767ba2d0551ad0dbc1e7848daaf8bb2c0a471e28686507b12a4

See more details on using hashes here.

Provenance

The following attestation bundles were made for base64_rs-0.0.1-cp311-cp311-musllinux_1_2_riscv64.whl:

Publisher: ci.yaml on lava-sh/base64-rs

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

File details

Details for the file base64_rs-0.0.1-cp311-cp311-musllinux_1_2_ppc64le.whl.

File metadata

  • Download URL: base64_rs-0.0.1-cp311-cp311-musllinux_1_2_ppc64le.whl
  • Upload date:
  • Size: 426.5 kB
  • Tags: CPython 3.11, musllinux: musl 1.2+ ppc64le
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.12.5 {"installer":{"name":"uv","version":"0.12.5","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for base64_rs-0.0.1-cp311-cp311-musllinux_1_2_ppc64le.whl
Algorithm Hash digest
SHA256 9a6ea745c4cc516070da5a997153db6bf4f31695d4efbfc2c2431bdb7ec7dd84
MD5 c2406fa33c6be792fd7606d007b0a818
BLAKE2b-256 9d0b03009f12a4bb82037286dccaad81c87dd3d67aa64418748e8aab1bdb1836

See more details on using hashes here.

Provenance

The following attestation bundles were made for base64_rs-0.0.1-cp311-cp311-musllinux_1_2_ppc64le.whl:

Publisher: ci.yaml on lava-sh/base64-rs

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

File details

Details for the file base64_rs-0.0.1-cp311-cp311-musllinux_1_2_i686.whl.

File metadata

  • Download URL: base64_rs-0.0.1-cp311-cp311-musllinux_1_2_i686.whl
  • Upload date:
  • Size: 504.2 kB
  • Tags: CPython 3.11, musllinux: musl 1.2+ i686
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.12.5 {"installer":{"name":"uv","version":"0.12.5","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for base64_rs-0.0.1-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 a0c30021a8d21e2124f1d0901018632f9ee5ded7effe3b8042261f614036c26a
MD5 ccf84d2f3d45ddb363e7a201b854fc35
BLAKE2b-256 3ed50f1044c82b9fb4b013b2fe4d60a26cc8a4697b534527ed5bd6186431e9ab

See more details on using hashes here.

Provenance

The following attestation bundles were made for base64_rs-0.0.1-cp311-cp311-musllinux_1_2_i686.whl:

Publisher: ci.yaml on lava-sh/base64-rs

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

File details

Details for the file base64_rs-0.0.1-cp311-cp311-musllinux_1_2_armv7l.whl.

File metadata

  • Download URL: base64_rs-0.0.1-cp311-cp311-musllinux_1_2_armv7l.whl
  • Upload date:
  • Size: 526.3 kB
  • Tags: CPython 3.11, musllinux: musl 1.2+ ARMv7l
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.12.5 {"installer":{"name":"uv","version":"0.12.5","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for base64_rs-0.0.1-cp311-cp311-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 578c9d79c8c253a9101d91ec51d21cf902c71a92437c7f44a8dcb7fde8e1f0ba
MD5 4a9dc621f4a7e3136041632f9c0e4e1a
BLAKE2b-256 c333d43fd63a3cdcf1101bd7e5fe42898e2b9e505f3507681c98f5e5006a2ece

See more details on using hashes here.

Provenance

The following attestation bundles were made for base64_rs-0.0.1-cp311-cp311-musllinux_1_2_armv7l.whl:

Publisher: ci.yaml on lava-sh/base64-rs

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

File details

Details for the file base64_rs-0.0.1-cp311-cp311-musllinux_1_2_aarch64.whl.

File metadata

  • Download URL: base64_rs-0.0.1-cp311-cp311-musllinux_1_2_aarch64.whl
  • Upload date:
  • Size: 429.8 kB
  • Tags: CPython 3.11, musllinux: musl 1.2+ ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.12.5 {"installer":{"name":"uv","version":"0.12.5","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for base64_rs-0.0.1-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 64137b6318e64c80caaf66eaa43509486bc414174588530083c5269e3f91c261
MD5 5532c7b62d1b946f94112c736cacc7af
BLAKE2b-256 55d11c091a07668ad3d836407f425a19a9497ffbab571a00c15a86c93ed0b4f0

See more details on using hashes here.

Provenance

The following attestation bundles were made for base64_rs-0.0.1-cp311-cp311-musllinux_1_2_aarch64.whl:

Publisher: ci.yaml on lava-sh/base64-rs

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

File details

Details for the file base64_rs-0.0.1-cp311-cp311-manylinux_2_31_riscv64.whl.

File metadata

  • Download URL: base64_rs-0.0.1-cp311-cp311-manylinux_2_31_riscv64.whl
  • Upload date:
  • Size: 242.6 kB
  • Tags: CPython 3.11, manylinux: glibc 2.31+ riscv64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.12.5 {"installer":{"name":"uv","version":"0.12.5","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for base64_rs-0.0.1-cp311-cp311-manylinux_2_31_riscv64.whl
Algorithm Hash digest
SHA256 4d2ff432708b106c2701f8e7479cf7c7959a361af8d82d5e92e271233b183956
MD5 cb42e04c60b2775f5b833f5741abaffe
BLAKE2b-256 0babb9e1dcff967e32fbf546016f603cf5a973360e231575fc2f7197f7db9b33

See more details on using hashes here.

Provenance

The following attestation bundles were made for base64_rs-0.0.1-cp311-cp311-manylinux_2_31_riscv64.whl:

Publisher: ci.yaml on lava-sh/base64-rs

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

File details

Details for the file base64_rs-0.0.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

  • Download URL: base64_rs-0.0.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
  • Upload date:
  • Size: 256.8 kB
  • Tags: CPython 3.11, manylinux: glibc 2.17+ x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.12.5 {"installer":{"name":"uv","version":"0.12.5","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for base64_rs-0.0.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 bf3227cdf0fe19a99b61e761e44d9adae0ef41f7a191f4b0d0004e091bd71b16
MD5 97986cc26f370a536fb9ab267a3610ab
BLAKE2b-256 ecdac98c62e51018db8a2c8a18780d3d0ac234e7ba719e60cbec8cb7e7a41ff5

See more details on using hashes here.

Provenance

The following attestation bundles were made for base64_rs-0.0.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: ci.yaml on lava-sh/base64-rs

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

File details

Details for the file base64_rs-0.0.1-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

  • Download URL: base64_rs-0.0.1-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl
  • Upload date:
  • Size: 228.8 kB
  • Tags: CPython 3.11, manylinux: glibc 2.17+ s390x
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.12.5 {"installer":{"name":"uv","version":"0.12.5","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for base64_rs-0.0.1-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 446a72f3b9b1a67793040d39ca4a9302b4ade8ff1f0d5d1ace171eb0d04e083c
MD5 90d772b4a0b3f8666b68a75618d7aa90
BLAKE2b-256 e264ba66cd1b79c791a093db3c96b2ade29570cbc264345638b66aba9ce25343

See more details on using hashes here.

Provenance

The following attestation bundles were made for base64_rs-0.0.1-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl:

Publisher: ci.yaml on lava-sh/base64-rs

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

File details

Details for the file base64_rs-0.0.1-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

  • Download URL: base64_rs-0.0.1-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
  • Upload date:
  • Size: 217.8 kB
  • Tags: CPython 3.11, manylinux: glibc 2.17+ ppc64le
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.12.5 {"installer":{"name":"uv","version":"0.12.5","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for base64_rs-0.0.1-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 5489f607a6eb1aee7955d13c14f31b6c7829d8f41916113f993c095a5b3ae2ec
MD5 79ccc1922d5738e17762d7ebb6fd785e
BLAKE2b-256 168dbdba8454002e79e12b8efe952d6cb681ca5d22a5bab54859a60736fe50c8

See more details on using hashes here.

Provenance

The following attestation bundles were made for base64_rs-0.0.1-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl:

Publisher: ci.yaml on lava-sh/base64-rs

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

File details

Details for the file base64_rs-0.0.1-cp311-cp311-manylinux_2_17_ppc64.manylinux2014_ppc64.whl.

File metadata

  • Download URL: base64_rs-0.0.1-cp311-cp311-manylinux_2_17_ppc64.manylinux2014_ppc64.whl
  • Upload date:
  • Size: 218.2 kB
  • Tags: CPython 3.11, manylinux: glibc 2.17+ ppc64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.12.5 {"installer":{"name":"uv","version":"0.12.5","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for base64_rs-0.0.1-cp311-cp311-manylinux_2_17_ppc64.manylinux2014_ppc64.whl
Algorithm Hash digest
SHA256 2eb73863aec396a3d08ce52481dd1496f8d4d65bd415bc5a78b1a861d9453c59
MD5 6cf6affd6aabfba869e98e16aa396295
BLAKE2b-256 2ea20489e44729b25336c573178d6b092e2325481d31615b9ce9f90a7b124afd

See more details on using hashes here.

Provenance

The following attestation bundles were made for base64_rs-0.0.1-cp311-cp311-manylinux_2_17_ppc64.manylinux2014_ppc64.whl:

Publisher: ci.yaml on lava-sh/base64-rs

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

File details

Details for the file base64_rs-0.0.1-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

  • Download URL: base64_rs-0.0.1-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
  • Upload date:
  • Size: 200.5 kB
  • Tags: CPython 3.11, manylinux: glibc 2.17+ ARMv7l
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.12.5 {"installer":{"name":"uv","version":"0.12.5","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for base64_rs-0.0.1-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 8b22fccb6c483e577447810a62b4c4f83d7a57c05de18c6850acb60d4caf5364
MD5 5b6921c0d66c5dec6238f51326db6ddf
BLAKE2b-256 cea642fb919672360153f621a1240f7e31796fa5f7334f2914639a739b101e3b

See more details on using hashes here.

Provenance

The following attestation bundles were made for base64_rs-0.0.1-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl:

Publisher: ci.yaml on lava-sh/base64-rs

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

File details

Details for the file base64_rs-0.0.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

  • Download URL: base64_rs-0.0.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
  • Upload date:
  • Size: 251.2 kB
  • Tags: CPython 3.11, manylinux: glibc 2.17+ ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.12.5 {"installer":{"name":"uv","version":"0.12.5","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for base64_rs-0.0.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 89ade66485538e304c39025ad4b2b8db2edcbd042a6572142843f8550b6556bc
MD5 e7ec3312e4155cdfa68a0eaa4f692919
BLAKE2b-256 d5eabe2fe88d871af5e5fb0df516e6154ed671debf88a5ba3345411eb81460e5

See more details on using hashes here.

Provenance

The following attestation bundles were made for base64_rs-0.0.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: ci.yaml on lava-sh/base64-rs

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

File details

Details for the file base64_rs-0.0.1-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

  • Download URL: base64_rs-0.0.1-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl
  • Upload date:
  • Size: 279.1 kB
  • Tags: CPython 3.11, manylinux: glibc 2.5+ i686
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.12.5 {"installer":{"name":"uv","version":"0.12.5","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for base64_rs-0.0.1-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 7763de2544cf189b5cd37e1e1e1cbecd0435a59d276bc0160cf8cca62f638104
MD5 31d78aec3318adf387b9686d159510d2
BLAKE2b-256 9c50b7b49eaba1d7810dea26680732fec9b3531152ced2559a0fea61238b3593

See more details on using hashes here.

Provenance

The following attestation bundles were made for base64_rs-0.0.1-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl:

Publisher: ci.yaml on lava-sh/base64-rs

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

File details

Details for the file base64_rs-0.0.1-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

  • Download URL: base64_rs-0.0.1-cp311-cp311-macosx_11_0_arm64.whl
  • Upload date:
  • Size: 232.7 kB
  • Tags: CPython 3.11, macOS 11.0+ ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.12.5 {"installer":{"name":"uv","version":"0.12.5","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for base64_rs-0.0.1-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 62ed43e1457b654ee2e9beb70940982f10e33276a47b9c2a369f7d6e5bb97b01
MD5 98521719f56eeecf113563aca1135c15
BLAKE2b-256 b955dcfa4f3ba71c3431ecbea9cf21cd7c4219680548444b9ad664f83e33dbf7

See more details on using hashes here.

Provenance

The following attestation bundles were made for base64_rs-0.0.1-cp311-cp311-macosx_11_0_arm64.whl:

Publisher: ci.yaml on lava-sh/base64-rs

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

File details

Details for the file base64_rs-0.0.1-cp311-cp311-macosx_10_12_x86_64.whl.

File metadata

  • Download URL: base64_rs-0.0.1-cp311-cp311-macosx_10_12_x86_64.whl
  • Upload date:
  • Size: 246.4 kB
  • Tags: CPython 3.11, macOS 10.12+ x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.12.5 {"installer":{"name":"uv","version":"0.12.5","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for base64_rs-0.0.1-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 efcf523394116b898a9eef050efc64ce57b6429280b0df8f5cee50837effe693
MD5 ae00a40c930b73850d2c5091c1ef02b8
BLAKE2b-256 373315c69afb9036f6ec68889ba9fdd2cf9438851c28d94ce52d99c45d2cbb48

See more details on using hashes here.

Provenance

The following attestation bundles were made for base64_rs-0.0.1-cp311-cp311-macosx_10_12_x86_64.whl:

Publisher: ci.yaml on lava-sh/base64-rs

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

File details

Details for the file base64_rs-0.0.1-cp311-cp311-macosx_10_12_x86_64.macosx_11_0_arm64.macosx_10_12_universal2.whl.

File metadata

  • Download URL: base64_rs-0.0.1-cp311-cp311-macosx_10_12_x86_64.macosx_11_0_arm64.macosx_10_12_universal2.whl
  • Upload date:
  • Size: 465.5 kB
  • Tags: CPython 3.11, macOS 10.12+ universal2 (ARM64, x86-64), macOS 10.12+ x86-64, macOS 11.0+ ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.12.5 {"installer":{"name":"uv","version":"0.12.5","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for base64_rs-0.0.1-cp311-cp311-macosx_10_12_x86_64.macosx_11_0_arm64.macosx_10_12_universal2.whl
Algorithm Hash digest
SHA256 1265315bdaeb019320aea190d54948dd848484faa7cf397e27376261440e39c0
MD5 6f455bbc9df1a444f61610890dfe84f3
BLAKE2b-256 0b06cb9c1d04349e7766a174f7cbc56935abd2760a9c42b05e7a519df7ca1210

See more details on using hashes here.

Provenance

The following attestation bundles were made for base64_rs-0.0.1-cp311-cp311-macosx_10_12_x86_64.macosx_11_0_arm64.macosx_10_12_universal2.whl:

Publisher: ci.yaml on lava-sh/base64-rs

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

Release history Release notifications | RSS feed

This release

0.0.1 This release

161 files

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