Skip to main content

Python bindings for AutoTrace.

Project description

PyAutoTrace

Python bindings for AutoTrace.

Installation

Install PyAutoTrace using your package manager of choice.

python -m pip install pyautotrace
uv add pyautotrace

Usage

import numpy as np
from autotrace import Bitmap, VectorFormat
from PIL import Image

# Load an image.
image = np.array(Image.open("image.jpeg").convert("RGB"))

# Create a bitmap.
bitmap = Bitmap(image)

# Trace the bitmap.
vector = bitmap.trace()

# Save the vector as an SVG.
vector.save("image.svg")

# Get an SVG as a byte string.
svg = vector.encode(VectorFormat.SVG)

Building

If you wish to build the package from source, the easiest way to do so is with uv. Clone the repository and run the following commands inside the project directory.

# Clone the AutoTrace submodule.
git submodule update --init

# If you're on Windows, extract the GLib headers archive.
Expand-Archive "third-party\autotrace\distribute\win\3rdparty\glib-dev_2.34.3-1_win64.zip" -DestinationPath "third-party\glib"

# If you're on macOS, install GLib with Homebrew.
brew install glib

# Build the package with uv.
uv build

On Linux and macOS compilation requires GLib, pkg-config, and unzip to be installed on your system, which most Linux distributions include by default. You can install GLib on macOS with brew install glib.

On Windows, in order to compile the generated C code, you will need to have Visual C++ Build Tools or another C/C++ compiler installed.

TODO

  • Tests
  • Documentation

License

This project is licensed under the LGPLv2.1 license.

This project depends on the AutoTrace project, which is licensed under the LGPLv2.1 license. AutoTrace, and by extension this project, requires the presence of GLib to compile, which is licensed under the LGPLv2.1 license, but this project does not depend on GLib to run.

This project contains code that replaces portions of AutoTrace and GLib, defined in overrides.cpp. Some of the implementations were taken directly from, or are based on, the source code of their respective libraries.

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

pyautotrace-0.0.6.tar.gz (466.2 kB view details)

Uploaded Source

Built Distributions

If you're not sure about the file name format, learn more about wheel file names.

pyautotrace-0.0.6-cp314-cp314t-win_amd64.whl (247.5 kB view details)

Uploaded CPython 3.14tWindows x86-64

pyautotrace-0.0.6-cp314-cp314t-musllinux_1_2_x86_64.whl (1.8 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ x86-64

pyautotrace-0.0.6-cp314-cp314t-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (757.2 kB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.24+ x86-64manylinux: glibc 2.28+ x86-64

pyautotrace-0.0.6-cp314-cp314t-macosx_10_15_universal2.whl (382.2 kB view details)

Uploaded CPython 3.14tmacOS 10.15+ universal2 (ARM64, x86-64)

pyautotrace-0.0.6-cp314-cp314-win_amd64.whl (239.3 kB view details)

Uploaded CPython 3.14Windows x86-64

pyautotrace-0.0.6-cp314-cp314-musllinux_1_2_x86_64.whl (1.8 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ x86-64

pyautotrace-0.0.6-cp314-cp314-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (769.7 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.24+ x86-64manylinux: glibc 2.28+ x86-64

pyautotrace-0.0.6-cp314-cp314-macosx_10_15_universal2.whl (374.1 kB view details)

Uploaded CPython 3.14macOS 10.15+ universal2 (ARM64, x86-64)

pyautotrace-0.0.6-cp313-cp313-win_amd64.whl (234.7 kB view details)

Uploaded CPython 3.13Windows x86-64

pyautotrace-0.0.6-cp313-cp313-musllinux_1_2_x86_64.whl (1.8 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

pyautotrace-0.0.6-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (773.2 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.24+ x86-64manylinux: glibc 2.28+ x86-64

pyautotrace-0.0.6-cp313-cp313-macosx_10_13_universal2.whl (372.9 kB view details)

Uploaded CPython 3.13macOS 10.13+ universal2 (ARM64, x86-64)

pyautotrace-0.0.6-cp312-cp312-win_amd64.whl (234.4 kB view details)

Uploaded CPython 3.12Windows x86-64

pyautotrace-0.0.6-cp312-cp312-musllinux_1_2_x86_64.whl (1.8 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

pyautotrace-0.0.6-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (774.3 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.24+ x86-64manylinux: glibc 2.28+ x86-64

pyautotrace-0.0.6-cp312-cp312-macosx_10_13_universal2.whl (373.3 kB view details)

Uploaded CPython 3.12macOS 10.13+ universal2 (ARM64, x86-64)

pyautotrace-0.0.6-cp311-cp311-win_amd64.whl (233.8 kB view details)

Uploaded CPython 3.11Windows x86-64

pyautotrace-0.0.6-cp311-cp311-musllinux_1_2_x86_64.whl (1.8 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

pyautotrace-0.0.6-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (765.9 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.24+ x86-64manylinux: glibc 2.28+ x86-64

pyautotrace-0.0.6-cp311-cp311-macosx_10_9_universal2.whl (371.6 kB view details)

Uploaded CPython 3.11macOS 10.9+ universal2 (ARM64, x86-64)

pyautotrace-0.0.6-cp310-cp310-win_amd64.whl (233.9 kB view details)

Uploaded CPython 3.10Windows x86-64

pyautotrace-0.0.6-cp310-cp310-musllinux_1_2_x86_64.whl (1.8 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

pyautotrace-0.0.6-cp310-cp310-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (752.1 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.24+ x86-64manylinux: glibc 2.28+ x86-64

pyautotrace-0.0.6-cp310-cp310-macosx_10_9_universal2.whl (372.8 kB view details)

Uploaded CPython 3.10macOS 10.9+ universal2 (ARM64, x86-64)

File details

Details for the file pyautotrace-0.0.6.tar.gz.

File metadata

  • Download URL: pyautotrace-0.0.6.tar.gz
  • Upload date:
  • Size: 466.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.9.17 {"installer":{"name":"uv","version":"0.9.17","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Fedora Linux","version":"43","id":"","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}

File hashes

Hashes for pyautotrace-0.0.6.tar.gz
Algorithm Hash digest
SHA256 318556ffac0c950fb0f83e8f21022e9b7a38b5196a2234d33fbecca6b2e82f5c
MD5 19b0f78eed4bcf6130f1961e19fa074a
BLAKE2b-256 4a643777fb5c58a53f0f72c273ed07ff4422fdadb90fa984f417613223f78e26

See more details on using hashes here.

File details

Details for the file pyautotrace-0.0.6-cp314-cp314t-win_amd64.whl.

File metadata

  • Download URL: pyautotrace-0.0.6-cp314-cp314t-win_amd64.whl
  • Upload date:
  • Size: 247.5 kB
  • Tags: CPython 3.14t, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.9.17 {"installer":{"name":"uv","version":"0.9.17","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Fedora Linux","version":"43","id":"","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}

File hashes

Hashes for pyautotrace-0.0.6-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 23ed6b93589a5791867ddbf84fd36063335e0831782c8765afe966d79e8b8797
MD5 c1a02bfa86398fb6e06160528db64a8e
BLAKE2b-256 19f27e8ea6ad2a182ef8fd9bbcc4f4dcaf765fbd2d856e9f65f75f932dc74166

See more details on using hashes here.

File details

Details for the file pyautotrace-0.0.6-cp314-cp314t-musllinux_1_2_x86_64.whl.

File metadata

  • Download URL: pyautotrace-0.0.6-cp314-cp314t-musllinux_1_2_x86_64.whl
  • Upload date:
  • Size: 1.8 MB
  • Tags: CPython 3.14t, musllinux: musl 1.2+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.9.17 {"installer":{"name":"uv","version":"0.9.17","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Fedora Linux","version":"43","id":"","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}

File hashes

Hashes for pyautotrace-0.0.6-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 f3c0fd1b8f95f3ad8d2bed27eb257bcb3269f596738f3270891fbfba4474b4dc
MD5 4cf028c839cf1d84045513d1a2b0b1df
BLAKE2b-256 7cace2530496f471957b4cc293fb7055a61df9b1018da2af98a7c7dcf586cda1

See more details on using hashes here.

File details

Details for the file pyautotrace-0.0.6-cp314-cp314t-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

  • Download URL: pyautotrace-0.0.6-cp314-cp314t-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
  • Upload date:
  • Size: 757.2 kB
  • Tags: CPython 3.14t, manylinux: glibc 2.24+ x86-64, manylinux: glibc 2.28+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.9.17 {"installer":{"name":"uv","version":"0.9.17","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Fedora Linux","version":"43","id":"","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}

File hashes

Hashes for pyautotrace-0.0.6-cp314-cp314t-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 855efbf4b142a6806b1049299c859f5acc829bc4d2186536c0d9cea5cc02458b
MD5 dc91d3e5b3a7707fd2c756f1c8588bca
BLAKE2b-256 55adfc26a77a57d18eef73126a1dcd8c8ebdcc3d9571fbe97e178c840a6706b2

See more details on using hashes here.

File details

Details for the file pyautotrace-0.0.6-cp314-cp314t-macosx_10_15_universal2.whl.

File metadata

  • Download URL: pyautotrace-0.0.6-cp314-cp314t-macosx_10_15_universal2.whl
  • Upload date:
  • Size: 382.2 kB
  • Tags: CPython 3.14t, macOS 10.15+ universal2 (ARM64, x86-64)
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.9.17 {"installer":{"name":"uv","version":"0.9.17","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Fedora Linux","version":"43","id":"","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}

File hashes

Hashes for pyautotrace-0.0.6-cp314-cp314t-macosx_10_15_universal2.whl
Algorithm Hash digest
SHA256 ab235546a844580f799bb59211481999537ac43b3eaeadb78c2efdd9ae8a1d04
MD5 471fd4b40fada1bb4b587566dc5489a0
BLAKE2b-256 ec2ae9d7e11aa14c66a083bf6306bce58319971621aba6f071b4438e374dc939

See more details on using hashes here.

File details

Details for the file pyautotrace-0.0.6-cp314-cp314-win_amd64.whl.

File metadata

  • Download URL: pyautotrace-0.0.6-cp314-cp314-win_amd64.whl
  • Upload date:
  • Size: 239.3 kB
  • Tags: CPython 3.14, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.9.17 {"installer":{"name":"uv","version":"0.9.17","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Fedora Linux","version":"43","id":"","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}

File hashes

Hashes for pyautotrace-0.0.6-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 a6ccb045132b34f6ca52beb293b940bac6bdfd43673fa7193f7ce8742076a827
MD5 d40e6373e11d01b2f2517b00e9a7ab99
BLAKE2b-256 b6520667ad42d03bc4f181562fc1c4f8f7c6d2af8b042e4e51c04355b9a67dcf

See more details on using hashes here.

File details

Details for the file pyautotrace-0.0.6-cp314-cp314-musllinux_1_2_x86_64.whl.

File metadata

  • Download URL: pyautotrace-0.0.6-cp314-cp314-musllinux_1_2_x86_64.whl
  • Upload date:
  • Size: 1.8 MB
  • Tags: CPython 3.14, musllinux: musl 1.2+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.9.17 {"installer":{"name":"uv","version":"0.9.17","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Fedora Linux","version":"43","id":"","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}

File hashes

Hashes for pyautotrace-0.0.6-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 dfcbbbd04857831cf705a6953e71249450158c801a568c30ab6879d1b2aed3ed
MD5 fc971c3010bbe5faf3af4d2e1b52407c
BLAKE2b-256 7a0f75a200ae013f0fc6d70c2f309fc485390e0f5e2b32a2e936d20aad1ca642

See more details on using hashes here.

File details

Details for the file pyautotrace-0.0.6-cp314-cp314-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

  • Download URL: pyautotrace-0.0.6-cp314-cp314-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
  • Upload date:
  • Size: 769.7 kB
  • Tags: CPython 3.14, manylinux: glibc 2.24+ x86-64, manylinux: glibc 2.28+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.9.17 {"installer":{"name":"uv","version":"0.9.17","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Fedora Linux","version":"43","id":"","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}

File hashes

Hashes for pyautotrace-0.0.6-cp314-cp314-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 450f04602ce31f6195ad0ff0dcb52c6f0e64bf3a819614215605c0a7b73960a8
MD5 6025e77f3399b4bfbe34de3ad36dec47
BLAKE2b-256 c56f49051f856909faffd355fc45f6b0e02794a603fe915b4fa9b27261d89dc0

See more details on using hashes here.

File details

Details for the file pyautotrace-0.0.6-cp314-cp314-macosx_10_15_universal2.whl.

File metadata

  • Download URL: pyautotrace-0.0.6-cp314-cp314-macosx_10_15_universal2.whl
  • Upload date:
  • Size: 374.1 kB
  • Tags: CPython 3.14, macOS 10.15+ universal2 (ARM64, x86-64)
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.9.17 {"installer":{"name":"uv","version":"0.9.17","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Fedora Linux","version":"43","id":"","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}

File hashes

Hashes for pyautotrace-0.0.6-cp314-cp314-macosx_10_15_universal2.whl
Algorithm Hash digest
SHA256 152e753a77960c4fbe444f8cdde1f139da97afb839715faff95aaa2833110648
MD5 46a9906f9a9721e0854aa80e34150369
BLAKE2b-256 417e907157f72d435d662c6d94b39b77d848b2e5619e92bb040f52f57939adb0

See more details on using hashes here.

File details

Details for the file pyautotrace-0.0.6-cp313-cp313-win_amd64.whl.

File metadata

  • Download URL: pyautotrace-0.0.6-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 234.7 kB
  • Tags: CPython 3.13, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.9.17 {"installer":{"name":"uv","version":"0.9.17","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Fedora Linux","version":"43","id":"","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}

File hashes

Hashes for pyautotrace-0.0.6-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 ea1461e614d7ce48520fe878e9fe2c2f9cfa85dc9c35598552d8d94e78169c0a
MD5 caf329c1bc85a6edf979ed2b8815c9be
BLAKE2b-256 8fd17e57d7fdbb6172c60e748945209bcea2ca237167f7064b62c706b6ab4080

See more details on using hashes here.

File details

Details for the file pyautotrace-0.0.6-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

  • Download URL: pyautotrace-0.0.6-cp313-cp313-musllinux_1_2_x86_64.whl
  • Upload date:
  • Size: 1.8 MB
  • Tags: CPython 3.13, musllinux: musl 1.2+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.9.17 {"installer":{"name":"uv","version":"0.9.17","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Fedora Linux","version":"43","id":"","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}

File hashes

Hashes for pyautotrace-0.0.6-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 c03a582416ae143b15e95534c0d92a6d1a84d8de1cb79b04252662d45bccc824
MD5 cea171fb2dcaf68809fa0c5fc192abf4
BLAKE2b-256 c8c469f8b0d5b4d2ab348ccbd3188249da5195d2c128bb8fd710d84ed3f33048

See more details on using hashes here.

File details

Details for the file pyautotrace-0.0.6-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

  • Download URL: pyautotrace-0.0.6-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
  • Upload date:
  • Size: 773.2 kB
  • Tags: CPython 3.13, manylinux: glibc 2.24+ x86-64, manylinux: glibc 2.28+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.9.17 {"installer":{"name":"uv","version":"0.9.17","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Fedora Linux","version":"43","id":"","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}

File hashes

Hashes for pyautotrace-0.0.6-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 a2f82d982e0d8a50f2f33bf83cdd667e4ce1cebde72a58930b36c7427666b699
MD5 1c35a087368a5734fe9f578160fb80b3
BLAKE2b-256 b866c5c13981b19b3f339aa91ff8209c79f7d637d469b9afa51b19a37ec272e9

See more details on using hashes here.

File details

Details for the file pyautotrace-0.0.6-cp313-cp313-macosx_10_13_universal2.whl.

File metadata

  • Download URL: pyautotrace-0.0.6-cp313-cp313-macosx_10_13_universal2.whl
  • Upload date:
  • Size: 372.9 kB
  • Tags: CPython 3.13, macOS 10.13+ universal2 (ARM64, x86-64)
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.9.17 {"installer":{"name":"uv","version":"0.9.17","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Fedora Linux","version":"43","id":"","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}

File hashes

Hashes for pyautotrace-0.0.6-cp313-cp313-macosx_10_13_universal2.whl
Algorithm Hash digest
SHA256 73fa7d8554c4b2a25e3dc031914f09798c15363133ed2846d33c9a78706c82ac
MD5 b053562255abdbb4d12dd9e72d9382fc
BLAKE2b-256 8169227151dbb2561072837b5733b27b163468910edbb668d1d714c9e82425c2

See more details on using hashes here.

File details

Details for the file pyautotrace-0.0.6-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: pyautotrace-0.0.6-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 234.4 kB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.9.17 {"installer":{"name":"uv","version":"0.9.17","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Fedora Linux","version":"43","id":"","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}

File hashes

Hashes for pyautotrace-0.0.6-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 47725c6eb595de575578adbed9b60f663ce97185f56a4648b0896978e697eaa4
MD5 6b52e137ed458e7602c9d19f2d3b7c02
BLAKE2b-256 14101625a9a4f089baaf95915b57274aca0e4a8541d8a22d5c77fdc2c7e4aac2

See more details on using hashes here.

File details

Details for the file pyautotrace-0.0.6-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

  • Download URL: pyautotrace-0.0.6-cp312-cp312-musllinux_1_2_x86_64.whl
  • Upload date:
  • Size: 1.8 MB
  • Tags: CPython 3.12, musllinux: musl 1.2+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.9.17 {"installer":{"name":"uv","version":"0.9.17","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Fedora Linux","version":"43","id":"","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}

File hashes

Hashes for pyautotrace-0.0.6-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 de57b52de1bb4c84750d60a9eae688b0c5c2480f7a7d52132aa729905fb410cc
MD5 4864d3d7f61f49e7f2596ea6ddb68393
BLAKE2b-256 50b6d8580a9258adf2b74cfb91ecd84287536045567584b6407b0524fb73549d

See more details on using hashes here.

File details

Details for the file pyautotrace-0.0.6-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

  • Download URL: pyautotrace-0.0.6-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
  • Upload date:
  • Size: 774.3 kB
  • Tags: CPython 3.12, manylinux: glibc 2.24+ x86-64, manylinux: glibc 2.28+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.9.17 {"installer":{"name":"uv","version":"0.9.17","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Fedora Linux","version":"43","id":"","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}

File hashes

Hashes for pyautotrace-0.0.6-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 81e0cf6e98cb702c83d367d85f8496a1ceedfb285897a7291864162a99e60f46
MD5 d8d9a5fd3816af02f5b3e0196cab29d7
BLAKE2b-256 15d9fb1c320d42f8a6b82a67ce2b2f182bd9fc25c82367608f9ba828099eed16

See more details on using hashes here.

File details

Details for the file pyautotrace-0.0.6-cp312-cp312-macosx_10_13_universal2.whl.

File metadata

  • Download URL: pyautotrace-0.0.6-cp312-cp312-macosx_10_13_universal2.whl
  • Upload date:
  • Size: 373.3 kB
  • Tags: CPython 3.12, macOS 10.13+ universal2 (ARM64, x86-64)
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.9.17 {"installer":{"name":"uv","version":"0.9.17","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Fedora Linux","version":"43","id":"","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}

File hashes

Hashes for pyautotrace-0.0.6-cp312-cp312-macosx_10_13_universal2.whl
Algorithm Hash digest
SHA256 e0aaaf8f79972b7f428f7f5642274ca18fa56b4e63eabc0ea0f489a152a16340
MD5 089cdcc3b0c56d9d69fb922e8042118e
BLAKE2b-256 e4b548b29d1f210acb6e0fa97cc37875c84e487e998c35a882c437341b3a459a

See more details on using hashes here.

File details

Details for the file pyautotrace-0.0.6-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: pyautotrace-0.0.6-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 233.8 kB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.9.17 {"installer":{"name":"uv","version":"0.9.17","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Fedora Linux","version":"43","id":"","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}

File hashes

Hashes for pyautotrace-0.0.6-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 dc3d6273944675889c9de47413065dfd5c12cfe799708f48446b7a5d4d5da474
MD5 9d8af54c183b979559c2725c19964b3b
BLAKE2b-256 2d18123dd10707ab37d5526a8f7749b0c607079123731a97044bdb301eb73752

See more details on using hashes here.

File details

Details for the file pyautotrace-0.0.6-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

  • Download URL: pyautotrace-0.0.6-cp311-cp311-musllinux_1_2_x86_64.whl
  • Upload date:
  • Size: 1.8 MB
  • Tags: CPython 3.11, musllinux: musl 1.2+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.9.17 {"installer":{"name":"uv","version":"0.9.17","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Fedora Linux","version":"43","id":"","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}

File hashes

Hashes for pyautotrace-0.0.6-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 cf24f2a419d0f96e70559dddb7ea2780116407fe3fe30d700b830bbb536d2f8a
MD5 c6d7df9456bdebdccffe4effac3061cf
BLAKE2b-256 e77ffd3831e6d3b069af978d4b06d48564fd8f2df5d8e2cb9e4e6a3ef236b71a

See more details on using hashes here.

File details

Details for the file pyautotrace-0.0.6-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

  • Download URL: pyautotrace-0.0.6-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
  • Upload date:
  • Size: 765.9 kB
  • Tags: CPython 3.11, manylinux: glibc 2.24+ x86-64, manylinux: glibc 2.28+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.9.17 {"installer":{"name":"uv","version":"0.9.17","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Fedora Linux","version":"43","id":"","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}

File hashes

Hashes for pyautotrace-0.0.6-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 24d2baedbfbe8837177aa574033629b10250224632279fb52f01b52e9391fd50
MD5 47e3d7d71695aa6c35659ea2d06cd170
BLAKE2b-256 ffbd65a43a0e0b93f1990a65e49bdb6576ebebfcb2314b3d8aa3547e14ffece1

See more details on using hashes here.

File details

Details for the file pyautotrace-0.0.6-cp311-cp311-macosx_10_9_universal2.whl.

File metadata

  • Download URL: pyautotrace-0.0.6-cp311-cp311-macosx_10_9_universal2.whl
  • Upload date:
  • Size: 371.6 kB
  • Tags: CPython 3.11, macOS 10.9+ universal2 (ARM64, x86-64)
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.9.17 {"installer":{"name":"uv","version":"0.9.17","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Fedora Linux","version":"43","id":"","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}

File hashes

Hashes for pyautotrace-0.0.6-cp311-cp311-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 854eeba676a9dd982c917e8cd2ee13896a0f1154752fcf42a703307c4a8eb955
MD5 75ade193f27c779d9327835bc3d6d6e6
BLAKE2b-256 2fe5bc161205f988df024d0fe83bd21eecd177fffe05f78d4ed9c8cb08d655f9

See more details on using hashes here.

File details

Details for the file pyautotrace-0.0.6-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: pyautotrace-0.0.6-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 233.9 kB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.9.17 {"installer":{"name":"uv","version":"0.9.17","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Fedora Linux","version":"43","id":"","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}

File hashes

Hashes for pyautotrace-0.0.6-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 940ea63a908139c547ee9c61943e02776f884b9b564c7ae6fd54f38b6dbe7642
MD5 9f558152ce14e89912f7681758308284
BLAKE2b-256 c438670fad6612d7e1f60795aee0a5323b14474889c5a8f504fa245cdadc27ad

See more details on using hashes here.

File details

Details for the file pyautotrace-0.0.6-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

  • Download URL: pyautotrace-0.0.6-cp310-cp310-musllinux_1_2_x86_64.whl
  • Upload date:
  • Size: 1.8 MB
  • Tags: CPython 3.10, musllinux: musl 1.2+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.9.17 {"installer":{"name":"uv","version":"0.9.17","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Fedora Linux","version":"43","id":"","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}

File hashes

Hashes for pyautotrace-0.0.6-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 0394f93127a5e4ab988f3bd67ca02c2e98ba18409d88a5d3dae197c8e5c89ad8
MD5 1e3a9ef69bb587159a718166823c9ff9
BLAKE2b-256 2d3fed19a918350e84cf514b60289775c5434c74a7f565fda05bf489b87cb2e9

See more details on using hashes here.

File details

Details for the file pyautotrace-0.0.6-cp310-cp310-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

  • Download URL: pyautotrace-0.0.6-cp310-cp310-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
  • Upload date:
  • Size: 752.1 kB
  • Tags: CPython 3.10, manylinux: glibc 2.24+ x86-64, manylinux: glibc 2.28+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.9.17 {"installer":{"name":"uv","version":"0.9.17","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Fedora Linux","version":"43","id":"","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}

File hashes

Hashes for pyautotrace-0.0.6-cp310-cp310-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 1e6f0763cc617866d326459b2009d3595ed7b7549193aabba18a974965af86d9
MD5 d8e602d0bad9a02a9e93d69b1b4aba82
BLAKE2b-256 2360bded34698c442566213c1ec00743cc6a7f00518874b89f789e49ab4525b1

See more details on using hashes here.

File details

Details for the file pyautotrace-0.0.6-cp310-cp310-macosx_10_9_universal2.whl.

File metadata

  • Download URL: pyautotrace-0.0.6-cp310-cp310-macosx_10_9_universal2.whl
  • Upload date:
  • Size: 372.8 kB
  • Tags: CPython 3.10, macOS 10.9+ universal2 (ARM64, x86-64)
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.9.17 {"installer":{"name":"uv","version":"0.9.17","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Fedora Linux","version":"43","id":"","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}

File hashes

Hashes for pyautotrace-0.0.6-cp310-cp310-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 c96f7b942e5e2ab6b77564552cd969abd18f0a0f31c286a743a15a2e9eb5b919
MD5 78c385a127f8ecc764f520090fd98cf4
BLAKE2b-256 46144400cb72e2864ad47759b3a2ea5350f3e1802c5c2132a7a9afa89751edc8

See more details on using hashes here.

Supported by

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