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.2.tar.gz (13.0 MB view details)

Uploaded Source

Built Distributions

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

vape4d-0.2.2-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl (7.3 MB view details)

Uploaded PyPymusllinux: musl 1.2+ x86-64

vape4d-0.2.2-pp310-pypy310_pp73-musllinux_1_2_i686.whl (7.3 MB view details)

Uploaded PyPymusllinux: musl 1.2+ i686

vape4d-0.2.2-pp310-pypy310_pp73-musllinux_1_2_armv7l.whl (7.3 MB view details)

Uploaded PyPymusllinux: musl 1.2+ ARMv7l

vape4d-0.2.2-pp310-pypy310_pp73-musllinux_1_2_aarch64.whl (7.2 MB view details)

Uploaded PyPymusllinux: musl 1.2+ ARM64

vape4d-0.2.2-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (7.1 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

vape4d-0.2.2-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl (7.7 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ s390x

vape4d-0.2.2-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (7.5 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ppc64le

vape4d-0.2.2-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux2014_i686.whl (7.4 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ i686

vape4d-0.2.2-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (7.0 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARMv7l

vape4d-0.2.2-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (7.1 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

vape4d-0.2.2-pp39-pypy39_pp73-musllinux_1_2_x86_64.whl (7.3 MB view details)

Uploaded PyPymusllinux: musl 1.2+ x86-64

vape4d-0.2.2-pp39-pypy39_pp73-musllinux_1_2_i686.whl (7.3 MB view details)

Uploaded PyPymusllinux: musl 1.2+ i686

vape4d-0.2.2-pp39-pypy39_pp73-musllinux_1_2_armv7l.whl (7.3 MB view details)

Uploaded PyPymusllinux: musl 1.2+ ARMv7l

vape4d-0.2.2-pp39-pypy39_pp73-musllinux_1_2_aarch64.whl (7.2 MB view details)

Uploaded PyPymusllinux: musl 1.2+ ARM64

vape4d-0.2.2-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (7.1 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

vape4d-0.2.2-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl (7.7 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ s390x

vape4d-0.2.2-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (7.5 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ppc64le

vape4d-0.2.2-pp39-pypy39_pp73-manylinux_2_17_i686.manylinux2014_i686.whl (7.4 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ i686

vape4d-0.2.2-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (7.0 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARMv7l

vape4d-0.2.2-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (7.1 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

vape4d-0.2.2-pp38-pypy38_pp73-musllinux_1_2_x86_64.whl (7.3 MB view details)

Uploaded PyPymusllinux: musl 1.2+ x86-64

vape4d-0.2.2-pp38-pypy38_pp73-musllinux_1_2_i686.whl (7.3 MB view details)

Uploaded PyPymusllinux: musl 1.2+ i686

vape4d-0.2.2-pp38-pypy38_pp73-musllinux_1_2_armv7l.whl (7.3 MB view details)

Uploaded PyPymusllinux: musl 1.2+ ARMv7l

vape4d-0.2.2-pp38-pypy38_pp73-musllinux_1_2_aarch64.whl (7.2 MB view details)

Uploaded PyPymusllinux: musl 1.2+ ARM64

vape4d-0.2.2-pp38-pypy38_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl (7.7 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ s390x

vape4d-0.2.2-pp38-pypy38_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (7.5 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ppc64le

vape4d-0.2.2-pp38-pypy38_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (7.0 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARMv7l

vape4d-0.2.2-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (7.1 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

vape4d-0.2.2-cp312-none-win_amd64.whl (5.4 MB view details)

Uploaded CPython 3.12Windows x86-64

vape4d-0.2.2-cp312-none-win32.whl (5.0 MB view details)

Uploaded CPython 3.12Windows x86

vape4d-0.2.2-cp312-cp312-musllinux_1_2_x86_64.whl (7.3 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

vape4d-0.2.2-cp312-cp312-musllinux_1_2_i686.whl (7.3 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ i686

vape4d-0.2.2-cp312-cp312-musllinux_1_2_armv7l.whl (7.3 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARMv7l

vape4d-0.2.2-cp312-cp312-musllinux_1_2_aarch64.whl (7.2 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

vape4d-0.2.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (7.1 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

vape4d-0.2.2-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl (7.7 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ s390x

vape4d-0.2.2-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (7.5 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ppc64le

vape4d-0.2.2-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl (7.4 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ i686

vape4d-0.2.2-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (7.0 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARMv7l

vape4d-0.2.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (7.0 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64

vape4d-0.2.2-cp312-cp312-macosx_11_0_arm64.whl (5.2 MB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

vape4d-0.2.2-cp312-cp312-macosx_10_12_x86_64.whl (5.5 MB view details)

Uploaded CPython 3.12macOS 10.12+ x86-64

vape4d-0.2.2-cp311-none-win_amd64.whl (5.4 MB view details)

Uploaded CPython 3.11Windows x86-64

vape4d-0.2.2-cp311-none-win32.whl (5.0 MB view details)

Uploaded CPython 3.11Windows x86

vape4d-0.2.2-cp311-cp311-musllinux_1_2_x86_64.whl (7.3 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

vape4d-0.2.2-cp311-cp311-musllinux_1_2_i686.whl (7.3 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ i686

vape4d-0.2.2-cp311-cp311-musllinux_1_2_armv7l.whl (7.3 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARMv7l

vape4d-0.2.2-cp311-cp311-musllinux_1_2_aarch64.whl (7.2 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

vape4d-0.2.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (7.1 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

vape4d-0.2.2-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl (7.7 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ s390x

vape4d-0.2.2-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (7.5 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ppc64le

vape4d-0.2.2-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl (7.4 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ i686

vape4d-0.2.2-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (7.0 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARMv7l

vape4d-0.2.2-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (7.1 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

vape4d-0.2.2-cp311-cp311-macosx_11_0_arm64.whl (5.2 MB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

vape4d-0.2.2-cp311-cp311-macosx_10_12_x86_64.whl (5.5 MB view details)

Uploaded CPython 3.11macOS 10.12+ x86-64

vape4d-0.2.2-cp310-none-win_amd64.whl (5.4 MB view details)

Uploaded CPython 3.10Windows x86-64

vape4d-0.2.2-cp310-none-win32.whl (5.0 MB view details)

Uploaded CPython 3.10Windows x86

vape4d-0.2.2-cp310-cp310-musllinux_1_2_x86_64.whl (7.3 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

vape4d-0.2.2-cp310-cp310-musllinux_1_2_i686.whl (7.3 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ i686

vape4d-0.2.2-cp310-cp310-musllinux_1_2_armv7l.whl (7.3 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARMv7l

vape4d-0.2.2-cp310-cp310-musllinux_1_2_aarch64.whl (7.2 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

vape4d-0.2.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (7.1 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

vape4d-0.2.2-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl (7.7 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ s390x

vape4d-0.2.2-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (7.5 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ppc64le

vape4d-0.2.2-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl (7.4 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ i686

vape4d-0.2.2-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (7.0 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARMv7l

vape4d-0.2.2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (7.1 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

vape4d-0.2.2-cp310-cp310-macosx_11_0_arm64.whl (5.2 MB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

vape4d-0.2.2-cp39-none-win_amd64.whl (5.4 MB view details)

Uploaded CPython 3.9Windows x86-64

vape4d-0.2.2-cp39-none-win32.whl (5.0 MB view details)

Uploaded CPython 3.9Windows x86

vape4d-0.2.2-cp39-cp39-musllinux_1_2_x86_64.whl (7.3 MB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ x86-64

vape4d-0.2.2-cp39-cp39-musllinux_1_2_i686.whl (7.3 MB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ i686

vape4d-0.2.2-cp39-cp39-musllinux_1_2_armv7l.whl (7.3 MB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ ARMv7l

vape4d-0.2.2-cp39-cp39-musllinux_1_2_aarch64.whl (7.2 MB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ ARM64

vape4d-0.2.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (7.1 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

vape4d-0.2.2-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl (7.7 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ s390x

vape4d-0.2.2-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (7.5 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ppc64le

vape4d-0.2.2-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl (7.4 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ i686

vape4d-0.2.2-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (7.0 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARMv7l

vape4d-0.2.2-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (7.1 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARM64

vape4d-0.2.2-cp39-cp39-macosx_11_0_arm64.whl (5.2 MB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

vape4d-0.2.2-cp38-none-win_amd64.whl (5.4 MB view details)

Uploaded CPython 3.8Windows x86-64

vape4d-0.2.2-cp38-none-win32.whl (5.0 MB view details)

Uploaded CPython 3.8Windows x86

vape4d-0.2.2-cp38-cp38-musllinux_1_2_x86_64.whl (7.3 MB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ x86-64

vape4d-0.2.2-cp38-cp38-musllinux_1_2_i686.whl (7.3 MB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ i686

vape4d-0.2.2-cp38-cp38-musllinux_1_2_armv7l.whl (7.3 MB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ ARMv7l

vape4d-0.2.2-cp38-cp38-musllinux_1_2_aarch64.whl (7.2 MB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ ARM64

vape4d-0.2.2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (7.1 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ x86-64

vape4d-0.2.2-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl (7.7 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ s390x

vape4d-0.2.2-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (7.5 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ppc64le

vape4d-0.2.2-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl (7.4 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ i686

vape4d-0.2.2-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (7.0 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ARMv7l

vape4d-0.2.2-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (7.1 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ARM64

File details

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

File metadata

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

File hashes

Hashes for vape4d-0.2.2.tar.gz
Algorithm Hash digest
SHA256 b30f98aa85bf434561137ed1790b9074f38d659c02b008facce1ac2369d3e0cd
MD5 9979f0c00d65dce79ba166eda660f9b5
BLAKE2b-256 6372f647e257948bf7335e38117a12f9b79179663d4cb38fe87bb1c409feb3ab

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vape4d-0.2.2-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 6e0efe8f8d8b0ca0c55e11ee18ed9097e337811688bfb3af30ba44ae86602307
MD5 4e6d1ec7aa3fb9c917fd778a8d2b2470
BLAKE2b-256 47f77def91507499fe16ba0d307d54e44dcb7905856dbe29ba32c9cf238b7237

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vape4d-0.2.2-pp310-pypy310_pp73-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 ee3cc4392828dc0954612caa1e3fb0771aead4c350c57f25cc1b3e7568f64193
MD5 11f9a3721587bec69d6865ae0849a6da
BLAKE2b-256 eac418e61ecdafac1c38e8ef4de9d68044a8984e1f98b0c2001c6699ec5716ac

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vape4d-0.2.2-pp310-pypy310_pp73-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 fbf0e919284508fd8eb675ddd151e499a579243c5a20c71bffbb7706e51b5d35
MD5 3c5a36411637581e28a73e0ccaeb1891
BLAKE2b-256 e21efae14764242ec75e0bb556d66161f41b2ed155df6b00400098b2dd5601a8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vape4d-0.2.2-pp310-pypy310_pp73-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 7532ad92d5919bef867d1aa399acc3a4c5b84c461668afe9e0bd9a57485a0bf4
MD5 e0a913f4a6786e87cd2086a5508be961
BLAKE2b-256 b682cee3a270e6918fc444238659f3cd393f39f56a566e263989ab5b16676699

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vape4d-0.2.2-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 fcf7896c8b35e65fb0ded9462c6695d4bbe92b0d2ef62c11f325585a53bc2d69
MD5 0e9144bb5ab48bcd0744515253be9db1
BLAKE2b-256 b75abf325277b6ed3585ad959f1e1eedd107be519f6ca2074e2ecfe349c4fa9c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vape4d-0.2.2-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 ffccf1938a69ded170f4f670410866506a009914c11b849218169a1fcc30fedf
MD5 d81f7ec6488645ce54ccd3023ae403f5
BLAKE2b-256 628d63d3443973b4d1c8f48663cbb6d684a3f6af2059247a907efe314aace018

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vape4d-0.2.2-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 bd82d7ebeec04d084cffd619f880719801a0d35fcb9595e562073925f47ca73e
MD5 d83209eef57e842173a851e6adf58e13
BLAKE2b-256 93f6ab5b7c79caf4c27e5e4b1edc69f3d76b457434978e8e5e52bc835e9e2fa0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vape4d-0.2.2-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 96f2453d8dfcd620690db1d0759837f9e2442ae93d8bf479c181ea3ecfeb6f15
MD5 43d48a269c8d1c75d4563c66210c0a14
BLAKE2b-256 8aac3343a332032ec7214a03630adaadf013f88298e3c641fddc3a43e24ddff5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vape4d-0.2.2-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 6a762b1e0b97f01df151d7b0234cce53ffb46a7ad3c9ab8e7d6704314144c67f
MD5 85782e488506c29e40de32517a805729
BLAKE2b-256 408bec54e559a42fbe5011ead9b3b46bf73a44624c827acd5d954f7895c255e3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vape4d-0.2.2-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 ce410d56758434624768c3cf63401f62ce9110f4f3722b30d983038b7d18a955
MD5 915d6fa29cd64df0bfadc6ec419e9fcf
BLAKE2b-256 83223ea3b4e341d38f9e4160113938d20daf44ef682e6aa91a54f3c60c055bd8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vape4d-0.2.2-pp39-pypy39_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 15c5b19e0bdab95802bd64e641672f4cb50d385174e5e139e8d0c0da32ae5bfa
MD5 3fffdf112597242bb03677aaf6852ea7
BLAKE2b-256 9ca00af3c3ded9816300c1a3c6e0f5a35686934c7ce7495b717348395322ce9e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vape4d-0.2.2-pp39-pypy39_pp73-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 fd5bef401214a98301e94c76fdedcc133e927bc910f80aef90da4d121a9eaf63
MD5 663b6e2cb8179c23bb88f801f530cc8b
BLAKE2b-256 bb9c6418079f178092c291bc624e0affdb6ab4e7847b72207f1bc3582215a8f1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vape4d-0.2.2-pp39-pypy39_pp73-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 6ea60fca35037fff45ad10df9ec2174c4191185ccce7ef751f7edff0331abb3e
MD5 f9036f4b26af5c01fa3d06f50c60edde
BLAKE2b-256 b617820c910e2ec449b5200439ce792f6fd101cc6ffb964abe6a423617499dde

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vape4d-0.2.2-pp39-pypy39_pp73-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 9c798714cd24ef1bf8934a1d70d3bb1601f425636b3d23cb72b201785ee0004b
MD5 11379f19a1eae7596ec6bb3d68b7c154
BLAKE2b-256 d98a53a819c786f8d04e819afa4599416fc04f1e13a11a1ada92bd7db2eebab8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vape4d-0.2.2-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 32ea8e0a7a1441285237fdf01c4f315a1931062417f3da780f05d4457db86ab4
MD5 64a34289ffb24d51429f5e05f851c11a
BLAKE2b-256 c6b12fc324c0486e63522a090332ef68f53d297a04b9f60a936b8424474a0f65

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vape4d-0.2.2-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 4f2ffec5e2a8af58ba06e0fa0d0b3f644547e4a54d4eec6a6f59e73f9d6e1185
MD5 643e9faf51dbb2d5ac7acfeebad87b69
BLAKE2b-256 becde39ac5472159eccb56a867875c3f8bb67750bcfe156701ae034f6a2e8245

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vape4d-0.2.2-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 5327909e7c3f1d17b6535485644a7327f642c6251ca9893d6e81fedda43478ec
MD5 1fb6c213b183649bd0c7701de23f037b
BLAKE2b-256 10662bc5649b40f81ec7a6715620c451d31b9ea5c15e66386da6ccd8aa8524f3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vape4d-0.2.2-pp39-pypy39_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 ff8f78ff02ca1405704cb5aa3322cab541226fedccb9c02dcf3552dd12503358
MD5 ac8361bc775c4fb61cfba0a1e68a39b2
BLAKE2b-256 21795600242840101f9fd063c62e7aecf286652e1c8ff7888b2ac2d344f433af

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vape4d-0.2.2-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 1b36ba0b17709fc205a191948d18752b05f8e0b0f08b8a1599d3b4697915e3fb
MD5 f574d237f085b5aaaf9ddd4acccd44a3
BLAKE2b-256 a71902418b38b0a357e868a3e33926fb7670288a8b89b7f95752f1b064fa544b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vape4d-0.2.2-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 99e5dd179a7f2abe0ed29927c39c96be2acccee99a08dac95d9c6de74e70adc8
MD5 b118f3ab9ed5905c80da378ccb4ec92a
BLAKE2b-256 f683303d5298cda2571016b12a73f10507b3ed872336f764a5edee1ff7e209d6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vape4d-0.2.2-pp38-pypy38_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 a8f50407e554922258025b4a8d9279d808d13e0d8750fec448411e47f728b533
MD5 80f71d95478301f480f2957ee2878d68
BLAKE2b-256 8fee3fca0859fc2035cf0332dab8b0fdf437bbb413391d54dfc1ac136b740bd4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vape4d-0.2.2-pp38-pypy38_pp73-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 2b822b6179ac8ecacddc002fe8c966db0433690867f72d1033adde19885fd73f
MD5 9dfcaa9e3c0378db28a8bf66e8e43a87
BLAKE2b-256 2480e1384f896153f38e21599e405007f41624501668b3572e589044f996fde1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vape4d-0.2.2-pp38-pypy38_pp73-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 b8773300085389e94d7f67aad43cff49655a271180d0187d4878c3802c040cb0
MD5 571cee56ea63e0ae6d1210e558f36cf6
BLAKE2b-256 3a664613eea54d5aa2efbebc3b4150fe32ee18c474c617aff2328376c6a53201

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vape4d-0.2.2-pp38-pypy38_pp73-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 5747e58d7ed603dc185c82a92aef3a5138af6228963b6cf69a828ca63aad4913
MD5 48e78e5df1bc02560d1e2e35bb819cbd
BLAKE2b-256 630e59eaf2da87f6064c3015a99d24b4140a15eb5cebf6f63f192490ac4059e7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vape4d-0.2.2-pp38-pypy38_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 aa26fc9f41233260385137bb160af88d5bbb4f71c8bf99463ba7a763ef7a4926
MD5 575b412f5f6a37ac33ebc80b3e522491
BLAKE2b-256 c3d4cf2c6c6b015dbe159255c4b52b8701e929c06ade2461fe25d76c31abf5d1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vape4d-0.2.2-pp38-pypy38_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 af64e98c2cbe386691538d69cdc69422e307e30b2b4626baeea63e16f10a90b6
MD5 94b4f4fbffa14058aad0d8bfcf5c2107
BLAKE2b-256 e636faa97f6aab621b1fdef0c828939719916e1ce7a3a7fa71ca05724dea00e0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vape4d-0.2.2-pp38-pypy38_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 9104ce294b73c3055a0f08419b8e19e87d2348c9fc3326475cad2ff68a1038ac
MD5 b3f4fcac0e63eefb965661be44b76d76
BLAKE2b-256 e817371057de8511d41123fbd4570e1a4066cc3b6c7ecc15997285db7ff7f4cf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vape4d-0.2.2-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 83968edc6e50a9eb567c4b278b92b5b22d1b759562ca52a1de228bff32d250e8
MD5 a6ab613c3d7a7f53e312d9a5cb43d027
BLAKE2b-256 e3fc55449208d51ee3b8f9e78ea5c59e9eab71ec1f0a896dc333d03e92379b2c

See more details on using hashes here.

File details

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

File metadata

  • Download URL: vape4d-0.2.2-cp312-none-win_amd64.whl
  • Upload date:
  • Size: 5.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.2-cp312-none-win_amd64.whl
Algorithm Hash digest
SHA256 c5037d1b2729481af50f74f2e5d366aafab53c848030c81dca706cd32b258240
MD5 db0c4dfd830d549e36245c68e74b1c12
BLAKE2b-256 aa9a791580a7d878ced272a7d6eb3e3bc489afa3e5892f9bbae7cd6c6ce5c5c0

See more details on using hashes here.

File details

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

File metadata

  • Download URL: vape4d-0.2.2-cp312-none-win32.whl
  • Upload date:
  • Size: 5.0 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.2-cp312-none-win32.whl
Algorithm Hash digest
SHA256 deaffda8f740e355e764ec64a74ee82e567936de550ebc368fe91de454cdb458
MD5 77de100b9fba460a7c761906b3eaefb9
BLAKE2b-256 56f8c7241669cb4fe581c81f3138d0fac679e715e9b87fec7b4d66eddf984025

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vape4d-0.2.2-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 0f9955822adca09f64775c8e9f56b75cb91e50d8d57603191aace51353c34f8b
MD5 4ab24425f78a5371b840c69f8b8d8961
BLAKE2b-256 8e51ffef1ba4536eb1af1471c1e3f0f4da015a507d59b6e8f44694d4cad19994

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vape4d-0.2.2-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 f5d2fbb8a7689875bb907ecfe439bc333a77815e5cb83bd11ed5bbcf4924cde9
MD5 0b69e9a535ad20c4bd38241c2bd919c7
BLAKE2b-256 de4f3ff4d259088f88e24798ae27dd68ac56de4ebe3542c88b5e616ef5f93500

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vape4d-0.2.2-cp312-cp312-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 838e226113aec7d1745413ab05cc614e947245dbebdec8c3be171a3712664006
MD5 5e94465667024d792c7121897d931cf3
BLAKE2b-256 00ad5d9fcc160dfb4fc704318d31cd6aa35d1719880b01f808ccaf9e5f252fdc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vape4d-0.2.2-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 2f970f7784bbd54c589811d4653f29d6fb4cb3caeb1adc1d70e31b1a074773d1
MD5 eefca865a9c29519f3b450322ac03a8b
BLAKE2b-256 9ad7ab0d3a699445722eba9de2979cb57bceb8c8cf3afe164fdceeed989d1f2e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vape4d-0.2.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 a8455d9074e61361b9b29e50e82e4607cdd9640fcaa15e0d966869d6e546d869
MD5 8e1558f02d2a90f36baf7c44dd61f659
BLAKE2b-256 e959242ce3a6e26ea6558a52d77799c1935a5adb8a9225376f0bf9f110467dd8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vape4d-0.2.2-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 e364afedb8e68e0a170d84fe2ffe7d896713b92f47ac98a60463102e466b38cb
MD5 fe10aa2a0dbab6a30ee7ebe60b7c3080
BLAKE2b-256 83b8e709c9680ab0edfe4f42e756eeff0e7ac2491c6d0c955c0d170b8add9e9d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vape4d-0.2.2-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 a7d0cd7ee333591c6ed7aa883f528ef7a99a1826619495e8e89909d3e12db787
MD5 3c2831287834b68990de5aa5774b6c1f
BLAKE2b-256 8fe9ced64a806a1aa6a0b265b80358e3a5cfc88abeb5011dfeaf5c22960b1372

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vape4d-0.2.2-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 953872515e7f724273bf3223cc811311d7bfcf022e0809aee8f1189193ba8035
MD5 edcbc6ef763f65c59d0a1d75e8f249f6
BLAKE2b-256 35b54dfdd14498f42b83056f785924c7367af34933af220009f70b0ca43561bb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vape4d-0.2.2-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 33766242812008a35088a5be0d5c61608853ca95043828a905ac08f082327890
MD5 6741df45f0885008b6cc4f2673bf2919
BLAKE2b-256 bbac6b3a5a3908a4f5844b6a2543e7952291b9170d962e19d8c2bb7a13129e84

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vape4d-0.2.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 48d96dce3b7de2279934ef8f3ea2c6b128f8ba3ade06c6db795ec3317fd17746
MD5 43f24b8daa885afb141e4f1244a98a75
BLAKE2b-256 b116ff4e7d3c9fab781559a9e2fca2dab144e108f84bf94cb501bc3ae5d4cdec

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vape4d-0.2.2-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 9e3b88dadf9d35ee106cecac0b1821c414120a29aafe1de7d14ce753437100fb
MD5 fbecc78790852b9091a716bdaea9701f
BLAKE2b-256 39f1ff7bce4262cd3d6a28ab3ff62c9cddbccc969d2329eda8aa8b92af786d9b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vape4d-0.2.2-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 aa91e4aee00cdcc18eb85787af6740c73282407785862f28205fd41118341dd6
MD5 1c4ab3360d0cb3977b6ada7b7bedcb3c
BLAKE2b-256 27f01965f4c716fa21ef3a892af87170846b9b5a9240d763c53e11b53fc9ad97

See more details on using hashes here.

File details

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

File metadata

  • Download URL: vape4d-0.2.2-cp311-none-win_amd64.whl
  • Upload date:
  • Size: 5.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.2-cp311-none-win_amd64.whl
Algorithm Hash digest
SHA256 1c10a5308b75ff839d011ddf2fe487947c183eb1fb55ed55d58fd9fdab979193
MD5 76d2d9ced1f368e43fd37a873bd4176c
BLAKE2b-256 cc906fafc7af1e4028d90fded614c1432ed7f9544362dcf7d4add091caafc329

See more details on using hashes here.

File details

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

File metadata

  • Download URL: vape4d-0.2.2-cp311-none-win32.whl
  • Upload date:
  • Size: 5.0 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.2-cp311-none-win32.whl
Algorithm Hash digest
SHA256 46ea557dc47a66d76765c18e2728271010012fb722e4b0314ac7e73765bd1d85
MD5 d3976de02b2b3f69feeeed3b846dfae8
BLAKE2b-256 0c1e8f2156634a973275fabaf243427bea1ba558fdbd94f4b61e8281b98e0616

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vape4d-0.2.2-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 5bbadeffe2630e1e00ce82b29807d2fe3b9d466a1bfeeec55f4bb7347b5e5705
MD5 82925c6b7fb0a9cf1b1e6dabb7da5bc5
BLAKE2b-256 c5f19fbff336c5f09533fad7c138296dd050b01330b6ecdb4a10728d08914059

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vape4d-0.2.2-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 8bdc1de5115c5430daec5738d2c00113bdc14411cf4013e51b7572732b81edd4
MD5 af06266aa2270900510ae67a55d1ef15
BLAKE2b-256 2c2b3f33b4d7d583908045ffa75527add230804d8cd85c96bd8acd1b32189766

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vape4d-0.2.2-cp311-cp311-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 61c6f01600e98f0ff611b750543bb539b83de3289e934247c96d4f840e303b18
MD5 f660aedb90582ff03fabad7521f3da4f
BLAKE2b-256 d89ad115ab565271d6a4a703f16c663ea312c16f362a75139675d3b0749941e6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vape4d-0.2.2-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 868367b763e01e2be2d4baa43afddc863bd57fb0dd4bad953de5c8a38d9a7351
MD5 5b018fce6fa4ea29e2136424d95b0a45
BLAKE2b-256 7fce08f91f81b4ccf2fd88b8c893996d23d8192d17d1d4c79564c308326b252c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vape4d-0.2.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 a80a619cec5f2c1859cc73b7d33e2737fd78a24e1add27af429b283e6b4667b7
MD5 52b6714f1dc391ce1068892408a92799
BLAKE2b-256 778247333746910144aec6de5ade50da8e3fb2062efe306d211a97a57a69928b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vape4d-0.2.2-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 943fe483572b7517e0740eeef36cdea26760ce66c5015487bcc3c74cef0ed071
MD5 61e909c0f5d6173ceca4f53d21f94060
BLAKE2b-256 6f288ff7e6488f7a4f55486101cd58012fba2f2c700fdaa4c7f245814103facb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vape4d-0.2.2-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 5ce4fa7c41b78964151a9a92d938e809fb710018878ccc9680db70b7a5447906
MD5 213457bff3ca26560481cebafe44fbf1
BLAKE2b-256 da5915f8279803c530be6e9fb498dde232d5f534b2ed866b9bb9ebd118defe91

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vape4d-0.2.2-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 d24e04fef96adcfd7a2cc1a87dad9c1c007f94422d66526554182a06e6253357
MD5 871806a40ed74e51f4dc5d48a8c22c96
BLAKE2b-256 272d9701b117a6284cf8436c1f27164c4c7f2e6120df82b195731f5d79774a15

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vape4d-0.2.2-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 d03b71d4038147902bba801ae842a2c66c9d09d74af1b051dfc389a5a5048f8e
MD5 2fb82224e6bf53775cde768e75b391ea
BLAKE2b-256 565821b2aa49ba0491b547e991048c783e07ec826537e7cca9c510a1d1142045

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vape4d-0.2.2-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 ca6efb94a848cdf4318271db74e7308a05ee3792c2be2246ad4dfc4d0a58bd68
MD5 591b0dd54a03e085ba7942bca97e5bb3
BLAKE2b-256 2f4400aac5c5308b36d145c74a7d772b6a368442a21a85a2787b10e59957b3a3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vape4d-0.2.2-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 0b38e18d24383956ca5531cdf21571b96769bfb3e4d1eda32036981a7ac1b8d1
MD5 8bfcd088ecf61514c95e3b8e1ff7b88a
BLAKE2b-256 df7a7ea7dd9da710598f3e11e18489887c080f55f856eeffeb2f40b9b2c1ad9c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vape4d-0.2.2-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 a5cdcc6223380d92c22b4b283e1ebf7b32c236024d78395c8a54818163deac60
MD5 8ade1907a521880911488a93e9ce39b9
BLAKE2b-256 b369f3ccc01cbe3f2025d185a352fa468e06cb6be92357520af104352e7f7413

See more details on using hashes here.

File details

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

File metadata

  • Download URL: vape4d-0.2.2-cp310-none-win_amd64.whl
  • Upload date:
  • Size: 5.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.2-cp310-none-win_amd64.whl
Algorithm Hash digest
SHA256 8fc58f30ee34fba10bb218106c417bcae6daeaf680688a01488df31f1232b86e
MD5 bcea150791277ca6cbdb29c16b53b89f
BLAKE2b-256 d7d922640b18b23ccc179021b10e50210c6720c6f8efe8947b0429aa5e2f6835

See more details on using hashes here.

File details

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

File metadata

  • Download URL: vape4d-0.2.2-cp310-none-win32.whl
  • Upload date:
  • Size: 5.0 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.2-cp310-none-win32.whl
Algorithm Hash digest
SHA256 ff97cccd236a056987f1483159b337502281503bda03c6610828095565922479
MD5 66596e28260eacc3228a005ef61c3dd1
BLAKE2b-256 67dfe8e2c107dd44c93b551c1a9be39ab3a93802e141dbc0bdfff9d440c7192e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vape4d-0.2.2-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 d8222f321539503baf29ac21fa73d416a9874a0e90270e66fb3ac1f6f89e3d85
MD5 3cb4f9c9dbbf6f833260671954fd3dc5
BLAKE2b-256 7002ad758523ede87f207a46d3e65920fbe8a0a17b67bc484c5760ca6e876c27

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vape4d-0.2.2-cp310-cp310-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 23ce67198aaad2f72449cb642351b823469d3c7574c8574ba5e2b9669fc0413b
MD5 be46371566fa7c99585ec619d4bed57c
BLAKE2b-256 0eaef4fd86fca78146c1e46aed753872efe43d7ef80ee8c93043f9a9b2db196d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vape4d-0.2.2-cp310-cp310-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 b070b3f0967f372fc82769d91ff256e872bb4a832b7b68394ec478ad30d816f0
MD5 fcb4fa1c1b174b8d28468f22c4a412be
BLAKE2b-256 8bbce8937940a72526511c5a48faeabd84712ac037ee1de16d912ee7bd941963

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vape4d-0.2.2-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 e595fec085cd7981d72adea67333930036e64de1a46dba502b896dc2ceedc21c
MD5 b095d49a24f1ad0600dac465b864af64
BLAKE2b-256 1167e183a5e205dd5e80bf8f41dc6ad608a42043796c0b6683117bf48c4c8663

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vape4d-0.2.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 fa575e091eeaffe7eede9cb834e2ef94b0fd9c3ba005b784eaf8da9dc6ba5474
MD5 34f2257392e6227a2a0fec0edb1e2c96
BLAKE2b-256 3d1eac270457735d57b08175be3f7541a7e807d7223ba00cb79da5caa3671151

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vape4d-0.2.2-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 3792616487393600b40d1a0209c7a6a79fa08c692b116255052f443734989b15
MD5 5d0b7dfecf3d7102b054ccf535c2bde5
BLAKE2b-256 b7739d446e107b8dd766d3d48638a183ee95378b22934dce85480b5c83c4f960

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vape4d-0.2.2-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 5edd366b162b8ea640c533f56f07ee77416e6d473e00111cdd8e638a8e307952
MD5 78c505b70570c317c43f2b0dbcddb1e0
BLAKE2b-256 85f7e749d96c286e6498dd7fb66d702b933e0b88e607a989bdb4a0322dfc98fc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vape4d-0.2.2-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 6d43a9ee626b77596a03bed9dc32adaddd9e7ace6b6a207d14be652732ae4edd
MD5 19756b3cbd9376ec996d9656dfefd243
BLAKE2b-256 d9a52dd9e3d909b96283a099a2d531973b0502194ed243118e79323e42c31059

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vape4d-0.2.2-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 fa57fcaea221252a5a8eb0c4da89562b9ed7e8df7574770a6efdf051992e26d3
MD5 18b120ab25b0bcc24249f1977ed2fc05
BLAKE2b-256 cd6321dbae17ee15f670c46859cbb81d216f238dad67b3367ae7dbe53ff437cb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vape4d-0.2.2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 5c47d6fcc052c6e0f4d249ffbde83683897506868d7dab5006539a46f5a1d83f
MD5 7a030f155d67a17d5184983504bbf63c
BLAKE2b-256 6f8ae9c39b9770673e8d01cef01fc5ea75ed7e3f27b2f3299d27d7f82d6fa365

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vape4d-0.2.2-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 8251e22c89927d81440f3d17f555f53ea741418ae67fe8363073231632310677
MD5 0f5d07066a7d677c33aeffb22d806f12
BLAKE2b-256 8c7935772a95e633f5cdbbf516f23b118fa5fce14c1b91acf21ec39f3ce988dc

See more details on using hashes here.

File details

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

File metadata

  • Download URL: vape4d-0.2.2-cp39-none-win_amd64.whl
  • Upload date:
  • Size: 5.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.2-cp39-none-win_amd64.whl
Algorithm Hash digest
SHA256 19ced8929e617700da5bedcb54dfbaaebb1d0ce5ccd71b03532b4daecad9669f
MD5 d17488245240e181152d06b85d04d044
BLAKE2b-256 3f480bf16eeae76e5ab59f1c3c393e03778ad071e983d37186cacef22d0dadab

See more details on using hashes here.

File details

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

File metadata

  • Download URL: vape4d-0.2.2-cp39-none-win32.whl
  • Upload date:
  • Size: 5.0 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.2-cp39-none-win32.whl
Algorithm Hash digest
SHA256 edcb7f8f6653c2da568188f4390f50520761c3baa6de11ffa9c53a2adcf6690f
MD5 5e624a38242f702749b9c4a35758c7b1
BLAKE2b-256 13160b44ba47c4124a0f7f00e438747e51b6e246fcc1ee1aa08025796d09df43

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vape4d-0.2.2-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 109ada5f00717aa103e19423ed3019985b095e488420ce625cdc5c89c70845c7
MD5 01bed47ec6f8a4f69e61af485d883ed4
BLAKE2b-256 1d46be87bc3066e1603db94e35ae34ba170b5ab10caca1d93de6a661953aafda

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vape4d-0.2.2-cp39-cp39-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 58730b65801ebc3f99cdd644b5fa5fae2efc9850bca427d1c30d0daa20fe18b8
MD5 fb69aa13ab2d6ab8c46c5c114dafa88f
BLAKE2b-256 4c2ec647a237713f8f423d1ff7088db1132fb984c967b6994119166f19ac9386

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vape4d-0.2.2-cp39-cp39-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 280150b2e5484400e7e906b5f3eacaf93a38dd6fdc24592ba7f33110147bfe78
MD5 64e6ce30408fd7cbe9ea973a6219e3d6
BLAKE2b-256 a87c8d7c19fbdf9fe4b8d14a17496d6c481454237474c16e1f1a3cfdf4d631e1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vape4d-0.2.2-cp39-cp39-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 6b43c79f0982961f2dbf07c600f784a06409cae16473e218e7ff2bc9eec59765
MD5 62810f5559dffff36bbdf74543696fe6
BLAKE2b-256 ecdf45a64cc596a50ce569d91a90c1a8126d99f446ab9538d9c8a7f14c30503d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vape4d-0.2.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 afb96487d535bdff739e29ae758bdfbb37c20a403a1a7b5ecf724d83e0c88f8d
MD5 3020ff71ff47d7c7374d0a4598f9134e
BLAKE2b-256 3cdfed013ebb5fee5763bc1fbbae01d7c18303e39ef139a0370af440a139d402

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vape4d-0.2.2-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 e6f37cb3c14f53cdc749cae8aa457c42752f5809123e82bfd5169f1c5f059347
MD5 171e559a55b02af184471060482218e2
BLAKE2b-256 633f2215ad8fbb7991ea1df7714c70b9558322fdbdc0db37932ed181cf6f6791

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vape4d-0.2.2-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 be2ba3d3627cb8812586c46131f937c82118e76aee40e281ef8c0e6f689f7ca8
MD5 d5a6872471f04c2ac527af3e9d6b077f
BLAKE2b-256 181901b074f42435066ea65226e4c3a646510942eee85e4e8e93dd9d5ed7dc9a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vape4d-0.2.2-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 c922971d28d7385d9cb58419a57d98cf8a16865375f8c89ea4fa26d795be413f
MD5 d9ee04409cc0ab973fbcc71e01438116
BLAKE2b-256 2b7e562ac48b387f04a2690113315a8f9710f2f8df46de6e4a6b26cea0c8e576

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vape4d-0.2.2-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 04a2854e335ac0366f3cf1a16a207cee9894233a23494e7a00a05c5dedaa06da
MD5 f10252390fca78835883e840b806a8bf
BLAKE2b-256 76bb59f11550bf168242ae44e7faea7546550aebfc2933fa751da65b88c4052a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vape4d-0.2.2-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 eee2236371df377f382ddc83ac18f0dfe561258879c08c4b99e16bdf1b1e7da3
MD5 626fe020cd2723914cae1829981adc3d
BLAKE2b-256 a2c769d32c636821c4aaad120f5a3c6d384ca12d298ed3289666cdacc6c5130a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vape4d-0.2.2-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 4671a6a7de5668231326ce5ee8fb249284ed81d1e7b029141beef812a0c9c5d1
MD5 c66173d86480e1afaeb48961c4499113
BLAKE2b-256 e907aada7f6a205e34fb818c4afbe52e9175f26d374a973cb34b52a06e32dd38

See more details on using hashes here.

File details

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

File metadata

  • Download URL: vape4d-0.2.2-cp38-none-win_amd64.whl
  • Upload date:
  • Size: 5.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.2-cp38-none-win_amd64.whl
Algorithm Hash digest
SHA256 db508df6b35d769d85b0fa782438853e6fd056afc32270f22e9c00ed9b44d06c
MD5 cc5551851c0a3e4ef6be090e78b14588
BLAKE2b-256 9c2f5d70481c3ed15555dd40d791153a18b016dfd0d618a2ca2405742e094b60

See more details on using hashes here.

File details

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

File metadata

  • Download URL: vape4d-0.2.2-cp38-none-win32.whl
  • Upload date:
  • Size: 5.0 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.2-cp38-none-win32.whl
Algorithm Hash digest
SHA256 72d90361e7f6db2bc59d5eabcabde9dfaef99645a0606672317cb82bc5d6b0cd
MD5 ae9803af0daa2b50687d513889443c03
BLAKE2b-256 8a1f2906c91aa131b1e44aa38bc9fc87deb438006f554f918e244da4b6592311

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vape4d-0.2.2-cp38-cp38-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 8804505cf0cf584542c941830d58d286facf504cc316394dc7e16750d7b77d4a
MD5 1fee89031b647ba1c680b1102a4fc5d3
BLAKE2b-256 084309c566f22779851ecf87ea5ab7c8758850987e4a3ddfe8687b795a6b456e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vape4d-0.2.2-cp38-cp38-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 147ec15ebc948d79ae1abddf1559b8d080dd9d731495d76286707e895f3114f1
MD5 c554d7c893083f57c7d9dccfbbc3052c
BLAKE2b-256 0cad9a01659d06b839954f520d01a43aac8664de6801ce0e6df04799242ae727

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vape4d-0.2.2-cp38-cp38-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 aea05586ea6f4b389156df855551601d7d0431139273fdc1a0cadcb6a1bad661
MD5 b96f31f1231e8821e7135246303eca3c
BLAKE2b-256 34976d9cc775309334b79882b744cc7970b837eb684d77e84ecab6f59fc23080

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vape4d-0.2.2-cp38-cp38-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 da530277bbb785d7d1bce47d34689cbb71e47f5c6b8b465d9b2336a1f2e8a81d
MD5 17ee764b166557bb6c5c3a1ae8b03b74
BLAKE2b-256 228b1cdd3a149f4624175b11da96e60687c395ff56d9d306ec9883ac76da6922

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vape4d-0.2.2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 6ca2ce2c1772b186f386c17fe1621623a80aabc47c176affc72b460efb1696ee
MD5 991018eb96ccc27d85b2cda89206a88d
BLAKE2b-256 7acc0614871902a4a0b09470d382a2fe5fda82ddd08afff9147bbc464cf52391

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vape4d-0.2.2-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 ce74c42f6a2cd64475f21d566dffecd95359d93849f47fc2f54b860dbeba6a30
MD5 e072ec55ece498e9b417d75562affe19
BLAKE2b-256 f7fda8187c47f89fd0689eb151e730b7abfd67b593f6178d567588afc7117243

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vape4d-0.2.2-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 b123b87133af210c73e176624c0ac92c00f71806bc009212b149838f7ca1a81a
MD5 c65e27ec774437a95ca77e273f67a813
BLAKE2b-256 4281ef3e3591dc0a237e4d3e2dd953198415ef8e0ac9b5eab3465f940e4459ec

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vape4d-0.2.2-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 82e69494ba2302b9867bc6729770ed2b1ede32878bc769fdc7fc526ea64836b9
MD5 dfe8c623af15598d83a899ae58c317d1
BLAKE2b-256 1c8df85a2ec8b0cccf95d50a90ccd88d1d00f256937534f3a62a951cf4c0fc52

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vape4d-0.2.2-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 b58355257ffc5977aec6da21469861b7d8ceb7ed7929a7ebf2d8715283ed2960
MD5 9b53208c410e0c7e8f8c126b40f14319
BLAKE2b-256 ee5aea5f1bca9b538877f2026d2914865603326b76857a4a240148ee34a0d79e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vape4d-0.2.2-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 bfc55f4d5e75e665113edb7d82e7da7967020db417a6c7f27fa14b8ccba669a9
MD5 cd79f2e991501a08b5bf72ca393f5b17
BLAKE2b-256 bae6ba185b23f1c3549d83afe243e68b2ef1603a749d933928e6bf73c47d8230

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