Skip to main content

Python bindings for AutoTrace.

Project description

PyAutoTrace

Python bindings for AutoTrace.

Installation

Install PyAutoTrace using your package manager of choice.

uv add pyautotrace[standard]
python -m pip install pyautotrace[standard]

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

See the contribution guide for instructions to build PyAutoTrace from source.

TODO

  • Tests

License

This project is licensed under the LGPLv2.1 license.

See the documentation for details about the licenses of upstream and included code.

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.7.tar.gz (467.7 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.7-cp314-cp314t-win_amd64.whl (249.8 kB view details)

Uploaded CPython 3.14tWindows x86-64

pyautotrace-0.0.7-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.7-cp314-cp314t-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (759.5 kB view details)

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

pyautotrace-0.0.7-cp314-cp314t-macosx_10_15_universal2.whl (384.6 kB view details)

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

pyautotrace-0.0.7-cp314-cp314-win_amd64.whl (241.6 kB view details)

Uploaded CPython 3.14Windows x86-64

pyautotrace-0.0.7-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.7-cp314-cp314-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (772.1 kB view details)

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

pyautotrace-0.0.7-cp314-cp314-macosx_10_15_universal2.whl (376.5 kB view details)

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

pyautotrace-0.0.7-cp313-cp313-win_amd64.whl (237.1 kB view details)

Uploaded CPython 3.13Windows x86-64

pyautotrace-0.0.7-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.7-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (775.6 kB view details)

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

pyautotrace-0.0.7-cp313-cp313-macosx_10_13_universal2.whl (375.3 kB view details)

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

pyautotrace-0.0.7-cp312-cp312-win_amd64.whl (236.8 kB view details)

Uploaded CPython 3.12Windows x86-64

pyautotrace-0.0.7-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.7-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (776.7 kB view details)

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

pyautotrace-0.0.7-cp312-cp312-macosx_10_13_universal2.whl (375.7 kB view details)

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

pyautotrace-0.0.7-cp311-cp311-win_amd64.whl (236.2 kB view details)

Uploaded CPython 3.11Windows x86-64

pyautotrace-0.0.7-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.7-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (768.3 kB view details)

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

pyautotrace-0.0.7-cp311-cp311-macosx_10_9_universal2.whl (374.0 kB view details)

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

pyautotrace-0.0.7-cp310-cp310-win_amd64.whl (236.3 kB view details)

Uploaded CPython 3.10Windows x86-64

pyautotrace-0.0.7-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.7-cp310-cp310-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (754.6 kB view details)

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

pyautotrace-0.0.7-cp310-cp310-macosx_10_9_universal2.whl (375.2 kB view details)

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

File details

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

File metadata

  • Download URL: pyautotrace-0.0.7.tar.gz
  • Upload date:
  • Size: 467.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.9.21 {"installer":{"name":"uv","version":"0.9.21","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.7.tar.gz
Algorithm Hash digest
SHA256 fcbc31a99bc6ce0053ad7d226dc9f02cd1c2e35d78afedba5a6ea5a5e8a36797
MD5 0f4cfcc781fd2e1b1f69ae07b4fe8644
BLAKE2b-256 dcbe5ad960f62cfd4b41023bda9be917e6369d995fab3d727c2f7eea4128bfdd

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyautotrace-0.0.7-cp314-cp314t-win_amd64.whl
  • Upload date:
  • Size: 249.8 kB
  • Tags: CPython 3.14t, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.9.21 {"installer":{"name":"uv","version":"0.9.21","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.7-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 5db6de27bbe07c2923f6fab82ed0994a1b23bb95026ee09f4837860560b7fec7
MD5 27dcac2bfa40afd5333ae089769965ee
BLAKE2b-256 fb1dd8cae35fd178f7dac38e9f997b71f20d46ec4ca73c22a44de2926bba271d

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyautotrace-0.0.7-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.21 {"installer":{"name":"uv","version":"0.9.21","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.7-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 82dfc35bb7e8a7ac221095014da3fd06c9744a44f254033973e46dd34d898ee4
MD5 cc0387b6feeb1079ab97bb08992f568e
BLAKE2b-256 f8dc3c6115b9881e5913086882b18741e03d1da786dc77e9382fe190a9ed681b

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyautotrace-0.0.7-cp314-cp314t-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
  • Upload date:
  • Size: 759.5 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.21 {"installer":{"name":"uv","version":"0.9.21","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.7-cp314-cp314t-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 701f9c517e6b7586a39b86151e704d0b90e6902ea2e7fa048f3378afce78761a
MD5 5621ddceb37242fb131ff0c87698af82
BLAKE2b-256 416a291410c86fd878d79f1d20a71efb77fa2618fbef7651f075e53f3d0abdfb

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyautotrace-0.0.7-cp314-cp314t-macosx_10_15_universal2.whl
  • Upload date:
  • Size: 384.6 kB
  • Tags: CPython 3.14t, macOS 10.15+ universal2 (ARM64, x86-64)
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.9.21 {"installer":{"name":"uv","version":"0.9.21","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.7-cp314-cp314t-macosx_10_15_universal2.whl
Algorithm Hash digest
SHA256 36bde482a8eb8478419eba2f9b147b52557ba3960880b796ad28c1361103f2b9
MD5 aee48a8fb5d0986851a18d00bdc712a2
BLAKE2b-256 d22b9771dd01c65f1949b58d60823b4cd331dfd28bce9f20bfac94fc59135131

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyautotrace-0.0.7-cp314-cp314-win_amd64.whl
  • Upload date:
  • Size: 241.6 kB
  • Tags: CPython 3.14, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.9.21 {"installer":{"name":"uv","version":"0.9.21","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.7-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 1e258b242b9eadb3efb8edb6a0b13a169273ef4aaebbc1c91b355cffa63d40d5
MD5 17f46661ca09e0adf8bad813da591c9c
BLAKE2b-256 647e525ee99d087125d7896146a65881187b93a42dcf6daeaa654bef559b4635

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyautotrace-0.0.7-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.21 {"installer":{"name":"uv","version":"0.9.21","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.7-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 4a7b044a081d333e739c876c56efaff63114832c7973264907ae33ee15911d9d
MD5 e809c6c7e6420d0e7383ca5ba32d334f
BLAKE2b-256 5df26a035a4776a80374c44d3ff893672dea24867a4b81d218bd489e70e09dce

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyautotrace-0.0.7-cp314-cp314-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
  • Upload date:
  • Size: 772.1 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.21 {"installer":{"name":"uv","version":"0.9.21","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.7-cp314-cp314-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 6c6eefd8c522100d6c2d3cbc6285efbdac330089b296655f3ef4f49a7670ddae
MD5 246e8145cee30216dba40689c0856501
BLAKE2b-256 8594c41540d1a60e7801e73f93ea5570417a8a0b47ad188d3cb3b0ff269cf982

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyautotrace-0.0.7-cp314-cp314-macosx_10_15_universal2.whl
  • Upload date:
  • Size: 376.5 kB
  • Tags: CPython 3.14, macOS 10.15+ universal2 (ARM64, x86-64)
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.9.21 {"installer":{"name":"uv","version":"0.9.21","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.7-cp314-cp314-macosx_10_15_universal2.whl
Algorithm Hash digest
SHA256 56448d162caebdd8d6db442d45dfc3c0dfcb9c0b64e0ff0d9467324ae9d4524c
MD5 73bdfafdc7c78d9bdea3432a6995361e
BLAKE2b-256 452d7e07994a99a18e7894539c3fd1ea557ec1db7b6b08c5b35d10d50ce113cb

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyautotrace-0.0.7-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 237.1 kB
  • Tags: CPython 3.13, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.9.21 {"installer":{"name":"uv","version":"0.9.21","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.7-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 f77eef1ae2f50ab2660ad99701a559d37310fffcd56a491919b932ba39a90d0a
MD5 f5a89bc8e05ced0ea4ce12cd0d9ffdf8
BLAKE2b-256 5ef1dea54d4c94052da08a544fe4f2d0747ae29fd1ae0c98af6d62500329d49d

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyautotrace-0.0.7-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.21 {"installer":{"name":"uv","version":"0.9.21","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.7-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 254366e7bfbc929634b00890a184026317c1c791647675717c9d4b0bf2a546fa
MD5 0194d7e640c9a7eb12b82f81a9a0b8d5
BLAKE2b-256 9a4dc886e394c200e46c48f8b83604c12857180f8f3fd6f2819f629b35385177

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyautotrace-0.0.7-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
  • Upload date:
  • Size: 775.6 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.21 {"installer":{"name":"uv","version":"0.9.21","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.7-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 9a10e39b497654d5c20eac7734d6a8eff66fa9884978d139c71ed050cf1d2396
MD5 85429a87d7f17ae79a4d2e1274864aef
BLAKE2b-256 e073f9a072c88b19b6a815beae8a265689eee8e066f96ab558d8a0a94cc239d0

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyautotrace-0.0.7-cp313-cp313-macosx_10_13_universal2.whl
  • Upload date:
  • Size: 375.3 kB
  • Tags: CPython 3.13, macOS 10.13+ universal2 (ARM64, x86-64)
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.9.21 {"installer":{"name":"uv","version":"0.9.21","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.7-cp313-cp313-macosx_10_13_universal2.whl
Algorithm Hash digest
SHA256 596687c95bfeeb167553dc8ed8f28a11529b1e19ad161d89353fd900b785f61f
MD5 971c55d07de89e9b6f4c4ba0e6177d52
BLAKE2b-256 a0acfa8875928d0384c6a30adcfaa25b23ba78dbbc93825a435b400b3bda04c2

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyautotrace-0.0.7-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 236.8 kB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.9.21 {"installer":{"name":"uv","version":"0.9.21","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.7-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 6167ec396b631f6d838eebee8f2b71ce3f2f398689423e1251496da9023f2ae2
MD5 3e7a085408fd4b1670a5b984836403cd
BLAKE2b-256 c4998ca7c0f18041aa9f9aa3909cf84366a0b6d03f234837bb15c66f1a025c30

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyautotrace-0.0.7-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.21 {"installer":{"name":"uv","version":"0.9.21","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.7-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 0b688f3c7528362ebb97d28454e59f661153af3d0b39d0d9e321be8f4bea2233
MD5 3972c88c7edc163d08b5301ba370e4b8
BLAKE2b-256 4c4f84ce52a2eb46c827090335aa5f6ccc3fda3a946fe7c530fdc20df3d27f01

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyautotrace-0.0.7-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
  • Upload date:
  • Size: 776.7 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.21 {"installer":{"name":"uv","version":"0.9.21","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.7-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 463377adf024afb99d4f28b27ad37fac4b72778ef04905719dbf20368319f23f
MD5 d3ec67ae2794a6df8d7d689fa4a58240
BLAKE2b-256 30e6db2a15d2c02c08d1f788534160aaa850aa1b267eb0b1fe63752d29aeddb2

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyautotrace-0.0.7-cp312-cp312-macosx_10_13_universal2.whl
  • Upload date:
  • Size: 375.7 kB
  • Tags: CPython 3.12, macOS 10.13+ universal2 (ARM64, x86-64)
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.9.21 {"installer":{"name":"uv","version":"0.9.21","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.7-cp312-cp312-macosx_10_13_universal2.whl
Algorithm Hash digest
SHA256 1ea61a0ac2032705fbf3a6a00c8fe023d9df20d6744696dfb0442ec975d286bf
MD5 d75363b848a74877be40340cda789031
BLAKE2b-256 b5618f980e6cc122c06a802e26345ce327eafea149642690ed2e083030c3b77b

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyautotrace-0.0.7-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 236.2 kB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.9.21 {"installer":{"name":"uv","version":"0.9.21","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.7-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 538b54cae44acc3065a234ab18bc68d6b699a80d0b4f7009b5bc688a75a10538
MD5 13e261ff37f8e54db707a3e7a1b7fd08
BLAKE2b-256 927c33d526f91a26df315aedfe93f311797c54d922f70e1f7d1d4300ca192bb6

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyautotrace-0.0.7-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.21 {"installer":{"name":"uv","version":"0.9.21","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.7-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 5fef5eb26c495c7490e25aa86c1c32821ce32d89acb09b33a8609c9a2bdebf19
MD5 c40a38b18e1bd9fe23b96d57427db064
BLAKE2b-256 e54b7e93eafe5f0f5d1497edab3dc8133597635980871db815f736cabdb17be0

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyautotrace-0.0.7-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
  • Upload date:
  • Size: 768.3 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.21 {"installer":{"name":"uv","version":"0.9.21","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.7-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 e25a2f79aada37ad4c7ce412cbba7657de10428a16548b70c9135775a203fb99
MD5 029cff95a3e10248729f5a3158a690ae
BLAKE2b-256 7b7c1e0f7b92b53349524c0e5328eae92bc7dd794845a91447f61ccbc7934fc3

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyautotrace-0.0.7-cp311-cp311-macosx_10_9_universal2.whl
  • Upload date:
  • Size: 374.0 kB
  • Tags: CPython 3.11, macOS 10.9+ universal2 (ARM64, x86-64)
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.9.21 {"installer":{"name":"uv","version":"0.9.21","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.7-cp311-cp311-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 8b2577f4595fb50905ee5cee5ea78695e58ea053d05f8c1645323a2d4dcc6da5
MD5 c33fed0b8b4a33a5b07427626368fcb1
BLAKE2b-256 b5181c00394ba4a3f5c0d6ea6eb8da8c9424dfc6838fb69439fa7d13dfe1dd47

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyautotrace-0.0.7-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 236.3 kB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.9.21 {"installer":{"name":"uv","version":"0.9.21","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.7-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 50a2b2746b0d11464b7d6901202102af56b3feb0563ea29c94e2c63f6b1242e0
MD5 ccc8f21f11a3ed26938f1ce5cffe4a88
BLAKE2b-256 47a3174500d0a06f2b2d83099ca7cecc2bc40732f67362c7cd5d23136e179cca

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyautotrace-0.0.7-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.21 {"installer":{"name":"uv","version":"0.9.21","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.7-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 f395ce9d84178b8dbc3659e767eee48f74b815e025f3f5ed785326d75c5c910e
MD5 272f1e6b710016f3504adc33138d7bf7
BLAKE2b-256 2b742126205f2301fb7a47edd8f97e2e9eafe6bb705eec086fa5f7d8ba220a82

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyautotrace-0.0.7-cp310-cp310-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
  • Upload date:
  • Size: 754.6 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.21 {"installer":{"name":"uv","version":"0.9.21","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.7-cp310-cp310-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 8b571f7cfe15849766e40fff6860d95c6696e94073bca1b80880c5b95b0df3f6
MD5 00013b3c42323b662be898f7cf9cb7b4
BLAKE2b-256 aa4ee5990b35356c1542cc45e28ccf85f4efb21c156494dbc3e5444eb6dc1f5a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyautotrace-0.0.7-cp310-cp310-macosx_10_9_universal2.whl
  • Upload date:
  • Size: 375.2 kB
  • Tags: CPython 3.10, macOS 10.9+ universal2 (ARM64, x86-64)
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.9.21 {"installer":{"name":"uv","version":"0.9.21","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.7-cp310-cp310-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 9b190581ffeaa4ca2c4197405e5bf72e016ba0c7a5c004e8773ccfb5d93ab45f
MD5 9902e704a4229857a3e24289bc17b950
BLAKE2b-256 4d0b17485f86301f97e25d8b2479c560c713bbc8a20a76ad3e4574cd3640cd6e

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