Skip to main content

Volume 4D Visualization

Project description

vAPE - Interactive 4D volume visualization

Viewer screenshot

Burgers Kuramoto–Sivashinsky Gray-Scott
test test test

Installation

with pip

pip install git+ssh://git@github.com/KeKsBoTer/vape.git@master

Usage

Viewer (jupyter notebook)

from vape 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 vape 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 Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distributions

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

vape4d-0.1-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl (2.6 MB view details)

Uploaded PyPymusllinux: musl 1.2+ x86-64

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

Uploaded PyPymusllinux: musl 1.2+ i686

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

Uploaded PyPymusllinux: musl 1.2+ ARMv7l

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

Uploaded PyPymusllinux: musl 1.2+ ARM64

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

Uploaded PyPymanylinux: glibc 2.17+ s390x

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

Uploaded PyPymanylinux: glibc 2.17+ ppc64le

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

Uploaded PyPymanylinux: glibc 2.17+ ARMv7l

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

Uploaded PyPymanylinux: glibc 2.17+ ARM64

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

Uploaded PyPymanylinux: glibc 2.5+ i686

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

Uploaded PyPymusllinux: musl 1.2+ x86-64

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

Uploaded PyPymusllinux: musl 1.2+ i686

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

Uploaded PyPymusllinux: musl 1.2+ ARMv7l

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

Uploaded PyPymusllinux: musl 1.2+ ARM64

vape4d-0.1-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.1-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl (2.7 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ s390x

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

Uploaded PyPymanylinux: glibc 2.17+ ppc64le

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

Uploaded PyPymanylinux: glibc 2.17+ ARMv7l

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

Uploaded PyPymanylinux: glibc 2.17+ ARM64

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

Uploaded PyPymanylinux: glibc 2.5+ i686

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

Uploaded PyPymusllinux: musl 1.2+ x86-64

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

Uploaded PyPymusllinux: musl 1.2+ i686

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

Uploaded PyPymusllinux: musl 1.2+ ARMv7l

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

Uploaded PyPymusllinux: musl 1.2+ ARM64

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

Uploaded PyPymanylinux: glibc 2.17+ s390x

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

Uploaded PyPymanylinux: glibc 2.17+ ppc64le

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

Uploaded PyPymanylinux: glibc 2.17+ ARMv7l

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

Uploaded PyPymanylinux: glibc 2.17+ ARM64

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

Uploaded CPython 3.12Windows x86-64

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

Uploaded CPython 3.12Windows x86

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

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.12musllinux: musl 1.2+ i686

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

Uploaded CPython 3.12musllinux: musl 1.2+ ARMv7l

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

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

vape4d-0.1-cp312-cp312-manylinux_2_34_x86_64.whl (2.4 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.34+ x86-64

vape4d-0.1-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.1-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl (2.7 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ s390x

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

Uploaded CPython 3.12manylinux: glibc 2.17+ ppc64le

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

Uploaded CPython 3.12manylinux: glibc 2.17+ ARMv7l

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

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64

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

Uploaded CPython 3.12manylinux: glibc 2.5+ i686

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

Uploaded CPython 3.12macOS 11.0+ ARM64

vape4d-0.1-cp312-cp312-macosx_10_12_x86_64.whl (2.0 MB view details)

Uploaded CPython 3.12macOS 10.12+ x86-64

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

Uploaded CPython 3.11Windows x86-64

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

Uploaded CPython 3.11Windows x86

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

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.11musllinux: musl 1.2+ i686

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

Uploaded CPython 3.11musllinux: musl 1.2+ ARMv7l

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

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

vape4d-0.1-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.1-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl (2.7 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ s390x

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

Uploaded CPython 3.11manylinux: glibc 2.17+ ppc64le

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

Uploaded CPython 3.11manylinux: glibc 2.17+ ARMv7l

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

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

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

Uploaded CPython 3.11manylinux: glibc 2.5+ i686

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

Uploaded CPython 3.11macOS 11.0+ ARM64

vape4d-0.1-cp311-cp311-macosx_10_12_x86_64.whl (2.0 MB view details)

Uploaded CPython 3.11macOS 10.12+ x86-64

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

Uploaded CPython 3.10Windows x86-64

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

Uploaded CPython 3.10Windows x86

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

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.10musllinux: musl 1.2+ i686

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

Uploaded CPython 3.10musllinux: musl 1.2+ ARMv7l

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

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

vape4d-0.1-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.1-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl (2.7 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ s390x

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

Uploaded CPython 3.10manylinux: glibc 2.17+ ppc64le

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

Uploaded CPython 3.10manylinux: glibc 2.17+ ARMv7l

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

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

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

Uploaded CPython 3.10manylinux: glibc 2.5+ i686

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

Uploaded CPython 3.10macOS 11.0+ ARM64

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

Uploaded CPython 3.9Windows x86-64

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

Uploaded CPython 3.9Windows x86

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

Uploaded CPython 3.9musllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.9musllinux: musl 1.2+ i686

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

Uploaded CPython 3.9musllinux: musl 1.2+ ARMv7l

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

Uploaded CPython 3.9musllinux: musl 1.2+ ARM64

vape4d-0.1-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.1-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl (2.7 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ s390x

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

Uploaded CPython 3.9manylinux: glibc 2.17+ ppc64le

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

Uploaded CPython 3.9manylinux: glibc 2.17+ ARMv7l

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

Uploaded CPython 3.9manylinux: glibc 2.17+ ARM64

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

Uploaded CPython 3.9manylinux: glibc 2.5+ i686

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

Uploaded CPython 3.9macOS 11.0+ ARM64

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

Uploaded CPython 3.8Windows x86-64

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

Uploaded CPython 3.8Windows x86

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

Uploaded CPython 3.8musllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.8musllinux: musl 1.2+ i686

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

Uploaded CPython 3.8musllinux: musl 1.2+ ARMv7l

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

Uploaded CPython 3.8musllinux: musl 1.2+ ARM64

vape4d-0.1-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.1-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl (2.7 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ s390x

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

Uploaded CPython 3.8manylinux: glibc 2.17+ ppc64le

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

Uploaded CPython 3.8manylinux: glibc 2.17+ ARMv7l

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

Uploaded CPython 3.8manylinux: glibc 2.17+ ARM64

vape4d-0.1-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.1-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for vape4d-0.1-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 0bbaefe261b4cd137eb5f553158475d0f8bd5172ba99bb1fee3542666db84bff
MD5 8eee3b5071c72030839b058fbe731703
BLAKE2b-256 69e554ae9624fbf2d5e1f06d60ad787ae97e4eff80e0dd59ae2592ced9529eb4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vape4d-0.1-pp310-pypy310_pp73-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 4827ca83526f483c17d7abd7e1b1249e2dc9a54d8ee363947338f4a401517e93
MD5 c1ee53628c882219d90b9c8fb77ae9f5
BLAKE2b-256 c7ff359d48fbe4333206268f82323f52903f9285168deb811776f96e5e015190

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vape4d-0.1-pp310-pypy310_pp73-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 201287c389e53ab2dd1dd35d80d447ced98c980e1b1c13e11fcd19faf9888ccf
MD5 0042dc011dfe3e7d0cf588e2661b7d75
BLAKE2b-256 67f646a21f5fdba5acb5a656d252c50e163c85d0ec0f68dcbb209a5e18a8d004

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vape4d-0.1-pp310-pypy310_pp73-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 a2c05402f6a5283e722e2413fee6ea0d987e95502fa6a622918bc297da8ba6ce
MD5 ef7147c3e803497296c9bc1bc5ae096e
BLAKE2b-256 1e428cdde31ce6fc94a9d8dafb97e120e89238af8130bd5ccc992952cdaa9f51

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vape4d-0.1-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 dcc31cb38a854ff4f0b02f03351d5e5efa85e473fb5f7f0bd6409d9b28291f7a
MD5 100588733dbe03bb84d36294bd3bcb41
BLAKE2b-256 ffce23d6a713a7cc279e82d8b67adcdc97777299cf864ae279a5fd2142522c62

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vape4d-0.1-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 c9ec1179d281f870d149b546ebf0a5c07d6f7335d4b2ef2c3c30806d398abc83
MD5 7e8bfe994db0f2143c2fb2d14282f2bb
BLAKE2b-256 f722d71ad1d4c76e18323059c1dd96a161e7b43b55afdccaaf78cf5c2f6a0d75

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vape4d-0.1-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 1851af8d98c5f99353c76c0ec57d257c90b04c6b7e2d0b7b230c95243540d679
MD5 aa850869115014f71067d038f4c48fff
BLAKE2b-256 60e4d3e24b3411ce83c1042a7b48972134e906f652e542f7fcce7d6cce043510

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vape4d-0.1-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 34b529e335eac9ae86665ca38d25653e3d080f31791e8b77491eb8ff4cb13d0f
MD5 d9a7c0f8b05fff226125aef94006cdc6
BLAKE2b-256 9b742c49b3d71bfd173dce59198e4e862c68aff05442586e709e05edb7b9888d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vape4d-0.1-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 525a70e967c465e6a15c04c190e4681a2baab0857f291b9546c401be86666911
MD5 89031b228cba4b00866884f63b5c8702
BLAKE2b-256 4f70011d6c64c300a54fc24b3ae158559ae1d7f62df36edd6db5e4bc62aa53ac

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vape4d-0.1-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 69ca2d85915c029b7387314a7c29a87e5f6886d71301694d085c376388d57d60
MD5 4c4199657173f0455e91c5484e47aa4b
BLAKE2b-256 2b450093db91b3074e236ba6c3686154d73b2f6dbe879201399f65bec730faad

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vape4d-0.1-pp39-pypy39_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 9a011c04cbb35e326684c3489561860317c0708a2a0cb0d42e34635bcb06489e
MD5 7cca7d8d3d2dc01f2fba10c499f3f7e5
BLAKE2b-256 ebfc53e0d6664d4a4f2fa27612d9db237c584ceefb54eeb3edaad993f29656e4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vape4d-0.1-pp39-pypy39_pp73-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 a7e536711f8fbc805ea3335146eb1002b70486ef190a2cfdc260ac984093e168
MD5 eb3e76f9a0c3c483fa1525fb2ad78a8a
BLAKE2b-256 a31f75423ead1a1f5e6191401b879894932a902ac80235f77d118c3f2fb36e9b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vape4d-0.1-pp39-pypy39_pp73-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 61130f4ee20466d3eea7a47f5e7cdacf790d2b1da10113c203ab8b8b67340dfd
MD5 e8f6fdd1bda84f6a5ebab0d4a35f4b21
BLAKE2b-256 8b6fa9557dfd89d7555f266bcc997b29ea809e367825067c76370f4c2f45fe2e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vape4d-0.1-pp39-pypy39_pp73-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 d167c5e493adba51820736ecdf25dc2c2b441f5dc4570c939b23acc510ad17e6
MD5 53800ce01dbcc59a54931f4100c9fba4
BLAKE2b-256 a0692bad8c308f45670ebb619ab7c198c02f12fc1790fbe99805cdeefc81f4c0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vape4d-0.1-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 4ed6973fb405803db541df5a000108463beb5cb6b8af63d28fd4e8075df9564f
MD5 088440f5548cf03b8f03afe9dda4de83
BLAKE2b-256 a7393b382b667d1770131d0eb1e67161d5b526a942f98815edd0e0b5e3391662

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vape4d-0.1-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 ab8348cde359e2ecf385ea1c75fbdd1d5e6d949cc44ef50fa61aeb4e17e39ba8
MD5 fe81f2dd824f02bf8ede7f892e09a3e7
BLAKE2b-256 9531687e5d22b9e2f3b026f916a7c86349d29069a36d158d905edb4d831f2633

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vape4d-0.1-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 e65640be437f0bef67e79920cac5fb6afcfca7c966923f77e4f594164f8e7384
MD5 f80660661bb34efb7e64bbe0bbe9687b
BLAKE2b-256 aa815bec3e45a143e3be8cc097023abcfe5edbff5023e7f4737086579a2bd8fd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vape4d-0.1-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 58518f7d743ac3bb4f45450797a9727ce3a4431d77d3c376ae4400ae746090d4
MD5 33c5c1f2d0bbbed11a537a88b8a70194
BLAKE2b-256 0eab3ca73661cfb9434164f7cba494cb6f1501b014cb1320c88d26ec10a3b96c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vape4d-0.1-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 2b24b38da9fd5f27fe1a4eb8c705de1b988a1f0d128ffdab3853b5cecd069cb8
MD5 5a6647c8ddf29820bb88bf25fab098e4
BLAKE2b-256 ec584aa8571de119a0a13a126b38efe9d74e17275c910aae9ed667763369ffb2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vape4d-0.1-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 33d5cbffa429b8203b532d8914f67d258bc82eb2ca00cbc22cfd57b81507d15f
MD5 c9254560dfa9ef325585309daa9f2ee7
BLAKE2b-256 43ffa550dcacbcbb97b4af6d78c7700286c37a62f39499cce6a9e849125dfb1f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vape4d-0.1-pp38-pypy38_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 47a91357c536d6704aab76fa25ad4efb7dfd9f762b9264c4fb5389af690c09f5
MD5 05fdb166723d027e8051db8a13a6a77e
BLAKE2b-256 875f2c023d1ad4ae6d14023852ae03ccb4b79068138f2114c010e461bb32d22f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vape4d-0.1-pp38-pypy38_pp73-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 c1b0961ead297ded6787f5bb697ead1dd546805282d73099b09caf020256cf52
MD5 fae2c44fbbd39703e2ef1bf62de199bf
BLAKE2b-256 7b8f9b6a353993de50bffef2e68a04575c747ccfdc4bdef062baf3c2bf3c8784

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vape4d-0.1-pp38-pypy38_pp73-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 cf83b12e5601cbc9e0b5d1321d3bfeb0683425f676f56147bde92cadd5a21faa
MD5 698b93b31c0ca133d43a605d9549f03f
BLAKE2b-256 9f32650ef5549f406c14d90432e4e380275802a542e2b4faa55ddf3f8949ea4a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vape4d-0.1-pp38-pypy38_pp73-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 a197925ad1627520d0710ee5fe27410f9746dbca04a76abee8c2b3368f1777ed
MD5 5b4a51d7163db293c794a5c05d896d3b
BLAKE2b-256 38dc61bcfa687b5074e12ce7880fd0ce571e4b6a3a4e48888d328275fed411c8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vape4d-0.1-pp38-pypy38_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 d582dae5478d823d12bafd82c8fe40b8ac9a1bc4e717a3697b3290263d906998
MD5 279b327b081970e32ade48399a218a9e
BLAKE2b-256 5d042124b8bddcf3eac5f1654882908dd68f0fceb0bc2bd60911295d32eeafba

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vape4d-0.1-pp38-pypy38_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 963c9dde84b787b54daba3c7a104b9ae50a6a970b3b1a636782b7d84330aaeb1
MD5 36c9132dc44a8ccd7a0b582ea2bf98aa
BLAKE2b-256 e8cc1e45f9116757cff193b59b86931266d6b38e06ac2352a305164f2a0ab4b8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vape4d-0.1-pp38-pypy38_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 0c0bf84872712e71d05a5fa6690910bfde05c01bd98bcd5befa5c8042aab2e8e
MD5 3a8647d028aaa38330d57bb763e354ef
BLAKE2b-256 eece26cd37b91fae112f1f996e4f3f83592ef2677a7020ec27988e5163e18b9e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vape4d-0.1-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 709047cecc4ae2284902602a8aa9c674d6ee113fe849434f31582833102d3ecc
MD5 c006418f20fb05d74400dd2ded6d652e
BLAKE2b-256 a15315f7597e8824533810a2658acb1d3ac8b82dd075d4a88047dd3a172c44e4

See more details on using hashes here.

File details

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

File metadata

  • Download URL: vape4d-0.1-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.1-cp312-none-win_amd64.whl
Algorithm Hash digest
SHA256 3b8facf69772a0526e7d9decaea8e983a48d0569ac35e2e94998aaee3b15cf05
MD5 8d7d238374f460b7a692c9a4b4d4bbb4
BLAKE2b-256 f40aac2d88152bfd7b7ba6bcf6f4e32353d06ccd92ff33429f018fa5b7b8982f

See more details on using hashes here.

File details

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

File metadata

  • Download URL: vape4d-0.1-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.1-cp312-none-win32.whl
Algorithm Hash digest
SHA256 66fb00aff8190f47499ae4561bb73db0e89f31c4220acd8e49e87ed45588b988
MD5 d5811cb1c75d8b6dbc7d09c71250e0a1
BLAKE2b-256 9ad918de0fae2afbeb1c72a548136ba79bbbb772231a1d54ddefb81f4c44a3b5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vape4d-0.1-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 796077149599c42be25b5168f8d32a687fccc13fc3f61b3d8cc0803d6b280d98
MD5 29d2594c2516f6adfd15a01f7216af6c
BLAKE2b-256 c14f49785ec44112fb311ef904bdb1ddd26442f6d1ff8c29eb3f73d284e3ded0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vape4d-0.1-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 94e468ffeda0196ba21fc2fa90ee76db7fc93acd161a5290a18aa563d6b7bef6
MD5 86d01d2d63a8abc6a799c46fbae54cf9
BLAKE2b-256 50808fbe15f0fa83b41608946ce548a67efa6298cd322b6346711c59f1c680cb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vape4d-0.1-cp312-cp312-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 c1782c3b74af74e1f29f737786c89a12fbf42051cc697d77eedff119e6231e46
MD5 56318779c8f8e4ee48ca8654db62c2d9
BLAKE2b-256 0e4256f4f1b0692f01857057764c5c3bc0af5134bd63bffd0dde325aeca35f8e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vape4d-0.1-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 79d992a963557864dfe76423a28fbff73b283e2b4407d528ad3e9a89282fcdb6
MD5 f4a84a6d3b9a5a5774f349c04a7006e8
BLAKE2b-256 a4b6f1c06e58a8ad67158b0305ada802328464bd5ad95ab6eb8e9e3c3c7937cd

See more details on using hashes here.

File details

Details for the file vape4d-0.1-cp312-cp312-manylinux_2_34_x86_64.whl.

File metadata

File hashes

Hashes for vape4d-0.1-cp312-cp312-manylinux_2_34_x86_64.whl
Algorithm Hash digest
SHA256 28b40a5d756d8d516bf49ff9a0b8042070c08878a8310ec96901e734246171af
MD5 0ca980240bcff117e03f7d64f966e2e0
BLAKE2b-256 bca2310e91524fdabb6d846446d7913d8488d315d21f2c72f8de28c3ca153433

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vape4d-0.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 c54e9e10c70028f90fcc70800825fb6d22825ab73c2bf51f5ae87ff822a03632
MD5 ba192bc6339cf12f342a5c74f0e17622
BLAKE2b-256 dae9a015cc07547cfd7f30055d96eb692612057ff34f7b279884fd1356cf7c50

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vape4d-0.1-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 06c82b06474d6d34d91faf9b90c1fa953adbf3bbcf168951e7df7e46fff0a6f6
MD5 8dd7c49390a6423caaa9c5b99c2b70b4
BLAKE2b-256 ce74762f859bfa5f3a4df9d280ecd10b5a42ed21112f3fcdb7e390248052f0f0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vape4d-0.1-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 a045db715e2da94f49e683a709843c9f25a134a4eabd06862aa2cdb69ef855bd
MD5 819de4838541392890043332ece4986b
BLAKE2b-256 ef011f531f3d09d4fe7e86ad76eaf417e9fe8c41acdf0864f29deb7ca5d0a1a0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vape4d-0.1-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 55627f566908de961faa0ad04ad1a1548066ef61eee22a82f434ff8f9fae0ff2
MD5 0f6e89dc44ce816521476c067be41400
BLAKE2b-256 e50a01bd02e51075e76f94e1382a9859ee2fd593277cdc343dc2b97ddd8845d4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vape4d-0.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 cb53510108ccf68d20ea4eea21fa5a4e8de2884546f86c81e05b2975eae88705
MD5 71b94f2d8eb285534a2e3b0ea4293bff
BLAKE2b-256 a8de937e0761a47418acd30e028c07f7dc98339a61ab4b18ecb1fe1698ae5c99

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vape4d-0.1-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 fba7e62e05da70d68cd8613d3b605cf901cf8105dc00a17618b2a00bdd6ef7d6
MD5 21a3282c83e758484069dd455cdb7d21
BLAKE2b-256 8a979ae57694a96a51e44484d9e4bd88f8eb35ddf126205c8a9fb72047ed81a3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vape4d-0.1-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 c4f3ddc07db91a6291ba2952de47bf154ce907fb861cb5c5e594119e7aef9ed0
MD5 22dc99eda8318f552c4ed957efbf5feb
BLAKE2b-256 572d90cbd0fd4d77c52277bd6a2494ef8ade70db046020ddecfffdd3c0a47bcd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vape4d-0.1-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 9f5a168a8c1bd61276d7878e577c790763f55141558d254a53b5daa956966fc9
MD5 810600d451b42e11c6f31f440af39ace
BLAKE2b-256 b9b391163a474de85b9af8f7cee1bbcca8d4c57209b53550b1943dbbc5e70ee6

See more details on using hashes here.

File details

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

File metadata

  • Download URL: vape4d-0.1-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.1-cp311-none-win_amd64.whl
Algorithm Hash digest
SHA256 c4b0274d8d018d1c01492e58a2d7a72412f9dc3c18ae4d81720bf2deb7d69085
MD5 eed13ecc808606ad69b56a4d16fc2afe
BLAKE2b-256 00b476d0029cadc8115b4eae1bac1a03cc569950618a541e9d697d7f0564702a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: vape4d-0.1-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.1-cp311-none-win32.whl
Algorithm Hash digest
SHA256 4df7dd3a4d401cc2bbb972a1dff1ea9ebe55067e49926938ef4020d5596ba721
MD5 d95e7b728b43f1201a396fb0dc2e50a8
BLAKE2b-256 5b6731b0a26dbd588f95b1aa5359e0e6f105994135c82f9bf789829a877f3367

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vape4d-0.1-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 d6988443d673d4ffa71525cfd95cb1f9c74a415d893bb5eae64b945cdb597e83
MD5 d35aa385854231e672112c65f4fa614d
BLAKE2b-256 b0d9621b9cadd4f6095cb57974eaf49d3494c5e5be249b117bf5ebd1de71f4f4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vape4d-0.1-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 d74ddf4de6debade83789cbc815769013ebb4eed644630727321390ce7143ccb
MD5 1cff2d9fbdbfafad114bc05a80cc9657
BLAKE2b-256 e8a97cf3cce617083973c017124c2dd4a46881fbb2e240ff547ccb22c1856532

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vape4d-0.1-cp311-cp311-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 d516fdd750ae310a388ebe4273581544c1dad1abff00d4dee43e17ce95e46723
MD5 3ae7bad46c4881d4ace451fc46b82c14
BLAKE2b-256 3df723f8ff0d2d84d29ac9d51a9bf2584040631e8e726ae9e25a7c8a949bb8e1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vape4d-0.1-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 574222dd43b4ae6546636ee81d0a193731bbec584cad7708263eeb5a07db52b8
MD5 9514685c9b35e2e4bce4a3ff0059e8b9
BLAKE2b-256 e095b199b27f86f9156ec40c8e7dba09c5ac737095c6cdf88abeaaec2560cc73

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vape4d-0.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 336c9f0ade75d8849165f7514441bdd96954ef98e0e85a24039353b9caf00883
MD5 0e1191355000472b0dfd0aee0cd710bc
BLAKE2b-256 83e472dcedcaf69a69c9932e1f3b4a74cefadaac562ddff7eff24e79875f06b1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vape4d-0.1-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 246f10c0ae37bc8a8d16cbdde414d3f6ca8220c50905464059d09f02dbdd3fe9
MD5 3b72234fa148164694af8708e5cb1ba0
BLAKE2b-256 3df4b85fb1bfde0844c3ce50621bc5e37481be936c951ed40dca75444757910e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vape4d-0.1-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 f4f5896e1cc5b5802eb2a5693cd254761ae140b6e7f2e4e9a0ce3f2c937fee84
MD5 feb13d11e4de8a76905ac739ffff013d
BLAKE2b-256 d0d0b054d6a1aae533a723492c9187a6d4b782bfd3bc5403977afc7914bd166a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vape4d-0.1-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 6ad15fa2ea2019df4aabd670ef01808d9b1e0eb50f6f8673d154001ff13a0f1e
MD5 e59ce756030f628e4ce712061cdb1507
BLAKE2b-256 5a2f27ba63717f11e4d73a0de2dea117b05338368e28f37101799b9e4d311087

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vape4d-0.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 e54858664065fe5e2df99c4272b89b9d053a6468d16b8877458f68a84c4c7607
MD5 1e9996eef33e7a032e33d0d31df8b619
BLAKE2b-256 97c7ac58d95ec09204fd069d539e2ff0f746adc5736d6997dbec07a7ee63d1f6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vape4d-0.1-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 3f4d21c13bad8c089189fa5adda585f6b84c440b40943ae8ee40068dc9629f77
MD5 235e215e15cddd3644f82a1f2f263297
BLAKE2b-256 89bcd956f6e8509fbb8752ff10378b0ccce1a4211afa7449788fa6a90756a7fe

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vape4d-0.1-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 2431ede9b407dee982909914a61325608ee3983fcfabe1219f92ff903b9b3788
MD5 5f62887166fbb3a33426453f3810cd7f
BLAKE2b-256 3353962942418855bd374b6f9577dbcf57c821b2508d985ea60640d05e197d3e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vape4d-0.1-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 d9e678637fa8016eb58b411ea2635c4fa4892abcfd80244c1aa0a3e324df964b
MD5 b439788953e7d1c1ae4dd6283c15235a
BLAKE2b-256 8dbf2e4a28d59305ecd842f276d741caf9eef0689287acf1434fa2823cbc4567

See more details on using hashes here.

File details

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

File metadata

  • Download URL: vape4d-0.1-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.1-cp310-none-win_amd64.whl
Algorithm Hash digest
SHA256 0e3e85bacb44d67a097a28e31f6816a615a463b6674d0f01922013024ee449be
MD5 1b12c576d486dff2814cc486e3a76e1b
BLAKE2b-256 861e76b523bb9633d85e1a34bfa1ad686d92ea17902d10fd7fcb58f9ca6d7adb

See more details on using hashes here.

File details

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

File metadata

  • Download URL: vape4d-0.1-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.1-cp310-none-win32.whl
Algorithm Hash digest
SHA256 08c3ec4417540ab99b43cad804e37671fcafbb24c098397d83b5c9ba30c00432
MD5 d40c73ee8687222d43b567dc153117cb
BLAKE2b-256 ab96e81f1bdca53d1f4501f05a54bdeed64e54d84270c454dec2735a7d86f59a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vape4d-0.1-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 0c856228ffb0c79f0ca0961c930c984d81c62c8be5d909475c1761bac394cc04
MD5 31f80c921964d48daa997779c4d32b35
BLAKE2b-256 ef4e1fd0c9c511975ab80fbe6c617e13695b6af71e811a3502dfc6d87cbcf578

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vape4d-0.1-cp310-cp310-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 faae5047fcea302e866c1d63e9edfff9e15d61fc9f2cae4484093beb2c45416b
MD5 71514c8b5aa242f75989b870847a8f8f
BLAKE2b-256 efa3d15fff6ef17fdf795c81bd0f3c4b531ee15d2c5917a4fb21b51b5f49c828

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vape4d-0.1-cp310-cp310-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 cd1698bc06a45671a426010d9c06efd1fd888329f8da75e0dd28f335e29f343b
MD5 5f5181dcbfaa8f96b4b896244d6566aa
BLAKE2b-256 736e8c7b5ab128477d7ecfd8be937fb0c4c2eef76a8243874f9192bbcae2a12c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vape4d-0.1-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 ad355444b054a6cd093addb91e1a7b79fd0053660acc39fbc1eafa70ceb72ea5
MD5 90377a3537a27fa697c1b2b8e18c7d04
BLAKE2b-256 1c680a56d66bb4a968a03e4e347bcafe22b341fc457c142859147444064c359f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vape4d-0.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 070b3ce319c2b846d5f004ec6a89ee71cbc30182d7227886337aa9cfb3b4715f
MD5 005f2e71d783e567b3439db19a7673fe
BLAKE2b-256 9a069ffcc832c133583f42c1c0742822d64cf03139d321d93125d267655a3dcc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vape4d-0.1-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 f02495771a78229f76481e703639bc461facb92f081085e0a7669fd27c90e1a1
MD5 f8ea86d0de6b567e9bb537f12b0e4266
BLAKE2b-256 bbc2148dc8648080802ca66395a367c05ec9461d0a57c7186db4f5e6da04ed7d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vape4d-0.1-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 184f6f35475fc494867375aa6ced4bc86fe2295eb25096a84d10dca8be7e2c8e
MD5 04d11d7ee04603155fa8489d108266a5
BLAKE2b-256 bfd2f4df9c2b8f5d0834cb66b4ee305a7b7210e654e6e8c0d326be91bfc96507

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vape4d-0.1-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 20eeee0c918e22e798dbcbb81785a52d25d58b77ed6a983df1cabb39aee913bf
MD5 91443a194ff316c66e46b4bbb5dac363
BLAKE2b-256 43f2c2e1f51b96b0d9a3b43df9782ad964a2f8dc2eaa56b5fd156c9d663caa69

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vape4d-0.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 894e9739ee2ad1dc691c8d414f6ac6c071fb055258b57b5afb698be9e895a12f
MD5 94fca3e5fac9c5ca9dfebe2cf334bc73
BLAKE2b-256 13e0cda4543a2ea7bed2ae7204a82136a520ac5dfd9ddabc1db403f10e07dc5b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vape4d-0.1-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 ed8871839630d8641713302e2ae93d763f5fe5a1b34585f7c8267ecd3c69afe1
MD5 b77da4d4bfd8b13577c2d353bd03cc49
BLAKE2b-256 60de1d0b1c49a7db9aeb0bbb8d7a3f220505937f79acbb47522c4925b6efe80c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vape4d-0.1-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 27b90814d9fad421df35550b697b5e3421cb7371637462e26cce7f84247757c5
MD5 b0f148fca59d31824ff572afad4adf79
BLAKE2b-256 99cce269fd92b461cad5e86ca3320fe1f5cd5b38a39a4277d869fbf956ddb1a9

See more details on using hashes here.

File details

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

File metadata

  • Download URL: vape4d-0.1-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.1-cp39-none-win_amd64.whl
Algorithm Hash digest
SHA256 7c9d71be3d8cff9815b4723612eedf0d22ede6f203e05f3f9349836b710c3295
MD5 3c2f1805156f57edfc34cbb2c6f372b1
BLAKE2b-256 99de2340abff7f9385fec7880a4744ac2ab56c18ad6f455014cdcff8843f2869

See more details on using hashes here.

File details

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

File metadata

  • Download URL: vape4d-0.1-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.1-cp39-none-win32.whl
Algorithm Hash digest
SHA256 4117384c384f9d820c5123fb56749eee8d04446611e2af8d4837b82ea741ee65
MD5 40a4b7a0fcf8d158526ee218a1f84a26
BLAKE2b-256 678c325ba29f21a863040f9c9fdcc35254ed64e5f847fc356472de07b339d76e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vape4d-0.1-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 bf97de4f27f09c8292473951d7f2db90ac9e3f09ea77c2d879feaabb7cb8bf74
MD5 6c994f38237bfa5988c17ac2dc7ca135
BLAKE2b-256 92eaacd409437c52dbfba78ec2026ca1ce70abff7c208104ed007c6f697155ee

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vape4d-0.1-cp39-cp39-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 d34f3b73b87c3389aa0289922d880deff1642540d32a09852f14be48ded752da
MD5 4493cd05110d6fd64bded4243dc449b7
BLAKE2b-256 0862ed32e3c5ec07ee084e4f0ca0726e74b0271904e2c42db74b075c3360feb8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vape4d-0.1-cp39-cp39-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 32d5c60dce9ec9a09190aa1334ac01de0cecdaffb2c0de4c881959876404b050
MD5 00c33ed4df0d2af6ded497ce34fa717a
BLAKE2b-256 244e575e814d3e576ed7eb7b133bb2adb01b4a6e204e5a0c2e0ae8b2a47720c7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vape4d-0.1-cp39-cp39-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 0a7c2258451d827177e1cdd9489e18e62267e3894c68be54579307a64de9ff0c
MD5 a71ce9e0fdcdd7ee334542b7f04ad761
BLAKE2b-256 40e6cdfa27bd7a562724f8410968bf76a61547670c35a12e81b92e390b5ae7fa

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vape4d-0.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 89453ec462457065481dbb68a75936cfbabe4e18a6ceb55d4d172c0b84d0a980
MD5 6b9a5d5c354453f893cbbb2335ec6419
BLAKE2b-256 d7cd63c1909653199539f5c90c708733bb5ac0bdab3cd58f610ec8513d47a3c2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vape4d-0.1-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 a2e1f6e39e5a140fd0055c06d060f1f545bfb13949405fbd5ff4cf90257a67fc
MD5 320bcd0f2811ca0393d0bed363ad3d39
BLAKE2b-256 6e4a3ea17d5e83376671c4f08fbe42d94a2ec80136aae88083f4d7b03f6a8b29

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vape4d-0.1-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 9ee6f62159e0b0449b2993ce80ac2992b90809f37eadf8e7ddb24b3407d1eb27
MD5 2376f663d5536b7652547e051109599c
BLAKE2b-256 576966fe333bfd71da0403b3c7a661cd73f1c7ed29678bad0a153aa199a2b8bc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vape4d-0.1-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 f4d6240882fab8e7ee3e0862652c9b4acb44858853282ce390d217f5377aa448
MD5 717fcf5eef2475a8ea15084fc70da3b9
BLAKE2b-256 4845a175417e8c214072e78d0d0c20700e93e8b2d9e0bb7ee6c54bae40cad865

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vape4d-0.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 873755c8fc2b8e6c3a7901a38fbc73555ac2d46579bb6c300949454b03a5428e
MD5 2263638dd0c0dff16286c6b3eeb672a4
BLAKE2b-256 a1ae0631f2dbc07afe7420a8bbaee9ba3c6d3188724c10dc61a8224bea82acb5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vape4d-0.1-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 8221ee4a84f157dd41df7514d2559efeaf38ebb583e5adb3a552b77bca01b46e
MD5 925d3f5c3e2ac7b9d676d4cc16ee37e5
BLAKE2b-256 a00002f299122fa63297dcc8141dde5229166a0d3bf5260aa7880e986789cfc1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vape4d-0.1-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 2bb3cd513ea6b5dc88d14fe51b3c1629cb250f7f1d481b0e2f0f0bbe19bfde9f
MD5 c8041cd43c9c90b74639587344f8f0ac
BLAKE2b-256 b8ae4ac82cb970b8b8d929960d2fa876af6e18f3d0c40b6546a916e3c118ec82

See more details on using hashes here.

File details

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

File metadata

  • Download URL: vape4d-0.1-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.1-cp38-none-win_amd64.whl
Algorithm Hash digest
SHA256 1d009c1da3093844f868053bc75451a639645b1b56ca0b9302eae94c1a9de0e8
MD5 036e4de28092273897d46e257f64970f
BLAKE2b-256 67eb8c014988d6c8bb88cd4b19fd0ab11d05ba9c81040fcd2769e8cc9be3f136

See more details on using hashes here.

File details

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

File metadata

  • Download URL: vape4d-0.1-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.1-cp38-none-win32.whl
Algorithm Hash digest
SHA256 fb20bb0061139b91073ed3bbfabaf046c9cb67004ea60661caa42050e5f61f2b
MD5 7fff60e0c90be6a60ae7034c306df0aa
BLAKE2b-256 5e8b0579b7b553668dcc3a276ea45906c5cafab30a85392e2fca89eff0bfb32b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vape4d-0.1-cp38-cp38-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 123d2d3cf3ab81d1fd8f7ab79794b3bf6886c827a82e790a6b96ebc1e650c21f
MD5 bb72f5ae1e109dfee7514798596ea19b
BLAKE2b-256 0eec8664552a53ad7d99824bd43310191419945430cde4edbcd4aaedf7ec86a1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vape4d-0.1-cp38-cp38-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 fbaf1f990c8afdc5cbc7702457d060340096bbb0ab3011ae47f427c96fc80c72
MD5 5931b742fbdc85ce822abcac688a401e
BLAKE2b-256 5b2b6018c8be48b2eee67b0dfe231e8e54e8be21987c9d6479237167cfa8a430

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vape4d-0.1-cp38-cp38-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 6098c1d97b2ea27b679cd4076a599b7f7c4a4e626a474bac68e266ac458d262f
MD5 857c02043e75f37db213ee4b7c83d0c4
BLAKE2b-256 908e7ea0d8db5f05e6a638be2dd88c9c1c66ce24e65457b90308159bf9021d07

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vape4d-0.1-cp38-cp38-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 4e2751cbc0562ae50e8577f801a38962d760990162eddd259b8f829bf4711c3f
MD5 cdcf95911cf3ca3bd9440dcb724d07f4
BLAKE2b-256 7fc86d82c8c9374788b872433caf1031739b9c6a5914c87640e43e3d448caf55

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vape4d-0.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 e078711d57ecc1a42b381a837b19eb1326b3e40aaa4896e2b0620002af50c15e
MD5 29966a58287f7da3e9e58921f05ef86e
BLAKE2b-256 673a0df337ea06a64434b7238e94f2bb8eacf3f53e6fe10d7b998f9837cc23b9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vape4d-0.1-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 319e3d6888b0d360d30a96491b535573db6b4da6cf3c1029532da1b2803e1dcf
MD5 ac4188e789edfdb30e85642110c87d06
BLAKE2b-256 019beafd0769438562424e44935ccaa17e7d9269c8233f9a75f0121d54e0b177

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vape4d-0.1-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 1ff8fdbfd7213094fee6fa4116f11e39c490aa6841c78357a48e0d7f3bf089a3
MD5 cca41c31fe07c2ba83f0343897642055
BLAKE2b-256 33e5da62d7c12e9e685e84fa132f8e468914d3aaed1a8dc3f9e875e3f83bffc4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vape4d-0.1-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 f2a598321665551a68359f40590bfaf8d16162b5f3ccd69d72c0429f846ec12f
MD5 b308ee65962343e9ebf11f4d005bf30e
BLAKE2b-256 fc45ec10fdd1e3b83350ae1479d3188385357fee256dd2264c420c6540799ea1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vape4d-0.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 e2a901a1f2215029d25d8da5cfe87440e9d93e3d586f1b5dff8aedb92af9636a
MD5 9d8aa4f78d34ded7449d74e040613862
BLAKE2b-256 39c6a05d7627eb46e0e886077d8c0803902a9a86541403a40faa0e9500b05d0c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vape4d-0.1-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 0d8ed163d7f615599d96d845f34d05267e53a0bc8839134325a268b5fba78192
MD5 1ed1f58e163bd0ffbcb88ebc2027045b
BLAKE2b-256 fab08568fadf02f05e04ef8363c490b42a04ba57d49d86cca4f5a09a8cefdf79

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