Skip to main content

Python bindings for the Rust Vtracer raster-to-vector library

Project description

VTracer: Python Binding

Raster to Vector Graphics Converter built on top of visioncortex

Article | Demo | Download

Built with 🦀 by The Vision Cortex Research Group

Introduction

visioncortex VTracer is an open source software to convert raster images (like jpg & png) into vector graphics (svg). It can vectorize graphics and photographs and trace the curves to output compact vector files.

Comparing to Potrace which only accept binarized inputs (Black & White pixmap), VTracer has an image processing pipeline which can handle colored high resolution scans.

Comparing to Adobe Illustrator's Image Trace, VTracer's output is much more compact (less shapes) as we adopt a stacking strategy and avoid producing shapes with holes.

VTracer is originally designed for processing high resolution scans of historic blueprints up to gigapixels. At the same time, VTracer can also handle low resolution pixel art, simulating image-rendering: pixelated for retro game artworks.

A technical description of the algorithm is on visioncortex.org/vtracer-docs.

Install (Python)

pip install vtracer

Usage (Python)

import vtracer

input_path = "/path/to/some_file.jpg"
output_path = "/path/to/some_file.vtracer.jpg"

# Minimal example: use all default values, generate a multicolor SVG
vtracer.convert_image_to_svg_py(inp, out)

# Single-color example. Good for line art, and much faster than full color:
vtracer.convert_image_to_svg_py(inp, out, colormode='binary')

# All the bells & whistles
vtracer.convert_image_to_svg_py(inp,
                                out,
                                colormode = 'color',        # ["color"] or "binary"
                                hierarchical = 'stacked',   # ["stacked"] or "cutout"
                                mode = 'spline',            # ["spline"] "polygon", or "none"
                                filter_speckle = 4,         # default: 4
                                color_precision = 6,        # default: 6
                                layer_difference = 16,      # default: 16
                                corner_threshold = 60,      # default: 60
                                length_threshold = 4.0,     # in [3.5, 10] default: 4.0
                                max_iterations = 10,        # default: 10
                                splice_threshold = 45,      # default: 45
                                path_precision = 3          # default: 8
                                )

Rust Library

The (Rust) library can be found on crates.io/vtracer and crates.io/vtracer-webapp.

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

vtracer-0.6.10.tar.gz (19.7 kB view details)

Uploaded Source

Built Distributions

vtracer-0.6.10-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.8 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

vtracer-0.6.10-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl (2.0 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ s390x

vtracer-0.6.10-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (2.3 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ppc64le

vtracer-0.6.10-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux2014_i686.whl (1.9 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ i686

vtracer-0.6.10-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (1.8 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARMv7l

vtracer-0.6.10-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.8 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

vtracer-0.6.10-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.8 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

vtracer-0.6.10-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl (2.0 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ s390x

vtracer-0.6.10-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (2.3 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ppc64le

vtracer-0.6.10-pp39-pypy39_pp73-manylinux_2_17_i686.manylinux2014_i686.whl (1.9 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ i686

vtracer-0.6.10-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (1.8 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARMv7l

vtracer-0.6.10-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.8 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

vtracer-0.6.10-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.8 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

vtracer-0.6.10-pp38-pypy38_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl (2.0 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ s390x

vtracer-0.6.10-pp38-pypy38_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (2.3 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ppc64le

vtracer-0.6.10-pp38-pypy38_pp73-manylinux_2_17_i686.manylinux2014_i686.whl (1.9 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ i686

vtracer-0.6.10-pp38-pypy38_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (1.8 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARMv7l

vtracer-0.6.10-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.8 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

vtracer-0.6.10-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.8 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

vtracer-0.6.10-pp37-pypy37_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl (2.0 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ s390x

vtracer-0.6.10-pp37-pypy37_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (2.3 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ppc64le

vtracer-0.6.10-pp37-pypy37_pp73-manylinux_2_17_i686.manylinux2014_i686.whl (1.9 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ i686

vtracer-0.6.10-pp37-pypy37_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (1.8 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARMv7l

vtracer-0.6.10-pp37-pypy37_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.8 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

vtracer-0.6.10-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl (2.0 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ s390x

vtracer-0.6.10-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (2.2 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ppc64le

vtracer-0.6.10-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (1.7 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARMv7l

vtracer-0.6.10-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.8 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARM64

vtracer-0.6.10-cp312-none-win_amd64.whl (642.1 kB view details)

Uploaded CPython 3.12Windows x86-64

vtracer-0.6.10-cp312-none-win32.whl (604.3 kB view details)

Uploaded CPython 3.12Windows x86

vtracer-0.6.10-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.8 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

vtracer-0.6.10-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl (2.0 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ s390x

vtracer-0.6.10-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (2.3 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ppc64le

vtracer-0.6.10-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl (1.9 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ i686

vtracer-0.6.10-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (1.8 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARMv7l

vtracer-0.6.10-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.8 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64

vtracer-0.6.10-cp312-cp312-macosx_11_0_arm64.whl (795.1 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

vtracer-0.6.10-cp312-cp312-macosx_10_12_x86_64.whl (780.8 kB view details)

Uploaded CPython 3.12macOS 10.12+ x86-64

vtracer-0.6.10-cp312-cp312-macosx_10_7_x86_64.whl (850.5 kB view details)

Uploaded CPython 3.12macOS 10.7+ x86-64

vtracer-0.6.10-cp311-none-win_amd64.whl (643.0 kB view details)

Uploaded CPython 3.11Windows x86-64

vtracer-0.6.10-cp311-none-win32.whl (618.5 kB view details)

Uploaded CPython 3.11Windows x86

vtracer-0.6.10-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.8 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

vtracer-0.6.10-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl (2.0 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ s390x

vtracer-0.6.10-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (2.3 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ppc64le

vtracer-0.6.10-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl (1.9 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ i686

vtracer-0.6.10-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (1.8 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARMv7l

vtracer-0.6.10-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.8 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

vtracer-0.6.10-cp311-cp311-macosx_11_0_arm64.whl (797.7 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

vtracer-0.6.10-cp311-cp311-macosx_10_12_x86_64.whl (780.9 kB view details)

Uploaded CPython 3.11macOS 10.12+ x86-64

vtracer-0.6.10-cp311-cp311-macosx_10_7_x86_64.whl (849.2 kB view details)

Uploaded CPython 3.11macOS 10.7+ x86-64

vtracer-0.6.10-cp310-none-win_amd64.whl (643.0 kB view details)

Uploaded CPython 3.10Windows x86-64

vtracer-0.6.10-cp310-none-win32.whl (618.5 kB view details)

Uploaded CPython 3.10Windows x86

vtracer-0.6.10-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.8 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

vtracer-0.6.10-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl (2.0 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ s390x

vtracer-0.6.10-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (2.3 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ppc64le

vtracer-0.6.10-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl (1.9 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ i686

vtracer-0.6.10-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (1.8 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARMv7l

vtracer-0.6.10-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.8 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

vtracer-0.6.10-cp310-cp310-macosx_11_0_arm64.whl (797.7 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

vtracer-0.6.10-cp310-cp310-macosx_10_12_x86_64.whl (780.9 kB view details)

Uploaded CPython 3.10macOS 10.12+ x86-64

vtracer-0.6.10-cp310-cp310-macosx_10_7_x86_64.whl (849.2 kB view details)

Uploaded CPython 3.10macOS 10.7+ x86-64

vtracer-0.6.10-cp39-none-win_amd64.whl (643.2 kB view details)

Uploaded CPython 3.9Windows x86-64

vtracer-0.6.10-cp39-none-win32.whl (618.5 kB view details)

Uploaded CPython 3.9Windows x86

vtracer-0.6.10-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.8 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

vtracer-0.6.10-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl (2.0 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ s390x

vtracer-0.6.10-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (2.3 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ppc64le

vtracer-0.6.10-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl (1.9 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ i686

vtracer-0.6.10-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (1.8 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARMv7l

vtracer-0.6.10-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.8 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARM64

vtracer-0.6.10-cp38-none-win_amd64.whl (642.9 kB view details)

Uploaded CPython 3.8Windows x86-64

vtracer-0.6.10-cp38-none-win32.whl (618.6 kB view details)

Uploaded CPython 3.8Windows x86

vtracer-0.6.10-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.8 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ x86-64

vtracer-0.6.10-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl (2.0 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ s390x

vtracer-0.6.10-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (2.3 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ppc64le

vtracer-0.6.10-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl (1.9 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ i686

vtracer-0.6.10-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (1.8 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ARMv7l

vtracer-0.6.10-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.8 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ARM64

vtracer-0.6.10-cp37-none-win_amd64.whl (642.8 kB view details)

Uploaded CPython 3.7Windows x86-64

vtracer-0.6.10-cp37-none-win32.whl (618.5 kB view details)

Uploaded CPython 3.7Windows x86

vtracer-0.6.10-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.8 MB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.17+ x86-64

vtracer-0.6.10-cp37-cp37m-manylinux_2_17_s390x.manylinux2014_s390x.whl (2.0 MB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.17+ s390x

vtracer-0.6.10-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (2.3 MB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.17+ ppc64le

vtracer-0.6.10-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl (1.9 MB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.17+ i686

vtracer-0.6.10-cp37-cp37m-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (1.8 MB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.17+ ARMv7l

vtracer-0.6.10-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.8 MB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.17+ ARM64

File details

Details for the file vtracer-0.6.10.tar.gz.

File metadata

  • Download URL: vtracer-0.6.10.tar.gz
  • Upload date:
  • Size: 19.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: maturin/1.2.3

File hashes

Hashes for vtracer-0.6.10.tar.gz
Algorithm Hash digest
SHA256 34cc643fae01ff0df245d8530d75c203754332024ccca180f4c1271da64ade23
MD5 af24edc907cc2bd87aa850d59796948f
BLAKE2b-256 a40bbe2bcafc8834eed76771a2f49291b997ea5697c4b1f0ac7d7182c7feaa05

See more details on using hashes here.

File details

Details for the file vtracer-0.6.10-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for vtracer-0.6.10-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 9b3c5176b6830d2282dfbedf4ac84c2b9eafb2bde024ffacf2c351edd600313a
MD5 96c86cf0ae565bd0a8ff90241c67a445
BLAKE2b-256 10d40af855283d8ecbd80dce06bc0c4e20d8df6a997b9ede1df2da4366b0903e

See more details on using hashes here.

File details

Details for the file vtracer-0.6.10-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for vtracer-0.6.10-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 478b4077376960729dbea7959c35981f9bd4b5cb4448b0c969184aa990c67629
MD5 cff8f69cfa2a03236eb2084a5f46fb33
BLAKE2b-256 9273bcef5e3c4e59cf9b0048767892e2bbcefe8e5a65e72306f1e07dacced982

See more details on using hashes here.

File details

Details for the file vtracer-0.6.10-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for vtracer-0.6.10-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 30cb4d5f256118af4595ecf72f7c8f9d75848661ae94b1340dc4aae46d78ed07
MD5 3dc5287a660b01b95ba996cb24f6a33b
BLAKE2b-256 2b28152471880b5cc872d00fdd86577aa66fcd139f91365b53d1f9c175a4259b

See more details on using hashes here.

File details

Details for the file vtracer-0.6.10-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for vtracer-0.6.10-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 aa539e6ae399ed076b951e4896de26e1f3840a88f4ec545c3979275f1abba256
MD5 d7891eaed13e904a90411aa35107ad19
BLAKE2b-256 9e07f2aec83fec224667c6853fa6179537e42b23063e217c0929afefc8d76a98

See more details on using hashes here.

File details

Details for the file vtracer-0.6.10-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for vtracer-0.6.10-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 0e937a64e9131f79488d185ab1bb920f65f65374c7aabfcdf1ec754522ce185f
MD5 37967783f250a65ee15ee537e6204777
BLAKE2b-256 071164e55737f12a35d3be816b82ec67478fd3969bf92fee17b224d021b59319

See more details on using hashes here.

File details

Details for the file vtracer-0.6.10-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for vtracer-0.6.10-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 c987a0a44dbe81481c8e8d4503e603b556ee4e0e384c2af44e15c8a68e4c28b8
MD5 2385b9efa5921d58094ec7757e31302d
BLAKE2b-256 ef403d61b8099ac63bbc0c14430039ebf092a512c87ff38f9d4d423c9aa0e79b

See more details on using hashes here.

File details

Details for the file vtracer-0.6.10-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for vtracer-0.6.10-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 088e79cb9fc9d5d14180dd97417f190068c6e1e6a1e0d20f052892a3f62669a5
MD5 50a3bf8858efe73ac94349002568e2b9
BLAKE2b-256 671e892ebd38180f55c3efcd6b3c6596123fdc6aa7fe8db9cb5208687d1cf9a9

See more details on using hashes here.

File details

Details for the file vtracer-0.6.10-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for vtracer-0.6.10-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 5dc61f93898b4581b21e09de230cd76c0210f9972802dfe46ff8d700a0e735d5
MD5 36e2b5a72b005b0a944d189879dce22e
BLAKE2b-256 33bcf5e5979c40f65fcbaabae39f639ce94a808f7d2e6e280ebf98e5072d9dc1

See more details on using hashes here.

File details

Details for the file vtracer-0.6.10-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for vtracer-0.6.10-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 b3d02686dc170e9c710dd0484cfbf375ff5ba8cd45ccd9517c609c535103e8fe
MD5 20d32506cd96b9b36dd3b15ebbc485d8
BLAKE2b-256 77d66045723d1d50796abd47a2441df26a5e95c9ae831aab41ef7e9f7f394d60

See more details on using hashes here.

File details

Details for the file vtracer-0.6.10-pp39-pypy39_pp73-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for vtracer-0.6.10-pp39-pypy39_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 7b52e22d1ac0737ae435f00e24cf77ee87a9a597be65def71f1cce4d98b1df6d
MD5 83a231a83dfa85348fde9f1662c00217
BLAKE2b-256 16f80659944dbfca9e20923451a876fc77865d0a488606af75a2dbc4bebc6e72

See more details on using hashes here.

File details

Details for the file vtracer-0.6.10-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for vtracer-0.6.10-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 dc9d1c7595b474fd1daf72c83bf57a9bce34ab20c4ba3a5890037f5c57ad7d20
MD5 c0f691db33a3b1f48338defab90323c6
BLAKE2b-256 e90cbe5790e74c2a8eb2f225e8d294d2fde44d276bd5a4cca76b091ffa663be8

See more details on using hashes here.

File details

Details for the file vtracer-0.6.10-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for vtracer-0.6.10-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 5cf0878bc3b52c82c6740a745c22950cb57e8c9e9b76bc721bc4124a05be658a
MD5 c219761a7f743113cdde5cdae835d0a2
BLAKE2b-256 24cad58d4c846763a1d359740abdf2883c74817808dc7adfdfb945c4732c1035

See more details on using hashes here.

File details

Details for the file vtracer-0.6.10-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for vtracer-0.6.10-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 de921e3889fdb009a46814d9d693f3f2a237cff090bb723ce7bd1b4c23fba21b
MD5 dc02a141fecae5c18d599cb8e847c33d
BLAKE2b-256 0820fd0a3067c92c7b2990e40dad2fe0a31ad1165edbf7f396c5d096c42537fe

See more details on using hashes here.

File details

Details for the file vtracer-0.6.10-pp38-pypy38_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for vtracer-0.6.10-pp38-pypy38_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 69836a7d4a4afeb1bccfe21a506b18a74809a30532a17acc7333c59e71a06144
MD5 89c98df1f79d2b7c04c67f43ec3a9ebc
BLAKE2b-256 e07e7ed1b7b9a60bd9d8610dfe4e7d3dbfd07107a2906e24490c9a05f5046dbe

See more details on using hashes here.

File details

Details for the file vtracer-0.6.10-pp38-pypy38_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for vtracer-0.6.10-pp38-pypy38_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 5628408c30113b3b3453287817ca3fb31cc1f32ebaee2a3db09e5368fe247817
MD5 6fca66d40587a0cc93548de81dd2df33
BLAKE2b-256 1104d8353aa84185839cc5bbf0791abf1d6910e4e4823085ec0d7dc280c0eeab

See more details on using hashes here.

File details

Details for the file vtracer-0.6.10-pp38-pypy38_pp73-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for vtracer-0.6.10-pp38-pypy38_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 9da22a743ee42d0abbaa629aae82606870d2dc64665e1ce5eaf8f4f03e567acf
MD5 62268f5e2c99d0507faea231022ee128
BLAKE2b-256 d7ff1ec7f129e0765eaa1bf0a75d8c7c32bdcff08660f54891e12818e82c925b

See more details on using hashes here.

File details

Details for the file vtracer-0.6.10-pp38-pypy38_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for vtracer-0.6.10-pp38-pypy38_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 97c2b9267aaca1783fd00e041635193ed9f220b3c1df698b4ac1f93b4fde370f
MD5 7776f895ec6c4e7fd30faac61fa42d7c
BLAKE2b-256 3d7854be34dedc92214a37b24e72c6664e91630c43b18e6bb34664f20e2ec6ee

See more details on using hashes here.

File details

Details for the file vtracer-0.6.10-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for vtracer-0.6.10-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 dc86db105d2af37c3777fd93775cce6a6f9a79c7cca5f22cbb1d5a41a6aee48a
MD5 c793ff839d9666830461492947a36094
BLAKE2b-256 42f34f350e586d025e3fe715ca65748217e2805c8bcf79ef64f60aaff7fb40b1

See more details on using hashes here.

File details

Details for the file vtracer-0.6.10-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for vtracer-0.6.10-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 991c048e1f7ae94ff608fc55002e4f021c0347bd4bb62becde4b72b2535a5cf4
MD5 ad6eca6b63573519006e52c6fa6dc2a6
BLAKE2b-256 9c3947cafacf794f68fdbfc2e23bbd60b0bc602df24e5a320a6c18b3fe9e0374

See more details on using hashes here.

File details

Details for the file vtracer-0.6.10-pp37-pypy37_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for vtracer-0.6.10-pp37-pypy37_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 1ecef691baecf6dfdc37556fcadd650aa2abf3058a70c4483d37557623e0b326
MD5 4715a924d02368501e7aec3c8470b4ad
BLAKE2b-256 a805b3f8ba3e445503c15ed1a572d79455b8cf092c23cdaa2529a9cb90190ce3

See more details on using hashes here.

File details

Details for the file vtracer-0.6.10-pp37-pypy37_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for vtracer-0.6.10-pp37-pypy37_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 ef26490279ee28a589fecab239f5d9cbda61228bbab2ff95481f70459c380818
MD5 5f0f72d4f5acf9dd333cee793f5ab30c
BLAKE2b-256 07d7404fde4f9277af6e4b3feec0f95a67677d3b635b515688e153a18357cb6a

See more details on using hashes here.

File details

Details for the file vtracer-0.6.10-pp37-pypy37_pp73-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for vtracer-0.6.10-pp37-pypy37_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 642a74c0af957240d00962f6ad515a8a93809339614472770e2d0a3cfb7b3db6
MD5 2764449d3fedae9754c88c7cc26e14f2
BLAKE2b-256 90bd812d99e204cde8b207ca49ef92d721ea7fc6151698361841418012a1b053

See more details on using hashes here.

File details

Details for the file vtracer-0.6.10-pp37-pypy37_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for vtracer-0.6.10-pp37-pypy37_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 4d9cca569bde66b4838be19e9f01f56b1ca331b4668249c212869433e76293e5
MD5 7c8bcf9298b477c94baa9586796eb4e4
BLAKE2b-256 580eceac7c074fc56003932e1ebae22c325f57983d127a10427b0a309091fb61

See more details on using hashes here.

File details

Details for the file vtracer-0.6.10-pp37-pypy37_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for vtracer-0.6.10-pp37-pypy37_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 345e0190055076757770e8f08dcab1b369b6672132c9bb3312905b34a3672e24
MD5 2185269f566e907c0e392ced35185ab1
BLAKE2b-256 32ab8e057d83e0149ac4746c8b49c51bc1042be5265e3636a9ac461d55871f64

See more details on using hashes here.

File details

Details for the file vtracer-0.6.10-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for vtracer-0.6.10-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 5337760363ec0e20a75244f9c8443975d22e8c12630a3821afedefaef093a8e3
MD5 79d15ed31c2bf6c21505e235003184c5
BLAKE2b-256 a01b9a3f37105eb09aacb62c450c79c82ec7c300677d6b50cf89d92b104014d6

See more details on using hashes here.

File details

Details for the file vtracer-0.6.10-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for vtracer-0.6.10-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 2e9a040f9d49036b4097434914cd70afe5bff1c8848bac2b619510c307c58660
MD5 233ad2872fd70afe2d7519e3e9fc7931
BLAKE2b-256 55b9fad517a6d408e24aa8975f64d7aa34a3ad4d99542fc11f99c209d601198c

See more details on using hashes here.

File details

Details for the file vtracer-0.6.10-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for vtracer-0.6.10-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 5f9e728f368f54fb8108d03c1c79e8dd0764c2c3e0ff22fde61d1f070f1070c5
MD5 fefe2bfcca682bb56f6fbd0fc971af90
BLAKE2b-256 576a4c66d8267f5dcd38392b4345d8c3bd2bbf7ae8417ee98a85acf9f937adbf

See more details on using hashes here.

File details

Details for the file vtracer-0.6.10-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for vtracer-0.6.10-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 a2e3aeb3d1ffe9be6da13259042180df77de2c318e529dbdc428465fb7996c89
MD5 47841906446fe7d9ef7107c6750fce46
BLAKE2b-256 fcd30f83428d24cf9a3abfb2a49add209e67ad2e52b5ca8deabccedb711b0461

See more details on using hashes here.

File details

Details for the file vtracer-0.6.10-cp312-none-win_amd64.whl.

File metadata

  • Download URL: vtracer-0.6.10-cp312-none-win_amd64.whl
  • Upload date:
  • Size: 642.1 kB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: maturin/1.3.2

File hashes

Hashes for vtracer-0.6.10-cp312-none-win_amd64.whl
Algorithm Hash digest
SHA256 6da331fe8b32693adb49af8b56efde57233cb07a497a4d13b04711f26f21367a
MD5 b9bbf659f7475d3900d6be0f08577507
BLAKE2b-256 86856b301a088bb497d376b04d029fc797ae4e515a247e07934a8b9f33192cc9

See more details on using hashes here.

File details

Details for the file vtracer-0.6.10-cp312-none-win32.whl.

File metadata

  • Download URL: vtracer-0.6.10-cp312-none-win32.whl
  • Upload date:
  • Size: 604.3 kB
  • Tags: CPython 3.12, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: maturin/1.3.2

File hashes

Hashes for vtracer-0.6.10-cp312-none-win32.whl
Algorithm Hash digest
SHA256 975cae4fe91dd5e758cca2d02d642bc5ad69223ce6bf56e13a7694bc4c0c01bc
MD5 502bbec167ec881184a18e9ece50242c
BLAKE2b-256 866a9e036d35b7168ed7f73937e2c0b20c8b58ef233406d277508cae47837b59

See more details on using hashes here.

File details

Details for the file vtracer-0.6.10-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for vtracer-0.6.10-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 85f58868301e705b4db4d1394430d57b0530dad0fb5a7e50a54ac35bcd503cc6
MD5 d1c1d396c77593afb55cae379c3ce98b
BLAKE2b-256 1f424389e29770095986288c76b6711ee6a533e25e44077e470f602ac16f0441

See more details on using hashes here.

File details

Details for the file vtracer-0.6.10-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for vtracer-0.6.10-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 b1ac2612f90e997b2c3b4293a4a08581306e2c6cf9fb9fffdda1e733cee275be
MD5 be451d2df2a91990013b646080306653
BLAKE2b-256 1d0dbe63f23fb1144402d09dd91297d04fd0f12f29b807e91dda52877142d968

See more details on using hashes here.

File details

Details for the file vtracer-0.6.10-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for vtracer-0.6.10-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 f4ec8c1cd4acb108f5baaddc3a9a7ea7e0631937990905b62cf3c5f7defbc5ce
MD5 519e37a2ead82b48edc3d15e42a79f4d
BLAKE2b-256 4aaab567a1e8e7b7023778001bb4e37759dd50b310793aef195b7a420e47c2ac

See more details on using hashes here.

File details

Details for the file vtracer-0.6.10-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for vtracer-0.6.10-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 9cf1e9ba0c60e48eb6c596dd2f14aac021c964d34465d91d3006ea2b81f739eb
MD5 f41e9b35db151963255406da2e45534e
BLAKE2b-256 e980912eda651110ba1b201196b768447d73c487ef16f495d5331ba4afeb322d

See more details on using hashes here.

File details

Details for the file vtracer-0.6.10-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for vtracer-0.6.10-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 07bdcccac21248f58f51240012f9c7a5116c6ea5378efbb41ef5a8dfc4ba456b
MD5 a90fa32a0ff14093d320aff5c3832422
BLAKE2b-256 a7150b2f54060d6ea4e3e1f08b72e738cb5a90a8ca8e993e1eb71c45d3604707

See more details on using hashes here.

File details

Details for the file vtracer-0.6.10-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for vtracer-0.6.10-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 8ae3ad70cab01e9633e1ea5b07df3a4db9a9971e32b7feb5ca02917848e8250c
MD5 6729713c3554dec7872a316115676b95
BLAKE2b-256 cdaf3f3d1a5ed1bb47b8357e19cdab86eab5d20144210ecfecab5f298ceedfcf

See more details on using hashes here.

File details

Details for the file vtracer-0.6.10-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for vtracer-0.6.10-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 b65d4a5536290a28a446e835f11b21f18256b3a8061ef133b6f04cae2b92f1ba
MD5 d3c12ed87ca7b93dec7541e10c16204e
BLAKE2b-256 213ef5032680c4f8dd4c0b2847c32a25dfac15fa3ef19b2fd5766b6e3a4ec343

See more details on using hashes here.

File details

Details for the file vtracer-0.6.10-cp312-cp312-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for vtracer-0.6.10-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 b8242365219aea8a7c9e30a62494a10e8343407bb2dc51a021549b17afb656a9
MD5 5da1ff2915d7389db2baa3bcbc230792
BLAKE2b-256 95b9bb0791f956e146af66e726cf4de4c9d865984c556b51051227105c46ce37

See more details on using hashes here.

File details

Details for the file vtracer-0.6.10-cp312-cp312-macosx_10_7_x86_64.whl.

File metadata

File hashes

Hashes for vtracer-0.6.10-cp312-cp312-macosx_10_7_x86_64.whl
Algorithm Hash digest
SHA256 843f017191ef39cf910fbb4eb6fd7231ff3fa37f4b0cc58ec313294e660f607c
MD5 aaa4c5295311384bfc5a79c87860f8e0
BLAKE2b-256 dfa0ae0c6e6217d612500ce604749fd8c035b29378c428000e1fa4aadc82565b

See more details on using hashes here.

File details

Details for the file vtracer-0.6.10-cp311-none-win_amd64.whl.

File metadata

  • Download URL: vtracer-0.6.10-cp311-none-win_amd64.whl
  • Upload date:
  • Size: 643.0 kB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: maturin/1.2.3

File hashes

Hashes for vtracer-0.6.10-cp311-none-win_amd64.whl
Algorithm Hash digest
SHA256 e7ad0ad4940df9773da084ba5b7230d8ae1ce64d40dd04ae7527eb6077311428
MD5 049e82542d40ee1bec3afb9771e6d0de
BLAKE2b-256 3aaee4901b31745d3ef0c4b0a69b1cb06f3c066c6eecb227bafdcd5172d35c78

See more details on using hashes here.

File details

Details for the file vtracer-0.6.10-cp311-none-win32.whl.

File metadata

  • Download URL: vtracer-0.6.10-cp311-none-win32.whl
  • Upload date:
  • Size: 618.5 kB
  • Tags: CPython 3.11, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: maturin/1.2.3

File hashes

Hashes for vtracer-0.6.10-cp311-none-win32.whl
Algorithm Hash digest
SHA256 495b6aeb5557e0403c20f7b86319e8a5b4b4c27d9cefb3d39abf73307ba8f98e
MD5 a43b7dc9d89b7de0379a6f134626b458
BLAKE2b-256 dc775f74e0b8f8c38bfbf4862c72f99e4ccf61e1ad35a1063d7562f95d7a4825

See more details on using hashes here.

File details

Details for the file vtracer-0.6.10-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for vtracer-0.6.10-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 c0670c3c55dc6e0a658bb72f702697ab0fbd3ab5f55e7bf5d31f9314448d099b
MD5 1794308957bfff63f976bfc36d1fb092
BLAKE2b-256 5e314efdf2bd3f576f5959ba0e2eba751381a32c77348111a2a516205ca9fb85

See more details on using hashes here.

File details

Details for the file vtracer-0.6.10-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for vtracer-0.6.10-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 d3edc5ff9544a1d1702aa89b19351ec38ae471f6f997139bf807eb94776a3874
MD5 732ada516a5a8954560ba555297f023d
BLAKE2b-256 dc45625dd1d72ecfe16879dd8cffa0f525b723672ae442285051b29051c98dce

See more details on using hashes here.

File details

Details for the file vtracer-0.6.10-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for vtracer-0.6.10-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 82f817b29f043fd844c31a4f398742c458642ffb06b8d9b3ff667959e5a8458c
MD5 afd5150452aa9ffb07862cf7083f6a74
BLAKE2b-256 74b7a5ad8dc276c7e74f93287ca53daa2fa173134c73258ba962d893245b19fd

See more details on using hashes here.

File details

Details for the file vtracer-0.6.10-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for vtracer-0.6.10-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 d7cb594cae84590c2fb30a109dd667b92289556fa668418263b79b8d2cd6140b
MD5 5b151a83011334a0fc619ecf5b851a8a
BLAKE2b-256 5f782548ab501111775916ae800002f9b4597d3f1a012eff562f101350ad85dc

See more details on using hashes here.

File details

Details for the file vtracer-0.6.10-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for vtracer-0.6.10-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 91a601fdfb7c14f8d20212009741818b873bd60ad1b9a40ff7dfe9400e8a1126
MD5 266134904de3d2cb039fd303dca4b633
BLAKE2b-256 43dd5b61b33cc52b5da4d7c67a7deeab47efe1a881714626e18b35165f9dd67a

See more details on using hashes here.

File details

Details for the file vtracer-0.6.10-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for vtracer-0.6.10-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 b7649bea36c85aa87e3974af0f25961f196a1f78ae4187f476b6abd48cfeeb7b
MD5 d406549ea5dd79be7b4a7fe4f2b22212
BLAKE2b-256 10c42b387f1c36e20be9261157959c2b236a4ced20dcf6c4f4fbb08fb481c36d

See more details on using hashes here.

File details

Details for the file vtracer-0.6.10-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for vtracer-0.6.10-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 7fc88a4e06c2b55b31911fa1719be646350b4c705a7ad70460337ee67fd1ca8e
MD5 c3b224492e003d0c7cc3cbea910ed0a4
BLAKE2b-256 ef6f0eab9a2249373c3c49d11408bfebafbba10fd1bca85699ce0e841d618dfc

See more details on using hashes here.

File details

Details for the file vtracer-0.6.10-cp311-cp311-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for vtracer-0.6.10-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 8cf4b391fb7abca3de6028cb7e6bcd40b875f7862bc58a5e5501e69e1c099bbd
MD5 aea6b7888a5c97204a134e0e557d9e9b
BLAKE2b-256 e0e033b5a5010fcf9d24a3f5eb47b7cb5447004c13df46ffbdf57948f32ccf81

See more details on using hashes here.

File details

Details for the file vtracer-0.6.10-cp311-cp311-macosx_10_7_x86_64.whl.

File metadata

File hashes

Hashes for vtracer-0.6.10-cp311-cp311-macosx_10_7_x86_64.whl
Algorithm Hash digest
SHA256 b42bdccbcf6116b731fb5b472317b8b71a59db875236a6b7347c7c9a3b7b0cc1
MD5 cde78da6a143b17798695d8325f538f7
BLAKE2b-256 5bec2fce2a4338a706f35cb968c42953e9e4a1d6d44c621b73fa09a77ce3bdc7

See more details on using hashes here.

File details

Details for the file vtracer-0.6.10-cp310-none-win_amd64.whl.

File metadata

  • Download URL: vtracer-0.6.10-cp310-none-win_amd64.whl
  • Upload date:
  • Size: 643.0 kB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: maturin/1.2.3

File hashes

Hashes for vtracer-0.6.10-cp310-none-win_amd64.whl
Algorithm Hash digest
SHA256 5c218f6f1380bff72d35260babe2eb26200f47103f5b68500c0e11b02601f370
MD5 7f528ddb2cf3527dc8884d2a031b59f3
BLAKE2b-256 20f32333240cd88d07f59219b03d86eea5b70e242b3d5ec98a5e766317107988

See more details on using hashes here.

File details

Details for the file vtracer-0.6.10-cp310-none-win32.whl.

File metadata

  • Download URL: vtracer-0.6.10-cp310-none-win32.whl
  • Upload date:
  • Size: 618.5 kB
  • Tags: CPython 3.10, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: maturin/1.2.3

File hashes

Hashes for vtracer-0.6.10-cp310-none-win32.whl
Algorithm Hash digest
SHA256 2f61ac235d1bf3d0d2f3600ebb902e36379f2c32eba17f7e575ce79ad659a98b
MD5 a44c6324117aca4f4f3dcaee494fc1b9
BLAKE2b-256 4b74c9e07219f1dfe0c42e92388b9ae0869fb1d28c9842d71aa7b4af27586aa8

See more details on using hashes here.

File details

Details for the file vtracer-0.6.10-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for vtracer-0.6.10-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 2bb09fe0c99497336fe6e3bba305b9cf3c9fb8cfb444d42ff82b232e5d209df7
MD5 2822c61843f0c52ac4eb8cb706f343ac
BLAKE2b-256 f24d70d275bdf44e40579cb6c571c0133ce4b8b9c2854ebcda39ecc77f57a4e7

See more details on using hashes here.

File details

Details for the file vtracer-0.6.10-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for vtracer-0.6.10-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 ea631fa480c46ff47db18a7244454e94dcf324a4aecd23ea465e52f2297643a5
MD5 d183dd190d60f24c0eb612beee6d767f
BLAKE2b-256 1475815f92984966c867f6160ac70826fe87e2f906cb94b9f9dd06e9f405305d

See more details on using hashes here.

File details

Details for the file vtracer-0.6.10-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for vtracer-0.6.10-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 2abeff15a0f4bc4dc37c45c6539758fe7978acca30dfcc61260e154006dd47f9
MD5 01c9166d551e915280acb59cc6857a4e
BLAKE2b-256 85948bb3d07967dabbec95a74e91a183ed5a1a3549b353c296236c600688308f

See more details on using hashes here.

File details

Details for the file vtracer-0.6.10-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for vtracer-0.6.10-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 801eef711cef9a86ea5f1c227928bc4712ec8462ee6b3473d46b67bed633b91f
MD5 cf86c2b7d5e7f4929af82fc34542b584
BLAKE2b-256 a1fd15697d88357baf531bf1b2a01be81d89eb4191874cf94561bf24a3daca0e

See more details on using hashes here.

File details

Details for the file vtracer-0.6.10-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for vtracer-0.6.10-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 3dc5fafbaf8f58e4ae3cbed07f40e84ecfdcf8dbee81ac55df077c6ef926a81c
MD5 28992173257d9ae7f6524b413360eb34
BLAKE2b-256 2be94294680ea1a09c1ba33160395e9821a201f63f47ca1f6815c5addbed01bb

See more details on using hashes here.

File details

Details for the file vtracer-0.6.10-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for vtracer-0.6.10-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 591116fb3f2473075cdad7630bbef478b74a1153320a38f8579ec952ebf24e12
MD5 84031953feec5acfd26684667241f921
BLAKE2b-256 33eb0521392141fddb0d1ac2f52fa005e5e00b4f5ffb4e612dc7eb162daef76f

See more details on using hashes here.

File details

Details for the file vtracer-0.6.10-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for vtracer-0.6.10-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 ca470845d2e6f5526d55b90a456091a43b549b5689353f2187c5023cb527951d
MD5 835872d71d493f02056f1dc0ac81cebc
BLAKE2b-256 9a9096d1aa00eb29eaae9f604803d4a956e366c16048ae7affdfccdbe3e8cb89

See more details on using hashes here.

File details

Details for the file vtracer-0.6.10-cp310-cp310-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for vtracer-0.6.10-cp310-cp310-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 66653f04d9e2d7cf5e6311497eeba63be6015858090a048f29e88548dc847615
MD5 bf1b40d9ddb1f2d2459c7e7af49c3227
BLAKE2b-256 1a8608ce4f02917c78a4a4a906d6c0e8d311dba899a2735167d72b0de2a9336c

See more details on using hashes here.

File details

Details for the file vtracer-0.6.10-cp310-cp310-macosx_10_7_x86_64.whl.

File metadata

File hashes

Hashes for vtracer-0.6.10-cp310-cp310-macosx_10_7_x86_64.whl
Algorithm Hash digest
SHA256 b9c2b09b9a6878a8f23f5ae8ac5e93b62acb128847dc4ecc298c38533c6b6e40
MD5 c375a5ce6a1fd437e37a01bdd2e6662c
BLAKE2b-256 e3599c0999fa6fbc3f56ee16c1f9165542c4477c148c9c2d66c1eee998ef0120

See more details on using hashes here.

File details

Details for the file vtracer-0.6.10-cp39-none-win_amd64.whl.

File metadata

  • Download URL: vtracer-0.6.10-cp39-none-win_amd64.whl
  • Upload date:
  • Size: 643.2 kB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: maturin/1.2.3

File hashes

Hashes for vtracer-0.6.10-cp39-none-win_amd64.whl
Algorithm Hash digest
SHA256 087f06be86bf1b31faa3a07766b910c58da64f24274620ebd805ce3c60a6b7db
MD5 35a2718c398c41ced2a6b3310cf8b433
BLAKE2b-256 6800da89a58b3484ead9899d02a8127dd699c034e047b46c065a476b71f047aa

See more details on using hashes here.

File details

Details for the file vtracer-0.6.10-cp39-none-win32.whl.

File metadata

  • Download URL: vtracer-0.6.10-cp39-none-win32.whl
  • Upload date:
  • Size: 618.5 kB
  • Tags: CPython 3.9, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: maturin/1.2.3

File hashes

Hashes for vtracer-0.6.10-cp39-none-win32.whl
Algorithm Hash digest
SHA256 b6b0a479f4acc031f3097037fd80579000c82c4e2e5280814127155106cf6968
MD5 de5efb1a0df1595cdc0fece6e3d58715
BLAKE2b-256 4e1ac49dab2497b562c856d53276eaad8b5b6fd56cdedde26c43f1ec4f1ac1b0

See more details on using hashes here.

File details

Details for the file vtracer-0.6.10-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for vtracer-0.6.10-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 078e1e529fad6a0076187d6298e7807b02f50c309b3bbdcb686fcfad383a8d93
MD5 d41bfebad91c6dbe5e32911da286deb7
BLAKE2b-256 3ed9f169757043eab8df10908f55c44dacd1802061f6b8fe4f084382ea8d6be3

See more details on using hashes here.

File details

Details for the file vtracer-0.6.10-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for vtracer-0.6.10-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 4b55f2d52ca507b029a0bf7c97a8444396e2a156d685294a7c8146e696f54268
MD5 4ce1992f471d41db4da3ea66afab334c
BLAKE2b-256 a69bb0b6bc1bd746ca42d822976e2eec2c01d6df888cdf588ab628bb03b60f14

See more details on using hashes here.

File details

Details for the file vtracer-0.6.10-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for vtracer-0.6.10-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 634c6bbe9cdd13bc219be2b13ac22f35c0af6d676ba8ed10550509122c34b2a2
MD5 f9f32a67f7c4ee0e6c96ed152d0126dc
BLAKE2b-256 76b868f969140f8b5eaec4208f485750d6fe8422262085eeacdc13ddbd0c34af

See more details on using hashes here.

File details

Details for the file vtracer-0.6.10-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for vtracer-0.6.10-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 2ab5e60ef1a901be1f132c8656bc17b7fdf9076cfc7a5eaaf3ca7003f7a5a1c7
MD5 9b37ad7d1f0cd68e945dd366d60807a4
BLAKE2b-256 5996e24eb212d15b262ddb0920174a7a734f035f4046deb357569326ef17e0f1

See more details on using hashes here.

File details

Details for the file vtracer-0.6.10-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for vtracer-0.6.10-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 79e929c6dccf89ecedc3b89b854c9016b6c3f6b924f06a57f792759dc6221bd0
MD5 40f3233f025074901c0d10ca5c73efbd
BLAKE2b-256 cbf5b265920fb9433e5c1281600f1813c0613adf26d0dfbdf11406b6b81f4c8e

See more details on using hashes here.

File details

Details for the file vtracer-0.6.10-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for vtracer-0.6.10-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 272db4f60e0b80ae7dd684785111df6f760ed716e53ca3ecc78e7809df5c90e5
MD5 7044e5186ac32fa21cfd0f72f34c2b66
BLAKE2b-256 415eb5595f9bc53124d05038902bc61f5b79a5f61e378985e1a732e323633df5

See more details on using hashes here.

File details

Details for the file vtracer-0.6.10-cp38-none-win_amd64.whl.

File metadata

  • Download URL: vtracer-0.6.10-cp38-none-win_amd64.whl
  • Upload date:
  • Size: 642.9 kB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: maturin/1.2.3

File hashes

Hashes for vtracer-0.6.10-cp38-none-win_amd64.whl
Algorithm Hash digest
SHA256 7b0f73e29d7140b2acea08db405bcf9d3029921c34d12abfda6acaf52cf2a804
MD5 16661a8b04fd37255be9a831f88cbacd
BLAKE2b-256 acec6a1fe34cf4d0714c74f34a39103a8840affe0bc91767f90b0d555dda7814

See more details on using hashes here.

File details

Details for the file vtracer-0.6.10-cp38-none-win32.whl.

File metadata

  • Download URL: vtracer-0.6.10-cp38-none-win32.whl
  • Upload date:
  • Size: 618.6 kB
  • Tags: CPython 3.8, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: maturin/1.2.3

File hashes

Hashes for vtracer-0.6.10-cp38-none-win32.whl
Algorithm Hash digest
SHA256 c3695bebb31c013a870dc237390ecdced0b9e730288a28614774668a19a958be
MD5 f27328404b6602088cde2a2b637943f0
BLAKE2b-256 50aba1fcbb3e9db1a832f7b92ba040f3aa264c6344f6f0c0b1ea1aaea86c13ce

See more details on using hashes here.

File details

Details for the file vtracer-0.6.10-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for vtracer-0.6.10-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 a4d9b80dd5bd92085eee8d28d962648ed72efa9097402311d0f165cd8e224315
MD5 9dea1383cbb74adc68ba6b9142313da7
BLAKE2b-256 876f920acebe4cc9031eb8d3058f5a9c735fd2cba9b221840933c7ab8da974d3

See more details on using hashes here.

File details

Details for the file vtracer-0.6.10-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for vtracer-0.6.10-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 8824e475f602abb8b2f7262c14423629162bbc4206648da71b64c9009f7b7385
MD5 f750df0b930c32f180f77af3cf7fe779
BLAKE2b-256 829e4f47a788473f9920e52e619fbf91d305c4c9431ab8058f22f18b90353c40

See more details on using hashes here.

File details

Details for the file vtracer-0.6.10-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for vtracer-0.6.10-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 e95f217b290d9fd2ff3563aad138d7e032145a9b9162f6719554fd729ddc642c
MD5 ccd448dd38250166938d861dedcff8b3
BLAKE2b-256 d7f471c60e475994b518d8e3ae8c19e33b4aa09157c65f102bb01f699f893ebc

See more details on using hashes here.

File details

Details for the file vtracer-0.6.10-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for vtracer-0.6.10-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 6465e3f8f0c4854ba6634fac27a591b73428e2f8afba9439b0b2332385735fe4
MD5 e92075d196499b68063ef6ad46cc4e99
BLAKE2b-256 ce079ce238de4e22adc79bad3625615f2f56089b03b145167e5421df76cf576a

See more details on using hashes here.

File details

Details for the file vtracer-0.6.10-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for vtracer-0.6.10-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 f37f5aa6c82e520fc889a5d9dd24cf3257189bb1339b7cf4aee15ee02dc30621
MD5 7a99e0ba3f25b080a3219686210d556a
BLAKE2b-256 ac11783a1be65cc439bdf0888b0aa8fb92e6fd48f6a89d2a3cd4975cec302865

See more details on using hashes here.

File details

Details for the file vtracer-0.6.10-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for vtracer-0.6.10-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 7f0d8d92bdfeb643da7c874418cd3965d90f1302349279cd417bd10efb537e01
MD5 cc630012b5f59a4a15bda7e811d5eff9
BLAKE2b-256 138474fc22376b5d23e107ef6963efddd108ab6511572d3078d1ce77944bb908

See more details on using hashes here.

File details

Details for the file vtracer-0.6.10-cp37-none-win_amd64.whl.

File metadata

  • Download URL: vtracer-0.6.10-cp37-none-win_amd64.whl
  • Upload date:
  • Size: 642.8 kB
  • Tags: CPython 3.7, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: maturin/1.2.3

File hashes

Hashes for vtracer-0.6.10-cp37-none-win_amd64.whl
Algorithm Hash digest
SHA256 2f2c506918a4a586d18736a1771513363c7076e2f60adc8943990d4af0531f30
MD5 655c16f59e83395ac31cc4a05e4a9316
BLAKE2b-256 8274adb3ea39aaa65f82502312f65586744652e49e2cb4ca0f1498aaa47d9da6

See more details on using hashes here.

File details

Details for the file vtracer-0.6.10-cp37-none-win32.whl.

File metadata

  • Download URL: vtracer-0.6.10-cp37-none-win32.whl
  • Upload date:
  • Size: 618.5 kB
  • Tags: CPython 3.7, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: maturin/1.2.3

File hashes

Hashes for vtracer-0.6.10-cp37-none-win32.whl
Algorithm Hash digest
SHA256 718eb7e0e11f1722aee2901a757a1701260acc1986b6bc5a1e7adabf447fcd42
MD5 b14a2e3f6806e41fa63bd7a3b3a0759b
BLAKE2b-256 28b6581e43425ce16e70f7e013c8f8292b51d6d864f66363f1b2095a2875098e

See more details on using hashes here.

File details

Details for the file vtracer-0.6.10-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for vtracer-0.6.10-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 a680a9bc7474d7db7315b7eb43881c77897f1d4b05fba5fda3499c4f9f98e1d4
MD5 0ef86c5680a13addadf33bbd305dbb02
BLAKE2b-256 c77445c8f389f47c74eb9c15def73ede5061f41c2568565fafb76512ea6bed3e

See more details on using hashes here.

File details

Details for the file vtracer-0.6.10-cp37-cp37m-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for vtracer-0.6.10-cp37-cp37m-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 d72bb950af83d7336875aa15a11ff99fee7c00c32f66a57bcc5b92687a0e5823
MD5 fae08d6b7c9590a81e32ea65e0cb1e6c
BLAKE2b-256 2e708caa537e03bd1731d97ce40fd882348d6495d0c322b97291a172ca1efb07

See more details on using hashes here.

File details

Details for the file vtracer-0.6.10-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for vtracer-0.6.10-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 7910584477a61e0464e938b631c43dea9dfd493d9d15115cccc2ee2f9b754667
MD5 6573370beeecec7f4e9a202516a0083b
BLAKE2b-256 7c85ffca82d23dd4c272c05a2dac381e139c5b25f97335ff742be9ebb3303dc2

See more details on using hashes here.

File details

Details for the file vtracer-0.6.10-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for vtracer-0.6.10-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 46c0a38f3718af515a4559d3112445da159519ebc431bd47813fc60f58acba31
MD5 5d4b7e52ea0c00d1cc13cac10c637d34
BLAKE2b-256 6381f564188e5fd3df6ad57e6de117806b93db503afbca12c614adaf2e7061f7

See more details on using hashes here.

File details

Details for the file vtracer-0.6.10-cp37-cp37m-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for vtracer-0.6.10-cp37-cp37m-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 7c20f07b9fa453dcd5a43fdabfb8d580acba3c41f06d5c982bf8f1ee5e0502b2
MD5 60cbca2aabf2cbaa0578e79ac1ac8376
BLAKE2b-256 595043d2868139bc6c438c0849560ae8fe040455321201426a831d2bf9d6f65b

See more details on using hashes here.

File details

Details for the file vtracer-0.6.10-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for vtracer-0.6.10-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 d1c36645483be75a11887f27c3eabdbc8b99fa9210458e29aa7df555dea754cc
MD5 81b0e923a629c0091900161b8a4cf272
BLAKE2b-256 de556df669cd41de34eac7f752926546c929876dad61bee53db8e54605597e30

See more details on using hashes here.

Supported by

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