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.cvtColor(cv2.imread('test/mask.png', colormode='color'), cv2.COLOR_BGR2RGB)
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 RGB image with shape (H,W,3) to be converted to SVG format.
- colormode (str, optional): True color image `color` 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
Built Distributions
File details
Details for the file vtracerpy-0.1.1.tar.gz
.
File metadata
- Download URL: vtracerpy-0.1.1.tar.gz
- Upload date:
- Size: 24.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.2.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1453916cc1b93a6ac8e47c8dbd232b7b54cc2c0d40001777d6b2a99981a003a5 |
|
MD5 | 264aaa82d3c06845cfa509c80443ee61 |
|
BLAKE2b-256 | 749c69e022695b92215a17880ffe35b34e0f46cf17079f07e50d536c2ff6a4fd |
File details
Details for the file vtracerpy-0.1.1-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
.
File metadata
- Download URL: vtracerpy-0.1.1-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 1.3 MB
- Tags: PyPy, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.2.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 63616a67366f999162d80ecef8a33739cbf2e5b7365f1232058eb953fb802f70 |
|
MD5 | e83ebe26a52ef1030b4db54948667ae5 |
|
BLAKE2b-256 | a636d1bf224d8b57898cb63bd85bb10a6370e6c0be9687375bcdcd528b2aa090 |
File details
Details for the file vtracerpy-0.1.1-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
.
File metadata
- Download URL: vtracerpy-0.1.1-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
- Upload date:
- Size: 1.4 MB
- Tags: PyPy, manylinux: glibc 2.17+ s390x
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.2.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d7a2f06d49f2c4ea9fcfc7c47f5ffa8cddb716f437862c3b16524943d184a47d |
|
MD5 | 985e6ba3d21485ae3e4890e38dbaccaa |
|
BLAKE2b-256 | e7bb46c09537671ceb6263176f38191d121e313262287d64d7bc98618314ccd0 |
File details
Details for the file vtracerpy-0.1.1-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
.
File metadata
- Download URL: vtracerpy-0.1.1-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
- Upload date:
- Size: 2.3 MB
- Tags: PyPy, manylinux: glibc 2.17+ ppc64le
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.2.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 66d56f8d21433353084ea92edd3b377bb5e1e5c303ad5d0a17c06a2726b52500 |
|
MD5 | bfe8009a46176705f957fe3a7f797d8e |
|
BLAKE2b-256 | bb964d8bf02508b37b71cd4041c5beb0033773c99c64efcb7fd6ace46c7ce741 |
File details
Details for the file vtracerpy-0.1.1-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
.
File metadata
- Download URL: vtracerpy-0.1.1-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
- Upload date:
- Size: 1.2 MB
- Tags: PyPy, manylinux: glibc 2.17+ ARMv7l
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.2.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3396fc96fc40a1af91ad39d34c67028f72ccd30bc17e953185bccf91d9a2b397 |
|
MD5 | 784134cb49fd26f3ca23040124cf5055 |
|
BLAKE2b-256 | a045b44c48f6d8536b1bd2f825c3792de6f813254bf5bd4f02b039f5c4c9a12b |
File details
Details for the file vtracerpy-0.1.1-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
.
File metadata
- Download URL: vtracerpy-0.1.1-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 1.2 MB
- Tags: PyPy, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.2.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 12a3dc00bd21e2f7101ec998c224b414bb18c636e061c79ade37ea5d87c43e2c |
|
MD5 | 0b36bd92e9f8e30c4e1f63e018886f39 |
|
BLAKE2b-256 | a86e30940bc99b8c2c27ad5f0c745e0036fd0153d505716201f623ca03d9f9e0 |
File details
Details for the file vtracerpy-0.1.1-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.whl
.
File metadata
- Download URL: vtracerpy-0.1.1-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.whl
- Upload date:
- Size: 1.3 MB
- Tags: PyPy, manylinux: glibc 2.5+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.2.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d9b4bdf99da40910920de6a460e9f7f5ebaf3140baf73a757b0eea8c423a4ca1 |
|
MD5 | 39e86ca68e45689bc5aa5f97a8e0f652 |
|
BLAKE2b-256 | 8e3a965e159a60951b56b9c6f2dca95d9c4a0b4ca7ac94f08ce7e8cd4ff617fc |
File details
Details for the file vtracerpy-0.1.1-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
.
File metadata
- Download URL: vtracerpy-0.1.1-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 1.3 MB
- Tags: PyPy, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.2.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a21088e90bc960f06049d2fb17f05cb432189eccaef376ecc7fd87186af69451 |
|
MD5 | c919db8319c2a13979fc8958f9607bb6 |
|
BLAKE2b-256 | f44043f2402dd31b2fba9742818ac109d093db560a9fe96c15727f600faf19c7 |
File details
Details for the file vtracerpy-0.1.1-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
.
File metadata
- Download URL: vtracerpy-0.1.1-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
- Upload date:
- Size: 1.4 MB
- Tags: PyPy, manylinux: glibc 2.17+ s390x
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.2.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1a5a1e09a0c7b6e5912f38c3ae34a402dfa6f42fd31c38eee917f85e98085bb9 |
|
MD5 | 9768f29f64929d0c31659ac7491b891a |
|
BLAKE2b-256 | dae77225966083ce1617fac52727fce1dbecd534ffcb5b1d052b0ed7ca7557b9 |
File details
Details for the file vtracerpy-0.1.1-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
.
File metadata
- Download URL: vtracerpy-0.1.1-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
- Upload date:
- Size: 2.3 MB
- Tags: PyPy, manylinux: glibc 2.17+ ppc64le
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.2.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ca02111fea7c8b5028967d86e3cb3ef21cb09ec5a0a448e378d9469cc1db74b6 |
|
MD5 | 89eaadfa10412dd56749ad873142ef96 |
|
BLAKE2b-256 | 8919261729c201d9a2a19a794e0ff814005a59f7152dfa45b243e2dc2694bd69 |
File details
Details for the file vtracerpy-0.1.1-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
.
File metadata
- Download URL: vtracerpy-0.1.1-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
- Upload date:
- Size: 1.2 MB
- Tags: PyPy, manylinux: glibc 2.17+ ARMv7l
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.2.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f1a07340ef960e6d06016f49ceabd3dc4622642f94edacb1f6d111dce1254174 |
|
MD5 | 5183352c39755c6e967397f4cec73709 |
|
BLAKE2b-256 | 739882b50c98f6bdc1e9de31e65b0b89e95ae870e8321640abdfad5dd5a1c643 |
File details
Details for the file vtracerpy-0.1.1-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
.
File metadata
- Download URL: vtracerpy-0.1.1-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 1.2 MB
- Tags: PyPy, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.2.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a9720bf3a2dc7d793cfe21c8dc0d79fc6ae8ff424c20187107360178a8a934f7 |
|
MD5 | d5bb137849df2c8c6b8095749e6c6558 |
|
BLAKE2b-256 | 2c64d7b0e806dd1296ef27e18671af69ee3f8e791d2d59f722335e4718c45935 |
File details
Details for the file vtracerpy-0.1.1-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.whl
.
File metadata
- Download URL: vtracerpy-0.1.1-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.whl
- Upload date:
- Size: 1.3 MB
- Tags: PyPy, manylinux: glibc 2.5+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.2.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 31edb50d8f8cbf1b02eaa4ffb4a64705d45bf8c16f59f49550477839e45db77b |
|
MD5 | 7cf5c2018016f7a8b302a67997349645 |
|
BLAKE2b-256 | ff940df82bedcb6a0b65ed822828609d906225c5573929ffc835109ecb4eace6 |
File details
Details for the file vtracerpy-0.1.1-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
.
File metadata
- Download URL: vtracerpy-0.1.1-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 1.3 MB
- Tags: PyPy, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.2.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 27c8fd7315895b6ff83c551c316db72a10cdced3cb56de433f7747b6d2f2c61a |
|
MD5 | 09283af9de8841c927fb8774c5f2a08d |
|
BLAKE2b-256 | cde187cdc514beb7c8f20ad94a556c540aa3a246118fc2032ab9da56d744d107 |
File details
Details for the file vtracerpy-0.1.1-pp38-pypy38_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
.
File metadata
- Download URL: vtracerpy-0.1.1-pp38-pypy38_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
- Upload date:
- Size: 1.4 MB
- Tags: PyPy, manylinux: glibc 2.17+ s390x
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.2.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | fec3d34c898cdb010a2e3ba2f4a5805c446d0b9fc6b1e8c439e89cc05e4f1a7c |
|
MD5 | 82c506a305927870dc37794ac8af758e |
|
BLAKE2b-256 | 84c31955f8546998277c12c6301497e1b4f622a8ceaabf51a8e5d3bb05a02697 |
File details
Details for the file vtracerpy-0.1.1-pp38-pypy38_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
.
File metadata
- Download URL: vtracerpy-0.1.1-pp38-pypy38_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
- Upload date:
- Size: 2.3 MB
- Tags: PyPy, manylinux: glibc 2.17+ ppc64le
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.2.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 95f428d2afea25aacb908ca6f1b314adb4d5ab69957586f8c32298774eeb04aa |
|
MD5 | 221bc1f6934c5344dbf68e2e2daa297d |
|
BLAKE2b-256 | 4b4bbc4538ca5cba843f0639d0e796fd920e73cb7187673abe1763f6e3c153bc |
File details
Details for the file vtracerpy-0.1.1-pp38-pypy38_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
.
File metadata
- Download URL: vtracerpy-0.1.1-pp38-pypy38_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
- Upload date:
- Size: 1.2 MB
- Tags: PyPy, manylinux: glibc 2.17+ ARMv7l
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.2.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f982259c57efcdcc403aa978d09a11e5d62ab05be277f7ddfc5ecdfeb4b2e9a4 |
|
MD5 | 38041a7579407096c4d824760a5423f1 |
|
BLAKE2b-256 | 0c75e6b561996d6f7d4aa3a16965903ec4a9bdd66175f2a9a9c9d12837dccffa |
File details
Details for the file vtracerpy-0.1.1-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
.
File metadata
- Download URL: vtracerpy-0.1.1-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 1.2 MB
- Tags: PyPy, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.2.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b543e9238f56fd4bd24dd7ebd59f5e5644f5dc278a2804ba2dd36ac51db210db |
|
MD5 | 641d8ed12c90ae7af5c741675f7d49de |
|
BLAKE2b-256 | 4b2aebaba4c272f7a8954880c9f8b5cb2eedf9a2c3d937631a49ec6048f86ead |
File details
Details for the file vtracerpy-0.1.1-pp38-pypy38_pp73-manylinux_2_5_i686.manylinux1_i686.whl
.
File metadata
- Download URL: vtracerpy-0.1.1-pp38-pypy38_pp73-manylinux_2_5_i686.manylinux1_i686.whl
- Upload date:
- Size: 1.3 MB
- Tags: PyPy, manylinux: glibc 2.5+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.2.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a4dabaae47aacd3ae19ab29d697d799dc9cb817ec85628fe35c711e5747d25ca |
|
MD5 | 978c3eea282d54376fdf83d05a949c7d |
|
BLAKE2b-256 | 6ca4ec10421ffb588bfc4e66e19317f5fcfdda2791f7091fecbe02d9211f5fe2 |
File details
Details for the file vtracerpy-0.1.1-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
.
File metadata
- Download URL: vtracerpy-0.1.1-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 1.3 MB
- Tags: PyPy, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.2.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e0d80da58c49b94119fa687efed4cc9736c41f3b93de0899c00c8c5ad0418fc8 |
|
MD5 | 3daf9094a672fec45772280f5dd55fbb |
|
BLAKE2b-256 | 6b531f21536f04e08772271a411ea219600436819de0f74260f4bfcf930feb9d |
File details
Details for the file vtracerpy-0.1.1-pp37-pypy37_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
.
File metadata
- Download URL: vtracerpy-0.1.1-pp37-pypy37_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
- Upload date:
- Size: 1.4 MB
- Tags: PyPy, manylinux: glibc 2.17+ s390x
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.2.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | aa44dae8e0ba57cbbca0833254a6590317a1cfda96908c0b03691313c0656395 |
|
MD5 | f2acd0995865b81ab89b570f8ef146de |
|
BLAKE2b-256 | e203e06e4423e7e8c5a80cd2109d785fba2caee9c66485554db94bc2323d6ce8 |
File details
Details for the file vtracerpy-0.1.1-pp37-pypy37_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
.
File metadata
- Download URL: vtracerpy-0.1.1-pp37-pypy37_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
- Upload date:
- Size: 2.3 MB
- Tags: PyPy, manylinux: glibc 2.17+ ppc64le
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.2.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f5c6f08c318f8735d318d4f6c5c31b8758c12a48642279ba3fd757323c67dbd6 |
|
MD5 | 8927adf5b104b7f5554f952704afae7b |
|
BLAKE2b-256 | 521e97b1e39ae525bd3c5b1f613339a263fa02c97a92e333d7d82e486657db68 |
File details
Details for the file vtracerpy-0.1.1-pp37-pypy37_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
.
File metadata
- Download URL: vtracerpy-0.1.1-pp37-pypy37_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
- Upload date:
- Size: 1.2 MB
- Tags: PyPy, manylinux: glibc 2.17+ ARMv7l
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.2.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1b690d7296cb6f1f069a64c994feef64c1966716569328cc1ae50e00c0415e37 |
|
MD5 | db11f1aa758eaf1bb4ef44a8fa772125 |
|
BLAKE2b-256 | 571a25f667f8c9dfb767d2f0671a278efc3f9054f695f938048e94ba3fb89f72 |
File details
Details for the file vtracerpy-0.1.1-pp37-pypy37_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
.
File metadata
- Download URL: vtracerpy-0.1.1-pp37-pypy37_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 1.2 MB
- Tags: PyPy, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.2.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 239f1df3352cf3d0f7630bca519341cdec0ec8cd4c07e873500fe8bb43bd5a64 |
|
MD5 | d49235d037662ff1a9b56d26ded574b5 |
|
BLAKE2b-256 | 229dfea74ee6e474fb716a008c6fd14fdf2f8048fa536012128ef5eb5f405294 |
File details
Details for the file vtracerpy-0.1.1-pp37-pypy37_pp73-manylinux_2_5_i686.manylinux1_i686.whl
.
File metadata
- Download URL: vtracerpy-0.1.1-pp37-pypy37_pp73-manylinux_2_5_i686.manylinux1_i686.whl
- Upload date:
- Size: 1.3 MB
- Tags: PyPy, manylinux: glibc 2.5+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.2.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d76958bfdf7036728f2d4e798116b8887c5d81b441dc6ae8af56e05c659d3fd0 |
|
MD5 | 913911db6e80482492054c1d00fae364 |
|
BLAKE2b-256 | 1dfabf26ae1d5b31debadf40b4348386c11eb2c71863757dd013ed3e1acd0077 |
File details
Details for the file vtracerpy-0.1.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
.
File metadata
- Download URL: vtracerpy-0.1.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 1.3 MB
- Tags: CPython 3.12, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.2.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 25f2b73a618a51cfd8a25da080ce57833f160e6f568e15f5a2592ef7030c60d9 |
|
MD5 | e5d12e7b7429ac0c488c410bafad24f8 |
|
BLAKE2b-256 | a77f4f4a62bef97dde32274aea3c3ef1752c55b31926ab7b986a61fc648ba04e |
File details
Details for the file vtracerpy-0.1.1-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl
.
File metadata
- Download URL: vtracerpy-0.1.1-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl
- Upload date:
- Size: 1.4 MB
- Tags: CPython 3.12, manylinux: glibc 2.17+ s390x
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.2.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0e8e87d0571926706d97b4fb2def142627861e6b8589b89c0ea08e7a1e5b0998 |
|
MD5 | 9a6033f59e54633755cdebad9e309498 |
|
BLAKE2b-256 | 7f8509a26d3bf3cbee7abb351d0e8c7dd1d00fb365d46c663703372231267aae |
File details
Details for the file vtracerpy-0.1.1-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
.
File metadata
- Download URL: vtracerpy-0.1.1-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
- Upload date:
- Size: 2.3 MB
- Tags: CPython 3.12, manylinux: glibc 2.17+ ppc64le
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.2.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 941b9e3f7cb215d85b9c0b8d3a460e42dc56732f26477432ec768f1bf1b794f1 |
|
MD5 | 74bdf86e168067408b40c2389acaa621 |
|
BLAKE2b-256 | 6d14a1a51bba452cba3e64c88ccd11777bcc7bedf12a96ac7598b891c5922fff |
File details
Details for the file vtracerpy-0.1.1-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
.
File metadata
- Download URL: vtracerpy-0.1.1-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
- Upload date:
- Size: 1.2 MB
- Tags: CPython 3.12, manylinux: glibc 2.17+ ARMv7l
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.2.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 06834d4e2ba9f142a2a5dcf558a7114cf7ef2a7e053bceabf286427ff1df37ce |
|
MD5 | 94229a8be430da5619d22dfac6507ce7 |
|
BLAKE2b-256 | 00688df929ce36252813c2d2766b41c506edfde890c54497b10b9a70d083c0db |
File details
Details for the file vtracerpy-0.1.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
.
File metadata
- Download URL: vtracerpy-0.1.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 1.2 MB
- Tags: CPython 3.12, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.2.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7134d75c32e47e5da49b71c810c081f5ee8317fed8083209df8cd58011c05d2f |
|
MD5 | 261f479808cb6d80e17bba3688c2e882 |
|
BLAKE2b-256 | 0090a622589dcf8f848a7fdf8ba1689fa9dddc58451859714382cd3c097302e9 |
File details
Details for the file vtracerpy-0.1.1-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl
.
File metadata
- Download URL: vtracerpy-0.1.1-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl
- Upload date:
- Size: 1.3 MB
- Tags: CPython 3.12, manylinux: glibc 2.5+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.2.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c0fbf1b0ea241acb6917f2e73de68792f318e48c4bcbdd7916a6304b42dac7a2 |
|
MD5 | 476a49455c9553c2b5c4f28fa95b90aa |
|
BLAKE2b-256 | 0cf3fab2070543d610ec6029bd3732f68ccdb1ab1630ef30b51ba5fca35ad466 |
File details
Details for the file vtracerpy-0.1.1-cp311-none-win_amd64.whl
.
File metadata
- Download URL: vtracerpy-0.1.1-cp311-none-win_amd64.whl
- Upload date:
- Size: 198.5 kB
- Tags: CPython 3.11, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.2.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | bb6f855ca91c3b2a770784bd060946735badcdfb3db85caba6b841f9cb8066ef |
|
MD5 | b1649011c2367b387f0dc2f73cd1cd40 |
|
BLAKE2b-256 | fd99eb152d3a9db8e92a8b14ac2dec3749193ada4523ac7715e9761bb90c095b |
File details
Details for the file vtracerpy-0.1.1-cp311-none-win32.whl
.
File metadata
- Download URL: vtracerpy-0.1.1-cp311-none-win32.whl
- Upload date:
- Size: 189.7 kB
- Tags: CPython 3.11, Windows x86
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.2.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 72a485f467eab563b42b880f83e7ed2e656e9cc9c8acf7436a90852ff940cfc2 |
|
MD5 | c1cca1ab4253243b15076563f43d862f |
|
BLAKE2b-256 | d02a90f924e265c40f2a71c70ae1515aaf1b4066c08e3740d2a449d408a97076 |
File details
Details for the file vtracerpy-0.1.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
.
File metadata
- Download URL: vtracerpy-0.1.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 1.3 MB
- Tags: CPython 3.11, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.2.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2648e4c6ea97d061c1ccbd65805a532bacafc6709805cb5b25f9f0a3b5b6e8cc |
|
MD5 | 9a8efcf92132834490dab071e286d414 |
|
BLAKE2b-256 | dcd37ae83c5fe89c2b63792c0ad24456aabd4612eaa7c13db0659d780d5108d7 |
File details
Details for the file vtracerpy-0.1.1-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl
.
File metadata
- Download URL: vtracerpy-0.1.1-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl
- Upload date:
- Size: 1.4 MB
- Tags: CPython 3.11, manylinux: glibc 2.17+ s390x
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.2.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a902a35748fbf8e196af826408601b348eaeb0a4522cd6c7bea93e9461b288e2 |
|
MD5 | f6f718b2d540b0d8b4a2a43ec5fd0997 |
|
BLAKE2b-256 | af9d85bdd0b7868992e47e6dea21b55fb16ad705b6bbb8c66c9b5659d9d59774 |
File details
Details for the file vtracerpy-0.1.1-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
.
File metadata
- Download URL: vtracerpy-0.1.1-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
- Upload date:
- Size: 2.3 MB
- Tags: CPython 3.11, manylinux: glibc 2.17+ ppc64le
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.2.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8c29a7c7dc820ebc600c739f54c80eed439d7a11824786941ff44948d6fb041c |
|
MD5 | a0b1507c67c0ae1fec8d2b312e49145c |
|
BLAKE2b-256 | f3d991e91b62ce619a41b3ee5af929e3949b61d35dcd27cbe938e31697a22982 |
File details
Details for the file vtracerpy-0.1.1-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
.
File metadata
- Download URL: vtracerpy-0.1.1-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
- Upload date:
- Size: 1.2 MB
- Tags: CPython 3.11, manylinux: glibc 2.17+ ARMv7l
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.2.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 66785684e4aa3ba5a843ca80f42687ab2d72665af0e0614389fec35b32310ce8 |
|
MD5 | 0b5189d25ba51758c6afcca7e5ea0afc |
|
BLAKE2b-256 | 0a317677d4da15e30eb16fff326cf45aea1372c6e28265d92d938662f9f64041 |
File details
Details for the file vtracerpy-0.1.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
.
File metadata
- Download URL: vtracerpy-0.1.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 1.2 MB
- Tags: CPython 3.11, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.2.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 776d7470c716870f4468647817edfd84cd617808e057739e115fe75e40fa8ddc |
|
MD5 | cda817a37fae550fa19cec9a12e8af70 |
|
BLAKE2b-256 | f30bddfb6c7b65e52a28530c3d52b95338e4d27f0f15d380631f141c0e1fd2e3 |
File details
Details for the file vtracerpy-0.1.1-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl
.
File metadata
- Download URL: vtracerpy-0.1.1-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl
- Upload date:
- Size: 1.3 MB
- Tags: CPython 3.11, manylinux: glibc 2.5+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.2.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 33af6aa32f5887b3802a55978c730c4d353f934604494a770e4840e801acc005 |
|
MD5 | 75cbea98c1565645ab79b747824005ef |
|
BLAKE2b-256 | e0190e0e34af1ddd24dca7bb006414eb6b2e07dc7fbfba291677c4aae9255460 |
File details
Details for the file vtracerpy-0.1.1-cp311-cp311-macosx_11_0_arm64.whl
.
File metadata
- Download URL: vtracerpy-0.1.1-cp311-cp311-macosx_11_0_arm64.whl
- Upload date:
- Size: 334.9 kB
- Tags: CPython 3.11, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.2.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8628383f134e31635fd9d7cdc460e33464f8bad3dd291eb482d122dd9980dfc2 |
|
MD5 | 34942ceb1249c61c2f1a5f0b83b85e96 |
|
BLAKE2b-256 | 9f963ea96bc21d014c3209eab840b819aae807ce920890b2b1ccd5a79545011f |
File details
Details for the file vtracerpy-0.1.1-cp311-cp311-macosx_10_7_x86_64.whl
.
File metadata
- Download URL: vtracerpy-0.1.1-cp311-cp311-macosx_10_7_x86_64.whl
- Upload date:
- Size: 344.5 kB
- Tags: CPython 3.11, macOS 10.7+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.2.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 22712314c527e5c46a1d0cc889a158b5d7ee4aa5994f24b9c8f91ed7a668be55 |
|
MD5 | 1635223a0f45f95ddf2aae432d38c583 |
|
BLAKE2b-256 | c25e934f510139e0e672cc06151288310c6bf358a3bd78a150d93924ed92a7f1 |
File details
Details for the file vtracerpy-0.1.1-cp310-none-win_amd64.whl
.
File metadata
- Download URL: vtracerpy-0.1.1-cp310-none-win_amd64.whl
- Upload date:
- Size: 198.5 kB
- Tags: CPython 3.10, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.2.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 039bfd47ef3592eb9a753f8d3e80e49f570b8b916b8412d315088e5a909a2e20 |
|
MD5 | cd325321540d562024cc7fbc0d724bfd |
|
BLAKE2b-256 | 12b4fd1d266b650c5f3347e59a450692c625f0be57a7e08d7dd1cb4cd54919ee |
File details
Details for the file vtracerpy-0.1.1-cp310-none-win32.whl
.
File metadata
- Download URL: vtracerpy-0.1.1-cp310-none-win32.whl
- Upload date:
- Size: 189.7 kB
- Tags: CPython 3.10, Windows x86
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.2.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a4e26b943b5b61d0fd1efff3fab54b7ea9fec0596933ed4a613ad5a8d28b5bfd |
|
MD5 | 58c2e2c0621f3de1a263437f6b88c013 |
|
BLAKE2b-256 | dac1d1236a108347b8ba93355b0c824e02a6c968c909bfbf9411c4cbc02e300f |
File details
Details for the file vtracerpy-0.1.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
.
File metadata
- Download URL: vtracerpy-0.1.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 1.3 MB
- Tags: CPython 3.10, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.2.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6f14ad01f2b6782ea9cd90fe3d3a02d78a82b1ee37a04dca9a51265aac3d4098 |
|
MD5 | 1262f808de0c7420d0f22651bd479c01 |
|
BLAKE2b-256 | 90c944b63244f3366719616b0223cda3c7f9c73816be69912077a851e1b34aad |
File details
Details for the file vtracerpy-0.1.1-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl
.
File metadata
- Download URL: vtracerpy-0.1.1-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl
- Upload date:
- Size: 1.4 MB
- Tags: CPython 3.10, manylinux: glibc 2.17+ s390x
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.2.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 895b5cce061dbc674af7ba9d4c08fd4aa4442e626763beb408444d9283cd05c3 |
|
MD5 | 47d79a108bbb8537bac9fb8531960b94 |
|
BLAKE2b-256 | 10600aa455dae11d4fd98476afbe0a325fb3994a052278b16e4637a0ee33a678 |
File details
Details for the file vtracerpy-0.1.1-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
.
File metadata
- Download URL: vtracerpy-0.1.1-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
- Upload date:
- Size: 2.3 MB
- Tags: CPython 3.10, manylinux: glibc 2.17+ ppc64le
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.2.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1f0caa45dd97c45f3e9a956eb7d3a0f808b1e344d619185ced454ce5f41c2077 |
|
MD5 | 63f706f853a18255c63095c5fbfcee04 |
|
BLAKE2b-256 | 2181c25750273a59553d2eaf953c850957532476e2d02ba964add00ca5753e26 |
File details
Details for the file vtracerpy-0.1.1-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
.
File metadata
- Download URL: vtracerpy-0.1.1-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
- Upload date:
- Size: 1.2 MB
- Tags: CPython 3.10, manylinux: glibc 2.17+ ARMv7l
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.2.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | db7845919802ce19ce954a08f3a1a1ad95d45b827f6cb5a7fcf30ec2780cad87 |
|
MD5 | 9c831c6db1439b9a3ca7f00f7d472663 |
|
BLAKE2b-256 | 100b7a647e61bff6f0c1af1f03089de5a37568a41aafd34a43f7da0d124a7ded |
File details
Details for the file vtracerpy-0.1.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
.
File metadata
- Download URL: vtracerpy-0.1.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 1.2 MB
- Tags: CPython 3.10, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.2.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e79db03ffa6baecc735e3d2d555cb95c7054c9cb7415aee7a351877506d8dc69 |
|
MD5 | fd2b46f5569f02c36e70b6d5b3c2fb32 |
|
BLAKE2b-256 | 6462337ea5ecdeda1b07ee5839913796e6d2e2440a87178ae5a0a019f97f82c5 |
File details
Details for the file vtracerpy-0.1.1-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl
.
File metadata
- Download URL: vtracerpy-0.1.1-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl
- Upload date:
- Size: 1.3 MB
- Tags: CPython 3.10, manylinux: glibc 2.5+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.2.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f6740f13832e6d9b6199a8b8d6f486eddb2fdd10a656eabb9f29c592bce1e2f4 |
|
MD5 | c90aaa704b9c8da719e5e6bad611baf5 |
|
BLAKE2b-256 | f7d310224a4e1b3237011449dc084346934db7c647a0ea8733abd4f83918956b |
File details
Details for the file vtracerpy-0.1.1-cp310-cp310-macosx_11_0_arm64.whl
.
File metadata
- Download URL: vtracerpy-0.1.1-cp310-cp310-macosx_11_0_arm64.whl
- Upload date:
- Size: 334.9 kB
- Tags: CPython 3.10, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.2.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 01921cb03e2f0e054abbddbd85c504a69bd9f60601cdda01fc2f1d66ddad5f55 |
|
MD5 | d31e335ca6c2fe8d740d4b55145e3941 |
|
BLAKE2b-256 | 0ce05d23338ee57b4d2a50207f3074fc0cd13df68b2cbeb09bed2a59b9ded3ad |
File details
Details for the file vtracerpy-0.1.1-cp310-cp310-macosx_10_7_x86_64.whl
.
File metadata
- Download URL: vtracerpy-0.1.1-cp310-cp310-macosx_10_7_x86_64.whl
- Upload date:
- Size: 344.5 kB
- Tags: CPython 3.10, macOS 10.7+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.2.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | fc06ec1db95f892418e036f55603b836d15b7319716cdbddbe9f7727205c2bdb |
|
MD5 | ca5620f1c6fd4c5bcfda7d022af795bc |
|
BLAKE2b-256 | 510541201d0be1ae7ecefb84ab197d798b76937c67c9fb378c9798cab5d00e15 |
File details
Details for the file vtracerpy-0.1.1-cp39-none-win_amd64.whl
.
File metadata
- Download URL: vtracerpy-0.1.1-cp39-none-win_amd64.whl
- Upload date:
- Size: 198.5 kB
- Tags: CPython 3.9, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.2.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 141bf575b18b14cfecfc0c2a0008ccf5d1bd4898fc68422679344a8337b7b80c |
|
MD5 | 72e15507f7683e2bd606a3833592a5ef |
|
BLAKE2b-256 | 2a320072848803e9ac07b6e851229bd7f62424a15f02382314db9f7f11b14a30 |
File details
Details for the file vtracerpy-0.1.1-cp39-none-win32.whl
.
File metadata
- Download URL: vtracerpy-0.1.1-cp39-none-win32.whl
- Upload date:
- Size: 189.6 kB
- Tags: CPython 3.9, Windows x86
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.2.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | aac5a2d95560912854e50a8ce4cbf27f47578396d9361c7d085582038b99f327 |
|
MD5 | c049f49129df3e9eb77ad1579f8c4ea3 |
|
BLAKE2b-256 | ca9ee03c641565c3a3fee92313dc33e7d87601feeb816cd1ef472718058a66a0 |
File details
Details for the file vtracerpy-0.1.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
.
File metadata
- Download URL: vtracerpy-0.1.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 1.3 MB
- Tags: CPython 3.9, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.2.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c9fbda73661d544e373b8c842a914943a0575d08c053a7787a04c55025d31da6 |
|
MD5 | 0455626b95712bbbc84f88e1d56e612d |
|
BLAKE2b-256 | 3bdb08fdcd4432e2a19bc26efb02561ab9020b6bf8c03c06f2a922794a57809d |
File details
Details for the file vtracerpy-0.1.1-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl
.
File metadata
- Download URL: vtracerpy-0.1.1-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl
- Upload date:
- Size: 1.4 MB
- Tags: CPython 3.9, manylinux: glibc 2.17+ s390x
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.2.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e50a24f865304cda508a2d1f541d334324ca0771b33612b360e668d4f836e023 |
|
MD5 | 875dad999d144778845341986df1fc86 |
|
BLAKE2b-256 | 36eb205741821fe6d8c53b8fc028607e7c95e6cfe18cbc5cd24d11da3700d0d9 |
File details
Details for the file vtracerpy-0.1.1-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
.
File metadata
- Download URL: vtracerpy-0.1.1-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
- Upload date:
- Size: 2.3 MB
- Tags: CPython 3.9, manylinux: glibc 2.17+ ppc64le
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.2.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | cc4aeb9e5eef622ae85cf52d2e559d748f83885f4a3c1af89b74c2e947296ba3 |
|
MD5 | 65971ee5edd0969769ac5e85a6bd818d |
|
BLAKE2b-256 | ce56402d8c30727c488994970877e3bd529c83870b997eb2ef10d52c0fc09980 |
File details
Details for the file vtracerpy-0.1.1-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
.
File metadata
- Download URL: vtracerpy-0.1.1-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
- Upload date:
- Size: 1.2 MB
- Tags: CPython 3.9, manylinux: glibc 2.17+ ARMv7l
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.2.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 348cbb0e0e6c32515f0768dea502b837bfd5048fb61f2af1187909a0e435b99d |
|
MD5 | 81127a38e9bb405d06f24436ddde067e |
|
BLAKE2b-256 | 0b3046b6102d74fe5f99abd9ab7a29f2afe12c8b81faf7f4e9a1009d0c9d2b2a |
File details
Details for the file vtracerpy-0.1.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
.
File metadata
- Download URL: vtracerpy-0.1.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 1.2 MB
- Tags: CPython 3.9, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.2.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3154507718844dab18e6e07e810510918bb01277a9dbbe1a97843e41c8650dd4 |
|
MD5 | 0475e5321cc0059b6019562e44872537 |
|
BLAKE2b-256 | b527ba2d58dab1a9f27eac6217442c276c65f22f58107b9b95c061310732cab6 |
File details
Details for the file vtracerpy-0.1.1-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl
.
File metadata
- Download URL: vtracerpy-0.1.1-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl
- Upload date:
- Size: 1.3 MB
- Tags: CPython 3.9, manylinux: glibc 2.5+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.2.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c23c26539b02a2605bcf780e5ea274922dcddaa2e0320326e3134240e2e100f4 |
|
MD5 | a428641c2fabf7dd24f9f655f01ae779 |
|
BLAKE2b-256 | 4d67881f25966a335fe7b38c37beb916c87145d5cf7f3ad06b01245f3d9d5cd6 |
File details
Details for the file vtracerpy-0.1.1-cp38-none-win_amd64.whl
.
File metadata
- Download URL: vtracerpy-0.1.1-cp38-none-win_amd64.whl
- Upload date:
- Size: 198.2 kB
- Tags: CPython 3.8, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.2.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | dc43b42f75e5af3aec412a001c5834fe3d60e931f94130d773043216e6e07892 |
|
MD5 | e85d60152f2e5639b7265d69d85bcc7d |
|
BLAKE2b-256 | 7b52614bb6ee6fcf7581fe154868bbd1c43de8e548f01f1e9bb7f9058259b4d7 |
File details
Details for the file vtracerpy-0.1.1-cp38-none-win32.whl
.
File metadata
- Download URL: vtracerpy-0.1.1-cp38-none-win32.whl
- Upload date:
- Size: 189.9 kB
- Tags: CPython 3.8, Windows x86
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.2.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | bb9d164a7e1491d839e418ec0fdae5c0ed0d7004227f89fc99dbf8f3d67b8ae0 |
|
MD5 | b173bec3a6ead4428e2b25c95d765d5b |
|
BLAKE2b-256 | 57c0e87a5bb37ef69dd3f28fbedd643727b2c404430ce10f286f41aa922306c2 |
File details
Details for the file vtracerpy-0.1.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
.
File metadata
- Download URL: vtracerpy-0.1.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 1.3 MB
- Tags: CPython 3.8, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.2.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1426f79f301fdb8e232e2c5df63e541724665845616219e72d295f1779d319fc |
|
MD5 | d1509cb7a66fa952449c4cc4e08d0cd7 |
|
BLAKE2b-256 | 513d5a7c7744164cfa4494322cbeceeca9cef92b2d4822b88903129c880070b3 |
File details
Details for the file vtracerpy-0.1.1-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl
.
File metadata
- Download URL: vtracerpy-0.1.1-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl
- Upload date:
- Size: 1.4 MB
- Tags: CPython 3.8, manylinux: glibc 2.17+ s390x
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.2.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8522023185c9f8b133534ed99fec9d7940e0d86e64ef3f4cdd5326eb0cd22013 |
|
MD5 | 105e7a1b8c3b786b9a1294b21526daa3 |
|
BLAKE2b-256 | 3f3b855daa6a7134a02f320ad21fb4836658566442c69818e2d7a6ac2c2c5677 |
File details
Details for the file vtracerpy-0.1.1-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
.
File metadata
- Download URL: vtracerpy-0.1.1-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
- Upload date:
- Size: 2.3 MB
- Tags: CPython 3.8, manylinux: glibc 2.17+ ppc64le
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.2.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 73f30a98e8ae69fdef2207e31d13d58ff076bb0ab99ae8b7167ae4bbaa907caa |
|
MD5 | 79c10012764306f280c3d574702ff96c |
|
BLAKE2b-256 | 6f6de2ad0ad8e31c6f471526022f74119460e9e9d7398aa0c9506e3b1525eded |
File details
Details for the file vtracerpy-0.1.1-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
.
File metadata
- Download URL: vtracerpy-0.1.1-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
- Upload date:
- Size: 1.2 MB
- Tags: CPython 3.8, manylinux: glibc 2.17+ ARMv7l
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.2.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3acde3f5f6abbf6e7e70052c423d477b6148feb93ad8d21ca5f7a5c32ef9e618 |
|
MD5 | 4d6abbea71c40534d147d6ee88d5ffe4 |
|
BLAKE2b-256 | b60866decb17b6cb2ffc98604eca9bd391cbd201874cc94393b7b9cf4c3bb34b |
File details
Details for the file vtracerpy-0.1.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
.
File metadata
- Download URL: vtracerpy-0.1.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 1.2 MB
- Tags: CPython 3.8, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.2.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 90f3cba12c659634604a9b849c0606e53b79e37b6058a19cb8649fc0b02aea3a |
|
MD5 | d5247d5abf0378503c9ce6a9b2e5c213 |
|
BLAKE2b-256 | 10840ec5b332c4f8a4fa32ef10330a02dfe894958d90e3a47f85cd5e3832874e |
File details
Details for the file vtracerpy-0.1.1-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl
.
File metadata
- Download URL: vtracerpy-0.1.1-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl
- Upload date:
- Size: 1.3 MB
- Tags: CPython 3.8, manylinux: glibc 2.5+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.2.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 452a446bd3f030a62a85208db32754fb0a6a2e760e503c5bd9e74c4298e5f80a |
|
MD5 | 8238889eac235d89d2c5a006b0ded90f |
|
BLAKE2b-256 | 4a84ee72d552e63ca094841e3e4afcbbd66df40e1cda22b683223d124d659b3a |
File details
Details for the file vtracerpy-0.1.1-cp37-none-win_amd64.whl
.
File metadata
- Download URL: vtracerpy-0.1.1-cp37-none-win_amd64.whl
- Upload date:
- Size: 198.2 kB
- Tags: CPython 3.7, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.2.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f9de7732b1c85f47dad380f4f16cb1ba510263339ff616e6343fcd3094c4d434 |
|
MD5 | 800568955e943c0d88317d3ced466e11 |
|
BLAKE2b-256 | 56b191f4392343c060f9f18a3c5c97690fd0eff623d44f858625bfe047369ad0 |
File details
Details for the file vtracerpy-0.1.1-cp37-none-win32.whl
.
File metadata
- Download URL: vtracerpy-0.1.1-cp37-none-win32.whl
- Upload date:
- Size: 189.8 kB
- Tags: CPython 3.7, Windows x86
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.2.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 55ad4690976465c1ab48dc9bfda512a5302af70cc9a2613dbbf523290fe5c631 |
|
MD5 | cab3d062d7cb5c72c311110f3baf9a04 |
|
BLAKE2b-256 | 7261e308144abe816ab86d2616346a67cf619195c4cbdb7a4cff0681a577ec6e |
File details
Details for the file vtracerpy-0.1.1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
.
File metadata
- Download URL: vtracerpy-0.1.1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 1.3 MB
- Tags: CPython 3.7m, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.2.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 05d5d9d65efddfd74d0f757e001fa0790eb397f01b406eac510fb1fb095317e0 |
|
MD5 | 04f980eb96f4f428eeb117a026a7774c |
|
BLAKE2b-256 | 3dc55a45bafe1c29391d088832541d7e5fbd81eb83b19e6433e968a9ae2d5ec9 |
File details
Details for the file vtracerpy-0.1.1-cp37-cp37m-manylinux_2_17_s390x.manylinux2014_s390x.whl
.
File metadata
- Download URL: vtracerpy-0.1.1-cp37-cp37m-manylinux_2_17_s390x.manylinux2014_s390x.whl
- Upload date:
- Size: 1.4 MB
- Tags: CPython 3.7m, manylinux: glibc 2.17+ s390x
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.2.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a4a5de0456e15145faedeb98a43bcb6752c454e47bb9d9af9317f5ba6c14f561 |
|
MD5 | dd8ea48934e79e3755a49abedf8cadc3 |
|
BLAKE2b-256 | a3369f2b3750788f8a5e089b30ed928451f59e7a173d49473a649e26aa2aa640 |
File details
Details for the file vtracerpy-0.1.1-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
.
File metadata
- Download URL: vtracerpy-0.1.1-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
- Upload date:
- Size: 2.3 MB
- Tags: CPython 3.7m, manylinux: glibc 2.17+ ppc64le
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.2.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 242340a75030f26c78d5cab9ece1be1d3050520f7e97445a05d0367431e3ffd3 |
|
MD5 | 6688514f0a70515cf7ed2e98d28b397c |
|
BLAKE2b-256 | f899fe0f94a8438d8b3b9a3812938388628b28ea93ea32eee6bdaea775cd519f |
File details
Details for the file vtracerpy-0.1.1-cp37-cp37m-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
.
File metadata
- Download URL: vtracerpy-0.1.1-cp37-cp37m-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
- Upload date:
- Size: 1.2 MB
- Tags: CPython 3.7m, manylinux: glibc 2.17+ ARMv7l
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.2.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0de68b76041e2d3daa4b96c9ffcf90fd9bacc2c79ba9e085d4e27a7fbd4c95d4 |
|
MD5 | c3ff58a97b23353cdbba9acc3a32ab2f |
|
BLAKE2b-256 | b4b33a9a59f6f478827632d0663d6c133c0e7cea255e268a5bd09583d6b62012 |
File details
Details for the file vtracerpy-0.1.1-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
.
File metadata
- Download URL: vtracerpy-0.1.1-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 1.2 MB
- Tags: CPython 3.7m, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.2.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5f30b2160c6625639c1f38ebc07933b4c5ea6a8fec9cd9ab5c3de4e382aee7b1 |
|
MD5 | a8151cc78f66933e5e7c782a3f89fd8a |
|
BLAKE2b-256 | 66fbb210fa61fd9f54e0c3f40f55ff68c92903375555162ddcb43b6587fb6ab5 |
File details
Details for the file vtracerpy-0.1.1-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.whl
.
File metadata
- Download URL: vtracerpy-0.1.1-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.whl
- Upload date:
- Size: 1.3 MB
- Tags: CPython 3.7m, manylinux: glibc 2.5+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.2.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a4caa02b4b3f22b10354371b18c10b6648d398b0a2406b74fd2639e178fcf351 |
|
MD5 | 9595fcf547b116920ad648a4c3ac1b33 |
|
BLAKE2b-256 | d1be372dea0a55a55eb49588b54ff8525a03a4682543a5f01f6852093dedcd66 |