Skip to main content

Volume 4D Visualization

Project description

vAPE - Interactive 4D volume visualization

PyPI Docs

👉 Click to run the web app 👈

Viewer screenshot

Burgers Kuramoto–Sivashinsky Gray-Scott
Burgers Kuramoto–Sivashinsky Gray Scott

Installation

with pip

pip install vape4d

Usage

Viewer (jupyter notebook)

from vape4d import viewer
import numpy as np
from matplotlib import pyplot as plt

viewer(
    #[T,C,D,W,H]
    np.random.rand(1,1,32,32,32),
    plt.get_cmap("viridis"),   
)

Render Image

import numpy as np
from vape4d import diverging_alpha, render
import matplotlib.pyplot as plt

colormap = diverging_alpha(plt.get_cmap("magma"))
img = render(
        # [T,D,H,W]
        np.random.rand(2,32,32,32).astype(np.float32),
        colormap,
        0.5, # timestep
        width=1024,
        height=1024,
    )

plt.imshow(img)
plt.axis("off")

plt.savefig("test.png", bbox_inches="tight", pad_inches=0)
plt.show()

Project details


Download files

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

Source Distribution

vape4d-0.2.5.tar.gz (13.0 MB view details)

Uploaded Source

Built Distributions

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

vape4d-0.2.5-pp311-pypy311_pp73-musllinux_1_2_x86_64.whl (8.4 MB view details)

Uploaded PyPymusllinux: musl 1.2+ x86-64

vape4d-0.2.5-pp311-pypy311_pp73-musllinux_1_2_i686.whl (8.4 MB view details)

Uploaded PyPymusllinux: musl 1.2+ i686

vape4d-0.2.5-pp311-pypy311_pp73-musllinux_1_2_armv7l.whl (8.3 MB view details)

Uploaded PyPymusllinux: musl 1.2+ ARMv7l

vape4d-0.2.5-pp311-pypy311_pp73-musllinux_1_2_aarch64.whl (8.1 MB view details)

Uploaded PyPymusllinux: musl 1.2+ ARM64

vape4d-0.2.5-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (8.2 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

vape4d-0.2.5-pp311-pypy311_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl (8.8 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ s390x

vape4d-0.2.5-pp311-pypy311_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (8.7 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ppc64le

vape4d-0.2.5-pp311-pypy311_pp73-manylinux_2_17_i686.manylinux2014_i686.whl (8.6 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ i686

vape4d-0.2.5-pp311-pypy311_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (8.0 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARMv7l

vape4d-0.2.5-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (7.9 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

vape4d-0.2.5-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl (8.4 MB view details)

Uploaded PyPymusllinux: musl 1.2+ x86-64

vape4d-0.2.5-pp310-pypy310_pp73-musllinux_1_2_i686.whl (8.4 MB view details)

Uploaded PyPymusllinux: musl 1.2+ i686

vape4d-0.2.5-pp310-pypy310_pp73-musllinux_1_2_armv7l.whl (8.3 MB view details)

Uploaded PyPymusllinux: musl 1.2+ ARMv7l

vape4d-0.2.5-pp310-pypy310_pp73-musllinux_1_2_aarch64.whl (8.1 MB view details)

Uploaded PyPymusllinux: musl 1.2+ ARM64

vape4d-0.2.5-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (8.2 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

vape4d-0.2.5-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl (8.8 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ s390x

vape4d-0.2.5-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (8.7 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ppc64le

vape4d-0.2.5-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux2014_i686.whl (8.6 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ i686

vape4d-0.2.5-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (8.0 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARMv7l

vape4d-0.2.5-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (7.9 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

vape4d-0.2.5-pp39-pypy39_pp73-musllinux_1_2_x86_64.whl (8.4 MB view details)

Uploaded PyPymusllinux: musl 1.2+ x86-64

vape4d-0.2.5-pp39-pypy39_pp73-musllinux_1_2_i686.whl (8.4 MB view details)

Uploaded PyPymusllinux: musl 1.2+ i686

vape4d-0.2.5-pp39-pypy39_pp73-musllinux_1_2_armv7l.whl (8.3 MB view details)

Uploaded PyPymusllinux: musl 1.2+ ARMv7l

vape4d-0.2.5-pp39-pypy39_pp73-musllinux_1_2_aarch64.whl (8.1 MB view details)

Uploaded PyPymusllinux: musl 1.2+ ARM64

vape4d-0.2.5-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl (8.8 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ s390x

vape4d-0.2.5-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (8.7 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ppc64le

vape4d-0.2.5-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (8.0 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARMv7l

vape4d-0.2.5-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (7.9 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

vape4d-0.2.5-cp313-cp313t-musllinux_1_2_x86_64.whl (8.3 MB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ x86-64

vape4d-0.2.5-cp313-cp313t-musllinux_1_2_i686.whl (8.4 MB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ i686

vape4d-0.2.5-cp313-cp313t-musllinux_1_2_armv7l.whl (8.3 MB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ ARMv7l

vape4d-0.2.5-cp313-cp313t-musllinux_1_2_aarch64.whl (8.1 MB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ ARM64

vape4d-0.2.5-cp313-cp313t-manylinux_2_17_s390x.manylinux2014_s390x.whl (8.8 MB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ s390x

vape4d-0.2.5-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (8.7 MB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ ppc64le

vape4d-0.2.5-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (8.0 MB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ ARMv7l

vape4d-0.2.5-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (7.9 MB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ ARM64

vape4d-0.2.5-cp313-cp313-win_amd64.whl (5.0 MB view details)

Uploaded CPython 3.13Windows x86-64

vape4d-0.2.5-cp313-cp313-win32.whl (4.8 MB view details)

Uploaded CPython 3.13Windows x86

vape4d-0.2.5-cp313-cp313-musllinux_1_2_x86_64.whl (8.4 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

vape4d-0.2.5-cp313-cp313-musllinux_1_2_i686.whl (8.4 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ i686

vape4d-0.2.5-cp313-cp313-musllinux_1_2_armv7l.whl (8.3 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARMv7l

vape4d-0.2.5-cp313-cp313-musllinux_1_2_aarch64.whl (8.1 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

vape4d-0.2.5-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (8.2 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

vape4d-0.2.5-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl (8.8 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ s390x

vape4d-0.2.5-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (8.7 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ppc64le

vape4d-0.2.5-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl (8.6 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ i686

vape4d-0.2.5-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (8.0 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARMv7l

vape4d-0.2.5-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (7.9 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARM64

vape4d-0.2.5-cp313-cp313-macosx_11_0_arm64.whl (5.1 MB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

vape4d-0.2.5-cp313-cp313-macosx_10_12_x86_64.whl (5.4 MB view details)

Uploaded CPython 3.13macOS 10.12+ x86-64

vape4d-0.2.5-cp312-cp312-win_amd64.whl (5.0 MB view details)

Uploaded CPython 3.12Windows x86-64

vape4d-0.2.5-cp312-cp312-win32.whl (4.8 MB view details)

Uploaded CPython 3.12Windows x86

vape4d-0.2.5-cp312-cp312-musllinux_1_2_x86_64.whl (8.4 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

vape4d-0.2.5-cp312-cp312-musllinux_1_2_i686.whl (8.4 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ i686

vape4d-0.2.5-cp312-cp312-musllinux_1_2_armv7l.whl (8.3 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARMv7l

vape4d-0.2.5-cp312-cp312-musllinux_1_2_aarch64.whl (8.1 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

vape4d-0.2.5-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (8.2 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

vape4d-0.2.5-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl (8.8 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ s390x

vape4d-0.2.5-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (8.7 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ppc64le

vape4d-0.2.5-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl (8.6 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ i686

vape4d-0.2.5-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (8.0 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARMv7l

vape4d-0.2.5-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (7.9 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64

vape4d-0.2.5-cp312-cp312-macosx_11_0_arm64.whl (5.1 MB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

vape4d-0.2.5-cp312-cp312-macosx_10_12_x86_64.whl (5.4 MB view details)

Uploaded CPython 3.12macOS 10.12+ x86-64

vape4d-0.2.5-cp311-cp311-win_amd64.whl (5.0 MB view details)

Uploaded CPython 3.11Windows x86-64

vape4d-0.2.5-cp311-cp311-win32.whl (4.8 MB view details)

Uploaded CPython 3.11Windows x86

vape4d-0.2.5-cp311-cp311-musllinux_1_2_x86_64.whl (8.4 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

vape4d-0.2.5-cp311-cp311-musllinux_1_2_i686.whl (8.4 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ i686

vape4d-0.2.5-cp311-cp311-musllinux_1_2_armv7l.whl (8.3 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARMv7l

vape4d-0.2.5-cp311-cp311-musllinux_1_2_aarch64.whl (8.1 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

vape4d-0.2.5-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (8.2 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

vape4d-0.2.5-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl (8.8 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ s390x

vape4d-0.2.5-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (8.7 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ppc64le

vape4d-0.2.5-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl (8.6 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ i686

vape4d-0.2.5-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (8.0 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARMv7l

vape4d-0.2.5-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (7.9 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

vape4d-0.2.5-cp311-cp311-macosx_11_0_arm64.whl (5.1 MB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

vape4d-0.2.5-cp311-cp311-macosx_10_12_x86_64.whl (5.4 MB view details)

Uploaded CPython 3.11macOS 10.12+ x86-64

vape4d-0.2.5-cp310-cp310-win_amd64.whl (5.0 MB view details)

Uploaded CPython 3.10Windows x86-64

vape4d-0.2.5-cp310-cp310-win32.whl (4.8 MB view details)

Uploaded CPython 3.10Windows x86

vape4d-0.2.5-cp310-cp310-musllinux_1_2_x86_64.whl (8.4 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

vape4d-0.2.5-cp310-cp310-musllinux_1_2_i686.whl (8.4 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ i686

vape4d-0.2.5-cp310-cp310-musllinux_1_2_armv7l.whl (8.3 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARMv7l

vape4d-0.2.5-cp310-cp310-musllinux_1_2_aarch64.whl (8.1 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

vape4d-0.2.5-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (8.2 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

vape4d-0.2.5-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl (8.8 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ s390x

vape4d-0.2.5-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (8.7 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ppc64le

vape4d-0.2.5-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl (8.6 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ i686

vape4d-0.2.5-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (8.0 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARMv7l

vape4d-0.2.5-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (7.9 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

vape4d-0.2.5-cp39-cp39-win_amd64.whl (5.0 MB view details)

Uploaded CPython 3.9Windows x86-64

vape4d-0.2.5-cp39-cp39-win32.whl (4.8 MB view details)

Uploaded CPython 3.9Windows x86

vape4d-0.2.5-cp39-cp39-musllinux_1_2_x86_64.whl (8.4 MB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ x86-64

vape4d-0.2.5-cp39-cp39-musllinux_1_2_i686.whl (8.4 MB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ i686

vape4d-0.2.5-cp39-cp39-musllinux_1_2_armv7l.whl (8.3 MB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ ARMv7l

vape4d-0.2.5-cp39-cp39-musllinux_1_2_aarch64.whl (8.1 MB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ ARM64

vape4d-0.2.5-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (8.2 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

vape4d-0.2.5-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl (8.8 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ s390x

vape4d-0.2.5-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (8.7 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ppc64le

vape4d-0.2.5-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl (8.6 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ i686

vape4d-0.2.5-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (8.0 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARMv7l

vape4d-0.2.5-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (7.9 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARM64

vape4d-0.2.5-cp38-cp38-win_amd64.whl (5.0 MB view details)

Uploaded CPython 3.8Windows x86-64

vape4d-0.2.5-cp38-cp38-win32.whl (4.8 MB view details)

Uploaded CPython 3.8Windows x86

vape4d-0.2.5-cp38-cp38-musllinux_1_2_x86_64.whl (8.4 MB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ x86-64

vape4d-0.2.5-cp38-cp38-musllinux_1_2_i686.whl (8.4 MB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ i686

vape4d-0.2.5-cp38-cp38-musllinux_1_2_armv7l.whl (8.3 MB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ ARMv7l

vape4d-0.2.5-cp38-cp38-musllinux_1_2_aarch64.whl (8.1 MB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ ARM64

vape4d-0.2.5-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (8.2 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ x86-64

vape4d-0.2.5-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl (8.8 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ s390x

vape4d-0.2.5-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (8.7 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ppc64le

vape4d-0.2.5-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl (8.6 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ i686

vape4d-0.2.5-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (8.0 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ARMv7l

vape4d-0.2.5-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (7.9 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ARM64

File details

Details for the file vape4d-0.2.5.tar.gz.

File metadata

  • Download URL: vape4d-0.2.5.tar.gz
  • Upload date:
  • Size: 13.0 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: maturin/1.8.3

File hashes

Hashes for vape4d-0.2.5.tar.gz
Algorithm Hash digest
SHA256 6fbc1af308b317ef0cb59ba380088494ed8f05c3b3f38d079afece8329259ce3
MD5 c62b0e1613fefa78a275e9db250274ed
BLAKE2b-256 58bb1e9db188b8085f983b1867803823f8d80e920ed87d13ce6baac5c2e9b025

See more details on using hashes here.

File details

Details for the file vape4d-0.2.5-pp311-pypy311_pp73-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for vape4d-0.2.5-pp311-pypy311_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 a0e2685a2a84864b0a372a8ab9a2067ea403cc32276417685214119335d9a3a4
MD5 3d0fe3c8394610a00016e15647d9e330
BLAKE2b-256 60e3216b1d226554d0364f9a0ba4acafd907a38412b39a591eb9032761bb7333

See more details on using hashes here.

File details

Details for the file vape4d-0.2.5-pp311-pypy311_pp73-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for vape4d-0.2.5-pp311-pypy311_pp73-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 c058d8b358755e42280e3dfef2a05427e834f056629ccea05545d56663caaeae
MD5 5d63f69a55e0f40ecb36f23005323394
BLAKE2b-256 82f605e07371b0e66b02abdb88f01a4926a12bad1cb46501df3b64146389aded

See more details on using hashes here.

File details

Details for the file vape4d-0.2.5-pp311-pypy311_pp73-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for vape4d-0.2.5-pp311-pypy311_pp73-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 1a5993df6c75e213ac405b7dfb09d93f66e6493e98aa0e259cb05697787888c5
MD5 74557eaa2e5e08598dfa0cae60c8fe6f
BLAKE2b-256 60bd6ead7eec43e10e989c64898e821dab402fa1cbc47c065ccc939371a81bf0

See more details on using hashes here.

File details

Details for the file vape4d-0.2.5-pp311-pypy311_pp73-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for vape4d-0.2.5-pp311-pypy311_pp73-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 b5a81872d399177a4345de320fcbfa59d819c6b2de50918919c65d6434cb15a2
MD5 d0bed003604de12b9dc91af6013dd3cc
BLAKE2b-256 34dde1784fc79a3cab09c79a04c7c7db105b42d05e4281f5448a4506c3382070

See more details on using hashes here.

File details

Details for the file vape4d-0.2.5-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for vape4d-0.2.5-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 7f151d3ec994950cdebd1441e8c146b1a854ccb10276bf904613f68b541d60e0
MD5 f1f258684d4b39c10a79f0c8a75d3bcc
BLAKE2b-256 3d0b629d4c5a8bf0bc5df10de0266dcfd2982a314b6f53d5363159a300fc628c

See more details on using hashes here.

File details

Details for the file vape4d-0.2.5-pp311-pypy311_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for vape4d-0.2.5-pp311-pypy311_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 1e79ce7d053a076d57e14720823eaa1c377b809bd2dd5441c667961e280fdbee
MD5 33b4873b5218e20eb00195d60fbca3b3
BLAKE2b-256 e05d5db53b99d4747665b2bf45f9d65df5b25dc6af2d4577bef4964e0b82a6ef

See more details on using hashes here.

File details

Details for the file vape4d-0.2.5-pp311-pypy311_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for vape4d-0.2.5-pp311-pypy311_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 6fdd0d4230c85d7ea0962157d245ad237cacaf1a34a6073a12cb6d1f5b63d558
MD5 d99e8a5f67e4f969cd52d5a877d80d81
BLAKE2b-256 3413c7f0397d7c6fff2546860162064774c88d4a7d1ac0a3ba381777faae8f04

See more details on using hashes here.

File details

Details for the file vape4d-0.2.5-pp311-pypy311_pp73-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for vape4d-0.2.5-pp311-pypy311_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 501960454f0e76d00f95a28f90a0b2f5b47396916cda31b13307ecd56fd09d5c
MD5 7c0868e6e8c96c010f00b194d145f8a3
BLAKE2b-256 aa660b7a882e1c8d88ea9735578fe7eb8ee1e782091b55e71ae6554cfe39e98e

See more details on using hashes here.

File details

Details for the file vape4d-0.2.5-pp311-pypy311_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for vape4d-0.2.5-pp311-pypy311_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 65794c6d48090b230359d1e5acab78ffb2b39e68769bfd1dc97ada14e310a14e
MD5 24e27adf3ef4bba69ae68b38a4e5c2b9
BLAKE2b-256 11e56decaa806c47b8d12050d932d0354e6d17497d60158b8ee67ac74476d481

See more details on using hashes here.

File details

Details for the file vape4d-0.2.5-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for vape4d-0.2.5-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 468a8f7ec9e5b61496c08039f98375f3e4ba40355f52733c679786bdfe28cd46
MD5 ccf312997c844256dd938e6fc6602855
BLAKE2b-256 b265c20df25ed7a7c1917365030c0e2310ac4b830a5ac6683b4e4f61a8bffef3

See more details on using hashes here.

File details

Details for the file vape4d-0.2.5-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for vape4d-0.2.5-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 2ba0e940084025f512ea5d5f1e6f19d816f818b09ee35b56178766dcace62a9a
MD5 d36b5f9f2baeb6cb596f372b09cbd5c3
BLAKE2b-256 f5b29ef7205fbd1e3c4d39087563a226d6b085b51fdc89ca12bbecfdfc461ec2

See more details on using hashes here.

File details

Details for the file vape4d-0.2.5-pp310-pypy310_pp73-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for vape4d-0.2.5-pp310-pypy310_pp73-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 d8faf709a7e0e031078986f7bb44006c78af1eb235e2665338f3971a7abb36b1
MD5 281d80da36a3aff55156b6b1d49633de
BLAKE2b-256 7fc7d30bb71c184c288f71775d293c0c8cf45c45f197cf64aae1f64d1dcc543b

See more details on using hashes here.

File details

Details for the file vape4d-0.2.5-pp310-pypy310_pp73-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for vape4d-0.2.5-pp310-pypy310_pp73-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 d820bd190a382dd8afbbccf908e4ba35e251d0e205d3a8c619a1a5a59fe2d171
MD5 5246c906d3986f17501b1663c6cb3ea1
BLAKE2b-256 ecfbe3953ef788eb552aea944aae69037f44afada6bab14ca5060133fd573799

See more details on using hashes here.

File details

Details for the file vape4d-0.2.5-pp310-pypy310_pp73-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for vape4d-0.2.5-pp310-pypy310_pp73-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 0fcd52330f4285b032568b9a869614aba8b6d899676aea77eb6a3b1104794e9f
MD5 16ec4584d752f9e8c311540e77c137ae
BLAKE2b-256 dd2807a544ec3a193a49b1df4f6c36d36d5630917938d06edd752fd1796b42fb

See more details on using hashes here.

File details

Details for the file vape4d-0.2.5-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for vape4d-0.2.5-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 2f92a1f2438465c20817ebe77d47754324ecc16c2092e9c0b9ee59978acdd513
MD5 844161de6a4038a6298dce3b3e25615b
BLAKE2b-256 06667a0f5195bf9bec5c9e631e9f69ffddf46aa92f272b8eaed9cf96a7a13798

See more details on using hashes here.

File details

Details for the file vape4d-0.2.5-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for vape4d-0.2.5-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 bfc8706c02058b83c10056279371b21681fe1aa8a0f87461d2ade13b2633fa82
MD5 13dfba71ba4f3e83480ed53d55c6db5e
BLAKE2b-256 521ff542fb2544f23a71a53700edf353d56a01ca190312c94761f28c194266cc

See more details on using hashes here.

File details

Details for the file vape4d-0.2.5-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for vape4d-0.2.5-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 9e211fc6b9928ea79d66f680e4eb1d6de95d2a956f1f19adac3814d00eb7bb69
MD5 7b6acd9dd27e9ae0d8be633490f8b449
BLAKE2b-256 265328f92d4004305505e292e4fb2e1f44b1f6c613b66b89c4963a21083e2f0e

See more details on using hashes here.

File details

Details for the file vape4d-0.2.5-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for vape4d-0.2.5-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 d3d31428f43cc3c00d99919d67620f479b697b9899700362266f008e1b4939cf
MD5 bc9b82c015136cfe8498d9d2ef7afbe3
BLAKE2b-256 d7ac4c12913a0c96788dd670fdec31787603d5c7da477925e66c21884cb6fc75

See more details on using hashes here.

File details

Details for the file vape4d-0.2.5-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for vape4d-0.2.5-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 176afd6c05f23f4f4f4c0feead371f136aac4c76df950fc713c1e0f2a885e417
MD5 e597808523bef24f237f5b0502661776
BLAKE2b-256 0529ae65e46301ea74962f947be843778a0c240dd8fbee31b55f86d8baebb368

See more details on using hashes here.

File details

Details for the file vape4d-0.2.5-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for vape4d-0.2.5-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 b7f90210bf3eef3aa079a7a0d343da693089c445e85ef962e55a2a2cd1436a31
MD5 250bbe753b8e0a8e79a2b15c61aefe59
BLAKE2b-256 3a5e042b2ffd3208aec17c39ffac033237128d7dd06e4a9e148e57d44e5d69f4

See more details on using hashes here.

File details

Details for the file vape4d-0.2.5-pp39-pypy39_pp73-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for vape4d-0.2.5-pp39-pypy39_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 9227cc5d03fb20a0db1ea15dd447ba5f973c475d38abce3e49062d2f1c8cee24
MD5 1ba96c38f3e0f93143c15d1d2dc7f6a5
BLAKE2b-256 72bf1168fe085741b9af634d29593e2c8667ddab2050ac7b08408b8216ede0ed

See more details on using hashes here.

File details

Details for the file vape4d-0.2.5-pp39-pypy39_pp73-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for vape4d-0.2.5-pp39-pypy39_pp73-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 da8f9202f1e3d4819e01900588f16a4ebf878c598ba64ae0aa81b2a2309376a2
MD5 5f18a67d67b76cf7cff806ea437aff0e
BLAKE2b-256 6e38b0981e4a053b91636412c1ccc70cd7f7d563e6d01579a8a3cdfe29a38c37

See more details on using hashes here.

File details

Details for the file vape4d-0.2.5-pp39-pypy39_pp73-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for vape4d-0.2.5-pp39-pypy39_pp73-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 fef58c16a8f1bbefaf361b3de7ea56d6b442df712ca4e6f2518167628b2fc035
MD5 e07759014749d9de185d784c48370867
BLAKE2b-256 6683ad9b3da2267d770961783972998b0ae55e039b9816bfc128eb8aef301d91

See more details on using hashes here.

File details

Details for the file vape4d-0.2.5-pp39-pypy39_pp73-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for vape4d-0.2.5-pp39-pypy39_pp73-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 93c1a154237094741104595bbe3e502c4cab6d2e71c99b83bcbf1267273c9a8d
MD5 ae0b2f2a68abfa4fe87c4d56b0acd8d6
BLAKE2b-256 0cc584f3d8c0ff235654a7126398b607622a3a98ad5282ba4e1e21890c6d38b3

See more details on using hashes here.

File details

Details for the file vape4d-0.2.5-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for vape4d-0.2.5-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 e16cdc9c7c8b63f8bedb166d48b7d7cc778030f0e4e4423f31243e46d82457a7
MD5 98a411879c327a552be54a11433f7ca9
BLAKE2b-256 15bf45b6a4883c48d9028db57ccc4604fef675cbf791479d3a6a54942f0882ac

See more details on using hashes here.

File details

Details for the file vape4d-0.2.5-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for vape4d-0.2.5-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 55a4cea6db95b9436bc0577b85798294417c3952b5d0e7de838ae9591e6e3afc
MD5 7107bf414ceae90cab7b66d3ed9f0cdf
BLAKE2b-256 9ea6783dc4a2a520d696a9dd0f8e2c73f01e44c6834a86a991c451673fe91b07

See more details on using hashes here.

File details

Details for the file vape4d-0.2.5-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for vape4d-0.2.5-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 d6392d9d6861efb22ed9cfe1b19f2aa2f2ad54570ccb2b6983962b69c434b744
MD5 c4f60d22efef0cb0baf65efd00c7ff00
BLAKE2b-256 e310482f5a73139a340460f0fbf8346b94f653d2c1dd5b1233967e4748145c05

See more details on using hashes here.

File details

Details for the file vape4d-0.2.5-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for vape4d-0.2.5-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 9204487e5f97f8a0187109f807e61859ab3b21b248284b850093d526b7b11aac
MD5 a194972ef6b0a26ce1a64e6ed1488986
BLAKE2b-256 d24a83e92fb06e2ad773dce3816b1ac51d2dd3bdb4e8af37fd014530a417c69c

See more details on using hashes here.

File details

Details for the file vape4d-0.2.5-cp313-cp313t-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for vape4d-0.2.5-cp313-cp313t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 4fe3db1428e2186a807911bbc856d963c1b1e1a725a073b20eb1fe39b3f1086e
MD5 0662c6d4c6a90e1fb425e54ed04e7ccc
BLAKE2b-256 c9b7fcaa35350418a3c95526ace54a420d5684464097e879d57c667de4490812

See more details on using hashes here.

File details

Details for the file vape4d-0.2.5-cp313-cp313t-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for vape4d-0.2.5-cp313-cp313t-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 46f8dc47bd9a578e419d3c84461954ba6791500590104cb817faa682555fa1e4
MD5 a7aed185582fb4c9a98c3dedc7bcc73e
BLAKE2b-256 1d1d3aa8fc6517df8cf373adcc7ce1d74bfe379494d342dd0a44226d7b48d1c2

See more details on using hashes here.

File details

Details for the file vape4d-0.2.5-cp313-cp313t-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for vape4d-0.2.5-cp313-cp313t-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 fe91aa1104f932f63a12e700264e48f942c8f8474baa959ce53bd7654b31e044
MD5 d7e7ed2001a65bff095a55a90968f2ac
BLAKE2b-256 a549ad3d3632f4e0b73a0a77e634ed70e7593b59caa625fd63c814790af95b9a

See more details on using hashes here.

File details

Details for the file vape4d-0.2.5-cp313-cp313t-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for vape4d-0.2.5-cp313-cp313t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 826dacbf93420f622fd29696db22d32275a451812cc395e8d2fab2497dc0286a
MD5 df0bcdd0417a494a24758ff65f00f639
BLAKE2b-256 772ea9302a8b35a18937883af4eb683e8c5f701ef91bd592c683928814a357a7

See more details on using hashes here.

File details

Details for the file vape4d-0.2.5-cp313-cp313t-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for vape4d-0.2.5-cp313-cp313t-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 d3c5d75e63cd993c16495c16dd1f23800e31e49fd7adfa9fa664d4fa2f200dfc
MD5 1b41ef962cf4cf6fb6d5c1f6b7b60fb2
BLAKE2b-256 f2ef7b286414fef22e2690487c671c5fbb671c1c116e046b8cf216a8c694792c

See more details on using hashes here.

File details

Details for the file vape4d-0.2.5-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for vape4d-0.2.5-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 824f6832b27cf4385ca9175bb9bc144d6f56e8826e974fa5f605be231dfce0e8
MD5 28dc6cef14c147f27c14347973bd944b
BLAKE2b-256 5f344f9a603214c2641d79daeb18cf8ee99beed1178ab4445c7bc0cdc0085f5a

See more details on using hashes here.

File details

Details for the file vape4d-0.2.5-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for vape4d-0.2.5-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 4fbefd15093e819bce313a57ac6517c9fe0e2db833cacb897146f35946287902
MD5 2725cbaa9fd68e6c9eb85101968df7cb
BLAKE2b-256 7263cf0a7d09e9ce45ed63820dfcc49303d54511bcb61718e9ef6db2663ba6e6

See more details on using hashes here.

File details

Details for the file vape4d-0.2.5-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for vape4d-0.2.5-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 dfef3c705f2a91f412307d44c339a5ea5b7e13c598ede1d2af75eee60959e082
MD5 f6df6dfdaf35308506ad9d8d4489e0ab
BLAKE2b-256 280b5c535bf8803b74dca8ab2b5f9c88fc67d3a22425d7b1c9fa7823228c0346

See more details on using hashes here.

File details

Details for the file vape4d-0.2.5-cp313-cp313-win_amd64.whl.

File metadata

  • Download URL: vape4d-0.2.5-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 5.0 MB
  • Tags: CPython 3.13, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: maturin/1.8.3

File hashes

Hashes for vape4d-0.2.5-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 4be4346643c8e9405581f55b681cac561f03388c63685b0695cb5251d47da4c9
MD5 ec6145dcbbfe6171dbbf672a92844073
BLAKE2b-256 13f22563e174dbf74cbf7da098f2be16627a92c1972f714ab4fe2518b3b8cb93

See more details on using hashes here.

File details

Details for the file vape4d-0.2.5-cp313-cp313-win32.whl.

File metadata

  • Download URL: vape4d-0.2.5-cp313-cp313-win32.whl
  • Upload date:
  • Size: 4.8 MB
  • Tags: CPython 3.13, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: maturin/1.8.3

File hashes

Hashes for vape4d-0.2.5-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 3ee7443dd84ee3e641174a3eaa1b55e818c4b48072127be94f9b2ba5afd4d15d
MD5 0a2b3a22489d13caa2b293ae0d015221
BLAKE2b-256 c3b6af46963579a8f94c226579ab7e3272095fede496c73588cdae391faab1fc

See more details on using hashes here.

File details

Details for the file vape4d-0.2.5-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for vape4d-0.2.5-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 ac23fc2dd902ff1f32540df8276d992db9c038f3f188b365f0fbd28649504338
MD5 06750a25e31438aadd196b231bd91ace
BLAKE2b-256 e6f044e095765e438bfb1332fe71c51461d2a48d08a81cee19d8acf6cf138a46

See more details on using hashes here.

File details

Details for the file vape4d-0.2.5-cp313-cp313-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for vape4d-0.2.5-cp313-cp313-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 71253d40254f334f052e1a622a14cee2680e44b5d7475fa7f9df4101a70cab8b
MD5 186ce5caf23eaf908ee1f7a989a14d83
BLAKE2b-256 11eada2048eb7591307f94e3d37b55656f7cdfe1758352d4cfa2c187419a64b8

See more details on using hashes here.

File details

Details for the file vape4d-0.2.5-cp313-cp313-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for vape4d-0.2.5-cp313-cp313-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 5b307639b1b548d7493d770837567bfa4f0f3b06ab5de0d8cdc59aeaabfadbac
MD5 22f1a68585e51d064d101c325514215c
BLAKE2b-256 9872a58c2c2df9f01abcedda611582d4d9e1cfd62abc1365b723a61d02b760c2

See more details on using hashes here.

File details

Details for the file vape4d-0.2.5-cp313-cp313-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for vape4d-0.2.5-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 d97ab55302876454df41deab9125ea2304a9dfa2a533ce2dc8837ae3c47f26d4
MD5 703a7851a240d04f7787487f8b8732fa
BLAKE2b-256 34048e3e416369e8c6be3a27df6a0572467371e54f86baefdadcd530fbd96da4

See more details on using hashes here.

File details

Details for the file vape4d-0.2.5-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for vape4d-0.2.5-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 cb5ff1d2e2fd23e3f45c2a6f5a0ab842e3aa67be0abd942b2bd8fc181905301a
MD5 6b88f2c46a8b0b3c1cde993a55ea6c63
BLAKE2b-256 61090d7ab7fdeafe1a08cfd04c31453aefaecbd0516704b4607c0b1b04a0224f

See more details on using hashes here.

File details

Details for the file vape4d-0.2.5-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for vape4d-0.2.5-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 d82434f4e05e16c81ef8fbb35ab589499a8fca8261986980efe28bdf2a6ec2b1
MD5 7567bea1d9dc5c9f76d1b27182253f65
BLAKE2b-256 98be4a538594e1357fbd57bb29ff3211a9d34bcae8d65ef15d8e4cda5a7cdf61

See more details on using hashes here.

File details

Details for the file vape4d-0.2.5-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for vape4d-0.2.5-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 c3e8c9b4c4258d546e1458dd7ce40d9e6393915b07157f06bcde72e2aa940491
MD5 209de7ce462db6893e391d9441607a9d
BLAKE2b-256 6c33c5cb8fff013c4af2c86bca624728a066227d96fbc983ac9aabab40b291f2

See more details on using hashes here.

File details

Details for the file vape4d-0.2.5-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for vape4d-0.2.5-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 9e1a03acc480e9e4b18114c6c2d29ebec06b930c34195885e95b541ae757aca3
MD5 9f0c1df030445b8b9b4fa23ae2973ea8
BLAKE2b-256 808e466b842e28e507d945c10f1a4b82fa2ff3f3aeeaaee832546cf332e1c323

See more details on using hashes here.

File details

Details for the file vape4d-0.2.5-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for vape4d-0.2.5-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 f64f77657380497421f1618ed745a9e8b92d2d5e74b308dc25e4ebd02e21d952
MD5 ebccd34e072646113ed1fd6c5585c94d
BLAKE2b-256 963a082dac98cb747e65bd5c97916c9c53de5ce1d9e62226eb43b2ad16ada0dd

See more details on using hashes here.

File details

Details for the file vape4d-0.2.5-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for vape4d-0.2.5-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 c792d502944d24b7ebef03d52aed0ed7474fe6582c3955070498423081cbfbf2
MD5 826f5abfc3b1162d3a8eaaf5c0ee2da2
BLAKE2b-256 c78b12d938fb4245f377aae6be3605dfa51ebe0c33e47d9e5e9e856ea47e44ff

See more details on using hashes here.

File details

Details for the file vape4d-0.2.5-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for vape4d-0.2.5-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 26564d7db01d26b692f2c4badaecd6636b6a71a2329e7c11796429919d1597b2
MD5 a78546d4e51bf5735ecd1a161bbe41a7
BLAKE2b-256 3fcff03458bfa798275d594170d7972a91f6b773702668fdce000313c256dcce

See more details on using hashes here.

File details

Details for the file vape4d-0.2.5-cp313-cp313-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for vape4d-0.2.5-cp313-cp313-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 d7cefa8285c25fabe29d065da1db61b4d5f92fdf7525bfa1dc22188f6f273ea0
MD5 3d2f454e666ffd38612f987fc6fa0ee5
BLAKE2b-256 a242ca80b1b641867f6739489c700ee0d3a9797f8bc7d7f9e06bfe6b2650f0bf

See more details on using hashes here.

File details

Details for the file vape4d-0.2.5-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: vape4d-0.2.5-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 5.0 MB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: maturin/1.8.3

File hashes

Hashes for vape4d-0.2.5-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 b157b0cde0ff30b523c2f939ccb570e722d0d4c9818e82988e63ed9ec003b8e5
MD5 ed1982f583685f216904703111c93e93
BLAKE2b-256 5adbb14e5916d98ff35db8196e3ab0b389c50567c8c8049610fc0085965d468f

See more details on using hashes here.

File details

Details for the file vape4d-0.2.5-cp312-cp312-win32.whl.

File metadata

  • Download URL: vape4d-0.2.5-cp312-cp312-win32.whl
  • Upload date:
  • Size: 4.8 MB
  • Tags: CPython 3.12, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: maturin/1.8.3

File hashes

Hashes for vape4d-0.2.5-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 84fbcd7a7d0e06abf9e83a8a7b8699129bd4fca95d03753524674cbbaa326ba3
MD5 14492ddb1caaebf83fd762decfe3e54b
BLAKE2b-256 4394592bc77a39e0d087377da5778ef7554acd746819300149326b38115fb4cc

See more details on using hashes here.

File details

Details for the file vape4d-0.2.5-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for vape4d-0.2.5-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 9ae5e4525c90400990e871a14190a3f604ad7aa5fc3cec0721615eb6cd3deb07
MD5 bc9e8550d8eb6399999813854f6db887
BLAKE2b-256 4bdd8c41071ac1aeaad1c7e7661562f0b8fb383885cd79200e660ce1e9ff9103

See more details on using hashes here.

File details

Details for the file vape4d-0.2.5-cp312-cp312-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for vape4d-0.2.5-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 862468064d2f744822f11607ceb2f0b62eca7a6760a29460b8c5a7f6106cef55
MD5 e76fa158e2dc93af82831354970d30ac
BLAKE2b-256 765c815fd8aedde52c683aca499331ae3ec8a9c0313ad83a0f13196020a0b8c6

See more details on using hashes here.

File details

Details for the file vape4d-0.2.5-cp312-cp312-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for vape4d-0.2.5-cp312-cp312-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 46a4792f314152263904f69fee668f7a4e2ac7d2a6cc0292398e21b4ec84cd4b
MD5 cf98156d06f955eeae3eb636ba99ac3e
BLAKE2b-256 4d6312b4a885bd4d6f4b798bdad402f6a688db4c2d06c1d089748e2541b9f29d

See more details on using hashes here.

File details

Details for the file vape4d-0.2.5-cp312-cp312-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for vape4d-0.2.5-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 e0c68ff6ef335aaaa611bdf80bdce0b4d080f3e77fa90a5989e5574a205491da
MD5 b8b87dac45e452f2b8bc271587612688
BLAKE2b-256 187dfdfb407cd3ef8749812b3814f720944e1f19c01984bf795cbd7375eba467

See more details on using hashes here.

File details

Details for the file vape4d-0.2.5-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for vape4d-0.2.5-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 efe3c6ac3d63b4b1fd772a4455e69bbed957c885296a9078499c592b3b2a467f
MD5 70b7e66545e32cf83918ccf2f7788b92
BLAKE2b-256 5f1738933d836f8f16cf11c9dbec7b1a8563759f2a43a6d244e994a174da6944

See more details on using hashes here.

File details

Details for the file vape4d-0.2.5-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for vape4d-0.2.5-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 5cdded67101253e63f79dfda8a1cf4793025683ad9eba128f4ec2c0d04369b8a
MD5 cd64e1d435026480c460b1f7bc5abb8d
BLAKE2b-256 8fc49bc60116d6adb3971f1a8fa61a510b7149446a51aa7ce9d01ab75f51e083

See more details on using hashes here.

File details

Details for the file vape4d-0.2.5-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for vape4d-0.2.5-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 6d1ee1a3aea92830e7e4b13dd744d2656e859b03574657c3af9bc5b96643b16a
MD5 aed8014c4d69e7293277d3e80dec091d
BLAKE2b-256 f821185b7a6a0fb0bbae1ba9a496a897aeba9132eaa60b25aa79d318fb9c3c03

See more details on using hashes here.

File details

Details for the file vape4d-0.2.5-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for vape4d-0.2.5-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 7eb987229b8d004e08740d5a9ad4fee7243232b1e85cd73a957b59f9e9737328
MD5 e6c635ad8e86dac3ad7368d91e3ee20a
BLAKE2b-256 b4d1be016db78b90bccbb55affa0a67251c9736b83f5e7bda2c630032949c742

See more details on using hashes here.

File details

Details for the file vape4d-0.2.5-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for vape4d-0.2.5-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 c5658d3821b5e0c45b39e7ae1b2cf1ce095da2043ec4c8a3a43051cacd918ff2
MD5 8d558e4b615605ae9f453bc21c4d980e
BLAKE2b-256 46796bec0adc70ab502702a03779184798a0782e600780109973433e1ebd83a3

See more details on using hashes here.

File details

Details for the file vape4d-0.2.5-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for vape4d-0.2.5-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 698aa95c46d20b31c40b2bc90ac5f6682138863defb49c40f03d140cc9f18e99
MD5 acd8d6fef03df2292935ccecca363f6e
BLAKE2b-256 1ed7486e61a8e93c25789760c27c64dc0e57ff2105692cad06822d08acd9f530

See more details on using hashes here.

File details

Details for the file vape4d-0.2.5-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for vape4d-0.2.5-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 146b2daade11210413e9c6f097e856ef75cc412cc804092c44ebd6ffaf27c6cf
MD5 d22510693703fb0179bb91f2516cae9e
BLAKE2b-256 bce6e6cf37e1fcd7db6fdbd9bde8db58a71a2ae9bb824f3ae214ab9055e9c5cb

See more details on using hashes here.

File details

Details for the file vape4d-0.2.5-cp312-cp312-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for vape4d-0.2.5-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 b8752e54997c70fcf61443b83bcb21df6051860e526c45883b73d48ba3a58e00
MD5 1d7372572391e34c305bfdbffc72873d
BLAKE2b-256 907cabafdbfee042e7d982f05d68f4bf7f92ec98ba146ad0ecfcd11952a97729

See more details on using hashes here.

File details

Details for the file vape4d-0.2.5-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: vape4d-0.2.5-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 5.0 MB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: maturin/1.8.3

File hashes

Hashes for vape4d-0.2.5-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 6e9d496bdace58ab06946d383f24a3caef522e7dcfce24e94c5d19beff39c2d6
MD5 fc0526e8d5f476ae724ce44343986816
BLAKE2b-256 fcd652d1d316cb900f17e69fe770524eeb07756f74c1b69d205a16a60540303a

See more details on using hashes here.

File details

Details for the file vape4d-0.2.5-cp311-cp311-win32.whl.

File metadata

  • Download URL: vape4d-0.2.5-cp311-cp311-win32.whl
  • Upload date:
  • Size: 4.8 MB
  • Tags: CPython 3.11, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: maturin/1.8.3

File hashes

Hashes for vape4d-0.2.5-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 0c9948cab38ac0d25c52ea3f8e8d6003579fea6c7887885a75e12beedbdfb6e4
MD5 62f980498c3a2a971d5948282fc3b8ff
BLAKE2b-256 ed4dad313b90188b9ae603f1b3f13ef5b5cb35fac6618c53236d1bfbd0a5273b

See more details on using hashes here.

File details

Details for the file vape4d-0.2.5-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for vape4d-0.2.5-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 6901e66770ebb1be9dec28b386dd098c899df6dfbe7af5d081387bbddfcc5bb7
MD5 86432a6d30afd252aeb9161daaa2f5e9
BLAKE2b-256 bd3b682ff442a50f16a9f0a85fce0af6e1dfd8ff0eab2246c7f987c737468c88

See more details on using hashes here.

File details

Details for the file vape4d-0.2.5-cp311-cp311-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for vape4d-0.2.5-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 83286f0e4c5ebd402523d8f0680859451e49e85540c8e7508d45f1d0da17ad19
MD5 c0dad39f369ecdaadf6b376b249fac53
BLAKE2b-256 f4fbffe43af97dcfc70077e357a3066a8681949f42db50e03f86e5b9c7d671d2

See more details on using hashes here.

File details

Details for the file vape4d-0.2.5-cp311-cp311-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for vape4d-0.2.5-cp311-cp311-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 e37f0cb957031d95c1c71bbbf3b98de451abb513598b97a9a599d75d79121e4b
MD5 2b1a75e79b013f11c3b11dabe7bffefe
BLAKE2b-256 e05d4eb9f89c76bb41c6e76fe9869c22525bd10d777396e5bab58a986c0bac2f

See more details on using hashes here.

File details

Details for the file vape4d-0.2.5-cp311-cp311-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for vape4d-0.2.5-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 b296a2e3bdd007c4038e66737263b5941b75f8c9bb0225f09242c70d58298249
MD5 ae976beb898d6b1735787f8905b5b6f0
BLAKE2b-256 43feb02942f7af14472c33a13c9cf8dae21a0e3ab459889b60e6ebdb9a2cccd2

See more details on using hashes here.

File details

Details for the file vape4d-0.2.5-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for vape4d-0.2.5-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 467af9ebe0a02a2d3b3d567071550dd60f03e5137e21bf54cb164112af319f0d
MD5 6cec4a2661c2090d6c7ff69f5da36d80
BLAKE2b-256 2341f098daebb10b8b2914694a71fd9c3c263ac74bad71dd43052bceec3b7cc6

See more details on using hashes here.

File details

Details for the file vape4d-0.2.5-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for vape4d-0.2.5-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 05fd77f1caf7c4ef5f14e8ac97e1580d5b6ad5f6a44073304aeba302003b45b9
MD5 1d3180ef25505c67395c7fe8aa247706
BLAKE2b-256 a350daed12a81e0a393569b0c2154324969d2ed55633128cacb39f35cee0b3db

See more details on using hashes here.

File details

Details for the file vape4d-0.2.5-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for vape4d-0.2.5-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 ad4fd5820cb13fddbb6fee56cb02f182fb502b16b634c68b7d4b886b6b0007d1
MD5 403472f88493941c76f7347ccffe4ac4
BLAKE2b-256 e0fdf0d7d1f87e07f2a01bc47f69add1744c7f6128b8b29c8df6ec20da44aa8f

See more details on using hashes here.

File details

Details for the file vape4d-0.2.5-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for vape4d-0.2.5-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 ed216c2f6e1d8138efb26b7b3a9acca37bb314018448019ba46d595319324648
MD5 f99ad3b8e8af7ca7cc9a718638bb2dda
BLAKE2b-256 c3357095e4d8374937b71b4c1060880acf9e77d4b06ad963971a9caaf7414fc5

See more details on using hashes here.

File details

Details for the file vape4d-0.2.5-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for vape4d-0.2.5-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 0436504210965ee423896bf71e977c7c9b34f671c89679e8a5be83956d930faf
MD5 cd364c3d3b09d58f3a76fce2fc874aa9
BLAKE2b-256 a90d9287578e780edc585ee68ebc27a246b693c4db32b47eaf74d79216d72939

See more details on using hashes here.

File details

Details for the file vape4d-0.2.5-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for vape4d-0.2.5-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 e3e6d73a3b9733e73ba1d2034aad2197cd7950e40a020d26c45fbb606f979e49
MD5 6394cbbc49a99b19a2f056a9f1134660
BLAKE2b-256 9ec9f501782f0d24e05fcb981a6a2b6adc9a8b112187be55bd09e86d2886b8a9

See more details on using hashes here.

File details

Details for the file vape4d-0.2.5-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for vape4d-0.2.5-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 7b8ccc3998eecf872fbb1f5f22e6df5cf8f13d9ef14b3fd53083fe23415508bf
MD5 6bb0e8be046b8056d68862bf88c91402
BLAKE2b-256 bc5258debff494452061195e0e0d3e4192f575aa62292a4da8ce21f6f03f89a0

See more details on using hashes here.

File details

Details for the file vape4d-0.2.5-cp311-cp311-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for vape4d-0.2.5-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 eed1e4c57f01526bdf94a2259005defacbfa9d31aac3563902e5cf4029a2410c
MD5 efa54acb469f3e59f95852c496ac3aa4
BLAKE2b-256 1a9b8d1de6a42afe12ca46330c6f33dd53d9afc58a3dc71f7222e7219f1f504a

See more details on using hashes here.

File details

Details for the file vape4d-0.2.5-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: vape4d-0.2.5-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 5.0 MB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: maturin/1.8.3

File hashes

Hashes for vape4d-0.2.5-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 97b9102c37999d1c1e80d0edf15ecdb01b7f84d402617339068500fca28a986a
MD5 4deaa11ac8281e1678144248fa3a641d
BLAKE2b-256 207158e7f40abdf3f131a378050a33061b48634112573a9b27c9181602b23fad

See more details on using hashes here.

File details

Details for the file vape4d-0.2.5-cp310-cp310-win32.whl.

File metadata

  • Download URL: vape4d-0.2.5-cp310-cp310-win32.whl
  • Upload date:
  • Size: 4.8 MB
  • Tags: CPython 3.10, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: maturin/1.8.3

File hashes

Hashes for vape4d-0.2.5-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 f1bf8fefe7ffbdc075d6b0f5e2dc81ff50162b07977fc543f67075e1db49d810
MD5 e0cdd1a5900bd736325a5b0a8962a8f7
BLAKE2b-256 22fbb1744edfb3ef0c31e7b3b4a63616f02aeb40101e9e32ab09279e6d997001

See more details on using hashes here.

File details

Details for the file vape4d-0.2.5-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for vape4d-0.2.5-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 6719a5028e96693c842b04383d9fb9ade2ac5237bc554541871cee5bc4036d9b
MD5 c29ba868bfada75d97c85a9f82e6eaea
BLAKE2b-256 6b72cd176bf37e647c802cffc2f169617e056dee52448d36840817e2b01f1051

See more details on using hashes here.

File details

Details for the file vape4d-0.2.5-cp310-cp310-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for vape4d-0.2.5-cp310-cp310-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 e84ce6874343a1ff27e0dba2e1248209373555e5a8ad955ae11ae5a12f2f6e25
MD5 17633967af472c61144a137ca94123a0
BLAKE2b-256 0b5c5a09ec0a3f707e9f94633662bf92af7abbaaa7fe2827e4741d5b9d688cd5

See more details on using hashes here.

File details

Details for the file vape4d-0.2.5-cp310-cp310-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for vape4d-0.2.5-cp310-cp310-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 3e7b252e1af0cf588644b137fe5b5d4cb9fb411bba3fb710af0517f039ab6faa
MD5 4cfcef681bd8d84fc122ea84d07787da
BLAKE2b-256 9c1f51de4a079b55a8c5aafa391e465b8e1dff2852af66963cd775f8efac55a6

See more details on using hashes here.

File details

Details for the file vape4d-0.2.5-cp310-cp310-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for vape4d-0.2.5-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 5df8413064954b8a1464021241194beb3de699c71474f598d2bc0877726f5bc3
MD5 5bba7197e79167b96dda8d0d1563d5a3
BLAKE2b-256 74aa8b4b9cd8db0441f6c177c7a99d0b72a032cdc3cef58bcb9543a5a5555d4c

See more details on using hashes here.

File details

Details for the file vape4d-0.2.5-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for vape4d-0.2.5-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 815e2fe05db6d3f006120c248b7d71059c8e0fcb207c0dc6535141dce70c75d8
MD5 39b5331a0555677f894ca6df328e9c43
BLAKE2b-256 38d5eea0f74904422fa664b8a028464b79a4b336307dd245ae04861919cef7cb

See more details on using hashes here.

File details

Details for the file vape4d-0.2.5-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for vape4d-0.2.5-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 6a5c807d8e18168723d4c51ac12082cd10ac96968b3a77dd936319b0dccb0599
MD5 236dbf97e1fe6119473744284492473a
BLAKE2b-256 f8ba49a9dcb392dc23f28738dc4155011cbe4f69ab980551b6bfb1586e78684d

See more details on using hashes here.

File details

Details for the file vape4d-0.2.5-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for vape4d-0.2.5-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 a056b7243cc3b18cea994d84869027e545c7b34216ea3bab02ff20b3215f1978
MD5 0173f62982f88eeca09098a288b180f8
BLAKE2b-256 7105d40e9423de70377c63da3a20214d248a526aa8bcde0cb1fef76e890b9902

See more details on using hashes here.

File details

Details for the file vape4d-0.2.5-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for vape4d-0.2.5-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 4e1c367437563915499e6af91b5e44a4c262c8e8f3981114b74d33bf960d3d49
MD5 5ca329c9cf03cef30bc66427bc32d415
BLAKE2b-256 e14543ab35a78e921d0ef8e313602d46be171e891a1344ace07bd9f3867d18f3

See more details on using hashes here.

File details

Details for the file vape4d-0.2.5-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for vape4d-0.2.5-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 ffd1174b5ebb1b3b150df3bcc20c88ee5214259424b56856e16c590c4b3b5b11
MD5 b965f2af77586e1a3f1c3c40d981d820
BLAKE2b-256 c73d47047df696821de6a9facfbf54263a93382a708f23d993f82c21a3e7a544

See more details on using hashes here.

File details

Details for the file vape4d-0.2.5-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for vape4d-0.2.5-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 4c2734da6ea7c3fe44da24ccddb0c4a2561723be76071068ce012b06b599b170
MD5 3d07df2656484fe3b493edad41761e3e
BLAKE2b-256 8ffaeeda5360a71a6b9eba386d31423d5df456924731a8f82ec2adc0d2996e3d

See more details on using hashes here.

File details

Details for the file vape4d-0.2.5-cp39-cp39-win_amd64.whl.

File metadata

  • Download URL: vape4d-0.2.5-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 5.0 MB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: maturin/1.8.3

File hashes

Hashes for vape4d-0.2.5-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 2be9bbbc6afad72bb3d429382f8fc6502051c586e71974ceb00bd78bfc38cddb
MD5 89dfe35cea17d91b232ee547dc1423a2
BLAKE2b-256 6b0260b2aee0ddf948ad720ec8655b05c43d0d5b4944f1a0ddbefcb9a1143be6

See more details on using hashes here.

File details

Details for the file vape4d-0.2.5-cp39-cp39-win32.whl.

File metadata

  • Download URL: vape4d-0.2.5-cp39-cp39-win32.whl
  • Upload date:
  • Size: 4.8 MB
  • Tags: CPython 3.9, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: maturin/1.8.3

File hashes

Hashes for vape4d-0.2.5-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 db717cad66f6a21e86ed92aced95f15e5d5993fde03111274017eb37ae2f664f
MD5 fbfc78879fdaa81beb7e41acb043df65
BLAKE2b-256 64153fdd6f793b5186ef968b4cdd778ccf440c911cef2a83c73ca91b5923f4f0

See more details on using hashes here.

File details

Details for the file vape4d-0.2.5-cp39-cp39-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for vape4d-0.2.5-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 a72a34eb9ddb69105924038ce3b8ea57cc8ba333c0ce1cff782b49a0a59c994a
MD5 1498518a2e84dd77ae28a280972075c8
BLAKE2b-256 2e19bf69982b85972707e628ca422db05c4dafde1c4e91f4541fa72f47025cd3

See more details on using hashes here.

File details

Details for the file vape4d-0.2.5-cp39-cp39-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for vape4d-0.2.5-cp39-cp39-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 198b45e04105ecdddf9d559be7d4dab934578b13f67eff91a5ad9637af68d38d
MD5 61629dbd67cb3f378082c0b342a60e9d
BLAKE2b-256 3daf24d38ca90ffad1585fe84f77db05127cf1ff4d7bd7055bd03dd521632208

See more details on using hashes here.

File details

Details for the file vape4d-0.2.5-cp39-cp39-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for vape4d-0.2.5-cp39-cp39-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 da72f1f8839da2a3661de7deb38cd8676e776c964e775429ccd4181b6d464239
MD5 2c10e0bec248f2fc7f00232c1c3b729b
BLAKE2b-256 51b19463ff2cdc258b13cab2c6efb2841b2ea274ced0fa0a0a87e64f45ea072c

See more details on using hashes here.

File details

Details for the file vape4d-0.2.5-cp39-cp39-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for vape4d-0.2.5-cp39-cp39-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 fa9bd0076f068f4f93861a3b72b7c719ece47e653521fa5adf225ede30c9515a
MD5 c9a405ee229f607b6ba7be77d5de9bec
BLAKE2b-256 d4566b5649345b4f6042de2b64c26f5b327bb0c281233bb38fd6de0372d1d8e4

See more details on using hashes here.

File details

Details for the file vape4d-0.2.5-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for vape4d-0.2.5-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 86f8ac4b152065bba4e37f68e90506eceb2bfc240e4cb843cb941ca79b0980dd
MD5 45db047c1ae1a5088bca1eb498d1d5b3
BLAKE2b-256 27e109ceb3201d69adb4e460a41783b47ce31e2b337e2b7fa1ba8b487d21e8ae

See more details on using hashes here.

File details

Details for the file vape4d-0.2.5-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for vape4d-0.2.5-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 a6c264dca278d8b014485c8075506da56b069288587f08db4f775b4e7426cb4a
MD5 2e2fe4d829d9da096ced009fc4a0a977
BLAKE2b-256 34bf32656a86156d5f2d71a26ee987d066eb34138a9126b3bb5f69e3476d2c23

See more details on using hashes here.

File details

Details for the file vape4d-0.2.5-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for vape4d-0.2.5-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 47090cd4b5171b3f36e4db465250e84d6408e74b28063ee670349ef9e98d9b11
MD5 ec243861393ed65db9b73a63c4d98212
BLAKE2b-256 e11836cc41a38592dcf77ba582eca73f6c4de6f44c17b16c28725a667a04edbd

See more details on using hashes here.

File details

Details for the file vape4d-0.2.5-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for vape4d-0.2.5-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 5a1de4716d19a347fc56be1332b406df5e54108a3f67c3af4129c7a6649b3a7d
MD5 f171feeb45c67f87c34abd723074af49
BLAKE2b-256 357fea1626a700ae70184f16ba965de372e98f3b15c60cd1f8bbcedf3fc07642

See more details on using hashes here.

File details

Details for the file vape4d-0.2.5-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for vape4d-0.2.5-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 e5fa3d236cd52a40a5111bd63130323a5b2eeefed8a84c501718a9619d47c362
MD5 db322d189e4790dc763c2f251d58cd69
BLAKE2b-256 05bbf067cdbce6264f6831a031f63838d8dcad12851afd9d71902ab061d2291b

See more details on using hashes here.

File details

Details for the file vape4d-0.2.5-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for vape4d-0.2.5-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 480875a5315f62917ed4a5c75c7c7d105b0d3cd7126fc601e95ef98b1585d9b8
MD5 a1efbc7782b4625ca68fa481f7358fba
BLAKE2b-256 83497ceb8cb476d9b55533ff572b80e671b2ed78b622ca9fa81d064a40a0db9f

See more details on using hashes here.

File details

Details for the file vape4d-0.2.5-cp38-cp38-win_amd64.whl.

File metadata

  • Download URL: vape4d-0.2.5-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 5.0 MB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: maturin/1.8.3

File hashes

Hashes for vape4d-0.2.5-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 36aa3d9fde66ff7a267c27c02e94d17873d02c092328bfcc779d6248cb434459
MD5 37acc60cca98bb1967efcdedd0d72256
BLAKE2b-256 3a59846aae4447d849388d1a564f3f48e5926b19e454421dfb51d2a117ef2e59

See more details on using hashes here.

File details

Details for the file vape4d-0.2.5-cp38-cp38-win32.whl.

File metadata

  • Download URL: vape4d-0.2.5-cp38-cp38-win32.whl
  • Upload date:
  • Size: 4.8 MB
  • Tags: CPython 3.8, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: maturin/1.8.3

File hashes

Hashes for vape4d-0.2.5-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 2088e5dc126fbdf49a35e21d7dbd1fc570dc002e8e532a9c03270e44f8180bd4
MD5 241fc41246c3d2441420c74840290b8e
BLAKE2b-256 47a31d34c79fa85d7c3049f2358a89379c0775ba3bb6e2ff7a70d5c4b9646e1c

See more details on using hashes here.

File details

Details for the file vape4d-0.2.5-cp38-cp38-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for vape4d-0.2.5-cp38-cp38-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 b15f7a1fa0ca2ffb02d3d90072f300baa7ff707552c5d852e0b64b6281076ce1
MD5 8b593deffdf5cd0ae1923aa667803cc2
BLAKE2b-256 b343d10bc77fdbc8ee3fbd6500c54e85619317069889e01f4df19eb869ea6266

See more details on using hashes here.

File details

Details for the file vape4d-0.2.5-cp38-cp38-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for vape4d-0.2.5-cp38-cp38-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 ec3b436c3c5d5d78d1ae9b220d56506aac4cae5af533d633c9d3fea26243e187
MD5 56059c74f19ab2241b222a74c4bfa812
BLAKE2b-256 110ade29f9bac258adf964d49b0cc5fa75b7d9c0d6b967b99ead7249f6ac73c6

See more details on using hashes here.

File details

Details for the file vape4d-0.2.5-cp38-cp38-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for vape4d-0.2.5-cp38-cp38-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 7a786a90cd3c9c4530b35ac3932d967e81c5bb8d0f4278a6949b1cac4513f543
MD5 682a54eecc1b4d01339ea2d1f52bd7d7
BLAKE2b-256 da060d712bcdee35923bc99fa58dcf948fc95fb8ae1987a01e7eb8e36734812d

See more details on using hashes here.

File details

Details for the file vape4d-0.2.5-cp38-cp38-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for vape4d-0.2.5-cp38-cp38-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 5eb48285f08c4341fe4858cfc058ae0d7363db42f86e9fb4f42861e718f3d2f5
MD5 c9b5af6dc4a8aa89313d69dbdb3d2aa7
BLAKE2b-256 4177bd724cec045c99b72df46bfcc43a949585046f4a38db8f9b628ec157c2e1

See more details on using hashes here.

File details

Details for the file vape4d-0.2.5-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for vape4d-0.2.5-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 adb6888fa7668a0d8af7f4eb64a0f3728eaadd0ee5894670557ccf5c85143199
MD5 8056f81d31374f20de6c211531f3df6d
BLAKE2b-256 b5d59dc6611c09bc2cdbcf7370aec5d73eeb17af53d58a683037b7d8e91fdbd2

See more details on using hashes here.

File details

Details for the file vape4d-0.2.5-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for vape4d-0.2.5-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 f88e3e0327dc60321be9cf065c2498dbcbf53f52f5a03c85ed87877ac13be950
MD5 2cf411d68780e7f6ef9718a0696fa9ff
BLAKE2b-256 34b389e4f4dc973bb203a7c76f82574aef775470b518aae11ee439c7e8e5a274

See more details on using hashes here.

File details

Details for the file vape4d-0.2.5-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for vape4d-0.2.5-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 7d4e1d6bd185cd2e1e2c1370bc23af2b4222df6161ba46f7b4a097841d821489
MD5 ccd70528fafd275491a9813e2cffca87
BLAKE2b-256 406f3930b54b2f0e1e253148680032640831160645a6171c30340fc19c8329b3

See more details on using hashes here.

File details

Details for the file vape4d-0.2.5-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for vape4d-0.2.5-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 a3b8ba289182c001d5a16ce236e1102ee476d3eb7b9db5a8f4c7d306f607de80
MD5 e362d516aeb0a368187180b9f8b08770
BLAKE2b-256 63ed37f111febb380a11480d7bda8e33ef9269c4e0484bced130a12a210e05fc

See more details on using hashes here.

File details

Details for the file vape4d-0.2.5-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for vape4d-0.2.5-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 056d9991f2711ddcecd213ed7ac6b44a6e17f5e210e9a1bd4a07f7e32c43433d
MD5 01443ee04088c5d744622d1b48a6ddd3
BLAKE2b-256 b36e95b260f09842e6ecda9808ebc605b6d3555c64cc6d44e5493fd2ba7506d1

See more details on using hashes here.

File details

Details for the file vape4d-0.2.5-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for vape4d-0.2.5-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 cee9cd8a565eeeb458f2874a010738048d767c768c61a2123a0a9d0d6a3e7ed4
MD5 fd2b886c779a112a4d8ff783f8b29421
BLAKE2b-256 16ad4cf1c28fe9ada2e54a605f0dc9f612b3fea9aacf0fbf2bca3d2aaa2f9b87

See more details on using hashes here.

Supported by

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