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.tar.gz (6.2 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-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl (2.6 MB view details)

Uploaded PyPymusllinux: musl 1.2+ x86-64

vape4d-0.2-pp310-pypy310_pp73-musllinux_1_2_i686.whl (2.5 MB view details)

Uploaded PyPymusllinux: musl 1.2+ i686

vape4d-0.2-pp310-pypy310_pp73-musllinux_1_2_armv7l.whl (2.7 MB view details)

Uploaded PyPymusllinux: musl 1.2+ ARMv7l

vape4d-0.2-pp310-pypy310_pp73-musllinux_1_2_aarch64.whl (2.6 MB view details)

Uploaded PyPymusllinux: musl 1.2+ ARM64

vape4d-0.2-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.4 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

vape4d-0.2-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl (2.7 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ s390x

vape4d-0.2-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (2.5 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ppc64le

vape4d-0.2-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux2014_i686.whl (7.0 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ i686

vape4d-0.2-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (2.4 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARMv7l

vape4d-0.2-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (2.5 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

vape4d-0.2-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.whl (2.5 MB view details)

Uploaded PyPymanylinux: glibc 2.5+ i686

vape4d-0.2-pp39-pypy39_pp73-musllinux_1_2_x86_64.whl (2.6 MB view details)

Uploaded PyPymusllinux: musl 1.2+ x86-64

vape4d-0.2-pp39-pypy39_pp73-musllinux_1_2_i686.whl (2.5 MB view details)

Uploaded PyPymusllinux: musl 1.2+ i686

vape4d-0.2-pp39-pypy39_pp73-musllinux_1_2_armv7l.whl (2.7 MB view details)

Uploaded PyPymusllinux: musl 1.2+ ARMv7l

vape4d-0.2-pp39-pypy39_pp73-musllinux_1_2_aarch64.whl (2.6 MB view details)

Uploaded PyPymusllinux: musl 1.2+ ARM64

vape4d-0.2-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.4 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

vape4d-0.2-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl (2.7 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ s390x

vape4d-0.2-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (2.5 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ppc64le

vape4d-0.2-pp39-pypy39_pp73-manylinux_2_17_i686.manylinux2014_i686.whl (7.0 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ i686

vape4d-0.2-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (2.4 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARMv7l

vape4d-0.2-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (2.5 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

vape4d-0.2-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.whl (2.5 MB view details)

Uploaded PyPymanylinux: glibc 2.5+ i686

vape4d-0.2-pp38-pypy38_pp73-musllinux_1_2_x86_64.whl (2.6 MB view details)

Uploaded PyPymusllinux: musl 1.2+ x86-64

vape4d-0.2-pp38-pypy38_pp73-musllinux_1_2_i686.whl (2.5 MB view details)

Uploaded PyPymusllinux: musl 1.2+ i686

vape4d-0.2-pp38-pypy38_pp73-musllinux_1_2_armv7l.whl (2.7 MB view details)

Uploaded PyPymusllinux: musl 1.2+ ARMv7l

vape4d-0.2-pp38-pypy38_pp73-musllinux_1_2_aarch64.whl (2.6 MB view details)

Uploaded PyPymusllinux: musl 1.2+ ARM64

vape4d-0.2-pp38-pypy38_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl (2.7 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ s390x

vape4d-0.2-pp38-pypy38_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (2.5 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ppc64le

vape4d-0.2-pp38-pypy38_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (2.4 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARMv7l

vape4d-0.2-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (2.5 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

vape4d-0.2-cp312-none-win_amd64.whl (2.4 MB view details)

Uploaded CPython 3.12Windows x86-64

vape4d-0.2-cp312-none-win32.whl (2.2 MB view details)

Uploaded CPython 3.12Windows x86

vape4d-0.2-cp312-cp312-musllinux_1_2_x86_64.whl (2.6 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

vape4d-0.2-cp312-cp312-musllinux_1_2_i686.whl (2.5 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ i686

vape4d-0.2-cp312-cp312-musllinux_1_2_armv7l.whl (2.7 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARMv7l

vape4d-0.2-cp312-cp312-musllinux_1_2_aarch64.whl (2.6 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

vape4d-0.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.4 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

vape4d-0.2-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl (2.7 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ s390x

vape4d-0.2-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (2.5 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ppc64le

vape4d-0.2-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl (7.0 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ i686

vape4d-0.2-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (2.4 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARMv7l

vape4d-0.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (2.5 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64

vape4d-0.2-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl (2.5 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.5+ i686

vape4d-0.2-cp312-cp312-macosx_11_0_arm64.whl (2.0 MB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

vape4d-0.2-cp312-cp312-macosx_10_12_x86_64.whl (2.1 MB view details)

Uploaded CPython 3.12macOS 10.12+ x86-64

vape4d-0.2-cp311-none-win_amd64.whl (2.4 MB view details)

Uploaded CPython 3.11Windows x86-64

vape4d-0.2-cp311-none-win32.whl (2.2 MB view details)

Uploaded CPython 3.11Windows x86

vape4d-0.2-cp311-cp311-musllinux_1_2_x86_64.whl (2.6 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

vape4d-0.2-cp311-cp311-musllinux_1_2_i686.whl (2.5 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ i686

vape4d-0.2-cp311-cp311-musllinux_1_2_armv7l.whl (2.7 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARMv7l

vape4d-0.2-cp311-cp311-musllinux_1_2_aarch64.whl (2.6 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

vape4d-0.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.4 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

vape4d-0.2-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl (2.7 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ s390x

vape4d-0.2-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (2.5 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ppc64le

vape4d-0.2-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl (7.0 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ i686

vape4d-0.2-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (2.4 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARMv7l

vape4d-0.2-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (2.5 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

vape4d-0.2-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl (2.5 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.5+ i686

vape4d-0.2-cp311-cp311-macosx_11_0_arm64.whl (2.0 MB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

vape4d-0.2-cp311-cp311-macosx_10_12_x86_64.whl (2.1 MB view details)

Uploaded CPython 3.11macOS 10.12+ x86-64

vape4d-0.2-cp310-none-win_amd64.whl (2.4 MB view details)

Uploaded CPython 3.10Windows x86-64

vape4d-0.2-cp310-none-win32.whl (2.2 MB view details)

Uploaded CPython 3.10Windows x86

vape4d-0.2-cp310-cp310-musllinux_1_2_x86_64.whl (2.6 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

vape4d-0.2-cp310-cp310-musllinux_1_2_i686.whl (2.5 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ i686

vape4d-0.2-cp310-cp310-musllinux_1_2_armv7l.whl (2.7 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARMv7l

vape4d-0.2-cp310-cp310-musllinux_1_2_aarch64.whl (2.6 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

vape4d-0.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.4 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

vape4d-0.2-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl (2.7 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ s390x

vape4d-0.2-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (2.5 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ppc64le

vape4d-0.2-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl (7.0 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ i686

vape4d-0.2-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (2.4 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARMv7l

vape4d-0.2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (2.5 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

vape4d-0.2-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl (2.5 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.5+ i686

vape4d-0.2-cp310-cp310-macosx_11_0_arm64.whl (2.0 MB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

vape4d-0.2-cp39-none-win_amd64.whl (2.4 MB view details)

Uploaded CPython 3.9Windows x86-64

vape4d-0.2-cp39-none-win32.whl (2.2 MB view details)

Uploaded CPython 3.9Windows x86

vape4d-0.2-cp39-cp39-musllinux_1_2_x86_64.whl (2.6 MB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ x86-64

vape4d-0.2-cp39-cp39-musllinux_1_2_i686.whl (2.5 MB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ i686

vape4d-0.2-cp39-cp39-musllinux_1_2_armv7l.whl (2.7 MB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ ARMv7l

vape4d-0.2-cp39-cp39-musllinux_1_2_aarch64.whl (2.6 MB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ ARM64

vape4d-0.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.4 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

vape4d-0.2-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl (2.7 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ s390x

vape4d-0.2-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (2.5 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ppc64le

vape4d-0.2-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl (7.1 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ i686

vape4d-0.2-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (2.4 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARMv7l

vape4d-0.2-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (2.5 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARM64

vape4d-0.2-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl (2.5 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.5+ i686

vape4d-0.2-cp39-cp39-macosx_11_0_arm64.whl (2.0 MB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

vape4d-0.2-cp38-none-win_amd64.whl (2.4 MB view details)

Uploaded CPython 3.8Windows x86-64

vape4d-0.2-cp38-none-win32.whl (2.2 MB view details)

Uploaded CPython 3.8Windows x86

vape4d-0.2-cp38-cp38-musllinux_1_2_x86_64.whl (2.6 MB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ x86-64

vape4d-0.2-cp38-cp38-musllinux_1_2_i686.whl (2.5 MB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ i686

vape4d-0.2-cp38-cp38-musllinux_1_2_armv7l.whl (2.7 MB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ ARMv7l

vape4d-0.2-cp38-cp38-musllinux_1_2_aarch64.whl (2.6 MB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ ARM64

vape4d-0.2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.4 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ x86-64

vape4d-0.2-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl (2.7 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ s390x

vape4d-0.2-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (2.5 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ppc64le

vape4d-0.2-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl (7.0 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ i686

vape4d-0.2-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (2.4 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ARMv7l

vape4d-0.2-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (2.5 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ARM64

vape4d-0.2-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl (2.5 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.5+ i686

File details

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

File metadata

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

File hashes

Hashes for vape4d-0.2.tar.gz
Algorithm Hash digest
SHA256 172e48bb0646bbd7b9c26146be6f64c9a018285ec79a16463c99aba3aefa9f1d
MD5 1cbc6cc3ad9c1e7060523a87c2104bf8
BLAKE2b-256 ecd1d567aa5c569fe18c0c2fb49bc04c17f701bbf1895d9976bc32b2eb90cf18

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vape4d-0.2-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 4740ce8fe5cbb0a9e8da348a56577ddc70d3d55b500e98ef5a17d0a1ed4b7393
MD5 82c52d1d607fec6ff8594654a97f6b9e
BLAKE2b-256 5a8637ff6f3ebff42ee9716ab52c632623ab7b505062b45af0ec99ac7bde3050

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vape4d-0.2-pp310-pypy310_pp73-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 6cfd4910a50c8e2d4bc61b761850087a77003ea46f06e8bc9165bf3dd4f56e66
MD5 7318ddae21e76b02aabfb908958f6084
BLAKE2b-256 d18b992242b0afa0bd0c213e15c0c6e76ce58f9bc019e92be585a868c1f10b4f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vape4d-0.2-pp310-pypy310_pp73-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 699bc4018315148489bb81564e321e632593d64dfafb33ecab2bac4cc4f23c69
MD5 c86f41d6c13380491ee101c533e38ddf
BLAKE2b-256 622446dc0e9a73cfe15d9c046d7c6e1c1610963fb896e52f61c5cc8b58e59584

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vape4d-0.2-pp310-pypy310_pp73-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 4696b31f0174f52e04b6f126c75d386295e035e22cbf15c16b9413b96bcc6f5d
MD5 37e7ccbd01338f4d8d0703fb6f0626c9
BLAKE2b-256 a6e66bed55ab4353ad3e699c33e1ffac9c7a4d465ab388b7d68ff42be6dc6777

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vape4d-0.2-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 6b4123d2a00c7e8beacca612f9f1f0567e36fdc45c07627633fec994e9d6d675
MD5 30579ae0ddf1689b795042dc133a17bc
BLAKE2b-256 91dab9483962109da7041fe119466cad310ac04202c96e9393697ac10f1a615b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vape4d-0.2-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 4312cf2490a832fe9ca11e490e9530fc44078848004c7fec2665a805c82bf655
MD5 1b141856cb1cb7fe7a174f0fa0e95652
BLAKE2b-256 829c4e44abc311128e5fd6c78d9db42158b01678cd283e9aaa0a0a48e7daccb6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vape4d-0.2-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 4faa56ada48d454e8303097e1cf47c77444781a945b67b05832999619f860ab4
MD5 a184b543ae3c3d7239b00347ad9838b5
BLAKE2b-256 cfa84b53708e1465f86d0e0984f96a210469f62133f46be29f7deb670de5ed40

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vape4d-0.2-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 f6c9badcbb8a0cfe0f3bc423b1c137991c666440ed930d569699682ad9d2947b
MD5 63558e25a0620b17350255fbae4132ce
BLAKE2b-256 1a6fc83a7eefbe92e47fcb138f271aee7eb9f57c371f5c58aa1192e2eaf3cc7b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vape4d-0.2-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 406caed77815a64ad5222066307796d9bdc885f5a8f1c836414b1bbc40061fea
MD5 ac6a58e84d2150e7bacaaa6f1a42ab40
BLAKE2b-256 225d78f6bc3fb9ef2239f38bcaa69b4ecc498bf137bcd12f6d9d4a9f449a9429

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vape4d-0.2-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 e76f6e3534be06145451ec3de3970e9113d4e4735c7cf05b99748663165969c9
MD5 9927946010cb77833dc36b2167bc03c0
BLAKE2b-256 ad10c8ce94254ec3073975811603229b15f134db996d74feb97f24db67c55996

See more details on using hashes here.

File details

Details for the file vape4d-0.2-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for vape4d-0.2-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 7419e3bdc77c18f2841fe2942c9551267d24433686a0a6e6f2ac1a8dff2f0a21
MD5 61685a13b68ae872f809d54753aab413
BLAKE2b-256 20fb3dc7df45cd31f3cde131dddff3169b3716e167626b9fb0de648b34eecd11

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vape4d-0.2-pp39-pypy39_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 bfda9acacb61b3ec312cce8d41f458ba44484253db0ea1f056eddc4cb2336482
MD5 9cc2fb4263d0334825f78a5b68859f86
BLAKE2b-256 a4873377aa3c3a598ccb8dd653e6b4ad1d774f1fb538582575672619332d5ecd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vape4d-0.2-pp39-pypy39_pp73-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 277c3fbe90c8f25a975f4f9ca7a4e90134491a7d20a710722c1fd4609cd46e63
MD5 4ea1e3a194ae6cba03901a70c0e76fd8
BLAKE2b-256 f4010d6299c3eef4e63321914ee796325c4e1d87bfe62f380f48cef21090d73e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vape4d-0.2-pp39-pypy39_pp73-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 f07f5b4ea5957a45e7d6b8c2bc269f6b164c5ee55461e979c8186eca37b4c41c
MD5 51a5ee8876c0c65c71c553ec922c3606
BLAKE2b-256 3a65da6e3465e5ffddcdaa42a3c026c446a2fb011d06399acb1b8bd6b63dfbb2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vape4d-0.2-pp39-pypy39_pp73-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 d0a4fb0c37b80c61e083cf1b2eb66fd1df5c85df73882c16d1272e596fb702ef
MD5 e3f2f4c72bfb2cd4d9416ffea1eb48ef
BLAKE2b-256 2fe0bb44b0ca17aa0e5e9dd345f97b48dad2f32ac6cd4a380fa9178653aec8fe

See more details on using hashes here.

File details

Details for the file vape4d-0.2-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for vape4d-0.2-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 289934ebae8bff0370014274fffac10d4511be09b1da704cdf7b27a7dd014e5b
MD5 963c32513781baeeddded3ca0a535d70
BLAKE2b-256 9b4483cc9ffea88116559186f5bf89a442e09287b361615b81dfecfdb4177916

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vape4d-0.2-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 36a6addb485bc2c6c6f05cfe80ef8c5ab4d32c49c02d343682493d92ef1caace
MD5 2a95e0aa7c85c5846052a8f20702fac6
BLAKE2b-256 6c6bd6c65fc71dfc6a9dca1af811b7be2c505e7d8183b28194ec2370bab3cb30

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vape4d-0.2-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 2cdd03fd9e7907ecae62acdf51e3be2799e63b240f31a64b5d6233bb8377fd9a
MD5 f919f4d34a325e5716ce1b56cc69708c
BLAKE2b-256 a6d14957ef94f1c4c1e0d154866ff8d873934024fd3906b26f652e5c905b96c4

See more details on using hashes here.

File details

Details for the file vape4d-0.2-pp39-pypy39_pp73-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for vape4d-0.2-pp39-pypy39_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 d7ae4db8ae203055e17f70880b05f1e048657665fb89044444b0e82da11b3c17
MD5 3d08846b5cf3f0e05fd9c1cea707dccb
BLAKE2b-256 851c61b6235c6d3400e5d8d567c717809dc5661c04ffff1aa347289874c0ea71

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vape4d-0.2-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 41fbe875183bd951f824f97e7878b17454008e697b7bba8fd80f733435ffd579
MD5 6afb0e090e991eef1a9e039b58fef41a
BLAKE2b-256 9dff32a76ec38d7fcc11127e6e49a18910cb78bd766e7ef75e566475d823dce8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vape4d-0.2-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 27bd6ac93e9f96de54d431e72fc3d8c5ee00267d1cc102b447c19128e773fdd0
MD5 d04494e809ac18d7ceaeb4a97f67c68b
BLAKE2b-256 d96f44486c2edef56dc974c9063bb56260b5dfa7ab6af91c90459e2aae73541c

See more details on using hashes here.

File details

Details for the file vape4d-0.2-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for vape4d-0.2-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 7e928fec13769a680e688c54a75f8a207488711c45eadfc470f96d27319d655f
MD5 3be35842bb86584a38e87c08d01b32ac
BLAKE2b-256 3a99b3e3d2d8a519a3aa4053759c4e1b500ce2d8043fc8a6ed24b283347009f9

See more details on using hashes here.

File details

Details for the file vape4d-0.2-pp38-pypy38_pp73-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for vape4d-0.2-pp38-pypy38_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 00a5840c6f569b3a05e1baa3d5131a7575623662f8c48572cd66c82496441447
MD5 17f167848fedd3ecf8a72dbf1d797dcd
BLAKE2b-256 c9567068c59c38214f2f1e6f90dc87d7dec451ce8b18ddd5e79535cd69111dc6

See more details on using hashes here.

File details

Details for the file vape4d-0.2-pp38-pypy38_pp73-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for vape4d-0.2-pp38-pypy38_pp73-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 48fc6dfea893f0d8e158278da7097ca889388b56aef269b4527468e6cf94dd99
MD5 ce8dc7658f3f08df8cfb05ef025b8b0e
BLAKE2b-256 93e53b776b6870f8f765746b5d4aed4d3de077ce69c6fdadad82fec560bce152

See more details on using hashes here.

File details

Details for the file vape4d-0.2-pp38-pypy38_pp73-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for vape4d-0.2-pp38-pypy38_pp73-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 bfc2b47b1214e9e89f336d1dc8481d0fbac9043a6ca15393f1e907345ee2a88c
MD5 433da41e2a4f21b53bd493fe8cd07fbf
BLAKE2b-256 92671e60bb54a723cf61ecdd2c9f9863fd9234e7658274eaeeb2ff1261e9a6bd

See more details on using hashes here.

File details

Details for the file vape4d-0.2-pp38-pypy38_pp73-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for vape4d-0.2-pp38-pypy38_pp73-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 44ed857f15eba4a9194015af4671ad71bc6d58c5a5018d5b7ae17938ab642cf7
MD5 1c221672f179fabf840df938546165b7
BLAKE2b-256 d733d92482cd4c8c30a8a620b95d97428affcec156bf6c8239952fb500a19d1c

See more details on using hashes here.

File details

Details for the file vape4d-0.2-pp38-pypy38_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for vape4d-0.2-pp38-pypy38_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 f59159a82ff8fa6a2637562fd4ea175b155a3470d859b7e3e3eeea226b0bd77d
MD5 fcf1138f34d4ed6ba0b9c69fe2c3ad24
BLAKE2b-256 bf12c2b267b9a95d19750597d295828b71fa0202b19d06ce70eca8811ac393b4

See more details on using hashes here.

File details

Details for the file vape4d-0.2-pp38-pypy38_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for vape4d-0.2-pp38-pypy38_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 83088f21c507dc58cf955e403d8cc553f6f1d2168cf5e5a23f9892dd3eee45ec
MD5 a1aeea2580fb4fd1ca0964cdc12d62df
BLAKE2b-256 301f0ff2f45e83b287ea96b6e22fba53d28b871699bc7f4fc89967373e840bc1

See more details on using hashes here.

File details

Details for the file vape4d-0.2-pp38-pypy38_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for vape4d-0.2-pp38-pypy38_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 6321f80d2c1fe276118eaac16f9051961b74df8fb61489cd3faec125f563ad89
MD5 8faa1a602d4ac55594651c78f2df2e85
BLAKE2b-256 7b3dce12740c8157a6c7c61f4c34305d9636c9ccf47cb1ff9e7e2f6f611ac21b

See more details on using hashes here.

File details

Details for the file vape4d-0.2-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for vape4d-0.2-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 0f4d9e05db1746751f3cb565e0983ffb684711228dbd7d8ebf0a9080ac363b04
MD5 0b220f41803454d391412a4b2ea5edb2
BLAKE2b-256 67a63e838785ac404496232e5e4ecc6d92b55e58bcce984bf8ce43bd077c623c

See more details on using hashes here.

File details

Details for the file vape4d-0.2-cp312-none-win_amd64.whl.

File metadata

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

File hashes

Hashes for vape4d-0.2-cp312-none-win_amd64.whl
Algorithm Hash digest
SHA256 dd38c87b8b42911ae18c5ccaad1550cbfa3b9985e8650aa835a7a2788bf97ded
MD5 9dc01a0bf55499d07b18bb7fee744e1a
BLAKE2b-256 fe8a39a18d3ce212e8dfd3e27fc165b752384185f6914e6c020ba99778378ef1

See more details on using hashes here.

File details

Details for the file vape4d-0.2-cp312-none-win32.whl.

File metadata

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

File hashes

Hashes for vape4d-0.2-cp312-none-win32.whl
Algorithm Hash digest
SHA256 649c7dbe0ae6d0264f81d53aec3000c93f16ce998f1b8885cfde2a1bfd6048bb
MD5 5d62f2c884bae108b95ed2fdcee8c65e
BLAKE2b-256 18e8f5af9388b799478d7976c0b5f1064d6d6391c9610e2317448e46e28466b1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vape4d-0.2-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 5241a997e3d73bb84255365300d34bf6f4f90168ab4c40cd026a4460f331825c
MD5 53dbb83c6f248eda9a8ddd48963551e1
BLAKE2b-256 2ea493eb0479478a7179ef55f7a0e508dfd1db96c8d65c0dd5918056d38ad58b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vape4d-0.2-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 f0474e350010883fab60b9d0625f67f0ec2074bb389003a18e5720c1c0c6e2ec
MD5 5bd3029b08483f8d6f8ea73de93bb3b5
BLAKE2b-256 9377d6dbfed463f6fb67f6f3e7ea707d8f3143c7cfb11ffa53d67191ae235f11

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vape4d-0.2-cp312-cp312-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 ed5ada438d70eeb21642916d00747e53f67c0a75db9261d4300b296a089c0a4c
MD5 a1619a8f77f23d86115206d6fa481fc6
BLAKE2b-256 adf34e5799bcfff1ee14bf7b62d9ead79ad501a4144adeb145952bc4a375119c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vape4d-0.2-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 ade66fde577358738d602bc6f2d66e6e2e2526e6a7fbcf7a4697eb47d491cdc7
MD5 511dae1e633ccb7e93d030c79f88ab1e
BLAKE2b-256 16c47e47de927b57c4004970cfe152bc97fd54e9e66ab1976b4ae902fa480758

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vape4d-0.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 3bdc6cb6ae5f9cd92f80ad857c866fd0af099400f076853e695d62ce376bb320
MD5 e5b0e80c9166461c932536ecf0f78b1c
BLAKE2b-256 087192201b1f5657cf8e61f947cff5c7934822686c9e2446757a13d30a306761

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vape4d-0.2-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 9202b23ee8934f503b3b3c9fa5d791d0eaa6dd4ce54944a9d59e072a18e7be36
MD5 ee6c8989b9446dc48f58518b9a4cc9eb
BLAKE2b-256 fd5e6e09299e32f7596a99783cec996b557d770f2ddfb815331396fd87ed1dce

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vape4d-0.2-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 c56eb7998ee4110d01f8dc4da02e8c43832fa56df2737dec964deb5a9ef25b18
MD5 1dfbc3c42fc3f6b70aeabb8f738633de
BLAKE2b-256 7a99dc63556ce7da1d8dcc9c5c68fb3be67b87b6cef8bfc18ebd71454a3b8c4c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vape4d-0.2-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 b7316608cf3702c0d9584adf66b3776bd6ffd7c693e6a01a5a9897fc85755870
MD5 58545704f528a26345ba8c0b653e861e
BLAKE2b-256 2f4f8fc0c3f224600299721af1b80f2ac420e6f25c114e163a6802c150dfd45b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vape4d-0.2-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 e5dedcf19daa707f6a6704403d98c0da30e85c475472233f2b2ada2db1602866
MD5 f242b164768cfc4f183dd3792330e06d
BLAKE2b-256 5f8b8d5989378e346560d68edab16b1dc04a82baa7945d55b87542b0e5cac72f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vape4d-0.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 41e4959befbbd2f8359d40e3ffdfdc2289a2cb4ec34453127ebe63d89ad705b2
MD5 9798b8da8867acc0fc988617018e8b05
BLAKE2b-256 c26fa3815272abf62bdba6f7acc4ccaee49d66452ce45eeab135cb2a26faab8b

See more details on using hashes here.

File details

Details for the file vape4d-0.2-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for vape4d-0.2-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 2db2238e873b97f0aae1fa2131cd550beb867004c0cfeb5ddd7a2ddbd794915c
MD5 bbbf579a1bc43fa66f6dc08be5f1887b
BLAKE2b-256 467c126a96dbe44a9f33f21543a0a2e2f7a671ef7ff4154f48519b208be38dec

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vape4d-0.2-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 57179387804bf2af9c9e162cdf9d81e4d4cee2f218742aec1215fca5ccd28ff9
MD5 8cbc5a4420830d431b26666af6dadaf5
BLAKE2b-256 d5f871871bcbe67b431626d7f3bf0764e0ca6ea626f8e2cfcf189245c6709f6e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vape4d-0.2-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 8cb84839e961e9ac442e6bf65fa754be60f0fedf54f240b644f84dcd3f3ed787
MD5 bf3a0bcd8ed65a3c00e169abb3699e3c
BLAKE2b-256 8fef243103c223ff5a912549345f623be3897ca3af69dcce146a5715c75a8d9d

See more details on using hashes here.

File details

Details for the file vape4d-0.2-cp311-none-win_amd64.whl.

File metadata

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

File hashes

Hashes for vape4d-0.2-cp311-none-win_amd64.whl
Algorithm Hash digest
SHA256 2211bf046feefc4572103b2505a17a236fe3a7f50610953eada49de1412d4850
MD5 666e9e52ec8232b2f88a31e95a8b2079
BLAKE2b-256 b6106511b093b818744cee7ecc0639d5437005badde99f6015858933ad3599f5

See more details on using hashes here.

File details

Details for the file vape4d-0.2-cp311-none-win32.whl.

File metadata

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

File hashes

Hashes for vape4d-0.2-cp311-none-win32.whl
Algorithm Hash digest
SHA256 ffbdcfbf116245e583e254c1684e32c15708bf8c195640bd467be22ef2b61aee
MD5 cc83c6418f9aecaa598728400f8855d8
BLAKE2b-256 9fad157a686a59ec888ceee9cdeaf528c400b2d0db5a6a64525de1b866d22e1d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vape4d-0.2-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 0d84374c9c7d2ad92342b3f571ced08e05b1ffe75e23de19b9d2bed3389413c3
MD5 055c9dfcbe7f7a386c5268df98107403
BLAKE2b-256 83966ab2d19cd1b1748fd33e38447dbfb2f321277304fc3d093ec5986c2d0a33

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vape4d-0.2-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 af90401ec32dc64c6496e15f148710ad887144c0b55fc1f43b21bfeb48785729
MD5 082fe502387f13542e0ad5dc667dbcd0
BLAKE2b-256 c563ff4104303a5041fe2b327e7fa649fc652aa3db0fc1181445d9bc7711599d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vape4d-0.2-cp311-cp311-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 cd4bd8e9e328201a27b1d9a8c29d150e1cd1945f429fc4558b247f185d164871
MD5 9b2acdd695c19ae57d528c1e37a8a22a
BLAKE2b-256 8cc02c8f0f44a00bac43fcb36a4ff3cf9d9b0ef1c56638a0278c8f4bfad0e550

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vape4d-0.2-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 52fcc59065af7f495987d7cf3d69bef9b36268bca55456ad89a6bc00f96d0401
MD5 728ee5c22a02dcee0d812c694115ac21
BLAKE2b-256 c493a2e07cbe6e1dbdec84c871f29d4638e7562bbfb2d4cd956a29d7b85b4870

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vape4d-0.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 f54c7a295a3b6592a8e255347a6bf32b4c1b8ab4d0c23847353bc62f639e1790
MD5 8705cf1ac4fd7354dcc3e4bb3e186764
BLAKE2b-256 2a0eebb3e1e1df765d566a0af451f7379772eaa8235cb396f9d8750e5ecf722d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vape4d-0.2-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 7afc9b52fd6e8b7ee060b27308158df9d3135c7b573bca2bd2897652a07a0c7f
MD5 55007e210d40ced73e5606a459b2a119
BLAKE2b-256 ec9f44f8218fe27fcd04bc14cd4f7ad860e1eb7c8ad31424788727950329bd10

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vape4d-0.2-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 5d85ae34deef2e4f0542a264ab5e35726905ba888e7575ceccb20d83f5a83820
MD5 868c9f37adae20e4d6482b8b532056df
BLAKE2b-256 f67a64932f5bf4715cc6e18b5b6b2da1dc8ab79cfd7b3811b7f1057ba87f1122

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vape4d-0.2-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 480ce170cb113d37843d19f4ef82cb7912e896e1dfc0e1f71c9dffe95089e3ac
MD5 40279a2785b1c9debcf8067090a829af
BLAKE2b-256 fb931491ada1a199347126eff930037ed56cd58c9335e3448a301c9db42fb54f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vape4d-0.2-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 f1a23ceca8433b53ba31cc60e5924c8e4ee2d0f2194a70c318c897c344e50ebc
MD5 8f0d9a7683e32ba0c52b1abe9efed20c
BLAKE2b-256 22828023764f65e7e79d86efe88df7b883750c4d9b707736833506f30e10d161

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vape4d-0.2-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 6ce2043a7f57ceab19421939dee9ac7b176b82aeb743dafb880bee71a411f3eb
MD5 fe02f75bf7f21e7400edf4a0334e0eb0
BLAKE2b-256 ba09665a40876c106ba6399a54c53dcd65b64474f3252a9e1402314b20c1b4ff

See more details on using hashes here.

File details

Details for the file vape4d-0.2-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for vape4d-0.2-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 a121cb3dbb01f04e38ec4a75cf0bab6ef69fb671a167a82cdd1097f6a9fb0d19
MD5 7f4948b51bc7f791e4e17a4f0777f913
BLAKE2b-256 e9fabd2a3cc6b50b36320b2c3c01c6ee40d83d15df4090518955c21383960273

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vape4d-0.2-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 351548e70c359087f9d7397d726cc1446d6ae9ff2337d62498b0aa01a0657633
MD5 149111771f63572c9adb98b8755d9084
BLAKE2b-256 7b63e596d040666ca0b4776f9069f8110e23d970bd4ddc06fcc70bdfcd0e30a4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vape4d-0.2-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 c65e748e562d89ec650e44f449493d91710084aa71e88bc5dfa9ad35f36b4950
MD5 8c510e8b68cd65817cded471d4d20c17
BLAKE2b-256 eda5c5e4d35a0da11f6bbf5aa87bb24c0c469de27fc39d56eb9b782c7749fb4f

See more details on using hashes here.

File details

Details for the file vape4d-0.2-cp310-none-win_amd64.whl.

File metadata

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

File hashes

Hashes for vape4d-0.2-cp310-none-win_amd64.whl
Algorithm Hash digest
SHA256 a3a3a3cd2f34bc11bf94c5e9e2b8781a28c3309f856c0a73bfb7d696331613ec
MD5 c915d68c246ebd49cdf1dd832bd557bd
BLAKE2b-256 85584325e7fc15d1cf6da8942cc5db52e5578d3ef2f6d3ba297da4c82520c2eb

See more details on using hashes here.

File details

Details for the file vape4d-0.2-cp310-none-win32.whl.

File metadata

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

File hashes

Hashes for vape4d-0.2-cp310-none-win32.whl
Algorithm Hash digest
SHA256 c73b1f48db3a451555d213fa271d894cdb378dc241169110b274589d7bce29cf
MD5 7db33a796eb069de20943ae15a6b6d30
BLAKE2b-256 51d401a6e19bb956c994266e0259829e2fad2085e25b1a2301a798fddda185b6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vape4d-0.2-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 c2c3a296e045f9bb2b9cb87aeafef61a0e6f8d3ad364b2ed495e00cad01354b6
MD5 08a559ef942ea787d63090ce1854be9e
BLAKE2b-256 fbdeeb194a2ed30998d888d2201a6d73cf1a3db1948d44ee3d3fe8d8bf172143

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vape4d-0.2-cp310-cp310-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 ac6c64a3d0a93faf4f1c99832de152e81c82a142db1ab73bf9408d059d814dd6
MD5 f1230f31bf9ad80da9728580c25984b3
BLAKE2b-256 4ab3b00b0d70cf1fadfb919523b99c2575e77931cc9f43f5ca9a0078597b1b5d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vape4d-0.2-cp310-cp310-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 a93be9a8244448e2a401c84fbeb71e691a3d9af2aa41d357e55edbf6f3487bee
MD5 5e216c8d335a06dd5380ad8b3a431fad
BLAKE2b-256 3cbc9ebbaa5858fb7ec08b826a61663c0bb4470c5d9c35ca7410a335d0a896ae

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vape4d-0.2-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 0a2175e7085ad27977502bbe1fb5dc5d9b5e5c1bb47794716fced8bef742b4f5
MD5 36b3b28db951c8c51f7c46fdab2cf721
BLAKE2b-256 c606aba7d91ea904179cac3797483a224f8cca3ade367b02bd26d50869ffbcc3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vape4d-0.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 73fd7dccb5b4096cd3b3f57b38d7cef4384a40ef51e1d63fa7588b755cb47bdd
MD5 a542b5c0e4b276d694b4e7f8340ceed2
BLAKE2b-256 3790b4e69ce617cc4d7e2fd8ac067f859c37737c3691b8a29271636824c0b9d6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vape4d-0.2-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 c85a79f309526b45918b273141af3b0312a1afd3a0d6c5014b8a22b5ed84982d
MD5 53827fbf207acd471e7f90928bef50da
BLAKE2b-256 87beec8033d8c054eb404dc2872014ec0e9145f24fbb90903c241e5ab75f32aa

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vape4d-0.2-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 5e9bd8e1958d621e17bafe5bfe74d3f601527de3687b11909c468c21d861e65c
MD5 199bf19f704f9e9e713d39ba87f3e926
BLAKE2b-256 0de309dbf573921e5345515a8498417fe0b83b42036f2fb9c33f779f9ce0cdb9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vape4d-0.2-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 ab04139c0bf0072bb57f4eaa7eaecc1fb90e495434b1b1b646c636730db14a86
MD5 185e76fd18f6857b0c3aa27e387a8206
BLAKE2b-256 1c6b2b0efddd9d6ac182870ad27ac1061456293a5dc13c8712ac5b03b3f90a92

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vape4d-0.2-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 26cb5047a248793bfceae3efddb81742633186178f1c018efb53884117eb4295
MD5 fbefdde67bc0a65680e3595f55ec35c8
BLAKE2b-256 4b5efe1b2e7b7c512b44639ea961af5c4c4fe8f7f2c239dd3293c54efb73e9a3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vape4d-0.2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 7db6655ec8bcd4edc9119ec6a6985dae1c04e20dce4070518f181fdfaed8e389
MD5 8de467f614d5983c9da181b94175f2c7
BLAKE2b-256 9a2debdc022edb604abbe917eb9b5172c22aca3698d67e4f07adcb5bbbe2431d

See more details on using hashes here.

File details

Details for the file vape4d-0.2-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for vape4d-0.2-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 ac33edd45f1092f5fa9b3621e0a9e353cd6db32b6f1c29da4dd02a3acb4f4569
MD5 18bb343297b105c0d9dd906f2be6df57
BLAKE2b-256 f4a0199e3962025df1eb0a1c72815b300c91a6286d4a7568f0a21259118270ae

See more details on using hashes here.

File details

Details for the file vape4d-0.2-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for vape4d-0.2-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 6d18b3f87301059c14d61de4978ac60cf642f2003e16b25d50478744a5863afc
MD5 8bf2345585d4cbd4d8d2af42041e4672
BLAKE2b-256 4fc5658d8eb9f9e176e15dab650682ae5e29f84bf22617a529c28293513a4e39

See more details on using hashes here.

File details

Details for the file vape4d-0.2-cp39-none-win_amd64.whl.

File metadata

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

File hashes

Hashes for vape4d-0.2-cp39-none-win_amd64.whl
Algorithm Hash digest
SHA256 26c6ed9701b953c70260797faed2512a6d189e3dcdbd516523420f0e6284be59
MD5 8dccea9d0b09eef9e7223a121b40ccd9
BLAKE2b-256 70a5091d834de238b5d253dc1b7afebd2bb367d5bad987351c75fecb0c859d00

See more details on using hashes here.

File details

Details for the file vape4d-0.2-cp39-none-win32.whl.

File metadata

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

File hashes

Hashes for vape4d-0.2-cp39-none-win32.whl
Algorithm Hash digest
SHA256 e66a41b05972a83e074d86db874c1b758cfc10c3efcc4e6ac7f6a5be8f9f52b0
MD5 334e9173e2f2cf9867f25eb248b9c9ab
BLAKE2b-256 7ef832d5889ef55a5b03f3f03d00ec12467578b035157f68367c54bd7fa8b55e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vape4d-0.2-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 b44ce277cd608b4f5fa90321bab32953e7387d8d970fa80ced2e2de965ee474d
MD5 b91a75278354f14090e3c82a432649dc
BLAKE2b-256 49c2086a8f4f9bad8b15d9f1448249061625dd85510d5a5d798accfd2dd6f4e9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vape4d-0.2-cp39-cp39-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 9638d62e33590f6a7c18a2dbee58677b2c8a0822228dc25137b32ee12b9ff98e
MD5 6e77110fd98cf3e14684df8bc53fab81
BLAKE2b-256 0ef3b169e375b04dcf13df932aec8dd77e94d2801076bb3b690982b86decc5ae

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vape4d-0.2-cp39-cp39-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 ca58332a74422757f2226f55c1e4237ad95b93bc063b9e82070fa86bbe0fea14
MD5 4c8399a986d6c2bc2f4fc1e4d1511ab7
BLAKE2b-256 58810be3cec13c00fc68fc9bee9276d67f56ef4d88e06198463a44f7e497bd9d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vape4d-0.2-cp39-cp39-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 97829a44bceeb60a85eb42aa10d7a87dc0e249fa9d32b5a5e37c2c84cce2e2fe
MD5 8af836c0d76e22a365dd9355a57b0102
BLAKE2b-256 1cd940edc1e25c2f90f5c51c94d25a2f3096356abd7ed6da129de8c9860e8073

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vape4d-0.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 a6f0d24f2f1f1ab18db732f94f6868e9a2181b7ef5285568d5743f252161f915
MD5 9a02a0d12035f3a0482a1995ba376e2b
BLAKE2b-256 2ac40e3e39f13bb2c0fa482275c5f2453c312e6c6f9614c20811a859016bb30d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vape4d-0.2-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 f8f0419ef6ab8295ab76a011809468a5fc818d98ee1f814d62ac481c872823dd
MD5 d4a15ee4df105107f09b3dd00c737510
BLAKE2b-256 d92fa69dcaf961592f60b4ab8640e6bb3e581c262bce1529c4273329f60b4150

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vape4d-0.2-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 e58f4787e86b6b892d3225ddcd5105b75ce2ca4588b79f07e5712ea5a761827e
MD5 839a01ffa75793472cd3bde0861308d5
BLAKE2b-256 bd927648e0a53adceef2f10981d55f1d182a4a92f5468d9d19bf5c862de75fc0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vape4d-0.2-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 6361d058fc88ed0b2adb920054490b7e82f634b4417ee54fffd34c9ff2e0cb33
MD5 3f26ff8487c005aefa9ac635ff824b04
BLAKE2b-256 380223c306f153f770d02644f2ee4c194fca3ad46e7c29e443a591253d668a7c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vape4d-0.2-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 0a5ba80df4dbd0ddcbeb72cbc3fad5fdbe3163509020dcbbd964b9b6099048d5
MD5 6e4d1e01fba4d568fe47d1eb7eafe2e5
BLAKE2b-256 289faedf70d1307a5fcdf1a22ffbe3e7601455fce0825bf721d8ea15a3228844

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vape4d-0.2-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 78176d273ce5098e36363e24ae5de88e22093fa2d75e6ca79b956c700f008051
MD5 91e737fd627e40ee225e1d05510f686c
BLAKE2b-256 3777b3472d791d56a175aa470fb4416180a5fac730bfbd27785a910d9b67b864

See more details on using hashes here.

File details

Details for the file vape4d-0.2-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for vape4d-0.2-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 590bc960d2360a4aa740ba23cf61da51b79ad32022e42736f112eed965f0b75a
MD5 17d6a5f6f8b3b9a699742fa0f3d7e1cb
BLAKE2b-256 551bcfd71dbee69af4e1808c116842ef766b79d264583cbdab6a76a2882c9ddd

See more details on using hashes here.

File details

Details for the file vape4d-0.2-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for vape4d-0.2-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 4f1f836464b445d6a00c23324e2e6c08d5fe88fe5d9fc795bf86955da3ad5402
MD5 5c35475934006f1e39da9310d12a5fa8
BLAKE2b-256 7ec992c6b52550efe4437a93a60ef565ac1b4b5914f4ae48b4ebb0416b716a2c

See more details on using hashes here.

File details

Details for the file vape4d-0.2-cp38-none-win_amd64.whl.

File metadata

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

File hashes

Hashes for vape4d-0.2-cp38-none-win_amd64.whl
Algorithm Hash digest
SHA256 cf4f5c7eee98289b137d0be383a99cb2d4a2d8bd894180eefe25a5be5ddbb1c0
MD5 c1d9c1248ceaa575e05f8cf174878bb5
BLAKE2b-256 59b530d051c29c42149b53c43c7b4d412ebc5ab3f8a0ce52034d8aa8181188af

See more details on using hashes here.

File details

Details for the file vape4d-0.2-cp38-none-win32.whl.

File metadata

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

File hashes

Hashes for vape4d-0.2-cp38-none-win32.whl
Algorithm Hash digest
SHA256 a3350452af4f8ee174bb868defb43e967e2bacdd40db1e124cd1a06489677bd2
MD5 76ee8fe24361760d75657f895d282e68
BLAKE2b-256 4bba1c0cab93fc90bf8ae8ab14bf7d6e42a660132aa9a651b886b4a12fd6c9d4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vape4d-0.2-cp38-cp38-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 25ed26a64b721432ae123d23654f215caabdb89959d9151bae1becf2797e565c
MD5 4069b28759a5a57132f2ef242f747f41
BLAKE2b-256 85026bf782d28aeb83b1ed42c0e906a9aba9cf4ba7b05d9a0dbea73da748389e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vape4d-0.2-cp38-cp38-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 5927953b83ea663512258a9aaf8026b450b29d2e312acd43f8caa2d2000b0fb6
MD5 1f86504b80957338cddf16ec843b3035
BLAKE2b-256 3c5562329c7758dc212a9fcc93218e592d8096120f13cbbd66ba1c67fc65ffb4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vape4d-0.2-cp38-cp38-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 b07aff596b059fe328460a86703b664be821aff143919b4051d3ae86f11e5c14
MD5 e18a519a759947bfbbd389fcb4de4ab4
BLAKE2b-256 922820232adb0094d4967cb4d5c22c46204f1b5444fbd1f087bbea264448383c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vape4d-0.2-cp38-cp38-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 b3351ff901ba2abbc816ac2c19f20683dd04d87ab94524ac64c147949b8c145c
MD5 b5245bbe4e322ec86e465ae7cb69edb0
BLAKE2b-256 9686a82b1587f49762427c2ba6a15cd5f0e7594585b4ee65e979cd9f8122741b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vape4d-0.2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 d38a68fcc972f52d6b60085d04cb891fb94031333e83e1a3f0d450fab5a1dcf5
MD5 b699b8f24c60933d10381d3b8e17e5a9
BLAKE2b-256 79f88bb078d4b55cf45b56562edff7a5e8bc2b56fe4d2171f9402d06cee95c7c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vape4d-0.2-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 ebe368dc685a478e7f6d82f47917c56c735eaba819590942792b3b5c881fc50a
MD5 5d60e15ff83898fdd0c1cb51fc768419
BLAKE2b-256 5119eb2fbdef22239a4515cb4d5564fb2146c8ffbb3fbe7442859ccbeb354264

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vape4d-0.2-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 604111aae4b391b3144658966fae63eedf80470d297a4799dbdf5551350698ba
MD5 91d7b68fbab901a90000693cc7c6d9e3
BLAKE2b-256 67659466dfa8627e6934e4be1bcc0cb0c23e5e875e078d5259f83edb2372bd48

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vape4d-0.2-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 bec1ebe09388bc2562c95b02496cd2bdc25f2bc999e74581bacc15fd73eac36c
MD5 12d1de8b3825c721d30f2396707f7ace
BLAKE2b-256 c4ac90502ed1f9a2697757295d70fb6910a2783a0181ab758d9201352133090f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vape4d-0.2-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 4454e0ba2ff60d0b254b9f5f5bd69935eba0f57e6c3119c5bf68ffdb0173debf
MD5 74982e34539e007d243bcb05dd8f867b
BLAKE2b-256 8ce1faf95b978f9ec43e2985363949b36b3e6a250a6c02653e9588dde28881cd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vape4d-0.2-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 de8e5e39612f8c60e70b3a9f9471c548eadd19b8dfe405e3ae9a0701c626ecc6
MD5 57aecc5b6d5f4a14732f3d2284cf05bf
BLAKE2b-256 f6859b9ea3db06b08a128dcd72577dd6d8fab9a2aee25b6da60de7793c9d9d68

See more details on using hashes here.

File details

Details for the file vape4d-0.2-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for vape4d-0.2-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 467f818d88862fe8a6c85a0cfd01ceedf4093e7db292169f9453db90c5c99f96
MD5 73e6410235d22d3c63fb77879279752d
BLAKE2b-256 62b968740b58a7da7a13544d7f3df784637d72a4239f318237c0dcca8a95a95d

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