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')
# Convert from raw image bytes
input_img_bytes: bytes = get_bytes() # e.g. reading bytes from a file or a HTTP request body
svg_str: str = vtracer.convert_raw_image_to_svg(input_img_bytes, img_format = 'jpg')
# Convert from RGBA image pixels
from PIL import Image
img = Image.open(input_path).convert('RGBA')
pixels: list[tuple[int, int, int, int]] = list(img.getdata())
svg_str: str = vtracer.convert_pixels_to_svg(pixels)
# All the bells & whistles, also applicable to convert_raw_image_to_svg and convert_pixels_to_svg.
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
Release history Release notifications | RSS feed
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 vtracer-0.6.11.tar.gz
.
File metadata
- Download URL: vtracer-0.6.11.tar.gz
- Upload date:
- Size: 24.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: maturin/1.5.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 407e147362366e14e2666155bf328814bdc345899a6cce18a7729724ff25c01e |
|
MD5 | d2991cd062f774b2e89a71207af9de79 |
|
BLAKE2b-256 | e8ad2c89d6f2858ec8a1ac093144ebe6cfefc9307920ce95ad4ff045bb72b228 |
File details
Details for the file vtracer-0.6.11-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
.
File metadata
- Download URL: vtracer-0.6.11-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 1.8 MB
- Tags: PyPy, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: maturin/1.5.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 80e263c67263a9b7af3a4b78d8b49c33f223e8017fc937b64f224ce3c632d1bb |
|
MD5 | 828b9c6c49ca04d9719b01047969e654 |
|
BLAKE2b-256 | 7e0438c6a4110460d3c42fbb75860fdc3c60ef238a8d12654f8e0fffad1f424f |
File details
Details for the file vtracer-0.6.11-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
.
File metadata
- Download URL: vtracer-0.6.11-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
- Upload date:
- Size: 2.0 MB
- Tags: PyPy, manylinux: glibc 2.17+ s390x
- Uploaded using Trusted Publishing? Yes
- Uploaded via: maturin/1.5.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a2d4c1295e5fdb1c857f0b9f0eedb706550b0531f0cedae07df1b45bc2509a60 |
|
MD5 | 61d3287e08fc405eea03f858458055a6 |
|
BLAKE2b-256 | 18292a9381571663151a560d834151e8d2e7c998fde46b9907e3cdfc5cbcbd90 |
File details
Details for the file vtracer-0.6.11-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
.
File metadata
- Download URL: vtracer-0.6.11-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
- Upload date:
- Size: 1.9 MB
- Tags: PyPy, manylinux: glibc 2.17+ ppc64le
- Uploaded using Trusted Publishing? Yes
- Uploaded via: maturin/1.5.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c913a7c63ae9309044c0e768978aba0e032b2000e9b67fd3fb2ae0a5bb88a72d |
|
MD5 | a50a4f52504d3f8e8a2b588272aa5191 |
|
BLAKE2b-256 | 90480fc0e82ba0d645d799a6f8f6f9b04fe40ffa5e772ccb315b63a1f826b53f |
File details
Details for the file vtracer-0.6.11-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
.
File metadata
- Download URL: vtracer-0.6.11-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
- Upload date:
- Size: 1.9 MB
- Tags: PyPy, manylinux: glibc 2.17+ i686
- Uploaded using Trusted Publishing? Yes
- Uploaded via: maturin/1.5.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 23911ee68ecb36acad3bd1f46bfbb4c8e33ed527937f0b1a3ab9e047e422783d |
|
MD5 | 11d68fd1f948a8b412540269b0c964f9 |
|
BLAKE2b-256 | 132cf26389bb5ea77ae05a6c750abe2233b020c09feb109790ac3e2e8c71d4dc |
File details
Details for the file vtracer-0.6.11-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
.
File metadata
- Download URL: vtracer-0.6.11-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
- Upload date:
- Size: 1.8 MB
- Tags: PyPy, manylinux: glibc 2.17+ ARMv7l
- Uploaded using Trusted Publishing? Yes
- Uploaded via: maturin/1.5.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 64733282d1736c4e7849b875865f1a3f3e0c637e584dd17a47691b747392e235 |
|
MD5 | 078d26834dfac3b834bb283c403b3df9 |
|
BLAKE2b-256 | 222f341b4e2834430e1dafc1ea477c30dc835fe2b11c06f3b1a09b93fd9c3156 |
File details
Details for the file vtracer-0.6.11-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
.
File metadata
- Download URL: vtracer-0.6.11-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 1.8 MB
- Tags: PyPy, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: maturin/1.5.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 650dad7cc650fa607b762476865cb8f76314f15c9197c93789885ab964f3b90c |
|
MD5 | c0cb9badc4761632606604d65d6d61a9 |
|
BLAKE2b-256 | 29316f0e0399f0d3ca03390aa79284a83da81d1ee161de3d257e47433aad51cb |
File details
Details for the file vtracer-0.6.11-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
.
File metadata
- Download URL: vtracer-0.6.11-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 1.8 MB
- Tags: PyPy, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: maturin/1.5.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 542cc9b03372d4802245077b523c8ea338b1bc2d17b92695ace12a82a4d28d3c |
|
MD5 | 8e1da3dfad8aaec7174c7e1960960cda |
|
BLAKE2b-256 | 76b22f08eca127d0fd814cfc0b4119e6d007d560b16fb3bf84aabfe3aa459231 |
File details
Details for the file vtracer-0.6.11-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
.
File metadata
- Download URL: vtracer-0.6.11-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
- Upload date:
- Size: 2.0 MB
- Tags: PyPy, manylinux: glibc 2.17+ s390x
- Uploaded using Trusted Publishing? Yes
- Uploaded via: maturin/1.5.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1f0734431a3e32ea37845b88b9f07a9bde045de9fe18a34bca4d91bececee6f2 |
|
MD5 | fcb0ffc566e649f0d5abe559d630fc1d |
|
BLAKE2b-256 | a70369afd91a51f689d75d54834cfafee4d791c89e24804f94a96da7d5d5d66a |
File details
Details for the file vtracer-0.6.11-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
.
File metadata
- Download URL: vtracer-0.6.11-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
- Upload date:
- Size: 1.9 MB
- Tags: PyPy, manylinux: glibc 2.17+ ppc64le
- Uploaded using Trusted Publishing? Yes
- Uploaded via: maturin/1.5.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1cba70952fda455507855fe252a901199cf709006809b5f58afd2bc4d2b08af4 |
|
MD5 | 27ad55c6e20b92763fc09e49c23223d2 |
|
BLAKE2b-256 | 25aea0711d9a103039d1927be58e150663df0970ff0c2c8f9afd92fd4d300c8d |
File details
Details for the file vtracer-0.6.11-pp39-pypy39_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
.
File metadata
- Download URL: vtracer-0.6.11-pp39-pypy39_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
- Upload date:
- Size: 1.9 MB
- Tags: PyPy, manylinux: glibc 2.17+ i686
- Uploaded using Trusted Publishing? Yes
- Uploaded via: maturin/1.5.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5a445ca67a2851c5e1250fea6eec89a14a72f61df4462c935b7634941da5a87f |
|
MD5 | b1b38ed845622bf779d32dc423c0b6b9 |
|
BLAKE2b-256 | 9cd89867769e34e5e06a0f03da25700ce23dfa168c6fd16de05c15e64fa063da |
File details
Details for the file vtracer-0.6.11-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
.
File metadata
- Download URL: vtracer-0.6.11-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
- Upload date:
- Size: 1.8 MB
- Tags: PyPy, manylinux: glibc 2.17+ ARMv7l
- Uploaded using Trusted Publishing? Yes
- Uploaded via: maturin/1.5.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 14f00d0ea32d4753c1294fb0619834850f70106d121218be5e61de69827d5f08 |
|
MD5 | c4c58a8bdb23253234d36bc62989ae55 |
|
BLAKE2b-256 | 4c3883cee701db1aef99b4559905452dd3be1f0ce26c7fc2b2582972c9938c5b |
File details
Details for the file vtracer-0.6.11-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
.
File metadata
- Download URL: vtracer-0.6.11-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 1.8 MB
- Tags: PyPy, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: maturin/1.5.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7f35ce0a554880350accfdc612e08da76eb8e190af475548cb7d7decb8062150 |
|
MD5 | 71fc49d99c97ff73e5dc24d751c50cea |
|
BLAKE2b-256 | ff1116f81a5163cc6e23b5fae050edd3df1633173f93669376f7066cb46799c9 |
File details
Details for the file vtracer-0.6.11-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
.
File metadata
- Download URL: vtracer-0.6.11-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 1.8 MB
- Tags: PyPy, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: maturin/1.5.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 224f288e8f9c5d9e95bfd35aeaecc90c4ae4ea60c15d3106083e4c603ea23371 |
|
MD5 | 0e84bcf7c80ba0d0d4801b4eb403d07a |
|
BLAKE2b-256 | fa193ceab19c1ce864b980a11803ae09de6ac62cf5577a18e97f81cf398b040c |
File details
Details for the file vtracer-0.6.11-pp38-pypy38_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
.
File metadata
- Download URL: vtracer-0.6.11-pp38-pypy38_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
- Upload date:
- Size: 2.0 MB
- Tags: PyPy, manylinux: glibc 2.17+ s390x
- Uploaded using Trusted Publishing? Yes
- Uploaded via: maturin/1.5.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 760ecdd42da9005f11a3025ef5d50bdd801e04e5af88089c95d4aa1fd6192e44 |
|
MD5 | 3f66e5f61b0e0a3c9348f927531b7fac |
|
BLAKE2b-256 | 4bb1176b0098b8b82c55ef865df3e8fc6e73699d858a86a891d5f121e6887208 |
File details
Details for the file vtracer-0.6.11-pp38-pypy38_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
.
File metadata
- Download URL: vtracer-0.6.11-pp38-pypy38_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
- Upload date:
- Size: 1.9 MB
- Tags: PyPy, manylinux: glibc 2.17+ ppc64le
- Uploaded using Trusted Publishing? Yes
- Uploaded via: maturin/1.5.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 943239b04dbaf0bcf0f9c52e2d499091aab7feb28bb12ae20855feb54f909a8d |
|
MD5 | 762d8596561b3e97b5403e296963cc9d |
|
BLAKE2b-256 | cc6632dcc427d179c952de0326806e3549fe1f523b74aed01492cc598e4e6254 |
File details
Details for the file vtracer-0.6.11-pp38-pypy38_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
.
File metadata
- Download URL: vtracer-0.6.11-pp38-pypy38_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
- Upload date:
- Size: 1.9 MB
- Tags: PyPy, manylinux: glibc 2.17+ i686
- Uploaded using Trusted Publishing? Yes
- Uploaded via: maturin/1.5.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0e450ff70a7a8414de0a12dfc1df953c711c04d6f0737f16fb5586c1e8507800 |
|
MD5 | ddc53f6d45885ab75cb9558ab0510a58 |
|
BLAKE2b-256 | 890713aa8d7a0d3f6bf22c66bbc97470684f0db7733516bc31e28406a28b9bfd |
File details
Details for the file vtracer-0.6.11-pp38-pypy38_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
.
File metadata
- Download URL: vtracer-0.6.11-pp38-pypy38_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
- Upload date:
- Size: 1.8 MB
- Tags: PyPy, manylinux: glibc 2.17+ ARMv7l
- Uploaded using Trusted Publishing? Yes
- Uploaded via: maturin/1.5.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 96c1c4307d76c96d76fa287caac3f98826b29b8cde017a825864aa1502c05440 |
|
MD5 | a654d776f9d6f98fe99654a041e1d369 |
|
BLAKE2b-256 | 2719d7bb5247ed6a3156a97a95e68a510bb2a330efa9c65ea810c46d32beaab6 |
File details
Details for the file vtracer-0.6.11-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
.
File metadata
- Download URL: vtracer-0.6.11-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 1.8 MB
- Tags: PyPy, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: maturin/1.5.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 609cb9ea17e060a9af4ac476a5251df4be83b70e512480952cb5b931a486914a |
|
MD5 | 6ba6ebe1bec2ae0ec2e1682f38c66c4b |
|
BLAKE2b-256 | d1344f978a2cc43cb2b11a64c01ca94605b35756eef274159082285e63fc154f |
File details
Details for the file vtracer-0.6.11-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
.
File metadata
- Download URL: vtracer-0.6.11-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 1.8 MB
- Tags: PyPy, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: maturin/1.5.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9339cd3d96377c557204b0e10e7538e51931b0ad30739545deee587a55753e2a |
|
MD5 | 6c64c5f76fd230f5226be2fe3f6bb0a5 |
|
BLAKE2b-256 | 8292c690bbbe5b0e89187edc3954103667095b987b75abc430e3e5d030c7121a |
File details
Details for the file vtracer-0.6.11-pp37-pypy37_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
.
File metadata
- Download URL: vtracer-0.6.11-pp37-pypy37_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
- Upload date:
- Size: 2.0 MB
- Tags: PyPy, manylinux: glibc 2.17+ s390x
- Uploaded using Trusted Publishing? Yes
- Uploaded via: maturin/1.5.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2c7c94a9173adf3a351cca4ceefc1d95df5fb926d9fa61c24760dd0d911cf56b |
|
MD5 | c24f507ca3627643de165bd7fc04b3e4 |
|
BLAKE2b-256 | 7805cf3d76c85fe97213770e80be350c56d5136f2565af6852dac432d7391c2b |
File details
Details for the file vtracer-0.6.11-pp37-pypy37_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
.
File metadata
- Download URL: vtracer-0.6.11-pp37-pypy37_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
- Upload date:
- Size: 1.9 MB
- Tags: PyPy, manylinux: glibc 2.17+ ppc64le
- Uploaded using Trusted Publishing? Yes
- Uploaded via: maturin/1.5.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5187358e32a535160ca107c023002cdc0d2e92568b93b0129f00d910f3f30513 |
|
MD5 | b618e6eba8542daa77c360f642906d26 |
|
BLAKE2b-256 | c52640fbc18e875acecf088b7829f178405dc34b25773cce81b13a2fa4fe00a4 |
File details
Details for the file vtracer-0.6.11-pp37-pypy37_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
.
File metadata
- Download URL: vtracer-0.6.11-pp37-pypy37_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
- Upload date:
- Size: 1.9 MB
- Tags: PyPy, manylinux: glibc 2.17+ i686
- Uploaded using Trusted Publishing? Yes
- Uploaded via: maturin/1.5.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 47d03ff1a587630f9377c9fa0b1e264d7c30e84605f10c7e9021f587776d1132 |
|
MD5 | 89aed4b0e1d952fb900a0947a520d540 |
|
BLAKE2b-256 | 02f92e760d9f17d035436178603fd1a7e168cc45064a20b6b48ddbc08b80aa92 |
File details
Details for the file vtracer-0.6.11-pp37-pypy37_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
.
File metadata
- Download URL: vtracer-0.6.11-pp37-pypy37_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
- Upload date:
- Size: 1.8 MB
- Tags: PyPy, manylinux: glibc 2.17+ ARMv7l
- Uploaded using Trusted Publishing? Yes
- Uploaded via: maturin/1.5.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 498553f1cd7bb5daa405da30ebd121951fb3b768372688874ba293510309ca98 |
|
MD5 | aa17aa0da353738c35f317478a5a2f67 |
|
BLAKE2b-256 | fabebf3a6ff95f0a221499b89edd848da25e612d5855c1b03cbabb8ed0d1db4f |
File details
Details for the file vtracer-0.6.11-pp37-pypy37_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
.
File metadata
- Download URL: vtracer-0.6.11-pp37-pypy37_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 1.8 MB
- Tags: PyPy, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: maturin/1.5.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | be040bb7d32916ffeaa17f09853d27134fdcb0708ab0205d07b412cd9f8ccd44 |
|
MD5 | 3f692e5d2aa8b02b717e4bd6a79da7a0 |
|
BLAKE2b-256 | da5c4856790dfa3209218b910f9be3009f66688e14209fb06eaa4bde1c5f42ca |
File details
Details for the file vtracer-0.6.11-cp312-none-win_amd64.whl
.
File metadata
- Download URL: vtracer-0.6.11-cp312-none-win_amd64.whl
- Upload date:
- Size: 789.6 kB
- Tags: CPython 3.12, Windows x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: maturin/1.5.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5f2174a6f2da741672f3322daf0d59fc24705632a5c4ecb633cb74d5cf1c0c16 |
|
MD5 | 620806c99ed779f4b6a65b5880d4ad1a |
|
BLAKE2b-256 | c1a049b1bdeb1df5d6a4d2ccca739a6c4ab9699082fa7ae77fa352b96113b4ea |
File details
Details for the file vtracer-0.6.11-cp312-none-win32.whl
.
File metadata
- Download URL: vtracer-0.6.11-cp312-none-win32.whl
- Upload date:
- Size: 770.5 kB
- Tags: CPython 3.12, Windows x86
- Uploaded using Trusted Publishing? Yes
- Uploaded via: maturin/1.5.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 63ae0ec7ba3db067b5e9979aa05219e79dc181b9013d2cdc4fea4dfb22818eb9 |
|
MD5 | 7c7c534d990196a84919e9d7ee8ff2f6 |
|
BLAKE2b-256 | 2ee1b659c9c5a3799a0755de1697d07af4ae81d8148a865e60ff0cc89c69cfe7 |
File details
Details for the file vtracer-0.6.11-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
.
File metadata
- Download URL: vtracer-0.6.11-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 1.8 MB
- Tags: CPython 3.12, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: maturin/1.5.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1f804d3b4f23b512a5bcf687944e1eb7a38069e0b2bec4edf4ae9810a13d5953 |
|
MD5 | e5bfdae4cd912f618fac73ba1ae2fd5b |
|
BLAKE2b-256 | 962407a0a4d12d31c49513823a15deea3c735580819eb67af914676df5cb9c8e |
File details
Details for the file vtracer-0.6.11-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl
.
File metadata
- Download URL: vtracer-0.6.11-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl
- Upload date:
- Size: 2.0 MB
- Tags: CPython 3.12, manylinux: glibc 2.17+ s390x
- Uploaded using Trusted Publishing? Yes
- Uploaded via: maturin/1.5.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6a47ed4d19834fc7e9e5387f85c160895552cb81a3eb4171e2087dc9e4841551 |
|
MD5 | d6c8eee76a55b3d0dbd1efa9c68919c9 |
|
BLAKE2b-256 | eacb14ed02290f514325551e2fd3015b09f29ca330d51219767fca74dc4bb506 |
File details
Details for the file vtracer-0.6.11-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
.
File metadata
- Download URL: vtracer-0.6.11-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
- Upload date:
- Size: 1.9 MB
- Tags: CPython 3.12, manylinux: glibc 2.17+ ppc64le
- Uploaded using Trusted Publishing? Yes
- Uploaded via: maturin/1.5.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1644d2f7942a27109bc8ca4de8116fc4234135ecea20ef8e0350ddd4cbbf9972 |
|
MD5 | 1f465253764e59b9ba84072b2920a864 |
|
BLAKE2b-256 | 7edf76855a3bc29a5474958d46f6a51f9d4bcc64124aa11b69087f1e1d4d5708 |
File details
Details for the file vtracer-0.6.11-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl
.
File metadata
- Download URL: vtracer-0.6.11-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl
- Upload date:
- Size: 1.9 MB
- Tags: CPython 3.12, manylinux: glibc 2.17+ i686
- Uploaded using Trusted Publishing? Yes
- Uploaded via: maturin/1.5.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | be93615d159947e050cfd26e89a0916c8e3674c2ab2ef1c87ce31579a0900eca |
|
MD5 | 6ca51799315ba1814730c80efdc3b286 |
|
BLAKE2b-256 | 7bb76880f045f727b8cece6c1e4a3e03cf8198685a93a22daffddccda05dcabf |
File details
Details for the file vtracer-0.6.11-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
.
File metadata
- Download URL: vtracer-0.6.11-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
- Upload date:
- Size: 1.8 MB
- Tags: CPython 3.12, manylinux: glibc 2.17+ ARMv7l
- Uploaded using Trusted Publishing? Yes
- Uploaded via: maturin/1.5.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3229dd4f32d316d4fad14a6671583e57d0c7eec604bf6f91a8765c8fc7cc6610 |
|
MD5 | 311dac925d41e24bd0a1c798aa921ef8 |
|
BLAKE2b-256 | c72cc5e2c3a195478eb7b2d723d34a7f1011b3bc8b7916b540bea1b24b26d829 |
File details
Details for the file vtracer-0.6.11-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
.
File metadata
- Download URL: vtracer-0.6.11-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 1.8 MB
- Tags: CPython 3.12, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: maturin/1.5.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 67e17c5ac4cfa697c8686e563db84e027b9fb1c8b06b797285f58abd6e147eff |
|
MD5 | d728b57e6d424cb382f279256d887916 |
|
BLAKE2b-256 | 7efa45e7c7a2add37e5647c05928731b8fd0685e48b220979f05beeabf754bb9 |
File details
Details for the file vtracer-0.6.11-cp312-cp312-macosx_11_0_arm64.whl
.
File metadata
- Download URL: vtracer-0.6.11-cp312-cp312-macosx_11_0_arm64.whl
- Upload date:
- Size: 921.9 kB
- Tags: CPython 3.12, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: maturin/1.5.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e48a726e0f1b1d80d8d199e17ae3f95c048b5907f764134e257a79e543e30278 |
|
MD5 | f2b481409f8ee1660bc35bee22aa4924 |
|
BLAKE2b-256 | 824e4a7728b8d9eca037a0e2e9e08c5b94af61d1590afb1f378b5928c53c16a5 |
File details
Details for the file vtracer-0.6.11-cp312-cp312-macosx_10_12_x86_64.whl
.
File metadata
- Download URL: vtracer-0.6.11-cp312-cp312-macosx_10_12_x86_64.whl
- Upload date:
- Size: 963.9 kB
- Tags: CPython 3.12, macOS 10.12+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: maturin/1.5.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4ac53a37dd1729f16ed64feae4f40b8dae1cf61dfe0d6bf26e9d399d48a25250 |
|
MD5 | 478d61556451d3d05fc77c26bcb8ac5a |
|
BLAKE2b-256 | ec78f91da19e1f4769317fe14a6bacb2be9e21b8fa6262dbd7021e2ab33545f8 |
File details
Details for the file vtracer-0.6.11-cp311-none-win_amd64.whl
.
File metadata
- Download URL: vtracer-0.6.11-cp311-none-win_amd64.whl
- Upload date:
- Size: 789.1 kB
- Tags: CPython 3.11, Windows x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: maturin/1.5.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | efec6250df8a4e27a8c9d8e101093726b3de4d65a7df1f426c813974dbc19960 |
|
MD5 | e9c70f45bee00b6fd60416062d2e42a8 |
|
BLAKE2b-256 | 3f866cf264f55d0505c6ca36fb6de2139b67bd74a74a50cbd2b58b5ccde37cf7 |
File details
Details for the file vtracer-0.6.11-cp311-none-win32.whl
.
File metadata
- Download URL: vtracer-0.6.11-cp311-none-win32.whl
- Upload date:
- Size: 770.3 kB
- Tags: CPython 3.11, Windows x86
- Uploaded using Trusted Publishing? Yes
- Uploaded via: maturin/1.5.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | bca8d8f1c92184abcc6ec76b2f06c75f4172f05812794efe8ec4eff057435bff |
|
MD5 | 04f900a788875d512249524bbb77a7f2 |
|
BLAKE2b-256 | dd032a98e4f38636ce75f0ef99ff4725a0837a3c7753de578a3d722b7ff9444d |
File details
Details for the file vtracer-0.6.11-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
.
File metadata
- Download URL: vtracer-0.6.11-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 1.8 MB
- Tags: CPython 3.11, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: maturin/1.5.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 62f752f5e6d46a334e064368ff47b72550c4f460aad7ff2ede1f790ba6f65b33 |
|
MD5 | 93e3cd995eb21f65c718730662dca0a6 |
|
BLAKE2b-256 | b7acaa376c4d7ba6597fc4f9aadbccfb1fc84d3911e48ecfbf9acf1dcacd3167 |
File details
Details for the file vtracer-0.6.11-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl
.
File metadata
- Download URL: vtracer-0.6.11-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl
- Upload date:
- Size: 2.0 MB
- Tags: CPython 3.11, manylinux: glibc 2.17+ s390x
- Uploaded using Trusted Publishing? Yes
- Uploaded via: maturin/1.5.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 93c07a5c3456648708f688664334fe6e66b5cd897c8ddad7d2442700056de6a5 |
|
MD5 | 637c76d067a5c9a1d89848a4d686b93b |
|
BLAKE2b-256 | 0cbccfe4478f9fe1358eaf60b91c99c72107526c277bc1216f5d6d5747c2f5f7 |
File details
Details for the file vtracer-0.6.11-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
.
File metadata
- Download URL: vtracer-0.6.11-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
- Upload date:
- Size: 1.9 MB
- Tags: CPython 3.11, manylinux: glibc 2.17+ ppc64le
- Uploaded using Trusted Publishing? Yes
- Uploaded via: maturin/1.5.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 82920d1c4afe0c3c7ad075bbe63b2b3e3e4884c98f1773f078630947a88e0718 |
|
MD5 | 0ffd286a1c8f548fcfe1657d24fdff17 |
|
BLAKE2b-256 | 209bae66bc451d8b99586cdf2394ca2cf44062063a976360c78a34f996375daf |
File details
Details for the file vtracer-0.6.11-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl
.
File metadata
- Download URL: vtracer-0.6.11-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl
- Upload date:
- Size: 1.9 MB
- Tags: CPython 3.11, manylinux: glibc 2.17+ i686
- Uploaded using Trusted Publishing? Yes
- Uploaded via: maturin/1.5.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9eaffb399d023d1ea5fb8ae5faf0e6248692a7c34d1e3bed04e50f307b242158 |
|
MD5 | 6a57b0dcca87e8277e69b74903f15a75 |
|
BLAKE2b-256 | 357810d63f3fc9375e6e5214dfdff3f4211b06686c0ce08e825265ad5ee5a358 |
File details
Details for the file vtracer-0.6.11-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
.
File metadata
- Download URL: vtracer-0.6.11-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
- Upload date:
- Size: 1.8 MB
- Tags: CPython 3.11, manylinux: glibc 2.17+ ARMv7l
- Uploaded using Trusted Publishing? Yes
- Uploaded via: maturin/1.5.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5eb28a6f3de3f4a65d81a0cd60afe3ffa0ed65480f5f06ba18be4019aae255d5 |
|
MD5 | 50c758ec4c4a009d82e4493ea5e9fa56 |
|
BLAKE2b-256 | 5119be6807507b9343bfe3d3b522629e26c8219e4fe02f6bc519702de852f0ac |
File details
Details for the file vtracer-0.6.11-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
.
File metadata
- Download URL: vtracer-0.6.11-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 1.8 MB
- Tags: CPython 3.11, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: maturin/1.5.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9414748c8877ea38f5a6d5942ad994185d9c13761f85316620c97cd53bc8d197 |
|
MD5 | 15e46d53eb36a6a22e0e06e855423305 |
|
BLAKE2b-256 | a8c6f0e6790566a0065b7de6bdba5183855d16e56d79d327f4d557aee3e4d6d8 |
File details
Details for the file vtracer-0.6.11-cp311-cp311-macosx_11_0_arm64.whl
.
File metadata
- Download URL: vtracer-0.6.11-cp311-cp311-macosx_11_0_arm64.whl
- Upload date:
- Size: 922.0 kB
- Tags: CPython 3.11, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: maturin/1.5.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0dd57915987a5c62d78ba17cf620a27a8297983d481675313328f75f59ff1840 |
|
MD5 | 23dbae9b19714c387f5f67d5673e62bd |
|
BLAKE2b-256 | 4717061011d5e00e06eb6673e5735957d957f1c720c21f80437b9fd0e8d133f8 |
File details
Details for the file vtracer-0.6.11-cp311-cp311-macosx_10_12_x86_64.whl
.
File metadata
- Download URL: vtracer-0.6.11-cp311-cp311-macosx_10_12_x86_64.whl
- Upload date:
- Size: 964.4 kB
- Tags: CPython 3.11, macOS 10.12+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: maturin/1.5.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9868a771c264a4895ea61d86b7445754b896be3b3f287d56331de0ea0a6ed4f6 |
|
MD5 | 4bf7c7caefe61bf04504006777dc6e32 |
|
BLAKE2b-256 | 0ccfcb669600592335dc781b0da1e200ffe9af2840ddffc7a83fab5a1763b4d7 |
File details
Details for the file vtracer-0.6.11-cp310-none-win_amd64.whl
.
File metadata
- Download URL: vtracer-0.6.11-cp310-none-win_amd64.whl
- Upload date:
- Size: 789.1 kB
- Tags: CPython 3.10, Windows x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: maturin/1.5.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ea65c0a6cd06df28e1d5e4c58e60c3dfae3241ce75b628b5256dded636781ff0 |
|
MD5 | 3cd3ac21135c72a8c97c983c12c19f93 |
|
BLAKE2b-256 | 3387948a6f113f68d7775b184356b4decc33bb1a43497efa89721c8415f9cf37 |
File details
Details for the file vtracer-0.6.11-cp310-none-win32.whl
.
File metadata
- Download URL: vtracer-0.6.11-cp310-none-win32.whl
- Upload date:
- Size: 770.3 kB
- Tags: CPython 3.10, Windows x86
- Uploaded using Trusted Publishing? Yes
- Uploaded via: maturin/1.5.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e6a67492f103e85540e52b09c6cc947819a8630083696fdea5be466e812ae519 |
|
MD5 | 4d4476b5e8b05f8bc101e435123e085e |
|
BLAKE2b-256 | a66690d65348bfe4c56e80284d128e0fca391b67ef6d234a6e9ca08cde0fb70c |
File details
Details for the file vtracer-0.6.11-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
.
File metadata
- Download URL: vtracer-0.6.11-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 1.8 MB
- Tags: CPython 3.10, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: maturin/1.5.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 03cd974619657b2b5614d1936be5b59ebfdbc9f611e4c939c9a7c84712314df3 |
|
MD5 | 328e8fc751aa7c53ec136fe8653309ac |
|
BLAKE2b-256 | c877d20803727cce004e01147d39a75a6102589647a5537e88691eb8b5e57120 |
File details
Details for the file vtracer-0.6.11-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl
.
File metadata
- Download URL: vtracer-0.6.11-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl
- Upload date:
- Size: 2.0 MB
- Tags: CPython 3.10, manylinux: glibc 2.17+ s390x
- Uploaded using Trusted Publishing? Yes
- Uploaded via: maturin/1.5.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | fa8f6391d6572c5a55c7865d613a1774cbe88581080045984993fd2021e1608b |
|
MD5 | 0ebfd0d0d9dd93898fa601978eee08ab |
|
BLAKE2b-256 | 27f3536a2eab991985aaa07ccf2a1bba702eb244d1399b4782ffc01582e47616 |
File details
Details for the file vtracer-0.6.11-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
.
File metadata
- Download URL: vtracer-0.6.11-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
- Upload date:
- Size: 1.9 MB
- Tags: CPython 3.10, manylinux: glibc 2.17+ ppc64le
- Uploaded using Trusted Publishing? Yes
- Uploaded via: maturin/1.5.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | db1c4b04bbeab83a2a442f6a88bdf247184b79e0e9c05b076b162b70c5cd1ead |
|
MD5 | 462520a589b5ceeb22a93cb29fc993c9 |
|
BLAKE2b-256 | ecc4a54a84b8c2c20e94b6afdfd2b4919e421c654bcbea8313fc14841131ff3c |
File details
Details for the file vtracer-0.6.11-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
.
File metadata
- Download URL: vtracer-0.6.11-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
- Upload date:
- Size: 1.9 MB
- Tags: CPython 3.10, manylinux: glibc 2.17+ i686
- Uploaded using Trusted Publishing? Yes
- Uploaded via: maturin/1.5.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 979dac594344ea707fb5134c86e0d6080114c2d52e62c0910d058818b12d8da4 |
|
MD5 | d423867f041afb4aa6fed637f014a60c |
|
BLAKE2b-256 | aa93db9552e01dadbdb0eab116dde0452b3125eab7574e54e4245f210ab3b380 |
File details
Details for the file vtracer-0.6.11-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
.
File metadata
- Download URL: vtracer-0.6.11-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
- Upload date:
- Size: 1.8 MB
- Tags: CPython 3.10, manylinux: glibc 2.17+ ARMv7l
- Uploaded using Trusted Publishing? Yes
- Uploaded via: maturin/1.5.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 35761bf24eeb6e1d45f1899bfda47c60376b2a13ca6bd981a960bbd904ed5937 |
|
MD5 | 2ecf2f63a283440e4606546423f74a4b |
|
BLAKE2b-256 | 5573e8d5b34f2a3bda584df338a48b392028739e711fed8633729e6e5a84b5ca |
File details
Details for the file vtracer-0.6.11-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
.
File metadata
- Download URL: vtracer-0.6.11-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 1.8 MB
- Tags: CPython 3.10, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: maturin/1.5.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 88d7bfd3f2605fe62d97ff24de6a16c31bdc0d191fc2a7ed8bc3c0fe04d8c7f0 |
|
MD5 | d13c5eb6162ab801351ee3dfb64b9bdd |
|
BLAKE2b-256 | 7ac0362af16c875516dcfecbb5769a23c62ebf9bc8dea06dbc65d8f5af039a33 |
File details
Details for the file vtracer-0.6.11-cp310-cp310-macosx_11_0_arm64.whl
.
File metadata
- Download URL: vtracer-0.6.11-cp310-cp310-macosx_11_0_arm64.whl
- Upload date:
- Size: 921.9 kB
- Tags: CPython 3.10, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: maturin/1.5.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1b5a66cba5ba96bd0898161bc78893bbcbc87b5bb87a2be9ea9389b71a86eb87 |
|
MD5 | dae4243c4c7a554dde779d21385fe2e9 |
|
BLAKE2b-256 | d0f58296f2dc015f5e6bf6842fffcca14845b5790c4ac1e1a869cad54d3e03d8 |
File details
Details for the file vtracer-0.6.11-cp310-cp310-macosx_10_12_x86_64.whl
.
File metadata
- Download URL: vtracer-0.6.11-cp310-cp310-macosx_10_12_x86_64.whl
- Upload date:
- Size: 964.4 kB
- Tags: CPython 3.10, macOS 10.12+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: maturin/1.5.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 91d4d681b8b7d1a5a68e010c44a9c80fb2c1afb7e957e3f35b1cb7469ac224f4 |
|
MD5 | 194224d8fbcc2fc38c6af5406ff90382 |
|
BLAKE2b-256 | ecf762f075e0012d5b9e888e731d1050ce6a411d2da58ed0ff90502448a079f3 |
File details
Details for the file vtracer-0.6.11-cp39-none-win_amd64.whl
.
File metadata
- Download URL: vtracer-0.6.11-cp39-none-win_amd64.whl
- Upload date:
- Size: 789.2 kB
- Tags: CPython 3.9, Windows x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: maturin/1.5.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2754a02f4edfb707e097169ebdfb5fc23fbb8d18a10b28ba0eaf5438b0075a00 |
|
MD5 | 8101f2cbba517e1371aa4d5def9d853e |
|
BLAKE2b-256 | 7102d6889179b85ec8ecfd8f5ba0f611f3f24ec9e647be5f1d7ed9952cd7af56 |
File details
Details for the file vtracer-0.6.11-cp39-none-win32.whl
.
File metadata
- Download URL: vtracer-0.6.11-cp39-none-win32.whl
- Upload date:
- Size: 770.3 kB
- Tags: CPython 3.9, Windows x86
- Uploaded using Trusted Publishing? Yes
- Uploaded via: maturin/1.5.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c6139e35e501a39a6065217ddb085296be4ec4d910978a739eb91c4d85f00a03 |
|
MD5 | 36abf024ce8e16dcd0fa69c6e51b477e |
|
BLAKE2b-256 | f7617362f48635985b2981966e3bf1f943625d6e40db7c1f49ff23ca812ce4c1 |
File details
Details for the file vtracer-0.6.11-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
.
File metadata
- Download URL: vtracer-0.6.11-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 1.8 MB
- Tags: CPython 3.9, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: maturin/1.5.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0969450d45ac8d6711bf7c6eb8bab36d5570f623e22d03f11c259232b7ff5444 |
|
MD5 | 06ede7bfbba19d38a66011dd836a053b |
|
BLAKE2b-256 | f55c671ac273f1d898964d13a5f1e27f767089f0767184f9a7bbeaeed9cba880 |
File details
Details for the file vtracer-0.6.11-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl
.
File metadata
- Download URL: vtracer-0.6.11-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl
- Upload date:
- Size: 2.0 MB
- Tags: CPython 3.9, manylinux: glibc 2.17+ s390x
- Uploaded using Trusted Publishing? Yes
- Uploaded via: maturin/1.5.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f06faec6ab9e624613e0a43dafb0704209e6cb96338602294d774e7b56c685fb |
|
MD5 | f4382356fd0d4044a9e5da0e5f7736e1 |
|
BLAKE2b-256 | af6d068799dcdb8b1f4f288202d838b0cf0af48366c90b1d732898503ffaeb07 |
File details
Details for the file vtracer-0.6.11-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
.
File metadata
- Download URL: vtracer-0.6.11-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
- Upload date:
- Size: 1.9 MB
- Tags: CPython 3.9, manylinux: glibc 2.17+ ppc64le
- Uploaded using Trusted Publishing? Yes
- Uploaded via: maturin/1.5.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9823a2c383023034dea741da6f2dc3da230458047518259280229e7da1514199 |
|
MD5 | fdd68b8817cde2f08275e1eda4b9ace8 |
|
BLAKE2b-256 | 9e89b44184956603047ffe962959b34e882c8f19e4619081c4f737be7dbaee02 |
File details
Details for the file vtracer-0.6.11-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl
.
File metadata
- Download URL: vtracer-0.6.11-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl
- Upload date:
- Size: 1.9 MB
- Tags: CPython 3.9, manylinux: glibc 2.17+ i686
- Uploaded using Trusted Publishing? Yes
- Uploaded via: maturin/1.5.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0b72a08e6701194bbb38aae959527ec513a155a3c3a90675e2b27bb00ff55c5c |
|
MD5 | f33e573c9658052f676ca7349325e05a |
|
BLAKE2b-256 | e60c25edcb554dd55cef7fae055bbe9f566b0063387f181eca9d98926a4c1095 |
File details
Details for the file vtracer-0.6.11-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
.
File metadata
- Download URL: vtracer-0.6.11-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
- Upload date:
- Size: 1.8 MB
- Tags: CPython 3.9, manylinux: glibc 2.17+ ARMv7l
- Uploaded using Trusted Publishing? Yes
- Uploaded via: maturin/1.5.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 118c996d98233af2af51f04d01675a173e8b36d0e74e23ad7d327a407c29b732 |
|
MD5 | 449a8d58d0d8c16f5b9434780dcc04c4 |
|
BLAKE2b-256 | 846c206855f2e3877cd3134c6dfc72156b9a96205fe9ec26c8235c8060c559e1 |
File details
Details for the file vtracer-0.6.11-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
.
File metadata
- Download URL: vtracer-0.6.11-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 1.8 MB
- Tags: CPython 3.9, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: maturin/1.5.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e6911c1c638676de1319e18b354d678dcae51a8fd6ec443737f005320028b13d |
|
MD5 | 9bd2e01495bd17c850c558c52311d288 |
|
BLAKE2b-256 | 2e94a3fdf88dc4c85828fdb66ae7cf35f2777e7182c15373d224b6b5fe15d2c4 |
File details
Details for the file vtracer-0.6.11-cp38-none-win_amd64.whl
.
File metadata
- Download URL: vtracer-0.6.11-cp38-none-win_amd64.whl
- Upload date:
- Size: 789.1 kB
- Tags: CPython 3.8, Windows x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: maturin/1.5.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1e83ee2f9c740ad25560a13de7e24f0f395f5d71ebb1cccf63d0db8083eff576 |
|
MD5 | fa637de66d5f9bdf0fe788aa80231ec5 |
|
BLAKE2b-256 | 7a4dc31325acba300c48b297541e9c9c85a72c250674d133ec6114d791b15c28 |
File details
Details for the file vtracer-0.6.11-cp38-none-win32.whl
.
File metadata
- Download URL: vtracer-0.6.11-cp38-none-win32.whl
- Upload date:
- Size: 770.2 kB
- Tags: CPython 3.8, Windows x86
- Uploaded using Trusted Publishing? Yes
- Uploaded via: maturin/1.5.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f374051dc97578968f5d78d985d2ded36f8934389b808f9c0e3fa4c56d4e6fd5 |
|
MD5 | 5e02c728e950a78f381c24dd574ca75d |
|
BLAKE2b-256 | 948bd4ef888c1216f8223c0c789a4724fa7fde6e1491dded2316c88fa046502d |
File details
Details for the file vtracer-0.6.11-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
.
File metadata
- Download URL: vtracer-0.6.11-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 1.8 MB
- Tags: CPython 3.8, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: maturin/1.5.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9b0148e7a5ace6288bc8d6e8ccd172996bab0357d9d52e3ec22ed1893d71ed1c |
|
MD5 | 948631b32467156a5cbee1c5766b113f |
|
BLAKE2b-256 | 55ac8d90eda36ea80333e7f3afd21f23d65b16a65cde65285b0ae58dea73c6f4 |
File details
Details for the file vtracer-0.6.11-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl
.
File metadata
- Download URL: vtracer-0.6.11-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl
- Upload date:
- Size: 2.0 MB
- Tags: CPython 3.8, manylinux: glibc 2.17+ s390x
- Uploaded using Trusted Publishing? Yes
- Uploaded via: maturin/1.5.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 29a25162f04607f63fb85807e155c196451e04c69b57205adc03f4350b0cd53a |
|
MD5 | b6849b095ec0b2d3e0ca59b315a6a17a |
|
BLAKE2b-256 | 93fcd53bd2875dbcdfbbbbc8bac0f61ae3d147cc0337ba504f256f0bb8ce34d3 |
File details
Details for the file vtracer-0.6.11-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
.
File metadata
- Download URL: vtracer-0.6.11-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
- Upload date:
- Size: 1.9 MB
- Tags: CPython 3.8, manylinux: glibc 2.17+ ppc64le
- Uploaded using Trusted Publishing? Yes
- Uploaded via: maturin/1.5.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b44012fdfd54a78edae8139c2a31fcfd2b8699ef07830f756f2d3cb86ca8dcb6 |
|
MD5 | aa4518531dd71ab5e1daf8807e75265d |
|
BLAKE2b-256 | 940d867901236643f02aed84f4795b53cb7d17735f3313199b5aaa9ba3ce24ba |
File details
Details for the file vtracer-0.6.11-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl
.
File metadata
- Download URL: vtracer-0.6.11-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl
- Upload date:
- Size: 1.9 MB
- Tags: CPython 3.8, manylinux: glibc 2.17+ i686
- Uploaded using Trusted Publishing? Yes
- Uploaded via: maturin/1.5.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 64fd2f812d9ee27c695e0d773840d30c06f1b240d305bdbf9ca172d9a06d9632 |
|
MD5 | 50f5431bd93aba71b63eb26ea9c862a5 |
|
BLAKE2b-256 | 235046717013e2ead8cdb743d95ca94d5c588d6125ffa386b5df23599518d594 |
File details
Details for the file vtracer-0.6.11-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
.
File metadata
- Download URL: vtracer-0.6.11-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
- Upload date:
- Size: 1.8 MB
- Tags: CPython 3.8, manylinux: glibc 2.17+ ARMv7l
- Uploaded using Trusted Publishing? Yes
- Uploaded via: maturin/1.5.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 52b1152dac4274736318fb57d6a4ab2879cd912fe98caf2f8a592c5d5ed901d1 |
|
MD5 | e7d0f3eb73a302bf7563708f4b5cafe3 |
|
BLAKE2b-256 | 806e4271f7c8eef70b9034745cca5ce63fe1c99dffa7f04040edb0b2269326fb |
File details
Details for the file vtracer-0.6.11-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
.
File metadata
- Download URL: vtracer-0.6.11-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 1.8 MB
- Tags: CPython 3.8, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: maturin/1.5.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7ed4dfe82fc8113aa3a7ea082f178a357c4efdd21532553f6c27bde0d06260b1 |
|
MD5 | f232bd6b0aebe73cbe45083b864c1e0d |
|
BLAKE2b-256 | f066e9e28fb7c4acd09b08433ae1ed595720b67707ea5da6ccc40f0cf5d4521a |
File details
Details for the file vtracer-0.6.11-cp37-none-win_amd64.whl
.
File metadata
- Download URL: vtracer-0.6.11-cp37-none-win_amd64.whl
- Upload date:
- Size: 789.0 kB
- Tags: CPython 3.7, Windows x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: maturin/1.5.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1062b8f8978b336bd1ce3f4ad2bfcb1438e7896a17a0e5564dff229359e4cac6 |
|
MD5 | 2f1c72abca39a509123285ff3debb0ab |
|
BLAKE2b-256 | 46b62883ae2a08874c5beef715faed9453a6f8a23c9cdf710c70c4269a8d60c7 |
File details
Details for the file vtracer-0.6.11-cp37-none-win32.whl
.
File metadata
- Download URL: vtracer-0.6.11-cp37-none-win32.whl
- Upload date:
- Size: 770.3 kB
- Tags: CPython 3.7, Windows x86
- Uploaded using Trusted Publishing? Yes
- Uploaded via: maturin/1.5.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 887f4b1f668a98d5b9756b6ca37170fe497e2078532cd356b4c79a4e1a1d8f12 |
|
MD5 | aa1b157364067626775bb8cfbf39b913 |
|
BLAKE2b-256 | ec3a4da122a14d7d0685520ea9add64bffcb0401e95087cf3a78c27c92ebcf47 |
File details
Details for the file vtracer-0.6.11-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
.
File metadata
- Download URL: vtracer-0.6.11-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 1.8 MB
- Tags: CPython 3.7m, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: maturin/1.5.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9e15d9e0de17573036e01c223d5488cb94bfb09d9f835ac2b480b6194d3d022c |
|
MD5 | e8219a925f5706f1a8b93ccdbad404f8 |
|
BLAKE2b-256 | 2d898e1318fb3e4ec0716b5b95cb47dd3f84f61e3d37d151e89908499ee10ff5 |
File details
Details for the file vtracer-0.6.11-cp37-cp37m-manylinux_2_17_s390x.manylinux2014_s390x.whl
.
File metadata
- Download URL: vtracer-0.6.11-cp37-cp37m-manylinux_2_17_s390x.manylinux2014_s390x.whl
- Upload date:
- Size: 2.0 MB
- Tags: CPython 3.7m, manylinux: glibc 2.17+ s390x
- Uploaded using Trusted Publishing? Yes
- Uploaded via: maturin/1.5.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | cc0ec2d33fc8388450e4f4bc116db9941f06e7c11ae5ad20d8441980422b34c2 |
|
MD5 | d84a6cea6ac09dc9c12331d2a3727f4c |
|
BLAKE2b-256 | 9f4bafd97aed1648235b643a4e511435222ececdd579b795d7223313d8674298 |
File details
Details for the file vtracer-0.6.11-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
.
File metadata
- Download URL: vtracer-0.6.11-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
- Upload date:
- Size: 1.9 MB
- Tags: CPython 3.7m, manylinux: glibc 2.17+ ppc64le
- Uploaded using Trusted Publishing? Yes
- Uploaded via: maturin/1.5.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4c440ef50b0cc066acbf5abe567c92514e8dfbc3242b01ce99ae883839dfecb8 |
|
MD5 | fbe787fe18e7a38068add7293d55bda5 |
|
BLAKE2b-256 | 53e51bac9f87c494a85421adaeab998157306d932886f140f9cdba027c0ca9c0 |
File details
Details for the file vtracer-0.6.11-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl
.
File metadata
- Download URL: vtracer-0.6.11-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl
- Upload date:
- Size: 1.9 MB
- Tags: CPython 3.7m, manylinux: glibc 2.17+ i686
- Uploaded using Trusted Publishing? Yes
- Uploaded via: maturin/1.5.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 826cb577a6815dadb53215b3cb3791daead78e155d437bdc4780f412fa0e171c |
|
MD5 | 1db0ec9581ecaeee917a053b3aa86f3c |
|
BLAKE2b-256 | 67f6e43f90f9133ec2e6f82d72f8a46fa62c3ffbd64c989a175de36d303a13ea |
File details
Details for the file vtracer-0.6.11-cp37-cp37m-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
.
File metadata
- Download URL: vtracer-0.6.11-cp37-cp37m-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
- Upload date:
- Size: 1.8 MB
- Tags: CPython 3.7m, manylinux: glibc 2.17+ ARMv7l
- Uploaded using Trusted Publishing? Yes
- Uploaded via: maturin/1.5.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 82e114b038360d11c6d85818c8aa845f7c2f019b79f1bc0047bd1e2ab0f90096 |
|
MD5 | bd988bdb39794e62a84131d2beada59f |
|
BLAKE2b-256 | 0f99eda473c5a88633668249119db1a04034f7e67ec26ed4e28a9d03fdc0dfbf |
File details
Details for the file vtracer-0.6.11-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
.
File metadata
- Download URL: vtracer-0.6.11-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 1.8 MB
- Tags: CPython 3.7m, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: maturin/1.5.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a15b28da034245337dd1a9f53a0883f98105e86ffc35be548ef897edee75af1e |
|
MD5 | ba2f4a818c727ac54e1919b64d73a988 |
|
BLAKE2b-256 | fde3dab445fb4207ba4267d3aa58ffdf294f027a85a8222e4893ff317258661e |