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.7.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.7-pp311-pypy311_pp73-musllinux_1_2_x86_64.whl (8.4 MB view details)

Uploaded PyPymusllinux: musl 1.2+ x86-64

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

Uploaded PyPymusllinux: musl 1.2+ i686

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

Uploaded PyPymusllinux: musl 1.2+ ARMv7l

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

Uploaded PyPymusllinux: musl 1.2+ ARM64

vape4d-0.2.7-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.7-pp311-pypy311_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl (8.3 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ s390x

vape4d-0.2.7-pp311-pypy311_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (9.5 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ppc64le

vape4d-0.2.7-pp311-pypy311_pp73-manylinux_2_17_i686.manylinux2014_i686.whl (8.7 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ i686

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

Uploaded PyPymanylinux: glibc 2.17+ ARMv7l

vape4d-0.2.7-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (8.0 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

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

Uploaded PyPymusllinux: musl 1.2+ x86-64

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

Uploaded PyPymusllinux: musl 1.2+ i686

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

Uploaded PyPymusllinux: musl 1.2+ ARMv7l

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

Uploaded PyPymusllinux: musl 1.2+ ARM64

vape4d-0.2.7-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.7-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl (8.3 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ s390x

vape4d-0.2.7-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (9.5 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ppc64le

vape4d-0.2.7-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux2014_i686.whl (8.7 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ i686

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

Uploaded PyPymanylinux: glibc 2.17+ ARMv7l

vape4d-0.2.7-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (8.0 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

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

Uploaded PyPymusllinux: musl 1.2+ x86-64

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

Uploaded PyPymusllinux: musl 1.2+ i686

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

Uploaded PyPymusllinux: musl 1.2+ ARMv7l

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

Uploaded PyPymusllinux: musl 1.2+ ARM64

vape4d-0.2.7-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl (8.3 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ s390x

vape4d-0.2.7-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (9.5 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ppc64le

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

Uploaded PyPymanylinux: glibc 2.17+ ARMv7l

vape4d-0.2.7-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (8.0 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

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

Uploaded CPython 3.13tmusllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.13tmusllinux: musl 1.2+ i686

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

Uploaded CPython 3.13tmusllinux: musl 1.2+ ARMv7l

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

Uploaded CPython 3.13tmusllinux: musl 1.2+ ARM64

vape4d-0.2.7-cp313-cp313t-manylinux_2_17_s390x.manylinux2014_s390x.whl (8.3 MB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ s390x

vape4d-0.2.7-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (9.5 MB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ ppc64le

vape4d-0.2.7-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.7-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (8.0 MB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ ARM64

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

Uploaded CPython 3.13Windows x86-64

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

Uploaded CPython 3.13Windows x86

vape4d-0.2.7-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.7-cp313-cp313-musllinux_1_2_i686.whl (8.4 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ i686

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

Uploaded CPython 3.13musllinux: musl 1.2+ ARMv7l

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

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

vape4d-0.2.7-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.7-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl (8.3 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ s390x

vape4d-0.2.7-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (9.5 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ppc64le

vape4d-0.2.7-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.7-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.7-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (8.0 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARM64

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

Uploaded CPython 3.13macOS 11.0+ ARM64

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

Uploaded CPython 3.13macOS 10.12+ x86-64

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

Uploaded CPython 3.12Windows x86-64

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

Uploaded CPython 3.12Windows x86

vape4d-0.2.7-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.7-cp312-cp312-musllinux_1_2_i686.whl (8.4 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ i686

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

Uploaded CPython 3.12musllinux: musl 1.2+ ARMv7l

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

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

vape4d-0.2.7-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.7-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl (8.3 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ s390x

vape4d-0.2.7-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (9.5 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ppc64le

vape4d-0.2.7-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.7-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.7-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (8.0 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64

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

Uploaded CPython 3.12macOS 11.0+ ARM64

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

Uploaded CPython 3.12macOS 10.12+ x86-64

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

Uploaded CPython 3.11Windows x86-64

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

Uploaded CPython 3.11Windows x86

vape4d-0.2.7-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.7-cp311-cp311-musllinux_1_2_i686.whl (8.4 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ i686

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

Uploaded CPython 3.11musllinux: musl 1.2+ ARMv7l

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

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

vape4d-0.2.7-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.7-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl (8.3 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ s390x

vape4d-0.2.7-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (9.5 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ppc64le

vape4d-0.2.7-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl (8.7 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ i686

vape4d-0.2.7-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.7-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (8.0 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

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

Uploaded CPython 3.11macOS 11.0+ ARM64

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

Uploaded CPython 3.11macOS 10.12+ x86-64

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

Uploaded CPython 3.10Windows x86-64

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

Uploaded CPython 3.10Windows x86

vape4d-0.2.7-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.7-cp310-cp310-musllinux_1_2_i686.whl (8.4 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ i686

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

Uploaded CPython 3.10musllinux: musl 1.2+ ARMv7l

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

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

vape4d-0.2.7-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.7-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl (8.3 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ s390x

vape4d-0.2.7-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (9.5 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ppc64le

vape4d-0.2.7-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.7-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.7-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (8.0 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

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

Uploaded CPython 3.9Windows x86-64

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

Uploaded CPython 3.9Windows x86

vape4d-0.2.7-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.7-cp39-cp39-musllinux_1_2_i686.whl (8.4 MB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ i686

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

Uploaded CPython 3.9musllinux: musl 1.2+ ARMv7l

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

Uploaded CPython 3.9musllinux: musl 1.2+ ARM64

vape4d-0.2.7-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.7-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl (8.3 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ s390x

vape4d-0.2.7-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (9.5 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ppc64le

vape4d-0.2.7-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.7-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.7-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (8.0 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARM64

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

Uploaded CPython 3.8Windows x86-64

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

Uploaded CPython 3.8Windows x86

vape4d-0.2.7-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.7-cp38-cp38-musllinux_1_2_i686.whl (8.4 MB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ i686

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

Uploaded CPython 3.8musllinux: musl 1.2+ ARMv7l

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

Uploaded CPython 3.8musllinux: musl 1.2+ ARM64

vape4d-0.2.7-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.7-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl (8.3 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ s390x

vape4d-0.2.7-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (9.5 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ppc64le

vape4d-0.2.7-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.7-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.7-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (8.0 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ARM64

File details

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

File metadata

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

File hashes

Hashes for vape4d-0.2.7.tar.gz
Algorithm Hash digest
SHA256 a952e9a7cf53cadf4f530609963057f2e6b519f8ad79052af88da4250d67ff84
MD5 4ea7839b98170f9c95b86899aed73c7b
BLAKE2b-256 f29b0ead84a6dd58df0527a1985e0b4be20618308695c6fcfa2a9c6c00765002

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vape4d-0.2.7-pp311-pypy311_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 c94c3155d275e6ae6ddc9c841472cac307b1624148f9c75eb64e70a276a4b0e6
MD5 91fc0230c105aa2b747d9203480a0fc4
BLAKE2b-256 d93574b6cd5472462e75171abc2d3071eb435abc395a7bd6c6708b103fc99f1e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vape4d-0.2.7-pp311-pypy311_pp73-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 0c9c3b4bb51de1cc53ef0d002921bac119d9ce146db4e8ec47b8c88337c05163
MD5 00e6e9604561944c99e07c371547f718
BLAKE2b-256 de5deec6fdecffffad60bb4d44991567a5b627548b07979a6187834591a13830

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vape4d-0.2.7-pp311-pypy311_pp73-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 0d150b059df1c993a3c2f4ac097178a228b5351d38bf27de26feef34906177e4
MD5 b7bb823c510a6a301e4f7b014fb1ba9f
BLAKE2b-256 0523a93c249ec19d9e251e1b2e3d5b57dbdb2d6effc937ea98b152c6b323e406

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vape4d-0.2.7-pp311-pypy311_pp73-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 464198212644dd8a2bdf270f22628484c273dd9fcdcf056b250b546a506b6cc7
MD5 793706f79a402a7a59d38555b557d8bd
BLAKE2b-256 1d8e2c05a07ca425176d16091bc09552bd837d410f04b5621ce6728711201f1d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vape4d-0.2.7-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 dcabb0b2a2b4cb7da39aef57102ae84d4a9a4d630bb8d306f3a893584608cfbf
MD5 c875105f164d8e284f8c0fe3e051a143
BLAKE2b-256 d70081bd4d67787cae54e3369e272fa670e8d5e95408ce112eeeb72fed126236

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vape4d-0.2.7-pp311-pypy311_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 78bd192ddb82f2552992bceff01c3618dcf07f488161d0137af3aabb8a1d0eae
MD5 5c2b8fd92c7e709daf63df795a57437d
BLAKE2b-256 bf5981277f89fc67fd9ed1a9dcda17e115adb9a6d76869e2f2c1663af34b179c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vape4d-0.2.7-pp311-pypy311_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 37d20153f7bc8c3e08387b70eb1695e648e7549632e899ca11788e47dfe2cf6a
MD5 718a74ab12eef86b3055b35e9e2f3c93
BLAKE2b-256 816b3669636d6f09258169ef6c92b2d39f5074cff0147150dac9e5585dbfb05a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vape4d-0.2.7-pp311-pypy311_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 413c5368ee7415ded0f427e3e04609bfc68f350e25facf9bb67b4e4f54a89815
MD5 a9f469d5491a725fddc3daa4819798da
BLAKE2b-256 4d279d6f603d080273935220bc1291d97bab4b173366176864d2c856f114d250

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vape4d-0.2.7-pp311-pypy311_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 07eeae6f2335ce810434ad2ed1db7c7bb493daf507a43effd18202cfa193729f
MD5 7080aeab2b5b52ebbda5116f6d107270
BLAKE2b-256 2b91aff0b8e82fd79a17cc4105ffe902014db10337a2084c03124608e04f9e03

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vape4d-0.2.7-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 f3db327d06bd58c63373df7a890520a3a67458cdaa4a3aab062cbc2870335e78
MD5 218b292d5c18186497988f7a76054c5b
BLAKE2b-256 d80360a48262370d45cfdb257c0f0265b0964cf59a9cc0edc7684802c82626c1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vape4d-0.2.7-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 7ea47c89152a33a695731f956c7c7933c17726190db6eddee1d716d430907229
MD5 2510079facbf680296619dbd5bcefa24
BLAKE2b-256 d3d82e2d71089afd8e85aab702ad1114547c730ab48cf7fc205f54eb79c7ba23

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vape4d-0.2.7-pp310-pypy310_pp73-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 e7d2c387f0ec9751d6c364da0291f2665ed1240d92685f7f17eb8acfe1d04912
MD5 ef01533ceb979afe0ce4629d268209f9
BLAKE2b-256 fb7dc3e90e7974575a76182f1473a7b17dda02b1ea1e35f868f43a5fbf069b78

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vape4d-0.2.7-pp310-pypy310_pp73-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 bfb1469169774607c7453ba089bdc28a776a1fef2d88aefb7fbc9e6feb336162
MD5 7a98be00d5cd12f00b13817c63f67d8f
BLAKE2b-256 3c06c9fe2880681f9a7c3f55636ba0cfd64307ddfc4d96e126075cfd3c748831

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vape4d-0.2.7-pp310-pypy310_pp73-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 82878f43ad0d837d68746e35150dfb3f4483e1201727b92225146b48efb64e23
MD5 023cf157f9d0e22beda67a204de574b4
BLAKE2b-256 e39b8b3cc3d0b94de32097536f1ce07508de1d73aa95b2d6d716434618fa17cb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vape4d-0.2.7-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 7f3c1aee0efaa02814552b1064da162853b3e6a025f617068ebc6221f527f553
MD5 5883b829b8a9fe3575faee447bf3dd3c
BLAKE2b-256 a3af6f1720b726040fe735633f23a2cd1f084b836e65755f453248193a2097cb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vape4d-0.2.7-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 2337b2ebd53716c385557acd8cab7148ccffb0593f595e9dc846bcbc04281457
MD5 d40e897061ee9f56b37b4c3eb80ddd3b
BLAKE2b-256 4370c65df197c5607f68a467f989c809b8a3235c482db1c0a771df242bf2baec

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vape4d-0.2.7-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 1790c75720c3b75d1e72cb64f66daf5b34e0cf1da3d5ca0c87744de7fb9ff5a8
MD5 e8cebbbc280cf991faddf1e074afb3fc
BLAKE2b-256 f5e66a34dc875e534d2a6602c5c1219e5d85d6cb67e26f5b49d015aaa31871ec

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vape4d-0.2.7-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 39b95f5c38e1aeb42598d40fb87d621ea88b057e3c6c6b4acc3a0be74d8cf6b8
MD5 01a90c2972025fb5a93b6aa3a1b63766
BLAKE2b-256 4e7488d2f74e9321b5f0a2a55819dbffd4e7c298263753a310c57fc5a563c2c2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vape4d-0.2.7-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 9ae305095d9a98cc8b3f9048fb1feef6cfcda60ada8991f64e64f11bbaac8e15
MD5 aac4b20f41556b5f4c94232fbed551c0
BLAKE2b-256 dd53f8f5396a358d8933977472d51b59b5496db13fff321fa0cb25d24170f3cd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vape4d-0.2.7-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 49fb829d5f7becd0e1947fa177cb7fe1f1c03b6c8b1724b152d3d7726b129e4f
MD5 a0cfef8455425aa15a5364acd3299abb
BLAKE2b-256 ffc21f0e872c6f640bca5e0d353b69f3f57ff51965ac07d977bc4fa4ff7ff0a7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vape4d-0.2.7-pp39-pypy39_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 45408b753860c148f98eb6873c64a961b7733fdd0765d676f6bc018825ce6992
MD5 4614d38b1dd4f31c2d0e2d2ddff3f4f6
BLAKE2b-256 676bf7dd219499b0a77ae0b32c0058624b780fa884aca94850bea381e659b4e8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vape4d-0.2.7-pp39-pypy39_pp73-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 ca714ed7e773c88e474b96a632443703daa4267cba12a7340872881c94425e75
MD5 0cfa3aee0b1e256760232ce7a90a2888
BLAKE2b-256 50f561eea9c1b8ea62f0823560670daaf1808a90c6c3414e2f0c17793a0abe82

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vape4d-0.2.7-pp39-pypy39_pp73-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 8c6c499e938c3f4e1715f3b139c20d0423f9099a0769496038ea90d2533bd4c1
MD5 c493605b556e4e9bbba3929e407e83e8
BLAKE2b-256 35f1fed948ada69a3b6fbb9e481b56aa320722d48d06d3c8fe022f6e220bd3a1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vape4d-0.2.7-pp39-pypy39_pp73-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 20ecc0fc86d8dfd11606f68816521b9747de7cfdee603802b79ea204f7277a40
MD5 f03d81394a0ba8a4e90c1565713fad51
BLAKE2b-256 7124da14f96fe5b66dd59294f14a678cc02936b9f047ca5d61773abc13c93739

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vape4d-0.2.7-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 81b7e2cd3fe674c27f228f00e624659b4c7964fe5c3379fa47235554af981fd2
MD5 a41090e3e805020f04774368119677fc
BLAKE2b-256 1d2faa33d61aafb04215427527cb028402928058d81c1e1369e4ca71c82239d5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vape4d-0.2.7-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 67c3e2170364123c6b02a2e0c9e2998ad27b801a45fbb0eae539b75b75a6d0d9
MD5 b800727c2c962b9e5e72b18b8ebed08d
BLAKE2b-256 97d4d9d8efd558b04a6cd359f95bf220b717268e900fbb125e52aa1e1392304a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vape4d-0.2.7-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 2bcd2c40910f867a476889e7a6e0653757fa6224c2d035b26942939147ffdcbf
MD5 99f000de6ca1c166205f89fb3270554c
BLAKE2b-256 4a9758d1081aa62c95267f3a9b42329d1708bdb3d2b1987a35f27a0dca8fd311

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vape4d-0.2.7-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 cf3bed6134a2fdfc6bc39d8119ff4f68a2e179e17eb4700eb46ad29c19dfe080
MD5 159680dc76a2e6ab8f9fbeb46877ea9f
BLAKE2b-256 8b75c2812bd47aa61079c10fa3858233892f6dc9c3fe8f8ba14c9ddd7ee1c702

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vape4d-0.2.7-cp313-cp313t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 8896687831a039383b7add6c33a7a028a704c0025bdd85b7c0c2f077c9f8efeb
MD5 75c1ca5d053c831e543afe8508fdb22e
BLAKE2b-256 3eae144cc5aad49c2e0b950d6e28a25f47fbb5f90fa7da259a8e0171752fa21d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vape4d-0.2.7-cp313-cp313t-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 f09721b24e1bd94bf2467d8ad28e2673c766fc66db2ec827c9c1f67b5bb8f18d
MD5 7fbb9579b490afacbd3db4338a35a12f
BLAKE2b-256 e990966057374bc23ca76816b5f1c1aba1b2d9f35bc7052e569b057f442b6c38

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vape4d-0.2.7-cp313-cp313t-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 0a385dea67e6fdbbb28d571b221a5c7b8309ce4800db5dfd0e827305d5d5ad54
MD5 f153f466ba9ede5b2019644a951ce3b4
BLAKE2b-256 9f1b39dc887019d96581d6bbd405d6f6e397a1e027d0fb4f6b4c2e07890b0120

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vape4d-0.2.7-cp313-cp313t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 fc61ba867905b4b7d1ad32ca630581eb498b5246bb56f276c5ed6eeff25e7934
MD5 154ce8d137488118d16832272d9dc3ef
BLAKE2b-256 772ba6e4b61dd61ff735884c2d00febf159642f62035d0c364c36c390e00312f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vape4d-0.2.7-cp313-cp313t-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 3c4df25693d59756987a705a90ab17ec5193dd889389d90469752e76d35d218f
MD5 dad17cbe01aa0fd43b01a7e4b27ff5d1
BLAKE2b-256 a23476c9231101575b2702502dad02498d8b2eedd0164af66edb85262ccf8808

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vape4d-0.2.7-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 439648025360738ad867f7617585c6117487c283f9d893bbc19aed5bc36d3a05
MD5 e92826ce3e6a7759f676038effa3de49
BLAKE2b-256 2de4ca64925f25522bb0ef4b2443e4a70c5434174ed795415edcbf885d47fcd6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vape4d-0.2.7-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 1026146239d9d2b472716c8a376f672623441521d51e790931573eeea293a5cf
MD5 a076fc8cc0cb6a4207077740c5426c5c
BLAKE2b-256 7d6512c7fa2398f9aaf83dd84a7f07827e22d10d01dbcf2164be4ea25dee2d15

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vape4d-0.2.7-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 a36337c6082359d7ecb9daf5397a58c2eaf27111eb1114b9d8fc1f5bfd6c68d5
MD5 84767880bb85db818d3801f2c1751f30
BLAKE2b-256 8e952e6f80744d8bb0f0785c462cb59c9dd778fb1c231486651f99fa593e2d2b

See more details on using hashes here.

File details

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

File metadata

  • Download URL: vape4d-0.2.7-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.6

File hashes

Hashes for vape4d-0.2.7-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 3d2971581850a1ea56971db74a9dec33dfd834eb49b4dc6a17defb75956d7c2e
MD5 4846c3ac4eb6864f006ab5de9006199e
BLAKE2b-256 9cfbdcbd5f0c5f58a2174086a995e9cb97dc0aa7bb9ee23d0eff8f72ad0a2054

See more details on using hashes here.

File details

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

File metadata

  • Download URL: vape4d-0.2.7-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.6

File hashes

Hashes for vape4d-0.2.7-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 0f8c5ffbb71b4796a9bf9aea468b26e82a1dbd4b4862a3a7daf4ebcbd49a6277
MD5 64815a92ea2a324668770bb577b62ea6
BLAKE2b-256 20b86f0312d9908cfa4f27322804ac8da45feaa3944790fc15a878d9d1c0c7f6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vape4d-0.2.7-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 b00bf12cbb7778731570b9133b483d0ba94929dd669acf9395d184b3bd12975a
MD5 307620f0da8429a226a0603b524f1cea
BLAKE2b-256 b6d0ac6e1745cf01c7b820bfbd94aefd4192dd84201058f50836e01c9a14eb35

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vape4d-0.2.7-cp313-cp313-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 1bd1cb76eb1cc6f7b76e63aabeec369c03af56db0e22928ae7ea61a9f85c15c4
MD5 24076d53c6ca0bb59861f3b7c55d1b88
BLAKE2b-256 05ae5d713b642eefa5ab0fe508578c4531ab5d018dafa7cb0b191457ba71babc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vape4d-0.2.7-cp313-cp313-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 6c4895c120e1cf02b68a6d54a54e070662bd77b623ed3c9391f5872651756649
MD5 6d8b784e2fdaa88efdf01f628035ff4f
BLAKE2b-256 8f6fe4835bae0b85d074b3ca2a2d922499071b3691d0b4b0d12047c14cf61370

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vape4d-0.2.7-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 be7f558e8555cecf3826c9b498d72e5cab94bf031f569badfe802bbccdb5b6c4
MD5 021ae2cb5ebf3d0a8f4194933d76b314
BLAKE2b-256 a00be1c710bd9ca5c1c5b3ed3e525aa29a2f8e98d8fd4337b4d2a5eedb5666ad

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vape4d-0.2.7-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 3185cb56a4bd9d6bc41071b322cc6c8d6a7e5bb8e895b35510ddd9ea827edc4e
MD5 fb8e5c0e208efdcea917dc2784f0261e
BLAKE2b-256 c3cd96394c37a394af050a32e8f131ff482e2f88f348b5526c437cb09d62e275

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vape4d-0.2.7-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 7b98e65ecd5a58bb9345bb9b0528b878b99049ecf0559abdefd4d228cf8721a9
MD5 f76c99dbfc5928a78170d8ca6049d928
BLAKE2b-256 257ce298b4f49c83605df28f1dcc367bb66bbc0f147c8467d09ee41dcf23d153

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vape4d-0.2.7-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 7afc0faf3ab62d1205dc316d59d5f64e97235a1a36c3472352c31245442d9243
MD5 3acade1604276aa83b6fe0f49fafe06f
BLAKE2b-256 64a2df95391d33451608e1bf0cf902415fea1023e4bb1eb605de067d655b75eb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vape4d-0.2.7-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 81b232c3f50147d2de6b70107271a7267c4160ba93629f6dd116ccbca0e1794e
MD5 6afe4df28ceeee45971b24eda45f7179
BLAKE2b-256 a45ea5c2077c8aa7926a641aaf50307dd82550e7d05c74c71d3a9532e891666a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vape4d-0.2.7-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 98c1642a67b9838b0206de70793ee397eec480ab984c5fb7252ec67298afc7a0
MD5 a418271186343f27dbe165ae162c0f48
BLAKE2b-256 2045aa19ae3d75c8cdbc6944927f0a804f7a0e9356674fd551c536e311ed3248

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vape4d-0.2.7-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 4826487de5681ec6e3cd03c3cc1683b52448e80083ffe3dd440e3ec525f523ef
MD5 76617080eefb76d9d120c293fcc19e22
BLAKE2b-256 217fc380a36a0e73801cfbee5a6cc44b51e6309fdea0242ccdbf321bd0f41cc0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vape4d-0.2.7-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 0aef92ebcc1a882af490ff300b8a73f3033bde4aae591ec227d7df3486b20d2a
MD5 b38763f10c9724e9a150a991b46725b5
BLAKE2b-256 2d0cd8ec5d1bc98efae5f4e8b4ea3dba5a76c247ffe55851569bfaade5820a0f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vape4d-0.2.7-cp313-cp313-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 04542e54b59169e59999831e3d16acf3eb9ab6749aee4ec92d440ea20688f684
MD5 b7ea3ecf2fc778e2e187d8e67ebad6ea
BLAKE2b-256 3f72bc9858937688cd23ed39f319da4ccd6ae3a4d8be1b5a07d44c13802783b0

See more details on using hashes here.

File details

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

File metadata

  • Download URL: vape4d-0.2.7-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.6

File hashes

Hashes for vape4d-0.2.7-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 629f26e8f7ef7c413628582076afdb05eb4515809d08080cdb20ef71b8666e6b
MD5 f06c3f333a589e71c1a9bc545b2da980
BLAKE2b-256 1d2a9d886c62b3162906641566a5a7ccfa4f4f23d9e42a6f6946e91a93a0a57d

See more details on using hashes here.

File details

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

File metadata

  • Download URL: vape4d-0.2.7-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.6

File hashes

Hashes for vape4d-0.2.7-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 ad2e3d9cf085b11b20a1d2016bc9f1fab0f288f5f1482ae5fab41b9570b143ed
MD5 ec93d4d0f7a433c5e02d3063d0415730
BLAKE2b-256 2946b0bbab9f494acc725a83655a3ef96b9c0ab4a30539099b4d9222b0cebb79

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vape4d-0.2.7-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 9580d4173f63521d07be87a56b47f096bbcb76aadd518f00e26f1a5888d79390
MD5 f2f5fe2e0c84f3d2395dcc8eaa7d85d5
BLAKE2b-256 8ca2aee45348b9141b867e11cfc4d151d862da6158e6e81f61cf4b59903f14de

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vape4d-0.2.7-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 cd7ef8533064ec3079139ff42283a55fea88f74e6ca032b395ebc1fe17c6b969
MD5 d64d723ab4aef1cc3df24d23e3a445e4
BLAKE2b-256 9fa74a11d48b80951b5a7363ecfc776cf059f622ed9990f3f72074d3b166d878

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vape4d-0.2.7-cp312-cp312-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 ff16aad29cb1b36b4dfb7d72451d4ed5544a1e456ace1615354832369b791f05
MD5 890b42cf5ed87082598a5937d20f385f
BLAKE2b-256 fbbedd62d2b91e5a3a033d321aa6e151a384be55cde7cd081f40eb94a722bff0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vape4d-0.2.7-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 f4aaf2a04b18540a4889eb530f292f346a16440aaea88c007e1cb317c4673475
MD5 a4abd70b8f2a96ac5067a8ecc8aca25f
BLAKE2b-256 c6bdb8d37b3e3d2b73859ccdd642563e53977db31e5b4c6b04ea88604211c688

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vape4d-0.2.7-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 92140eaf9138ffbd1f4c6b522a265c542ffa0232c1b94bfa76a78f3174e070fe
MD5 0f1bf22716b17cfda07085fdb307e992
BLAKE2b-256 5cc52637ab66592e93654224e857c9c9e2664f4f13ddd7119cc9e02807d5a220

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vape4d-0.2.7-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 5229a4cf07a224e1e4f4495f40822bdeda2363d935ad682d36b33b6f31dcbe17
MD5 a93910ec3e0788485a1ac6244480a870
BLAKE2b-256 a8625c45e3f54c04d849f7ef30c89caa849fad21cb8af8d9f1f8f3b6e30e4742

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vape4d-0.2.7-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 0863a080e7ce010b388472ba8f5a2e1b4fe3f979af6e35ba8d627fc85c706902
MD5 5d7b1760ff05b1a23220148cef779a4e
BLAKE2b-256 febb4a340bb5fc37712f8725975941c1e850ffcc656be74dec9ff989c330eab3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vape4d-0.2.7-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 ad2b191b192e47521ed3ccf81828278bc2c3bc08eb9949a8c572c8735f380fb7
MD5 0abafa81e9322fd4fef4b21a3ea2da46
BLAKE2b-256 f149d35cff21ff20d9af6138684ac14fe824e5463b31874ad751d0185ff9b85c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vape4d-0.2.7-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 894c555040f8834c8fbae610e64d4cec1e3646bd8194022a5d4c961088135151
MD5 e632e1217b0853e9444c62d43aae185b
BLAKE2b-256 2b41d7c7ae48dfd418e35835cb57a1b87cc6df49211a2237c74f55f7358a201f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vape4d-0.2.7-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 aa73f9aa5bef433816059c04c82d11c0fae967c8144d38cd8471e199f1b97df0
MD5 9c48c5a711d53335ff9700fee31de3e6
BLAKE2b-256 5998f12ed5c732cd2b54ac869b3a074dc7d01caf27e780d2b32e1af42b18bd27

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vape4d-0.2.7-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 dee003728b9cc0995a6ce332e114057b7f5c3afa54e22314694d490206413ec2
MD5 cbaf2196937f58390b4bd7c8251cfd37
BLAKE2b-256 2381608ea54b9c7a694bb37895a11c943799400c003afaf9a92858c43efce072

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vape4d-0.2.7-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 b26ecd26d950939eb617027badf967121c62dead84d8845f2fd249a550485d5a
MD5 0bf5dfb8da07ede928cc3919711e19d3
BLAKE2b-256 779c664e20f979bd4f76add94d94dc188f6163d518bbd6ffb9dfe16ed24b7843

See more details on using hashes here.

File details

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

File metadata

  • Download URL: vape4d-0.2.7-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.6

File hashes

Hashes for vape4d-0.2.7-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 850e05cc750a59e3bd3cf2e9b6ceb9f7b4d42ca0355cd1c50f1517e6baed785b
MD5 dc6fa7da0c15eb7d49bd5e41025008ab
BLAKE2b-256 f43e665c02d09200ff9e4cbe1f38ab8fa5aeec5fd9edcd2f8ba1600bb9c73413

See more details on using hashes here.

File details

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

File metadata

  • Download URL: vape4d-0.2.7-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.6

File hashes

Hashes for vape4d-0.2.7-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 30e6fe8ab7d1ead03e6458dbf96c33a1cded04131d9680d504e998d551efe06d
MD5 6ed65ae9b368bae44c87dc07f4f290a4
BLAKE2b-256 53df8910ea19d84abca53b6911a9fac3271247c8737bd7e2213bb8dc9270390c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vape4d-0.2.7-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 17030a0aba704ab48a2a5242bac46cf13376bc3c844eb301a223a53ad866302e
MD5 664395bdd8d10db4e7df4f82a7984aea
BLAKE2b-256 2c376baec08ffc31d855ae4e7282b96e0bda8e8f45619790f15e053b62ecf4a5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vape4d-0.2.7-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 6dc3645c1d1e82d6ef14056df3a1e612f15f5141a3cbd995f38a78b9a646ec5d
MD5 3db852bbd4324c2d5d512ea836a7507d
BLAKE2b-256 0dab816a26d94ab0828a08be27905f2d2a52b6c9dca9c1729b2efd2a14887389

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vape4d-0.2.7-cp311-cp311-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 41451555816c8be518ee51e16f5c90b64342bbbd09aa70794c2dfdb2f440acfb
MD5 3ba3a295a0f74f7f46e8456c9cbef6ce
BLAKE2b-256 9be31638a31bd12e2733160d55385591da9b82e11e0b73b1245b036befc465ed

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vape4d-0.2.7-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 69af2af73a938ffb8e24c3ebe2b4e770b2ef3208774292c6687e16b60a4eed58
MD5 5f13a21f1c61a26e78caa4470e42af22
BLAKE2b-256 b374330bc38ade437a8c2634ffec66d08cde1a7eb01ad6102ee2044db3f9190a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vape4d-0.2.7-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 df2d8094890a044958943c91fe76ca19fdb09dcd1c7f6cbe13e5353a05fb732d
MD5 c196e32d85c020c813e99b41a6198a75
BLAKE2b-256 11255e560fbea2dc68d8493fad408ec03febfa473b2a952a661037d56ea43f5a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vape4d-0.2.7-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 45dddbf8324acf012f48c44a1688e7c857a827b56e0252ebf1023a5215ef1db3
MD5 a44b052ae12ae5b875ef9c8d32b0e124
BLAKE2b-256 74b08cc2b3d0547b4155abc419e4334991cad167c0d84a6e7ddd87ea1a472728

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vape4d-0.2.7-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 c42983424c7822e16ba19565cb4337ec90b62853d2dc9fe150a0c4a9901addb6
MD5 c4e2dcb66efb48d9542198941c6b8a54
BLAKE2b-256 1e536dee6baeeb80b42a3710d54a6bdfef73f7a1b1795eb2626fe85f1f7ef6eb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vape4d-0.2.7-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 82172ee98235235a24d23964f776cdb55f7e69ce184adde5e6cdaacc78a78840
MD5 d01d331bed2d67c9222b55ff5bc068b3
BLAKE2b-256 62522670cd249fd09bb07aca95bb63c9c8335b48f40cfd6e79819693c2f18ea1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vape4d-0.2.7-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 1485647cbf4758aa97867fe66b91ccbbfc298b3d4e776f1b06e3a327d5fd6bfa
MD5 f5ee480658f9b42742645892430e1976
BLAKE2b-256 21c2ad99f6ab5d33edfde6cecb3ffd37c30133805faf3ef326fb7ef9a760447b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vape4d-0.2.7-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 c8ca5d94f025a3e08e651dc7f9e2625c2ccc58041373d48194d223bb43d170ab
MD5 07a1cbd04986d2828e4190cb59579a9d
BLAKE2b-256 6da81a5648685db71b5c92cfb03a5f241d861e4053e0fd6eca7d65bbc5362ba4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vape4d-0.2.7-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 64be0436234059b40566e997026ccba43d559ef7b21f6c6b975542aa15911bcb
MD5 a242d174227e79c8c7e22238641436c1
BLAKE2b-256 967da7279823c2f515207135c9024ef56c01f914723f0200b699deabf68854e8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vape4d-0.2.7-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 728c42f802b152c44af5c1869dc0e94257829c3384a5d7ccf5089db577e3e6ab
MD5 0c932e42573062c8778186a2b730c86a
BLAKE2b-256 1f816ac1ffa347ef7812a040edc89e2e9aa68a766a3f52d1fb9792f25775d280

See more details on using hashes here.

File details

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

File metadata

  • Download URL: vape4d-0.2.7-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.6

File hashes

Hashes for vape4d-0.2.7-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 6d27a8ea522e85c6dd4dd517af773b7e77d266e1cbc1f2254d7fd2944577f906
MD5 3edd6ba64718358b6fdc5e6ec81454ff
BLAKE2b-256 02f7930659f93efc7bcac6030ba0b3b89ee124632df3d27a47bccd53a7ffac22

See more details on using hashes here.

File details

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

File metadata

  • Download URL: vape4d-0.2.7-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.6

File hashes

Hashes for vape4d-0.2.7-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 ccd53ed47697840fa5a80d14a9f733eb4328cfe721e2aaaa87f42b6aefcc2fdf
MD5 88f157e41638180d9aaede36ad3ce436
BLAKE2b-256 8e68ea408e8fd3989a4e2890e2b6625e31ccaf2a94246a636662d890291d1322

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vape4d-0.2.7-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 afde6c38a7b720fc662afb4ee05d2086fda47d9415df6118b38d2925c2e7a774
MD5 20347dc0669de04a6a516d07aad84586
BLAKE2b-256 27c2e5bfbea2b832ce424b675e9e8818efcdbaaaaf54266195d2a629f4a032d1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vape4d-0.2.7-cp310-cp310-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 a5b625629704e094848ff8c7c4049ae07e9edf0bee02f9d3c16869a31b4d66df
MD5 9651022170e80b5d11187d669424899f
BLAKE2b-256 7a1fa3347690556510998ef7c89852bc19f96a4e5c18cce869d894cd7b3ee28e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vape4d-0.2.7-cp310-cp310-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 c78922cfa39c86ad7dce825670dffa39d4ed9e3f95aced139b200eff035e8b56
MD5 336713e5fcee573b3fb47d015d730371
BLAKE2b-256 6e1e7022c9b3bb6ae4bf6c74b24081f069b697b229ceb393978578f4a527a4c1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vape4d-0.2.7-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 b0155978dc95270a8d196ceb7549f514efc65862b5ff983c599c05b33bcb8f31
MD5 7fe703740f19857483c7ed00ef448413
BLAKE2b-256 0fc3f014642ee2368df34c50ce04d5a4906537af6523e16632781d8fa4f68459

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vape4d-0.2.7-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 31d839df3ff72c8082ed623574d755971cb20ec50ce270ecddb30269677dc42f
MD5 2a96c0aafdd4f6810ad220170030e8ef
BLAKE2b-256 2ddf3f83b215283a181105419b4c243760f5e3f365b6bbcf42d8919845a643bf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vape4d-0.2.7-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 4c868f54fc0bcc3621f8f52bdaff3c74ee2556715b34e2c371b07621162a4c00
MD5 037494dd304831ec6e0b66d9ebb8b384
BLAKE2b-256 ab4f2f82b664b44c3d03c8dee5c1d8eab11bd3fceaa02fb118559046d2427261

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vape4d-0.2.7-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 415cd5b35b4ccf91a97c25bd7eb3d8170bfac58701c31eae2c1c1b009486ea8d
MD5 18da55b05eca12217503e2840e96aa97
BLAKE2b-256 146b027216eacac47aa7f6ccaec7ce4a04d62ea2c5487ad5ad1c81234f49406f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vape4d-0.2.7-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 9717f6fa3566c0a8ed27ff7b0676fe2185abcd9188dcbef71f0adfdd1fc4cd79
MD5 dcffc0d9c383200b0a29314dc87a21ce
BLAKE2b-256 80c30e3f1f6ffcb5db10e9f825450266912a2390e214b8bf7c1866f22d1fe7ec

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vape4d-0.2.7-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 1f8210b05b0eb8cdd7cb7a768f79551ec8af614c583ea9cc01a83dea2e4e29f5
MD5 c2b586c63334e5d25a9c4e6228013de8
BLAKE2b-256 db03f5332a50a2137f6d96e44f837fd8f4461b995e1247d16540496c5905bf72

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vape4d-0.2.7-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 920ea43319a93e9e5180a3c5878a443531c9950b2e947543dd3b2e8fc9bdb9a1
MD5 d9842b20f18b5d7074f8758417c7a965
BLAKE2b-256 74095fbef552f2435026888f2dc2425a678b6b5ed84544c3da37fb8d20c2042e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: vape4d-0.2.7-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.6

File hashes

Hashes for vape4d-0.2.7-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 a9c990ae34c5b9a4d8a797d7a000db0649d6ba84fc3b931561638b23443f7e65
MD5 79f286b2c7f8e3aa166f5405b563add9
BLAKE2b-256 2244f74efb290c0d425bf7539e201f7e348ee08bed774dbd0e540e55cb3c495b

See more details on using hashes here.

File details

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

File metadata

  • Download URL: vape4d-0.2.7-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.6

File hashes

Hashes for vape4d-0.2.7-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 6606309939f35d7a65f1e10742326ac709e75ea70b2dd154627b1341bc06c118
MD5 317d7093b491b9ed047e14eddd71d2d6
BLAKE2b-256 70ab082f4e119754dd0a4fadfd85871982a739d100d40acd5a7f1864dd4c07b5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vape4d-0.2.7-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 69c7e461008213bb4a5e6910e2de69f355724c6f5a5c88cd8f4781ae3e7a5f79
MD5 7f3dd382a977158dde556e01ccaa4a58
BLAKE2b-256 b1c9bc3cf8bfe63f32416afbc2f09cf63fe0ac129a4e440297c1c8ac45ad64a8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vape4d-0.2.7-cp39-cp39-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 414f9a9a499814847da85a6e462a4a879ec748be8b9eabde43c7d81858fffac9
MD5 9e9cb9c99c5fff82b8bb480a6141c6c9
BLAKE2b-256 3f49632663a49b82365330a59ed5c140840609d1ae8b162c84800bcc3b86b110

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vape4d-0.2.7-cp39-cp39-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 f8776871b36e3bddba99bf03a14df3af0c20145537044c37e81ba44e9d036abf
MD5 4d7a7c0178fa6b96962a6882b7e125ba
BLAKE2b-256 940aab4aaad0f8adbbed1f77763eb851008351908f8d544d6600ac5ea15ae0cf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vape4d-0.2.7-cp39-cp39-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 81363960d8d4fb8939ee571f5de6b1b6bc65e1879d1c31c4cda7f76e090acf89
MD5 cf5ce340fde75483cd3896db03c729a3
BLAKE2b-256 b9db0ad4da88234895a04975875d9f52d91290f474ee6076380d00330eefba0b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vape4d-0.2.7-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 4c04effe6c844199d2bdbe868d1ccbf90449f80094a20a3c9f4d2772d0706f30
MD5 be6cd44896793a66f2368dc597b9cc5a
BLAKE2b-256 e4ca8865739489262e178929e8b44ff5d3b8691221fdd5f5e8232500df210dcd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vape4d-0.2.7-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 e171fcadb661b28fb3f032ce76366a6393f1fb0e4ffe0da1dc55c0475a8fdf11
MD5 a4eb7790649ebfa4878c41c75d2fa26b
BLAKE2b-256 a294ae26dfb0f1565380e404f1f339bb586fa461064d3f834821d21079b1e273

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vape4d-0.2.7-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 380493cffb8b96642bbb6e42842d3941a42c26752cbe92e6ae8bc370d9038837
MD5 6c044365cfbde733c0456964c62629f8
BLAKE2b-256 580b08619da595223f5361c9c34c8f772179984a6ad40706681fb37078642e93

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vape4d-0.2.7-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 894c7efb7b57057c2cea2c5df88a6d154541599cacb3fa548ee6e43b1aecda77
MD5 1f58a782222699f7e28b57ec3f48b181
BLAKE2b-256 3b9aefbe26c7f3b3b49fb52ab1912316b3d2a2f18b9a31a0a4987a8d49040dde

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vape4d-0.2.7-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 8286b6e9f2e676b377d702d1ed03e4cf2d1aa2a0a35cb2747dec3e4bf81b0292
MD5 d0613a17cbe40e0429fe242696734823
BLAKE2b-256 778d2b40b95d53a70438e6a90c7a95b521eff1a660d4a972e93258c64819593b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vape4d-0.2.7-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 1f2e72cd6a8fa450f008816a5f2b63de45446d3fae81771cbed219770daff28e
MD5 89d4c6d20fffab1987fabda1ef979440
BLAKE2b-256 25b479bcc828060045a29869883a7c2ed4841d108d1a872e7c9844d5348d9244

See more details on using hashes here.

File details

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

File metadata

  • Download URL: vape4d-0.2.7-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.6

File hashes

Hashes for vape4d-0.2.7-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 3c230043afabf779c5b48f8636158df8e37c8a4697b9060e8b34f07b06274e46
MD5 2676b4713491b091e59ce490de3cc296
BLAKE2b-256 da6b64ec3a999aff91b6f322370f3a20be81bac17db6388b0e54ba7380af767e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: vape4d-0.2.7-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.6

File hashes

Hashes for vape4d-0.2.7-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 d14ad76672ed11410f6c5b05bc9c61fed1640cdf8bf89061a49a824871f50568
MD5 9b10e8dc7828928f07d3b49049bb6e49
BLAKE2b-256 d0f6c4f18de03acec0df035547d65526e4b1a0e9208d960878d73eaf7929e16a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vape4d-0.2.7-cp38-cp38-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 a9d5348664fd645f2b741e7382fd6da3985ef9dba95ec021e75dad6d759c1afe
MD5 2e71c2fa418fd8668addb81765aa804e
BLAKE2b-256 8262a77fd77b2cd05406079d1c48abf8dedadc859122770a3062c51ba39a6571

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vape4d-0.2.7-cp38-cp38-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 d27ec6373c2a52c21f0884c1ceff73d0fee5b143a41382af33247956f8928aa3
MD5 49af761f7925bf398ff8d260ed7ad2f2
BLAKE2b-256 7a6ac8c325f34e2eef1c4d3d78ac1b7b1656ca99d251d395e6c9b2e83324df89

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vape4d-0.2.7-cp38-cp38-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 c4443824b1b51bc2d7af45fd1deeeb6dc5f167c255194773ff87a4e2db4a474c
MD5 33d937ab4e1aa42ed70294fd4053d849
BLAKE2b-256 d0fc26114fd212d1b112a6d3a17524b5b89ca655f1dce439a84fec3caa04d40e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vape4d-0.2.7-cp38-cp38-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 d8361e3ff7c12a775438861b744b914f59d074a43df852aa639d4427c399652a
MD5 6485573732c878f6843cf42aa24d7dde
BLAKE2b-256 76f796f0a045586cc93715e46e534145f998103f16e3b27d1414208d38d7287e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vape4d-0.2.7-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 c439f1e7e0d2283df1e820945eda48106e5ed4a955d78e8dd3198f2d423c9b84
MD5 1603722ad029a1efd5efb8eb2e5d97b9
BLAKE2b-256 73e9b460a83e4d4bbde69ae191382e478e448ee4684c0eea251a715d683b04fd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vape4d-0.2.7-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 bcb5091206c5b80bbec907734ec31528e24a07e5fc0f01b256281db40e644bbc
MD5 ba2867d05665ba6e8224cd33f1418492
BLAKE2b-256 7b1c7893d749de1059191595b5bb00e766b27ee2b7e2271eee1018fcd09825af

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vape4d-0.2.7-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 4145b02d436cac6da798a9724f9f384ce37e44718191c27d4dc6f145de06230e
MD5 67847c4616e51f4e879001ebd52a1618
BLAKE2b-256 cbbdb6e9bc10e18ef2989c36907a8c808d6f4380c96abce0fad9e60973be2922

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vape4d-0.2.7-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 2c1beb8c2c224321209050e6479e71e015f632268f7c2c0f677e760b40654ed3
MD5 3ed80654b486a6d229910ccf4aa1d813
BLAKE2b-256 e1cfd73aa8b9fde4dc75254a4ae2f713049b199de953bcf91f35c845d4f8a3f3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vape4d-0.2.7-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 efcf11bec2d7320813a6d4e38e6a3f192786a1e243553a7ec5e1f967e8e6f490
MD5 df5e4bbbca630c48d23e2dd07b52855d
BLAKE2b-256 4eec52b96cb7bc36eb5e887deb8c82e7807760566cdf26b5a03ccd24f7c063b4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vape4d-0.2.7-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 2e1be78d7d149ce3331c23a8de421a69daea3d8584f82c53b8b4011dd72285b0
MD5 68dc9b166ac2a66a1954ac48c70c32ab
BLAKE2b-256 5561c53a93146c68c6b866a41805a6674ace0fda39c932043fe109f21cd95715

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