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.3.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.3-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl (8.7 MB view details)

Uploaded PyPymusllinux: musl 1.2+ x86-64

vape4d-0.2.3-pp310-pypy310_pp73-musllinux_1_2_i686.whl (8.7 MB view details)

Uploaded PyPymusllinux: musl 1.2+ i686

vape4d-0.2.3-pp310-pypy310_pp73-musllinux_1_2_armv7l.whl (8.7 MB view details)

Uploaded PyPymusllinux: musl 1.2+ ARMv7l

vape4d-0.2.3-pp310-pypy310_pp73-musllinux_1_2_aarch64.whl (8.6 MB view details)

Uploaded PyPymusllinux: musl 1.2+ ARM64

vape4d-0.2.3-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (8.6 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

vape4d-0.2.3-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl (9.2 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ s390x

vape4d-0.2.3-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (9.0 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ppc64le

vape4d-0.2.3-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux2014_i686.whl (9.0 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ i686

vape4d-0.2.3-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (8.4 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARMv7l

vape4d-0.2.3-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (8.5 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

vape4d-0.2.3-pp39-pypy39_pp73-musllinux_1_2_x86_64.whl (8.7 MB view details)

Uploaded PyPymusllinux: musl 1.2+ x86-64

vape4d-0.2.3-pp39-pypy39_pp73-musllinux_1_2_i686.whl (8.7 MB view details)

Uploaded PyPymusllinux: musl 1.2+ i686

vape4d-0.2.3-pp39-pypy39_pp73-musllinux_1_2_armv7l.whl (8.7 MB view details)

Uploaded PyPymusllinux: musl 1.2+ ARMv7l

vape4d-0.2.3-pp39-pypy39_pp73-musllinux_1_2_aarch64.whl (8.6 MB view details)

Uploaded PyPymusllinux: musl 1.2+ ARM64

vape4d-0.2.3-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (8.6 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

vape4d-0.2.3-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl (9.2 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ s390x

vape4d-0.2.3-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (9.0 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ppc64le

vape4d-0.2.3-pp39-pypy39_pp73-manylinux_2_17_i686.manylinux2014_i686.whl (9.0 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ i686

vape4d-0.2.3-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (8.4 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARMv7l

vape4d-0.2.3-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (8.5 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

vape4d-0.2.3-pp38-pypy38_pp73-musllinux_1_2_x86_64.whl (8.7 MB view details)

Uploaded PyPymusllinux: musl 1.2+ x86-64

vape4d-0.2.3-pp38-pypy38_pp73-musllinux_1_2_i686.whl (8.7 MB view details)

Uploaded PyPymusllinux: musl 1.2+ i686

vape4d-0.2.3-pp38-pypy38_pp73-musllinux_1_2_armv7l.whl (8.7 MB view details)

Uploaded PyPymusllinux: musl 1.2+ ARMv7l

vape4d-0.2.3-pp38-pypy38_pp73-musllinux_1_2_aarch64.whl (8.6 MB view details)

Uploaded PyPymusllinux: musl 1.2+ ARM64

vape4d-0.2.3-pp38-pypy38_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl (9.2 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ s390x

vape4d-0.2.3-pp38-pypy38_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (9.0 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ppc64le

vape4d-0.2.3-pp38-pypy38_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (8.4 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARMv7l

vape4d-0.2.3-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (8.5 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

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

Uploaded CPython 3.12Windows x86-64

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

Uploaded CPython 3.12Windows x86

vape4d-0.2.3-cp312-cp312-musllinux_1_2_x86_64.whl (8.7 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

vape4d-0.2.3-cp312-cp312-musllinux_1_2_i686.whl (8.7 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ i686

vape4d-0.2.3-cp312-cp312-musllinux_1_2_armv7l.whl (8.7 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARMv7l

vape4d-0.2.3-cp312-cp312-musllinux_1_2_aarch64.whl (8.6 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

vape4d-0.2.3-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (8.6 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

vape4d-0.2.3-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl (9.2 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ s390x

vape4d-0.2.3-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (9.0 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ppc64le

vape4d-0.2.3-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl (9.0 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ i686

vape4d-0.2.3-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (8.4 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARMv7l

vape4d-0.2.3-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (8.5 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64

vape4d-0.2.3-cp312-cp312-macosx_11_0_arm64.whl (5.3 MB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

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

Uploaded CPython 3.12macOS 10.12+ x86-64

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

Uploaded CPython 3.11Windows x86-64

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

Uploaded CPython 3.11Windows x86

vape4d-0.2.3-cp311-cp311-musllinux_1_2_x86_64.whl (8.7 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

vape4d-0.2.3-cp311-cp311-musllinux_1_2_i686.whl (8.7 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ i686

vape4d-0.2.3-cp311-cp311-musllinux_1_2_armv7l.whl (8.7 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARMv7l

vape4d-0.2.3-cp311-cp311-musllinux_1_2_aarch64.whl (8.6 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

vape4d-0.2.3-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (8.6 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

vape4d-0.2.3-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl (9.2 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ s390x

vape4d-0.2.3-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (9.0 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ppc64le

vape4d-0.2.3-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl (9.0 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ i686

vape4d-0.2.3-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (8.4 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARMv7l

vape4d-0.2.3-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (8.5 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

vape4d-0.2.3-cp311-cp311-macosx_11_0_arm64.whl (5.3 MB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

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

Uploaded CPython 3.11macOS 10.12+ x86-64

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

Uploaded CPython 3.10Windows x86-64

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

Uploaded CPython 3.10Windows x86

vape4d-0.2.3-cp310-cp310-musllinux_1_2_x86_64.whl (8.7 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

vape4d-0.2.3-cp310-cp310-musllinux_1_2_i686.whl (8.7 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ i686

vape4d-0.2.3-cp310-cp310-musllinux_1_2_armv7l.whl (8.7 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARMv7l

vape4d-0.2.3-cp310-cp310-musllinux_1_2_aarch64.whl (8.6 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

vape4d-0.2.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (8.6 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

vape4d-0.2.3-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl (9.2 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ s390x

vape4d-0.2.3-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (9.0 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ppc64le

vape4d-0.2.3-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl (9.0 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ i686

vape4d-0.2.3-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (8.4 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARMv7l

vape4d-0.2.3-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (8.5 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

vape4d-0.2.3-cp310-cp310-macosx_11_0_arm64.whl (5.3 MB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

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

Uploaded CPython 3.9Windows x86-64

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

Uploaded CPython 3.9Windows x86

vape4d-0.2.3-cp39-cp39-musllinux_1_2_x86_64.whl (8.7 MB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ x86-64

vape4d-0.2.3-cp39-cp39-musllinux_1_2_i686.whl (8.7 MB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ i686

vape4d-0.2.3-cp39-cp39-musllinux_1_2_armv7l.whl (8.7 MB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ ARMv7l

vape4d-0.2.3-cp39-cp39-musllinux_1_2_aarch64.whl (8.6 MB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ ARM64

vape4d-0.2.3-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (8.6 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

vape4d-0.2.3-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl (9.2 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ s390x

vape4d-0.2.3-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (9.0 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ppc64le

vape4d-0.2.3-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl (9.0 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ i686

vape4d-0.2.3-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (8.4 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARMv7l

vape4d-0.2.3-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (8.5 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARM64

vape4d-0.2.3-cp39-cp39-macosx_11_0_arm64.whl (5.3 MB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

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

Uploaded CPython 3.8Windows x86-64

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

Uploaded CPython 3.8Windows x86

vape4d-0.2.3-cp38-cp38-musllinux_1_2_x86_64.whl (8.7 MB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ x86-64

vape4d-0.2.3-cp38-cp38-musllinux_1_2_i686.whl (8.7 MB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ i686

vape4d-0.2.3-cp38-cp38-musllinux_1_2_armv7l.whl (8.7 MB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ ARMv7l

vape4d-0.2.3-cp38-cp38-musllinux_1_2_aarch64.whl (8.6 MB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ ARM64

vape4d-0.2.3-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (8.6 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ x86-64

vape4d-0.2.3-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl (9.2 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ s390x

vape4d-0.2.3-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (9.0 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ppc64le

vape4d-0.2.3-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl (9.0 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ i686

vape4d-0.2.3-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (8.4 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ARMv7l

vape4d-0.2.3-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (8.5 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ARM64

File details

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

File metadata

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

File hashes

Hashes for vape4d-0.2.3.tar.gz
Algorithm Hash digest
SHA256 7bcf928ef0f475adeb22be66e4aa1574fdb2900c5ab8b30a33a8c099e1b4b727
MD5 2b5650386cb6edd0ecbc1277c81ef085
BLAKE2b-256 1af014e9d895bda8332da5bea017038a08a7f21070bd92cd89c5425c666accb9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vape4d-0.2.3-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 dc0ad7f48d3b077294c7a0edf6f7703553a3d9a76181b7622493b3fa1be24c0e
MD5 bf088c4871efc3676231cf857fd784e0
BLAKE2b-256 11ade3ff0e04580fd81768cc0cbf79006e74c1ba90d991c395d8fbe954a47acc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vape4d-0.2.3-pp310-pypy310_pp73-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 131faccc54211b878b92ff85d64ab00c8021050bcae28f7f8425dc15f16e5fc3
MD5 a299fe9b3d74e384a488d3b6f8e7b27d
BLAKE2b-256 6f628744dcc9c36a0f21ceaf9b31dcd431690afa8ea03522065103ee6e55bb24

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vape4d-0.2.3-pp310-pypy310_pp73-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 13f72d7f12d37f10954c20b13c01bb61d31dd51694f4dd3921acc0b298344b0d
MD5 05d7754658976d0ed1b3bbedff6572f1
BLAKE2b-256 2d46c6df792e6b0c8184cb800fe80d2b753057667ac8d420922b930168c46f38

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vape4d-0.2.3-pp310-pypy310_pp73-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 52423f0b59a223466aa6b6b427fc3d5f1732f7078a9553fc000a6da9968738ea
MD5 d80c3f6a915e2cca2fcf5fa9646e708b
BLAKE2b-256 ce442bf78d376b530d5588586c503ca506cd20e619e6611f0d4fc6bbb22cb9f3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vape4d-0.2.3-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 ad1d675f365271045202e3bc87215779721ec100b6d8b1ea7c14af2c351fbd6f
MD5 283a4148f85f2ab034f14e26c7005ef2
BLAKE2b-256 0f94d2354e4679ebd8d0bc1e8b4a0c0a9039477003eae93c3bf4281c1afb4932

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vape4d-0.2.3-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 457a87f8f92aa4f84ad97cf8387023635c5226d38555eaabc097706e58e5cee1
MD5 0fa86040b1a0ce7a41eadd56910c5b7d
BLAKE2b-256 95c54389625650da633169be060bc12309dfdbbc302f0f23b04d00b4491e2aa9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vape4d-0.2.3-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 952a341dada7498c99dad64006321d47e25ff6d9efa519367c79a168bf7a853b
MD5 b16b3f2b490af824689a697a145558b5
BLAKE2b-256 0161a2a985df395ee96cc9217411bd7bae358d5dcd9a74349d95a7bfe848d36f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vape4d-0.2.3-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 44deafd2a8a96361012bfee3e90cacb73556ca0f620694c28828bea7e7f00820
MD5 25fdab3bfe2497e85f353b7a0bc8df22
BLAKE2b-256 32d9be7f8959009ea924a5843ad94a3897b04c3111bbf4ecff76a6e7eb8a1286

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vape4d-0.2.3-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 914ccd4c785997144e1c4fb5ed758b3a3bb9b77708d533c3fa854e196eedf6b0
MD5 d43fcc4ed289feb8de425670822a93f4
BLAKE2b-256 25f5e5dceab196d874f2e7d52439bd056b705e69af9f8a3512089c417e80788f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vape4d-0.2.3-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 2bf34d4506ed6caca0e804a09d50867367e6c6f29b92cea23873e19bc5d76b79
MD5 7e9d2fe099b523e0eeaec8c2b8dc287c
BLAKE2b-256 cb774d84c64f7aee43eee8589da9d8f53e3adb380b99cbb67aa9895decf04228

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vape4d-0.2.3-pp39-pypy39_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 25f6dab6d379f722d56fb00bb0322b5775780d3948a053024f4d7192edd5f01d
MD5 ab1b9055e46271e96b3f22f8695e06d0
BLAKE2b-256 3d3203bc9271596804725d92c92554a3915abab3445c1bc60ef222ec7db89df8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vape4d-0.2.3-pp39-pypy39_pp73-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 c288e670c352ac41806908d0655f21f042c0871a63e680485520fca53bdfda44
MD5 86410c8a62ce54a2db59aee6b3236324
BLAKE2b-256 73c9b8231f496d9729e05323410c528c3bf18f7dd59985a262fcf236d255a426

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vape4d-0.2.3-pp39-pypy39_pp73-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 f65fa3b770b3560c42e8fa38371411a7d8e45081b8c72b710bac70222748812d
MD5 1940ee25c185030ee327b9f1f9ef59bc
BLAKE2b-256 aa04dfb5ac5c3754a8d32c4127ba89a658a636c52af149e93ae45c75b0a86da4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vape4d-0.2.3-pp39-pypy39_pp73-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 0c1a4969dcbaeaa156a564bd94a2ce3bee483ad5a6bb4ebe6491ffad58da8293
MD5 6a5232f13c2861670aa4c57b71625cda
BLAKE2b-256 27ae5da53aa6ad8f57475197012a037b6b82a3525354ab1584f0b573e764a6da

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vape4d-0.2.3-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 fafc543569542f2074386806217bffec3506a6524bff4b82d05c0760a0b7d337
MD5 214126b3debab5fae90335f4097c06cb
BLAKE2b-256 b588b3d7bab40e463de221a07ecfde307545974fa5d0db9b02097b6833e6ead9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vape4d-0.2.3-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 50b2c8f3f8c47f4d7fc5b869c4be8221a2b8f2507b06ff8e68581ea561025d15
MD5 a9de66273937eb9d544dc85db788d8b3
BLAKE2b-256 7c5db645454aa1cb41409a3224a1b420f8e15403087e10405ea28594d480a0c2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vape4d-0.2.3-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 c9eb51d8f0df5d9ef7d8632def1bc0e0ea4088c0bc82d0ee537fa4d16823fcea
MD5 15ecfb0d3aef71939af6f6e70d41ce44
BLAKE2b-256 e2c79304778b4fd847503ec264deff9db70e81e1fd80686e30acc0fcfb5569a6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vape4d-0.2.3-pp39-pypy39_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 ba7bd7fab1cc05d9a79839fbf8c9552870608d93099c73553251d91c47bdf0bb
MD5 51e6de1788db6ed415bab7eb6cff80c4
BLAKE2b-256 14291bd491d10d0953a19774b664f28093f0b40693a3ba0bbfcc848a3c0e34a4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vape4d-0.2.3-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 daf89e3af20e90ad18a51f524e52353210352d457a62852bf244ef09495af2ff
MD5 227276ea53ab14d3ccdfdd62e6eb5818
BLAKE2b-256 85d823e9f046042918355e9956ea106f76b8c4645285cda8494cc5c55e2e99b1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vape4d-0.2.3-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 d7d6139480cf1d766d3db8b21f3a725e41aaf579bcc7e224ef8a1b4cc5e7959b
MD5 bfcf027958d065d20a37293b41bcb0f8
BLAKE2b-256 1e55f63489a38b990707ed63719d9959c2ce225fb73ee0eebacf1b7bf40eaaf3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vape4d-0.2.3-pp38-pypy38_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 bafccc8f5db7dc313d3090a447d6823104b8d4f12ced35c18d73f195c81d18da
MD5 e579afab1459e13ee8fed5634cce1ac4
BLAKE2b-256 785168acf65e3737bfdf5ec8bc390817c4a430ee7053b98793318fa2d6b646d1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vape4d-0.2.3-pp38-pypy38_pp73-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 060420756ec782abf3e11eaef3e913d7b865f4885c83a460470e9eb7d2e1eb84
MD5 c962e62fd2ae91fdb02e8516bf1a9e2d
BLAKE2b-256 55068058b4be263aab20ae7846feaa218ac01e931406fe0a2540d42b7c8174e9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vape4d-0.2.3-pp38-pypy38_pp73-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 9544dfcf1c6ac654a894ae72e03d46217615f9e90357a5eba92b1f64ce431e87
MD5 fe76118508ac4f151dee98fc03f6c295
BLAKE2b-256 d88598e8dc0d3658f3bacf359de61dffdbf02a89420ff776d3fa67fd7e704bb1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vape4d-0.2.3-pp38-pypy38_pp73-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 66271c63ca56fc2458032b36e92a58bffba11eaf08da2825a5d1e0f15e04e667
MD5 caa1ac712184a7274e3e6b7bef577bd6
BLAKE2b-256 dd5008d8a0439ccdbb2f7ee0aa1f34653c98e75f1a045fef7b1f83cdc5828747

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vape4d-0.2.3-pp38-pypy38_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 4017c209f278416ff9207748570a3ee274a0c28a2b031144cca2e2e4f2956e27
MD5 2c7be40186f2cb58474070f6059b2243
BLAKE2b-256 6feb314d60af1b167e9f8742c3bb7cee8eb4048926b01d04cbcd9fb8889ddb9f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vape4d-0.2.3-pp38-pypy38_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 379931e9fdd4606df56e753b200720630b273bd98e6f906bb1907ec8e78c1a7a
MD5 6ddefe24b769ff2a1e70e20a856d9d3b
BLAKE2b-256 e993c19a8f43875d30b42cfd53d8e498764cc9080296ae5f3a67649a8b4c7cb0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vape4d-0.2.3-pp38-pypy38_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 776953fef28990dd9093a26db4b3efe4c45b0153c1704693950d4ede270498ad
MD5 7d85bee4e624d0f83ec57431c72d9aca
BLAKE2b-256 6888f1f7a2eeb2ba810b17b954a974cf8a667631e994d7c5146cfe097718f8b1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vape4d-0.2.3-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 0b0725a9a0859980d446cfdc38526c1ae35272194421c5eb3717b0defc6ca84c
MD5 b626e4f7a6724de1cc8d600b29e93512
BLAKE2b-256 5f754f25b9d6be79ffa0a62fa3188827c9fa2d8f4fd5706dd29034d63603043a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: vape4d-0.2.3-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.7.0

File hashes

Hashes for vape4d-0.2.3-cp312-none-win_amd64.whl
Algorithm Hash digest
SHA256 2e76b55b5deb3e22b455424120e8d6a98d1865dc006fadb8c9ece3eb7f283d44
MD5 6335ee40140b139f2fe3bd115292ddcd
BLAKE2b-256 08951686434c3be4ed3e3efcc3dea6ca3eac927b7387650d521e988ef28d115f

See more details on using hashes here.

File details

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

File metadata

  • Download URL: vape4d-0.2.3-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.7.0

File hashes

Hashes for vape4d-0.2.3-cp312-none-win32.whl
Algorithm Hash digest
SHA256 6b51c253cb847c169570a9ae19a0b85ac2e2dfbd95cb3e4fb7bd95f073f17d47
MD5 7fc39a193ecd01a37ba9b25dace66458
BLAKE2b-256 6a071f6be80c5e4fb6d24edc51d980c68ede5c743b3bb5c25af710a325f17691

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vape4d-0.2.3-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 1098d429c42075286b05ecfc6b6a32c2a8c7787584e94353139a086de39b5933
MD5 e5a6335e95ee4572dbf4e79638e887fc
BLAKE2b-256 e01e696ee3776bfdb86603591e10a7494750d8d40fe04541f6411f67351a2127

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vape4d-0.2.3-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 949a9d2b9779db0a66de7f92d0cd9a771e0a31a9048be5bb7d828f69290adfc3
MD5 f2264c92b7ac22fe7263e5f0afc433ed
BLAKE2b-256 5d6725c573368977080cb5fb6263d0188f8e45d5bd329b4cb19b12e68da4e56c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vape4d-0.2.3-cp312-cp312-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 c6d26928effb90bfc8d62d476af586ab2b4aae94ba57a9e7a0dc05ba0c8b10c5
MD5 788c344d262e1db5dd8a42a92f438f97
BLAKE2b-256 ba2f93b5dee4705933eb9af12eed626adef762e172cc5b9fedf5dc9a9966155a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vape4d-0.2.3-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 cfb7b1eb362bb45ffe8270e7952893c89245838920bafc0ae0f6d1a67cc29aa6
MD5 07962e671b3f0562e18ca6344a036702
BLAKE2b-256 8605ffb3ace0be8b0a12e85d10c170b7107f89de0920150d971c708e78da9b2e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vape4d-0.2.3-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 0744d39b5ffca01f3ff65b4e34d55e1817ca26cc8d68e5b66947f9da29d42d56
MD5 c6afddf9d9ecdb0472b7c9b906edaa6c
BLAKE2b-256 72bfaac4833890e08f3bdc0d916de0bdbf67aaf4d8525912833c5c0b4e273573

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vape4d-0.2.3-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 64130d386a0f114ee3f18a28cc6c2f21d3b930510eab08801ebe750910f00697
MD5 ca681b0b882a97b53da07a1c3e51c6a4
BLAKE2b-256 02067c99125c767544063362293e72ef4104fe0819fdc2903de17cb725beba6a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vape4d-0.2.3-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 e6d8d47522beb1f9d6be4b447c520ac6e36134476a63fc645c6e604a54dbe27a
MD5 4e4aea15cee5bae2022f8a7cad6d64bc
BLAKE2b-256 2c6902f3118934ffc6c3fa23094352fe7867b10e26ee84dee44017e96eacc0bb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vape4d-0.2.3-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 3f0beeec9da0eb38ff2eb4e099100a069f3b0105f4359a271d1d0e3dc09597b7
MD5 dbf76969af8a07749e5a73d983c61531
BLAKE2b-256 fb32fabf846dd3ab9aeba3defca6c1e67a4a0ada07e36351cb6e515b6bd65517

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vape4d-0.2.3-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 edc0e36b0e692d5edba0afa65de755b822970543fedd03cb43b2f506d032b60c
MD5 37a9df355a4d633ae3c485e0dc8d7979
BLAKE2b-256 4d60133a025ba04ccf1d8879de124778abca1032071c3bf9aef3631f1341f911

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vape4d-0.2.3-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 710a7ed738852c6eecd159ec40a6bc6730a4742364678eb15c5ecf74712143db
MD5 1e076fccba70df5e596441065a8c1fd3
BLAKE2b-256 ba48ec9464bf103f019ef352a446859a3ce7e50f9a5372c7349efd1a35c5472b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vape4d-0.2.3-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 956b8c252a02df055439019720e3c4c195508ed1a7c542034b5975e747565d65
MD5 007c5bc98477e690feda1b4a73ba2bd9
BLAKE2b-256 7f33d0dea6788c1133cd2763219c4b45e9f9cd874a14e4040de567fd102463cc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vape4d-0.2.3-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 9a662ba48064147fdf2ffe89acbdd1d6cae9daace80dc9a40086e7ac90aaa5d4
MD5 1c255216dbabc67230c645849bddfe33
BLAKE2b-256 bcf2a581910596b7e7674f8ac07481161fc7969fdb138cf9ed166dfa917e65ed

See more details on using hashes here.

File details

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

File metadata

  • Download URL: vape4d-0.2.3-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.7.0

File hashes

Hashes for vape4d-0.2.3-cp311-none-win_amd64.whl
Algorithm Hash digest
SHA256 23dd86afda5775e4ea697e5c01445e33a3fc9698706331afcdf3253b810ddd3c
MD5 554affd7b2768dd45c1423139d830475
BLAKE2b-256 ccecfd10fd4fdc78fa4605edadc3d5cc7a76ff0a86f6f2408f38b2fd86ab9c6f

See more details on using hashes here.

File details

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

File metadata

  • Download URL: vape4d-0.2.3-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.7.0

File hashes

Hashes for vape4d-0.2.3-cp311-none-win32.whl
Algorithm Hash digest
SHA256 20b869dfab720bcdf91102e632017dd123f42108cb6d7517a51e639e539b0c73
MD5 73b6bbc5bd602db9b14223038c7b7356
BLAKE2b-256 6a5f24e73d2c215901b516757f1cda468de92f51038d8d4669c21b4b60ff809c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vape4d-0.2.3-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 aa1e715c50bda84acdc0c21638865d1b02ca476e9ebe89d19251709b372d8c6e
MD5 648d0ad04485d45a19c119823fb971ab
BLAKE2b-256 9fbacb2649ada88b300cd57ecca459025a6898fffe89e4d37d4e1e3951d1108e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vape4d-0.2.3-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 fc4c5df54f7e40048d5e159815b90a41b04927b06102b3df2d5faa3eae961230
MD5 816a3e5677f2c29536d76fb85fee97b0
BLAKE2b-256 b9ced27297d7b4718e85bcd22b03b647ccad24bdcdc603236ecbe2d90c0b2cca

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vape4d-0.2.3-cp311-cp311-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 5cc7e453b63f0e3e201e8c279b5f607877e843d870b0a6f7bb5bf31925d154c0
MD5 1f9a3ecc7bb8a05d742cefe6cb5a79f4
BLAKE2b-256 f8fd9c3d0c07b5bc3851ad7fe9c544c3c51d234dd7614ac321b0d227fefc3795

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vape4d-0.2.3-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 4874144c003529c1ec823b9ab49abf9e0965ba26eec2cb95e690cb28ba9bb5f7
MD5 89ab36d0ca30ad297f3ba8558b1f346d
BLAKE2b-256 949a250d063a3621a5c02a3a428c1aacadb727d58762bcbcb52180a1e004f933

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vape4d-0.2.3-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 a863fc965edcac31e0a4f42ec695c2b2e5d59f17424a21ddeee17090ed5f47ae
MD5 aa722fb6f21e4865971a4af8e3eb2f88
BLAKE2b-256 b2d459101d477cac9c61ab702fdc8c83fb4373a8a47347277281a294739641ec

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vape4d-0.2.3-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 9c202be2ff77c2bb7717217eba6412ca7dbcb4f250d59480d748b95db4ec5347
MD5 ada2d29517b134715b31a518337dc959
BLAKE2b-256 0700b696bbc77852cc8c2c312b91aa0fc0aff76f3f432fe3bd21c7f380893efb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vape4d-0.2.3-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 88a59fde3c41214a07854a5307e9bfa0e5a19e3942c16bb300b1c0ac23dc5a69
MD5 eafc1c8d2676681b1c3cd721f184be1a
BLAKE2b-256 3d5af1b94c5a4cd9e956c5e9765b8430770d875d4dd8eebdfc4a11894489a5f1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vape4d-0.2.3-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 67bae1f5561bb5074060e5abd82b2b1eef1168eb5461ec13f0ab2013eed50ab7
MD5 06c9861ba3784eb95e88042a22051160
BLAKE2b-256 68774a073f33b527ebd5c0c9c128d7662f5f639d9dbd6b902fb125a56698ff19

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vape4d-0.2.3-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 75e9683e6f1754daf57789f7f6f6fc3dd93c71638e0d705bcc19e8957fe43824
MD5 3ecb23981759eda9cae41fc636bcb259
BLAKE2b-256 dee18c37bd3a848dee5ffc9ec247e82acf830ebd20dceb7ec4257c9a0edbe270

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vape4d-0.2.3-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 973c14ead2d9639367941f668db969d3ed5f5effe682cfc17dd0c45d8e9e9b1f
MD5 88e59383f8914f362b95547952afbea0
BLAKE2b-256 7f536f3848ac7217c21c3202eabf70df5810f4b3c0171ed36b683aed92cd7217

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vape4d-0.2.3-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 d6415b3653824c50e8d65f32056582ada2ea51e056051be2ac7add8ddfecc864
MD5 c31a4eebd30738492c06b6ae4043cdce
BLAKE2b-256 16446d144d357423ca51a9b693bfe1fa61480363b8d0068e7586b1bf700a35ed

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vape4d-0.2.3-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 f7a43820614621f590c8aebc2be3c3e20a42ee355214268ce1696f13c25993a5
MD5 7b296dc7c8f19420092f1a4795ff66bc
BLAKE2b-256 9c44376d7f1ab0c464a139b523d11f7a937c453c6ad0ba4eb8c458de67d0dd7b

See more details on using hashes here.

File details

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

File metadata

  • Download URL: vape4d-0.2.3-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.7.0

File hashes

Hashes for vape4d-0.2.3-cp310-none-win_amd64.whl
Algorithm Hash digest
SHA256 0248d28898a9b6d4c4591c2498470ae3bcf8ef627501a6e6396437d7f3dde60b
MD5 e57d80a9779d79cb0766b56e0cfefc2a
BLAKE2b-256 5859aec1c1a043141b1bbd208b1a08292d9c94cac06b7184f791ff2f41b36f6e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: vape4d-0.2.3-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.7.0

File hashes

Hashes for vape4d-0.2.3-cp310-none-win32.whl
Algorithm Hash digest
SHA256 9615c6753b290a07e9595f70202671994d5f2f7d085a11d65dc27fffb479d80e
MD5 f3fe0d7970ee3fe9e7396d1dc708cb77
BLAKE2b-256 017a8369f2fd5d3fa8e8b860adb0928d369ecb1e8e95e1ea65464360b82a2d86

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vape4d-0.2.3-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 70b9ed46213b39e71ef1a7a53c91e5635059eb4f0be6bcc15a8ae4cdc5636470
MD5 09071df7866a1bf5b41808cb05a63ea6
BLAKE2b-256 a80164698fb1032176cae23009b4fd0300de43c6df4dabcddd4615d33539f8d2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vape4d-0.2.3-cp310-cp310-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 9efa4ea66dfe0a3d29fbdb92aa241a26980d74918bc5b1432cecd23d67b6ef12
MD5 3ee190394a92bb37d0c57eb8efe7ae72
BLAKE2b-256 f30a6e877f0377f66fe9f2846c36daef6b1bc5d8c85b7f27bc85be3cdfbf2eed

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vape4d-0.2.3-cp310-cp310-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 b61ce79ff40a3d14926cf16b5d375f4b2b2ef909ac8d7e5e7f072a677dc0ce43
MD5 479c63095be20b35010c4ca5e5cd6db5
BLAKE2b-256 10081da176061dd3702c40d7ee0a2b1202ec6b6dd860054b84264c9455417db4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vape4d-0.2.3-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 f8629a61330cf72a482a86cd1312eda1142a62c324f3954e81b1a02ef8b4fdda
MD5 751a50462324c14096b9c4e7252eed56
BLAKE2b-256 ad1fab8d7c582e12c8d3458f33a2a160fb121b149638bb39b0e154b32823806f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vape4d-0.2.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 207d7656e012709903f6c351bfc0775dc341ff25c9c617400dfa4b503416cd6f
MD5 c073d519f72b2268f4e02c1f15b73260
BLAKE2b-256 f5d092d2a0eabceb9d6a0e4845793f212932dfd610602eff62826f5aa7a1b4c5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vape4d-0.2.3-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 442377a110134ec7c0e01d35d83e98ae43a4fc701ace3e23f5b5dc97d9e3fd53
MD5 a2e11c324f20c7c89ed2f17f397f7a80
BLAKE2b-256 a3c13c58ce2d9edb03fd696952fbe8e56e6ce8347211b4589852029ab6efd6bf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vape4d-0.2.3-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 d2d86b6470c0b0c7abccd38e1ec49c819c0bfff5a63fc66643a7a5e097bbd7c9
MD5 c50cb1c541023421348dade50f21af21
BLAKE2b-256 0ea9acaea9caa34940b0400c517056ba087544465b779166de54ab40eced3229

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vape4d-0.2.3-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 8b3de064c1c441782da477b593cf9afcae507888554152f6d7f43ec1400dd247
MD5 2c9094e3ac6348a4b1191cce95ec729a
BLAKE2b-256 465d761294af43414bf25a1a9ee35ab6a7c85f9be7dbd6974c6d3d2f97c18996

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vape4d-0.2.3-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 de9755a3531e265d9d838019542faecfbd964432af56afcaf4d66f5a146f7d5f
MD5 0b6be25bf3d1373ead6a226b8a88927e
BLAKE2b-256 07c1fe44fafff6a0a0efc90a68abaf435f32fd91072955fda9529a9de66f9cae

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vape4d-0.2.3-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 cf8e37f81b3d57d3fceb36bbd0308b1c24101a062ab6c3767352a0db1cb7356e
MD5 bfd0b182017003a67b4b4f5391f59b07
BLAKE2b-256 8eb8ec2ec7937ceb7f6278b705af87ff747b1de836ddf54d4b923d2faf102341

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vape4d-0.2.3-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 d0221ce9fc264bca9a696d8424ad7222ceb5b61e03f7171237fd5148e0ca8f8e
MD5 9e3bf64c719d2f0820c60aac81b94a93
BLAKE2b-256 f75666f6fa95a3302988238bb55104b83daf717c844ddaac3af76aefff5f6ddc

See more details on using hashes here.

File details

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

File metadata

  • Download URL: vape4d-0.2.3-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.7.0

File hashes

Hashes for vape4d-0.2.3-cp39-none-win_amd64.whl
Algorithm Hash digest
SHA256 c1d8b50c347c682cfeaf5519e17ab723041afa29b67d43f7c8cb1e7c861f9d77
MD5 7ecbf3918f778a02b1372cf72bb15656
BLAKE2b-256 4c5e4358d6899c4ed41c7bcd76e8ee57a8b6a2562c561d57e1ec09ce31ffc3a6

See more details on using hashes here.

File details

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

File metadata

  • Download URL: vape4d-0.2.3-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.7.0

File hashes

Hashes for vape4d-0.2.3-cp39-none-win32.whl
Algorithm Hash digest
SHA256 d47526eeb2d6dc710150bc7dab18e6242215b2e2c824df07f70d08c7de1cc37a
MD5 3af025ad1c1171623dd0655b65c1999c
BLAKE2b-256 dbc879a838f0ed631f3867dd7095efe76512207f78f2c73a8bfb0dc50817f111

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vape4d-0.2.3-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 fc775417c254f115252cd18cb5eeb26abe28f54d5ee663f59bdbef382ef3139d
MD5 7256b5006acde4e8cfa8b40007ff6610
BLAKE2b-256 e040d473340e77d4318f04ece6627bd02d8aad6db112be88f3315f02f6b0e41c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vape4d-0.2.3-cp39-cp39-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 a26e8ff74cb83f31cbf2fab7b22f36e10e1bb507e45abc8af627037e924ea5d7
MD5 654b96b3481c8683a0027e588dd8f2ad
BLAKE2b-256 00243d7f72e4e30aeb92af8ce3a78e2d48861840577f9fc025eeffbcdc697979

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vape4d-0.2.3-cp39-cp39-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 0aa1c2408d2bf42127a4daa8986b63685bb8824c5aef22710917af8908b10153
MD5 84b04d31e8fad55e5341789a34318d71
BLAKE2b-256 ecd4d0842df0d274d2bccac1a9832621b379bd1e0f3021c4f7ee9cc638d7f341

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vape4d-0.2.3-cp39-cp39-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 789dc3f0f9ac1df65b1c2a0a72f7ad2b5caa2b6693d764e675640e62b89d3ae0
MD5 84642fd1cc5d72ad13773d7cfd9454d3
BLAKE2b-256 658dd5bd9e7461c413e0907809b2e9bfa70823c81965cb4eaafe6ad839dae327

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vape4d-0.2.3-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 345dcbc19cf337aa3a2c7db08f37318be919b84f365b6a5c1d163931f3db3517
MD5 350d42929cbc618a39222491cdf47c35
BLAKE2b-256 89afab39dd25e6f69e3056c6710ecda7ced11c62162ceb8037878a0f06f128ba

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vape4d-0.2.3-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 60c4e0733a9fd8b43ed39a7284c2abfa713c4ce9788a5e2d07d5c9e3804ce125
MD5 37906029d181c5ff40bea46677286303
BLAKE2b-256 b4662ad2d60cc956c61beadd7f30e637fbbb3689fddb399858cb1af47cba616b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vape4d-0.2.3-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 bb6010cd4c4f7bcec7028e38f42cf714156d45432988a62a98b6c4fffcb8ac29
MD5 422c4e4103f24feae49c62b82a47c4ee
BLAKE2b-256 5cb42404d0c92be91d8a7769f8ba8047c9379c3e7bc75c54cecd1f2047d6e9cc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vape4d-0.2.3-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 6fc47c65922c4f9c39b245cce8cf36c3e9ef772a315f1fe1c65c2c257a690d6e
MD5 61395db779cb640e16d86facf5399a7b
BLAKE2b-256 b993bf0d28af40c11fee249ea7f34d8adc5f36c073b17c6d45aca5af6d5c8d7e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vape4d-0.2.3-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 1ca8b91584c329e14d2f5c61c25096cf971e40f518357a2082016b311661fb3d
MD5 be0d62f8d0cb5d849f0762d35ea16ee9
BLAKE2b-256 9b5dbc747b4840860ff9394cbc24e2ef76316fd775f074fd905bb7bff6a7d039

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vape4d-0.2.3-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 cf24474c750b2d1c93072efd6cae0c76cb7c72d61d9a14f016a072052a105b79
MD5 6752de8bb5ce5d0ed26d51b86e98aaf4
BLAKE2b-256 2594e4bd8b02039461c2a5ec8454119a3fc7e99e19d88d06f4c3fbf17d776733

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vape4d-0.2.3-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 f49dfba5c18d094bd6549c1a9a80e92be0518e98b2e27d4d72037775b26d2481
MD5 17a1a8ee5fa46b203f75d2a438acc132
BLAKE2b-256 0ce17e579da172c52f68e7452de70d681b1961af4911294897e154e7c0ad5ab3

See more details on using hashes here.

File details

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

File metadata

  • Download URL: vape4d-0.2.3-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.7.0

File hashes

Hashes for vape4d-0.2.3-cp38-none-win_amd64.whl
Algorithm Hash digest
SHA256 b39afb59463277faff1d7635766d0ca26ca90cae1085ff660ddfd1e87820637b
MD5 23265c00da56c18bf3278656a4c43aad
BLAKE2b-256 29f7604dc16721081040b9cf556d6726dec8c4dc92d6e00e2629543528c31500

See more details on using hashes here.

File details

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

File metadata

  • Download URL: vape4d-0.2.3-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.7.0

File hashes

Hashes for vape4d-0.2.3-cp38-none-win32.whl
Algorithm Hash digest
SHA256 5f2f3ab98b9623908c7676a558b924bc6bbd96b518f8e7383cc56cdee52c595d
MD5 6c20acb61c5e2300164a12994808409d
BLAKE2b-256 500b2a3e5a94c6f5211a5c12b9270f54745cf3f3e9bba4cb390cfc3d83dcc04b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vape4d-0.2.3-cp38-cp38-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 5ff57f3db9c54533a7d05d9a0a5c581ddeca9d224ce7f79523742061d97dacc7
MD5 91b7a4e360b380c98c0b5c83bf3d34b9
BLAKE2b-256 51983939da6d18615df03c81393c0cd55a67bdc17d66b5895aafafbada328eba

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vape4d-0.2.3-cp38-cp38-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 5885ca47d43aafcc453ad3ae12f23c2006b5dc77ffffbab68706c191a73358cc
MD5 6a56a213f39fd0c6a07be7e0262ee03f
BLAKE2b-256 9421469d45d7bbd711b21c0db7c63766f688b5188d0b3798f8964e5f52997de2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vape4d-0.2.3-cp38-cp38-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 d021fd25315cb68fe004954c09ae90c1615ed5f87c46b2915cd3c2d7f50efbf5
MD5 bd9d6aa322f1bf71aec9da116ca4dc4a
BLAKE2b-256 9d751e9b7a427b9091be6f55387331fb8b2760b4bebc97e52361bd64ec68874e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vape4d-0.2.3-cp38-cp38-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 13532a1145ca7a0dc19c4d9d9c065aa657699ffd23c32b96e3186951b0cc8e13
MD5 9e6ccb6dc3fead95ef1c3f9608e81770
BLAKE2b-256 1844a5b194cf21722346d94cab19d006ee1b713623263b1c0babc907faee69a2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vape4d-0.2.3-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 42a14d949efad63d45fa42e45b9022b944c18ecc9a52d35d7da68e1bb361cc96
MD5 80bf55b09e427180ccc0afefa5d69045
BLAKE2b-256 b9aac5468693f5c38e83d924753d27c40942c7f55bf0721506a397d48fb1792c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vape4d-0.2.3-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 f2a1db4ef7e5f6f0ac684c8ed59ccd8c2761c964b669c7eb5570a4ab840dc3e0
MD5 ed9555c57ec9ca3e4b4571036c71cbb5
BLAKE2b-256 01144886fb4f65dc6224e1c3cfa7d0b85fa41a00bf1f6a5a23454b41cc4843eb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vape4d-0.2.3-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 bcae0ef8646f7315fa013732188ffcccb041185a0fe27b3ae7989507b00cfcb4
MD5 322697bcf8d8ed01f5096f75482ad533
BLAKE2b-256 da366f7c11a72e0e63eedf083b61c1adae94f2004f7d230bd9d491996c101a49

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vape4d-0.2.3-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 517181950152ae2c104ae2a9a00fd2c2e2abfdcce2419892ca5ac16c1010fd75
MD5 97dea82b69f5e2de3ed67df78f364c85
BLAKE2b-256 813826fccd643668d83771cdbccb56924abf0a99266b0353cc8cf2b355472220

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vape4d-0.2.3-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 9434eef797330a3a776af4abb5305b50e6171597d99e18f413b7bed024bce68f
MD5 3063baba3aaa6328f03299a9265d461f
BLAKE2b-256 1ae3a4a6b97379da1cd6b74628866bdf546490cc15f451f0428617362848d667

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vape4d-0.2.3-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 619e71fa3d829f890d947e7df8a0a313ae8cde7e80aaf25836144b84a3c4421a
MD5 7bad1fdaaf0a2b92e8ed6aabc2d4136b
BLAKE2b-256 daf280da205d2ddf1bfc81db8390fcb22fe002302f7aeb65c148cf93d7092286

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