Skip to main content

Python binding for vtracer. image to svg.

Project description

vtracerpy

Python binding for vtracer.

Install

from pypi

pip install vtracerpy

from source

Install rust.

curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
source "$HOME/.cargo/env"
rustup -V

Install maturin

pip install maturin

build

git clone https://github.com/orange0-jp/vtracerpy.git
cd vtracerpy
maturin build -i python3 --release
pip install .

Usage

from pathlib import Path
from vtracerpy import image_to_svg
import cv2
img = cv2.imread('test/mask.png')
result = image_to_svg(img)
Path("mask.svg").write_text(result, encoding="utf-8")

Args

Convert an image to SVG format with specified parameters.

Parameters:
- image: (np.ndarray)The input image with shape (H,W,3) to be converted to SVG format.
- colormode (str, optional): True color image `color` (default) or Binary image `bw`. Defaults to 'bw'.
- color_precision (int, optional): Number of significant bits to use in an RGB channel. Defaults to 8.
- layer_difference (int, optional): Color difference between gradient layers. Defaults to 16.
- hierarchical (str, optional): Hierarchical clustering. Can be `stacked` (default) or non-stacked `cutout`. Only applies to color mode.
- path_precision (int, optional): Parameter not described in provided options. Defaults to 8.
- mode (str, optional): Curve fitting mode. Can be `pixel`, `polygon`, `spline`. Defaults to 'spline'.
- corner_threshold (int, optional): Minimum momentary angle (degree) to be considered a corner. Defaults to 60.
- length_threshold (float, optional): Perform iterative subdivide smooth until all segments are shorter than this length. Defaults to 4.0.
- max_iterations (int, optional): Parameter not described in provided options. Defaults to 10.
- splice_threshold (int, optional): Minimum angle displacement (degree) to splice a spline. Defaults to 45.
- filter_speckle (int, optional): Discard patches smaller than X px in size. Defaults to 4.

Returns:
- str: The SVG representation of the input image.

Development

init maturin project

maturin new --name vtracerpy --mixed -b pyo3 vtracerpy

build

maturin develop
pip install .

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

vtracerpy-0.1.0.tar.gz (23.8 kB view details)

Uploaded Source

Built Distributions

vtracerpy-0.1.0-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.3 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

vtracerpy-0.1.0-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl (1.4 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ s390x

vtracerpy-0.1.0-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (2.3 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ ppc64le

vtracerpy-0.1.0-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (1.2 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARMv7l

vtracerpy-0.1.0-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.2 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARM64

vtracerpy-0.1.0-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.whl (1.3 MB view details)

Uploaded PyPy manylinux: glibc 2.5+ i686

vtracerpy-0.1.0-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.3 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

vtracerpy-0.1.0-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl (1.4 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ s390x

vtracerpy-0.1.0-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (2.3 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ ppc64le

vtracerpy-0.1.0-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (1.2 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARMv7l

vtracerpy-0.1.0-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.2 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARM64

vtracerpy-0.1.0-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.whl (1.3 MB view details)

Uploaded PyPy manylinux: glibc 2.5+ i686

vtracerpy-0.1.0-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.3 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

vtracerpy-0.1.0-pp38-pypy38_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl (1.4 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ s390x

vtracerpy-0.1.0-pp38-pypy38_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (2.3 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ ppc64le

vtracerpy-0.1.0-pp38-pypy38_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (1.2 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARMv7l

vtracerpy-0.1.0-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.2 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARM64

vtracerpy-0.1.0-pp38-pypy38_pp73-manylinux_2_5_i686.manylinux1_i686.whl (1.3 MB view details)

Uploaded PyPy manylinux: glibc 2.5+ i686

vtracerpy-0.1.0-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.3 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

vtracerpy-0.1.0-pp37-pypy37_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl (1.4 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ s390x

vtracerpy-0.1.0-pp37-pypy37_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (2.3 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ ppc64le

vtracerpy-0.1.0-pp37-pypy37_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (1.2 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARMv7l

vtracerpy-0.1.0-pp37-pypy37_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.2 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARM64

vtracerpy-0.1.0-pp37-pypy37_pp73-manylinux_2_5_i686.manylinux1_i686.whl (1.3 MB view details)

Uploaded PyPy manylinux: glibc 2.5+ i686

vtracerpy-0.1.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.3 MB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ x86-64

vtracerpy-0.1.0-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl (1.4 MB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ s390x

vtracerpy-0.1.0-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (2.3 MB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ ppc64le

vtracerpy-0.1.0-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (1.2 MB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ ARMv7l

vtracerpy-0.1.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.2 MB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ ARM64

vtracerpy-0.1.0-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl (1.3 MB view details)

Uploaded CPython 3.12 manylinux: glibc 2.5+ i686

vtracerpy-0.1.0-cp311-none-win_amd64.whl (198.4 kB view details)

Uploaded CPython 3.11 Windows x86-64

vtracerpy-0.1.0-cp311-none-win32.whl (189.8 kB view details)

Uploaded CPython 3.11 Windows x86

vtracerpy-0.1.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.3 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ x86-64

vtracerpy-0.1.0-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl (1.4 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ s390x

vtracerpy-0.1.0-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (2.3 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ ppc64le

vtracerpy-0.1.0-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (1.2 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ ARMv7l

vtracerpy-0.1.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.2 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ ARM64

vtracerpy-0.1.0-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl (1.3 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.5+ i686

vtracerpy-0.1.0-cp311-cp311-macosx_11_0_arm64.whl (324.1 kB view details)

Uploaded CPython 3.11 macOS 11.0+ ARM64

vtracerpy-0.1.0-cp311-cp311-macosx_10_7_x86_64.whl (334.0 kB view details)

Uploaded CPython 3.11 macOS 10.7+ x86-64

vtracerpy-0.1.0-cp310-none-win_amd64.whl (198.4 kB view details)

Uploaded CPython 3.10 Windows x86-64

vtracerpy-0.1.0-cp310-none-win32.whl (189.8 kB view details)

Uploaded CPython 3.10 Windows x86

vtracerpy-0.1.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.3 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ x86-64

vtracerpy-0.1.0-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl (1.4 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ s390x

vtracerpy-0.1.0-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (2.3 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ppc64le

vtracerpy-0.1.0-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (1.2 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ARMv7l

vtracerpy-0.1.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.2 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ARM64

vtracerpy-0.1.0-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl (1.3 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.5+ i686

vtracerpy-0.1.0-cp310-cp310-macosx_11_0_arm64.whl (324.1 kB view details)

Uploaded CPython 3.10 macOS 11.0+ ARM64

vtracerpy-0.1.0-cp310-cp310-macosx_10_7_x86_64.whl (334.0 kB view details)

Uploaded CPython 3.10 macOS 10.7+ x86-64

vtracerpy-0.1.0-cp39-none-win_amd64.whl (198.4 kB view details)

Uploaded CPython 3.9 Windows x86-64

vtracerpy-0.1.0-cp39-none-win32.whl (189.8 kB view details)

Uploaded CPython 3.9 Windows x86

vtracerpy-0.1.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.3 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ x86-64

vtracerpy-0.1.0-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl (1.4 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ s390x

vtracerpy-0.1.0-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (2.3 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ppc64le

vtracerpy-0.1.0-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (1.2 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ARMv7l

vtracerpy-0.1.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.2 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ARM64

vtracerpy-0.1.0-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl (1.3 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.5+ i686

vtracerpy-0.1.0-cp38-none-win_amd64.whl (198.1 kB view details)

Uploaded CPython 3.8 Windows x86-64

vtracerpy-0.1.0-cp38-none-win32.whl (190.0 kB view details)

Uploaded CPython 3.8 Windows x86

vtracerpy-0.1.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.3 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ x86-64

vtracerpy-0.1.0-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl (1.4 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ s390x

vtracerpy-0.1.0-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (2.3 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ ppc64le

vtracerpy-0.1.0-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (1.2 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ ARMv7l

vtracerpy-0.1.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.2 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ ARM64

vtracerpy-0.1.0-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl (1.3 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.5+ i686

vtracerpy-0.1.0-cp37-none-win_amd64.whl (198.1 kB view details)

Uploaded CPython 3.7 Windows x86-64

vtracerpy-0.1.0-cp37-none-win32.whl (189.9 kB view details)

Uploaded CPython 3.7 Windows x86

vtracerpy-0.1.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.3 MB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ x86-64

vtracerpy-0.1.0-cp37-cp37m-manylinux_2_17_s390x.manylinux2014_s390x.whl (1.4 MB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ s390x

vtracerpy-0.1.0-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (2.3 MB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ ppc64le

vtracerpy-0.1.0-cp37-cp37m-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (1.2 MB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ ARMv7l

vtracerpy-0.1.0-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.2 MB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ ARM64

vtracerpy-0.1.0-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.whl (1.3 MB view details)

Uploaded CPython 3.7m manylinux: glibc 2.5+ i686

File details

Details for the file vtracerpy-0.1.0.tar.gz.

File metadata

  • Download URL: vtracerpy-0.1.0.tar.gz
  • Upload date:
  • Size: 23.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.2.3

File hashes

Hashes for vtracerpy-0.1.0.tar.gz
Algorithm Hash digest
SHA256 1475d75ed9879611f7e6fb700e239529c6d77a25a4355bccc7aac756166450b8
MD5 49b3a217f8d99879f146ed7525cc7445
BLAKE2b-256 6c2ec96e3eaa54972b082ce239bda7a49de3e5cc49ca2fa800860452814c9868

See more details on using hashes here.

File details

Details for the file vtracerpy-0.1.0-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for vtracerpy-0.1.0-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 f2134eca3eadd546a0d3800acaf62b51a385d8709873f05b10e0ef8ea0eb2a3c
MD5 383797ec5a526fc93d82e1d342b4526d
BLAKE2b-256 fb725305fdd6c1332e8a47a4442c0b0a76182162f4d027ad71b8a7670a480e14

See more details on using hashes here.

File details

Details for the file vtracerpy-0.1.0-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for vtracerpy-0.1.0-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 ee006c492dc1f60eefa634db2bcb9312568c28acd96f93a85c9410f9c0bfe7ab
MD5 a311f10b7bf4fa52a56ff89cfbf6ad6b
BLAKE2b-256 873d08789cfb2cf2a73981c814b41a00aafe5c71beee9a40c399e997431dadf5

See more details on using hashes here.

File details

Details for the file vtracerpy-0.1.0-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for vtracerpy-0.1.0-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 d23541a0a3c507156d459ae65ea61f085f28c1f7587291a784a59ad8802cb873
MD5 52abebeaa10c247af945a953f28f8ac7
BLAKE2b-256 2f5ccad6795baa4755cbb92efcd47dba8bde12a5f4ad74a8cf757c28755c3063

See more details on using hashes here.

File details

Details for the file vtracerpy-0.1.0-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for vtracerpy-0.1.0-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 4157cc54949c620191150998e9cbebb59612aa8ea62c992cd72b64d33c9047d7
MD5 ce6e3cdbebea4bff2d280315c238a4b1
BLAKE2b-256 0a59549e63163e52164038cc324e25f279c32faf85db3fafb79ca29be312555d

See more details on using hashes here.

File details

Details for the file vtracerpy-0.1.0-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for vtracerpy-0.1.0-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 6b751f39f46afabcd6eb8087ce36503091151b8255f4cf78012e9813e8889f92
MD5 c0ae45dff9dafa32c8a7a625366ed0be
BLAKE2b-256 33dc8c93ac715e9f24c9cbd61846b2a0efafe67ad0cc076d06d799568c752390

See more details on using hashes here.

File details

Details for the file vtracerpy-0.1.0-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for vtracerpy-0.1.0-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 d934cf6b39f51dc2738242d4a729946c3cf7c1777839f1c6851bba9989d50e79
MD5 1cb95a487953a40b2fbecee19c6032d5
BLAKE2b-256 d78128522790de1529b5f191fd5d8f3416440d98511f801763f2876afa8d850a

See more details on using hashes here.

File details

Details for the file vtracerpy-0.1.0-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for vtracerpy-0.1.0-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 8f16470841b70b6fa89210debbd959aeda6be9c2d7bdf1c10b3a3f4f5ece4c66
MD5 644bdfd0056e7cd60dae8f616b1b8787
BLAKE2b-256 29c76986201d33aa7c0d5d357251fac38f815545b47b8195881e37ee0f38bc07

See more details on using hashes here.

File details

Details for the file vtracerpy-0.1.0-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for vtracerpy-0.1.0-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 f4af6dab3890bd97af601f9e222d0d5927d187ff1515aef18237909df493be93
MD5 944779b24439390b1b2081fce9c0845b
BLAKE2b-256 b9a43332717080b32a4897dba791d9b786e9cc032a32cb8c2ea5ef49e05e93eb

See more details on using hashes here.

File details

Details for the file vtracerpy-0.1.0-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for vtracerpy-0.1.0-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 dac2870f995bddbb72340958c95a336cbd0571f021d85693ae9faa2740408bb3
MD5 36dc8501f9006298e650c1847b1ff529
BLAKE2b-256 d325307d3fc33ae2a4f0f9a0e170c8ec3c503bcd8e067fa257a1ccf1e54340c4

See more details on using hashes here.

File details

Details for the file vtracerpy-0.1.0-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for vtracerpy-0.1.0-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 ecd5b4210a02e2f69eb5ac678fdabfbe487e1c2386b306b7ebe332014a018fd8
MD5 fddd15f64413563f229966c5cac7558f
BLAKE2b-256 0a614e12759739a2d72b3af233463e2a58503079391c974a5beffe6e2705eff0

See more details on using hashes here.

File details

Details for the file vtracerpy-0.1.0-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for vtracerpy-0.1.0-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 d30f68fb45d4838caa32df76a8dd8ecc3c9f66695cd86a7006436baae19d7874
MD5 5538c16d5ee2a7fdee0f2faca97f8c8a
BLAKE2b-256 5cac51fb9698d7de39c2c996c143f023115881c5bfbf9faffab936b9ffdf008b

See more details on using hashes here.

File details

Details for the file vtracerpy-0.1.0-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for vtracerpy-0.1.0-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 4f5068d697ccad0b9c12f1227fb64eb5e400f914504986ed7ca148ba1d6cfad5
MD5 a824322e5a2c9979c1a53c9822b3cc46
BLAKE2b-256 15850686aabf5adf86538da7752c91ac632e4770ead2ded8be949b574f459276

See more details on using hashes here.

File details

Details for the file vtracerpy-0.1.0-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for vtracerpy-0.1.0-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 1cd7db2cef5a38f94758d8bcedc7aa2bf6ec4483ab342d539d3615f29c87d1f6
MD5 eb6e72de52f2597fdfa2b3fb9e93c1aa
BLAKE2b-256 65e1115715a7ea239cec6d70ad8d1911962d6368c8ec84b538485fbb0f0caa0e

See more details on using hashes here.

File details

Details for the file vtracerpy-0.1.0-pp38-pypy38_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for vtracerpy-0.1.0-pp38-pypy38_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 0a92153bf3e64228d97414b70852eff2d8163f6d07c62cbaf0003bc1f38417fc
MD5 6feec7ea982dc7b163d754f6591617f0
BLAKE2b-256 eb01b2b812802451ecc020ce58f28c662dafac5fded2d642d9058f39c5d7131f

See more details on using hashes here.

File details

Details for the file vtracerpy-0.1.0-pp38-pypy38_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for vtracerpy-0.1.0-pp38-pypy38_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 cc6ff7497d9e4e820c04268f5dec50c6876be7b5e7a38c5a99d1a26ed601c903
MD5 17815ac3626d44201b5c0013d4de5e25
BLAKE2b-256 c405fd01e162e2cd9fbe32da817628c38f4643894f0a71e01eebae99c8dc294d

See more details on using hashes here.

File details

Details for the file vtracerpy-0.1.0-pp38-pypy38_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for vtracerpy-0.1.0-pp38-pypy38_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 5fcecbf6eec835c2a810a2aa62147b3264dd98d3d66d7f0b61cdee982670887f
MD5 0fd8c7f7fdf2e721517fb302f0afa3b9
BLAKE2b-256 8521701c08f374c9bc047186b315c36f1ea7245302fca8277675b4c352e29707

See more details on using hashes here.

File details

Details for the file vtracerpy-0.1.0-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for vtracerpy-0.1.0-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 09994f1578a2fd53cf5c4a4d25bdc669a959b8aa2de7ec49e695f4828f76ced1
MD5 592f8cf228408122921f885bcf481374
BLAKE2b-256 11d7be7a3838e290f874027660dd0c2cc2207a95b41b1232a7819f39f72f1c82

See more details on using hashes here.

File details

Details for the file vtracerpy-0.1.0-pp38-pypy38_pp73-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for vtracerpy-0.1.0-pp38-pypy38_pp73-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 60bcbc88826a301cfeb2f4942f9b92e9e4041a71f7c75b6ecd53b2a24d07e92c
MD5 0cdbb91640288471019a1ca4b0164273
BLAKE2b-256 0ba065aa23dd498b7041a8361f8b1e41aba235b0b2f2ec1be9e7ee71af61daf8

See more details on using hashes here.

File details

Details for the file vtracerpy-0.1.0-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for vtracerpy-0.1.0-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 e3a0cae1de8fdc55650e97de6c2366566d60a4064a4b82f6a484405ab70d1c9b
MD5 2b48eadd674bbac4b2e7043ca65862d7
BLAKE2b-256 1874fda110e071a6908bb4f075e9117ca0c6d0bd16f9e6426d0dde9da7bd7ce9

See more details on using hashes here.

File details

Details for the file vtracerpy-0.1.0-pp37-pypy37_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for vtracerpy-0.1.0-pp37-pypy37_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 c39798eae289f467836ed94061c12b4f0746ccbae7a59f2ecce8431936eb3b71
MD5 b20973defbcd4c80acf8967563365e93
BLAKE2b-256 1e2fd97522e7c7c0da40f1f017daa9d54d049aaff4873faa91f680c96abb5e7a

See more details on using hashes here.

File details

Details for the file vtracerpy-0.1.0-pp37-pypy37_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for vtracerpy-0.1.0-pp37-pypy37_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 a00a3941cb1437834953ea3461f0c30d29c0ef010fcda2d7b65462c164848093
MD5 8d1f6271cfb0388fd76a4c1f83ce0f74
BLAKE2b-256 e4f749b7bc7d57b26dc8a993fdb7f5584f1f263efc94836e9a661671855d4fe2

See more details on using hashes here.

File details

Details for the file vtracerpy-0.1.0-pp37-pypy37_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for vtracerpy-0.1.0-pp37-pypy37_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 cd77c08697f16b8fc9621ad6349c214d1b73c237c4658ff02fe8d8d03ad7695d
MD5 2c7d4fd74d80da879ba43648b6c06455
BLAKE2b-256 e2431c6a0c1beb03a99cd0c9fc543fbd0bedc8ab8962fae6834ff35a66ee4616

See more details on using hashes here.

File details

Details for the file vtracerpy-0.1.0-pp37-pypy37_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for vtracerpy-0.1.0-pp37-pypy37_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 645287be87c2e5c9aa80229b5c72bde04ecfb5a1bf980f4743131893f76cbb6b
MD5 e7343d6d893db536dfd4e96ca99f8495
BLAKE2b-256 10c8005cdb65af43e07b90e445d80ea1615815fa0c5768e40d89bcffc8923c0a

See more details on using hashes here.

File details

Details for the file vtracerpy-0.1.0-pp37-pypy37_pp73-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for vtracerpy-0.1.0-pp37-pypy37_pp73-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 9ebc48b11a627f76416c471729f3846641b957080502986bdadc79d221bea9c4
MD5 3c258d53843ded8a2cb95464417e6db9
BLAKE2b-256 4686b64039151fd1f62eea2a39b563e3b7cb762c96fd0af0651d0b578f2c3cb3

See more details on using hashes here.

File details

Details for the file vtracerpy-0.1.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for vtracerpy-0.1.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 ef63fd1c911f7e8e84d04a362eb58e63a3fb0ac99ed2542b8f49a1bac1c1d6ff
MD5 b817885616d97453d565d99451b94211
BLAKE2b-256 c8dd390d51810474722b46eb52323588e64ea2190e415c4966184dda289a5049

See more details on using hashes here.

File details

Details for the file vtracerpy-0.1.0-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for vtracerpy-0.1.0-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 6f94638cf084f519dfd6420707f2dc5af25568e06876a0031bcd6506c315ccf4
MD5 d52996bd8747a46474ced958d989b5ca
BLAKE2b-256 6baafb8bb9fa3247cf1850ae2da92437f43291d04eb194390ba7026d67531b96

See more details on using hashes here.

File details

Details for the file vtracerpy-0.1.0-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for vtracerpy-0.1.0-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 72305c05fdfccfe9e672e83a0fd80b25d4b53ed2cebdb4aa88cd9478cdbd73e2
MD5 7a5058c01b7f31c414c2ac15569f383e
BLAKE2b-256 9050d7ac8ef5afd744eb5110e0086ac5b64a6ee80e2b069c72831389f6694526

See more details on using hashes here.

File details

Details for the file vtracerpy-0.1.0-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for vtracerpy-0.1.0-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 dabdd5a6ece1b12756ca015ecca176cf0f330d00a1690647b5c64475293a9989
MD5 a8a367b4c5595ffadcaf38611ff9f1f9
BLAKE2b-256 2c954e277d4261cd0e0f3f30f902e1cf92e09f6449aded8cce224d3dc935502b

See more details on using hashes here.

File details

Details for the file vtracerpy-0.1.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for vtracerpy-0.1.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 c58306d58d18d8b93ff1a6893d861ecbc3230b1e898b36dda3ac5c984291cff7
MD5 e25eaedc71e496220953b3096415a42e
BLAKE2b-256 496a94b8a45bb417aa74e079e5c91337ff5c728c0ccae87a75a608a04b4df8aa

See more details on using hashes here.

File details

Details for the file vtracerpy-0.1.0-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for vtracerpy-0.1.0-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 6d1b749ea1b497884b197e62a5b79ae493baab5fe7c9e60f244610e8bf424a2e
MD5 500e8063c59147ee1e74c04aa88c40a4
BLAKE2b-256 5d454f3a1314a40d1e59ca25ecc60ef1d4403feeaee3e49ec7a449ac518f4b1f

See more details on using hashes here.

File details

Details for the file vtracerpy-0.1.0-cp311-none-win_amd64.whl.

File metadata

File hashes

Hashes for vtracerpy-0.1.0-cp311-none-win_amd64.whl
Algorithm Hash digest
SHA256 9194267680e75bc7bb64110e1861e5d5229af36a9d5c8c7f18aed8ceb14ef5b0
MD5 534660b38f63422d873a0b2a67a9a0ca
BLAKE2b-256 85f7c1596ad0205a2303ab5d52ed635d73eab3bdaa4a56afbb6dff35614774e1

See more details on using hashes here.

File details

Details for the file vtracerpy-0.1.0-cp311-none-win32.whl.

File metadata

  • Download URL: vtracerpy-0.1.0-cp311-none-win32.whl
  • Upload date:
  • Size: 189.8 kB
  • Tags: CPython 3.11, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.2.3

File hashes

Hashes for vtracerpy-0.1.0-cp311-none-win32.whl
Algorithm Hash digest
SHA256 e86074ac4d292811d47d1b55c6eb9ef319106881816b815ccb92878d12ba4f87
MD5 022787abb48157ee7a03368c799357b0
BLAKE2b-256 ce5585ff159560824f66779adbe8ba88d57a0d945bf6bc09f85c6e74d5491cd6

See more details on using hashes here.

File details

Details for the file vtracerpy-0.1.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for vtracerpy-0.1.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 81e32f0d1a78a8900bbc6036fc67b8cdb27c4bc7d953f7cf07b3343d9f9ff7ea
MD5 6b7b98e75f196be3c7f5e80572b34a68
BLAKE2b-256 1378cfcef50962b86e2aebba82c5a8e11c771880043ea4c912f5cf60fdc81cd0

See more details on using hashes here.

File details

Details for the file vtracerpy-0.1.0-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for vtracerpy-0.1.0-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 67e7eac86d39e5c9625db6bb32f8bcf354a2b9eb3154b8f9f0e216e6e6fde79e
MD5 47fbe192a5cce4ccb49f48e241f1cf4a
BLAKE2b-256 23d43e2e613bd88090ba6a8f0e5984910f7d0529e1a7f562355bde9b7aed26eb

See more details on using hashes here.

File details

Details for the file vtracerpy-0.1.0-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for vtracerpy-0.1.0-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 cba6149c164bd874cd63dc49e773b5d0654080414655bd995a05b9c8000e9e4b
MD5 a98158b74d90d0e651436838d0985e69
BLAKE2b-256 988b58900ce4b31fe440b6329ce77babfb18ecb48157e98414ed52bc95d694c7

See more details on using hashes here.

File details

Details for the file vtracerpy-0.1.0-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for vtracerpy-0.1.0-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 574591f0467a48830a2a22a5a3dc3b610e019108f1325facd1bc3d4def6fcff7
MD5 5fb85a21f9b4d49dda9d3dcdc6be3504
BLAKE2b-256 d605640493b8799bc97d28984a81ce5f413114fb733138fdb56664a28bf972c3

See more details on using hashes here.

File details

Details for the file vtracerpy-0.1.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for vtracerpy-0.1.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 e4e24ef014159f0d4c25b613c251100dfa94f0e323f886178d5cc5af740e9491
MD5 aa13096f03f280df803a7ebd1bfa136a
BLAKE2b-256 6c39f35356e10e1ea8a54101af83e2a361dcdf40a61b14558896ca852c6bedda

See more details on using hashes here.

File details

Details for the file vtracerpy-0.1.0-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for vtracerpy-0.1.0-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 a7f0ce9b50b777421ff679a85f3cd87de0f24ed308bc7b4464c6651b6be4af9e
MD5 094540cf7193b70866faec1e2dd411b1
BLAKE2b-256 042553fb8b0cf9920c4459f2b914a4fa9d5d14d5e06f613f9f4955ea8abd5e5b

See more details on using hashes here.

File details

Details for the file vtracerpy-0.1.0-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for vtracerpy-0.1.0-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 9fa4e8d634a228514954f07a86a84d585f9ed1c4426637568924c78841891c51
MD5 9ae9c543d2cf6a328220b8b00a44990b
BLAKE2b-256 9fe09788ca46516723bc8cdcf3bb741c3baf19d90b4210b3c22dde2add2d8504

See more details on using hashes here.

File details

Details for the file vtracerpy-0.1.0-cp311-cp311-macosx_10_7_x86_64.whl.

File metadata

File hashes

Hashes for vtracerpy-0.1.0-cp311-cp311-macosx_10_7_x86_64.whl
Algorithm Hash digest
SHA256 dd6b53e732a82c8e2ab6c5822ac60af4d6a3578009f64cbddbc27a34a6693206
MD5 62c658f3a00e815c64afe5b7e0bcea7c
BLAKE2b-256 43e55948fb4ba24023c7903ba88a181c522bddf5bcdaa345357817dbd99eb915

See more details on using hashes here.

File details

Details for the file vtracerpy-0.1.0-cp310-none-win_amd64.whl.

File metadata

File hashes

Hashes for vtracerpy-0.1.0-cp310-none-win_amd64.whl
Algorithm Hash digest
SHA256 22d18870517b1a4d2745477e7c02f881a6bc6fc94d4532d9de4dbf7414862c59
MD5 32ba5ca0917fd337df16ca4de6f4c6f1
BLAKE2b-256 df989a7bcda096660cd5bdb61a7afcbae75cc75ae9b0c37395dc4f788e7e7955

See more details on using hashes here.

File details

Details for the file vtracerpy-0.1.0-cp310-none-win32.whl.

File metadata

  • Download URL: vtracerpy-0.1.0-cp310-none-win32.whl
  • Upload date:
  • Size: 189.8 kB
  • Tags: CPython 3.10, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.2.3

File hashes

Hashes for vtracerpy-0.1.0-cp310-none-win32.whl
Algorithm Hash digest
SHA256 130f53e2962b52cdb47ca6b0b7a5c142908a298a805eec74b15ae442ff8d1277
MD5 644c774ace98dec19a4fe8b4872c479b
BLAKE2b-256 3cd89c950339ca9d66d34d97a72657bac6d7d3573eda665d4759166004e4222d

See more details on using hashes here.

File details

Details for the file vtracerpy-0.1.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for vtracerpy-0.1.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 3611f99cd641bec8c2af426f88d12668b0d7c04be5785fa2d177b281a02387f9
MD5 79c36ab1b9c6a6bf405db078c8f31f29
BLAKE2b-256 ef31f96d4482e82b91f28e7d17cefe7af2e42976ac00375065e89b5d1a845287

See more details on using hashes here.

File details

Details for the file vtracerpy-0.1.0-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for vtracerpy-0.1.0-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 3b42ff1bb893224dffa3c0539d69f81c4e096c56be222f2334d447f1bfa44ab5
MD5 95c9793730956410fa3c87235419f0d3
BLAKE2b-256 e43b3c4b6ac4289dc32b29d36860f8d1133d859687cf79fb57886c28e0c1dc4c

See more details on using hashes here.

File details

Details for the file vtracerpy-0.1.0-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for vtracerpy-0.1.0-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 5e32a5c7cc2bf2dfae2d9df45333f282ddf30d5ae6340733adb018bd4cd2be6e
MD5 62e813a0a31e7bc7d5e0557ce31de830
BLAKE2b-256 b97e4695abccc8beaf83c6b44fce1a4980f3278007bdbb627958c2a2515e02ec

See more details on using hashes here.

File details

Details for the file vtracerpy-0.1.0-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for vtracerpy-0.1.0-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 891bd61da50b486485fd0cee67aa20889f99d52a92394c6d8aa5fcea32c7ad36
MD5 856fd5e0f07319be26d08050b90e9497
BLAKE2b-256 4caa7fdf166792efb588ee2c77e2a05f3baa4d269a879d36b0322226d332d429

See more details on using hashes here.

File details

Details for the file vtracerpy-0.1.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for vtracerpy-0.1.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 b2c33cb80260e0f38a381834dc4772a40b318b549b278bc083b9ce78445dfc55
MD5 db4f0d58455bc8291f79e2853c3e5346
BLAKE2b-256 ff4091008ad00018d5077ff730b27058b381ffa362ac485b4e43c49e328925a7

See more details on using hashes here.

File details

Details for the file vtracerpy-0.1.0-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for vtracerpy-0.1.0-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 dd245daf8b91997d34ef29a4fc9abd4e00bb9b0d99d9310aae88773ccb8592a0
MD5 734c10e43546cfb73378cd4b73c49ead
BLAKE2b-256 d428b713b2bbc125e8b63e55991c203b1e76c31805c02b766a3cb8d0da443da1

See more details on using hashes here.

File details

Details for the file vtracerpy-0.1.0-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for vtracerpy-0.1.0-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 3d6051d22c07d6fe77e9f4b388f71a6dd237d5c096accf921746bee9ac921b7a
MD5 01f6619dc7e49795c827d83e54bc067e
BLAKE2b-256 56d3f2b13e5a1b97de8456ba3b36704e91f046961297632de89322ebb6893acd

See more details on using hashes here.

File details

Details for the file vtracerpy-0.1.0-cp310-cp310-macosx_10_7_x86_64.whl.

File metadata

File hashes

Hashes for vtracerpy-0.1.0-cp310-cp310-macosx_10_7_x86_64.whl
Algorithm Hash digest
SHA256 b5eb76cb3990a95841de5e4a52b3fd680c0f3ff4298e85ee766b5a62a4d58fa5
MD5 497b4bd91461809e6a7dcbae21d6bd84
BLAKE2b-256 ec1f6a69a5ca8325509466f3e28064829ea8aa92bbb848803a14fa0b14fd4f7d

See more details on using hashes here.

File details

Details for the file vtracerpy-0.1.0-cp39-none-win_amd64.whl.

File metadata

File hashes

Hashes for vtracerpy-0.1.0-cp39-none-win_amd64.whl
Algorithm Hash digest
SHA256 4c517df03dad05ee9c3e4298983a2d55792841798acb42eac884acef3db87392
MD5 cf2e3dd490449e73bda917f82b29edae
BLAKE2b-256 ca04aa20b29a21704ab4b7a3142455cff5f1e98a5c8a119fe646a4781fe1bb00

See more details on using hashes here.

File details

Details for the file vtracerpy-0.1.0-cp39-none-win32.whl.

File metadata

  • Download URL: vtracerpy-0.1.0-cp39-none-win32.whl
  • Upload date:
  • Size: 189.8 kB
  • Tags: CPython 3.9, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.2.3

File hashes

Hashes for vtracerpy-0.1.0-cp39-none-win32.whl
Algorithm Hash digest
SHA256 d3c7249d6cfeb395ba7892c13f68c607de57582fdeb6511f4f1c44d6018c4db7
MD5 02cab81290d6fee5317046b467fb737b
BLAKE2b-256 da4bacbe289fcc532862e844c935b576e7035f487c46e8718a571b1322fddfc4

See more details on using hashes here.

File details

Details for the file vtracerpy-0.1.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for vtracerpy-0.1.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 441e63379f045420134c3cd4305dc0fbf045661a59510eb0c5bfa5aaaabebaa0
MD5 5b74e03d3f3256ae2c944724089b89ae
BLAKE2b-256 e051eeb9561e51375bd77f1c6e5a5a412844f68ccd212fc33971b9a41570bf87

See more details on using hashes here.

File details

Details for the file vtracerpy-0.1.0-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for vtracerpy-0.1.0-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 c9d8a8d97b85e3dd7000352a6af27e8357055837fca088ff96aa902f943aa91f
MD5 1602b49845410ba688b26fe27f2d9de6
BLAKE2b-256 17e2d0fa3258279bad1072bf7f53aeedc36c4e2f144dfafcf01e628b0341d566

See more details on using hashes here.

File details

Details for the file vtracerpy-0.1.0-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for vtracerpy-0.1.0-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 ea28f8ceb1b3f6e766576820a3e4db41b043a2e38f69a1b7a8d07f08f6339519
MD5 179ecc327527c9444c56f8d4de37d914
BLAKE2b-256 cae361c9b485e3ded75f1d131baa3157029d6a1f91ba520c2568ab72c83bc314

See more details on using hashes here.

File details

Details for the file vtracerpy-0.1.0-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for vtracerpy-0.1.0-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 562a7087f896b0fc471f8f7552edca29a66637ef10fb96b7b6f7dc5392ab0f00
MD5 7eec04df932b382f13277b4545ac843d
BLAKE2b-256 d7d2dce99c06b9529c5fdb3634179c0407f839d0afee6aa26a6da6fe95c96ffb

See more details on using hashes here.

File details

Details for the file vtracerpy-0.1.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for vtracerpy-0.1.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 1eb8efd4431869decd879dcbdab22238f964673749c5e650af1f8997af40d773
MD5 e81d2aa348b05de850c635dbe830b922
BLAKE2b-256 995e5afdf8e438d2fb65f5a4f6716957faeab7fb892dbd725480ea1f375cd144

See more details on using hashes here.

File details

Details for the file vtracerpy-0.1.0-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for vtracerpy-0.1.0-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 80b93b0b31ebd19b0c8e16a50f23d98bba2f1cb5c8f43de83bc12794c22bf680
MD5 0ff40e1f80bc43c1e407b5b36b16393a
BLAKE2b-256 25de91b3d1edeba08357763275c511d966b7ec723d97dd92d045d417558d9248

See more details on using hashes here.

File details

Details for the file vtracerpy-0.1.0-cp38-none-win_amd64.whl.

File metadata

File hashes

Hashes for vtracerpy-0.1.0-cp38-none-win_amd64.whl
Algorithm Hash digest
SHA256 22ab8a8ba44254ca1e93ce6793639cd3f443cf99ff3fb5824c568cac7377675b
MD5 c9438329cbdd926ea99c6540a70eaa34
BLAKE2b-256 530fbc584146b229801615d336e0336f4fdd4afdb80e30de881c0107ef6d0aad

See more details on using hashes here.

File details

Details for the file vtracerpy-0.1.0-cp38-none-win32.whl.

File metadata

  • Download URL: vtracerpy-0.1.0-cp38-none-win32.whl
  • Upload date:
  • Size: 190.0 kB
  • Tags: CPython 3.8, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.2.3

File hashes

Hashes for vtracerpy-0.1.0-cp38-none-win32.whl
Algorithm Hash digest
SHA256 215f852926c52a5f2cbf9093b621736e2cff3f1cd696abd80e9e07e98c48bdab
MD5 129daa9e8f895ba831f589df14190eca
BLAKE2b-256 407873d9f93707ec01cce284f89691b18d7d583f77cf93c59a7cdfdfaeecbef8

See more details on using hashes here.

File details

Details for the file vtracerpy-0.1.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for vtracerpy-0.1.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 19059b33ed4d04e9661e027b75787f4a98bd79e9efe31df032be9bccc698c829
MD5 6749df3ee631c2cb57a112b09e283186
BLAKE2b-256 fc5e2fb0d37ebaa7d5e68a50dd2228db5ec850bd6eb24335ebf0b5adfaa5d5ca

See more details on using hashes here.

File details

Details for the file vtracerpy-0.1.0-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for vtracerpy-0.1.0-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 a48e87a370f094be6e7328059e77e9e6b2606f7345c112d31db31ec056ca34f5
MD5 9da5847da505ceef39c03af2ba5ae297
BLAKE2b-256 5e9dee9981fcd825cddf4a88afad53226a805ca2ecfb7d81ce9f2ca2d79b6070

See more details on using hashes here.

File details

Details for the file vtracerpy-0.1.0-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for vtracerpy-0.1.0-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 4fcfb798de11180a89bf49eae5712a0de3821373f40e172809cb77c53d58a8bd
MD5 b6a63a72962e31920b76aee499948057
BLAKE2b-256 738f40dd3701ac16fa09a3f8d7f1b484be3694396f4e56119a9b72640fc32912

See more details on using hashes here.

File details

Details for the file vtracerpy-0.1.0-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for vtracerpy-0.1.0-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 ff9c7774e8470082528ee12c65ecdce2933a5fb82ff37f4abc10eb7c4f17e7b3
MD5 208582468e2adeb15945953a440b986e
BLAKE2b-256 b88abf718b57fe298e2f02b279c2919ddad7364c285fcfc3594faf0baf111a18

See more details on using hashes here.

File details

Details for the file vtracerpy-0.1.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for vtracerpy-0.1.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 31e2d865d94102d21b7279dee80984ff5c75fad08eab768cb4d94b55474454d3
MD5 1525e15ef12a54657c941d9986c0e17f
BLAKE2b-256 c620a0809f72a2c05fd882b43f57b33df83cb17e91f2e9948959ad76d300cdab

See more details on using hashes here.

File details

Details for the file vtracerpy-0.1.0-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for vtracerpy-0.1.0-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 0b6a5baf25d46b50d75e80a1183168837026a383238012cc789da7e3b4731bf3
MD5 62fff1650d6ac4250ef64fbd8902a653
BLAKE2b-256 cc3b101e7b0fbf09fe6893788032727c628d2d3b75c3128bca5573a422491307

See more details on using hashes here.

File details

Details for the file vtracerpy-0.1.0-cp37-none-win_amd64.whl.

File metadata

File hashes

Hashes for vtracerpy-0.1.0-cp37-none-win_amd64.whl
Algorithm Hash digest
SHA256 35db76cdd072ea31343d68a6343abc151d402f05615fff7307d04bfb5604dfdf
MD5 905c392d18b043ad99ad414aee571254
BLAKE2b-256 7abdbbbca9843daaf847fb7272eecbd4656a22d79ea989c57f071bfa0c646345

See more details on using hashes here.

File details

Details for the file vtracerpy-0.1.0-cp37-none-win32.whl.

File metadata

  • Download URL: vtracerpy-0.1.0-cp37-none-win32.whl
  • Upload date:
  • Size: 189.9 kB
  • Tags: CPython 3.7, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.2.3

File hashes

Hashes for vtracerpy-0.1.0-cp37-none-win32.whl
Algorithm Hash digest
SHA256 7dae51a837630ce2c0a1c29a57ed718051c69e41bf85012055d04f406824549c
MD5 291f991079b2ffbb371b20ff465ba097
BLAKE2b-256 00e99917c991ad5721d9e9c204bed6c1386fc75238dc78579b83ef7c4fe4fb1e

See more details on using hashes here.

File details

Details for the file vtracerpy-0.1.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for vtracerpy-0.1.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 211ddc389a965617e16c4f5fb1ee71508ad965799bc834cebd9566b0675c09da
MD5 f8e0acd59d97f5f0e82daeeea83cbdd4
BLAKE2b-256 54d5102d0071d333f732c570e8d6f79a5bfaac2136b610a3b1b18af8b137b6c4

See more details on using hashes here.

File details

Details for the file vtracerpy-0.1.0-cp37-cp37m-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for vtracerpy-0.1.0-cp37-cp37m-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 55edee51f5d2e141de9db768ce091c92a5690f1abedf67a70721ff6f8c3278d6
MD5 f6dc1f3abc3498236b6c332e2aabf80f
BLAKE2b-256 e257ae7a121554ee2805c6c4b77af7e360fe2f7661099073e593656146874269

See more details on using hashes here.

File details

Details for the file vtracerpy-0.1.0-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for vtracerpy-0.1.0-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 d00d3975954dba1e63d6d2537dc07290059409f0989c9e46ebaacc6dfbcb4bf0
MD5 5e336a29bfc86be58c1378b5b735665f
BLAKE2b-256 dc12a4fa6d8fe69159a27b73f65be4a99e4f94ac4f83a8796f6e2ae7a5d41af8

See more details on using hashes here.

File details

Details for the file vtracerpy-0.1.0-cp37-cp37m-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for vtracerpy-0.1.0-cp37-cp37m-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 41f1d5c99e4e80ef0ed3a780d3a9cdd3d696f6a4ecdc0eb7b492289d9b8e3762
MD5 a1cb9df57d3d820163e768e444be91dd
BLAKE2b-256 05e259603b000a9c8fa8a52f89aef86a7ca6360bd90ab8da3b58e19c6c073444

See more details on using hashes here.

File details

Details for the file vtracerpy-0.1.0-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for vtracerpy-0.1.0-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 8c6c176dfb107904c8f7ab494b077c90e48417a941793fd734a0526ab980c9b6
MD5 ff4c89125298dfb6146845464090009e
BLAKE2b-256 393cf3c00b95b718ab34c290b8fcf0711d2dee2c99acb43be9e9793d0cb2191a

See more details on using hashes here.

File details

Details for the file vtracerpy-0.1.0-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for vtracerpy-0.1.0-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 4d448a726ac8ec20039a2266688a68af1e41b551afb69fc6eb55e820e2fc2724
MD5 f34a3dcbd00a809b4b3242754cdfc2d1
BLAKE2b-256 a5317603efe3b12c91fbd4e69b6f33f8057e8d77a7a8515415dac72b9737d194

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page