Skip to main content

Fast Google Encoded Polyline encoding & decoding

Project description

polyline-rs

PyPI - Python Version

Fast Google Encoded Polyline encoding & decoding in Rust with Python bindings. Library with out-of-the-box support for both (lat, lon) and (lon, lat) coordinates.

Encoded Polyline Algorithm Format

Installation

pip install polyline-rs

Basic usage

from polyline_rs import encode_latlon, encode_lonlat, decode_latlon, decode_lonlat

line = encode_latlon([(38.5, -120.2), (40.7, -120.95), (43.252, -126.453)], 5)
assert line == "_p~iF~ps|U_ulLnnqC_mqNvxq`@"

coords = decode_latlon(line, 5)
assert coords == [(38.5, -120.2), (40.7, -120.95), (43.252, -126.453)]

coords2 = decode_lonlat(line, 5)
assert coords2 == [(-120.2, 38.5), (-120.95, 40.7), (-126.453, 43.252)]

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

polyline_rs-1.5.0.tar.gz (14.3 kB view details)

Uploaded Source

Built Distributions

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

polyline_rs-1.5.0-pp311-pypy311_pp73-win_amd64.whl (105.9 kB view details)

Uploaded PyPyWindows x86-64

polyline_rs-1.5.0-pp311-pypy311_pp73-manylinux_2_28_x86_64.whl (221.4 kB view details)

Uploaded PyPymanylinux: glibc 2.28+ x86-64

polyline_rs-1.5.0-pp311-pypy311_pp73-manylinux_2_28_aarch64.whl (219.8 kB view details)

Uploaded PyPymanylinux: glibc 2.28+ ARM64

polyline_rs-1.5.0-pp311-pypy311_pp73-macosx_11_0_x86_64.whl (204.1 kB view details)

Uploaded PyPymacOS 11.0+ x86-64

polyline_rs-1.5.0-pp311-pypy311_pp73-macosx_11_0_arm64.whl (197.8 kB view details)

Uploaded PyPymacOS 11.0+ ARM64

polyline_rs-1.5.0-cp314-cp314t-win_amd64.whl (103.2 kB view details)

Uploaded CPython 3.14tWindows x86-64

polyline_rs-1.5.0-cp314-cp314t-musllinux_1_2_x86_64.whl (299.7 kB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ x86-64

polyline_rs-1.5.0-cp314-cp314t-musllinux_1_2_aarch64.whl (283.0 kB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

polyline_rs-1.5.0-cp314-cp314t-manylinux_2_28_x86_64.whl (218.7 kB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.28+ x86-64

polyline_rs-1.5.0-cp314-cp314t-manylinux_2_28_aarch64.whl (217.4 kB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.28+ ARM64

polyline_rs-1.5.0-cp314-cp314t-macosx_11_0_x86_64.whl (201.6 kB view details)

Uploaded CPython 3.14tmacOS 11.0+ x86-64

polyline_rs-1.5.0-cp314-cp314t-macosx_11_0_arm64.whl (195.1 kB view details)

Uploaded CPython 3.14tmacOS 11.0+ ARM64

polyline_rs-1.5.0-cp314-cp314-win_amd64.whl (103.1 kB view details)

Uploaded CPython 3.14Windows x86-64

polyline_rs-1.5.0-cp314-cp314-musllinux_1_2_x86_64.whl (301.1 kB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ x86-64

polyline_rs-1.5.0-cp314-cp314-musllinux_1_2_aarch64.whl (284.4 kB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

polyline_rs-1.5.0-cp314-cp314-manylinux_2_28_x86_64.whl (220.1 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.28+ x86-64

polyline_rs-1.5.0-cp314-cp314-manylinux_2_28_aarch64.whl (218.7 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.28+ ARM64

polyline_rs-1.5.0-cp314-cp314-macosx_11_0_x86_64.whl (202.6 kB view details)

Uploaded CPython 3.14macOS 11.0+ x86-64

polyline_rs-1.5.0-cp314-cp314-macosx_11_0_arm64.whl (196.2 kB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

polyline_rs-1.5.0-cp313-cp313t-win_amd64.whl (103.4 kB view details)

Uploaded CPython 3.13tWindows x86-64

polyline_rs-1.5.0-cp313-cp313t-musllinux_1_2_x86_64.whl (300.0 kB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ x86-64

polyline_rs-1.5.0-cp313-cp313t-musllinux_1_2_aarch64.whl (283.3 kB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ ARM64

polyline_rs-1.5.0-cp313-cp313t-manylinux_2_28_x86_64.whl (219.0 kB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.28+ x86-64

polyline_rs-1.5.0-cp313-cp313t-manylinux_2_28_aarch64.whl (217.7 kB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.28+ ARM64

polyline_rs-1.5.0-cp313-cp313t-macosx_11_0_x86_64.whl (201.8 kB view details)

Uploaded CPython 3.13tmacOS 11.0+ x86-64

polyline_rs-1.5.0-cp313-cp313t-macosx_11_0_arm64.whl (195.3 kB view details)

Uploaded CPython 3.13tmacOS 11.0+ ARM64

polyline_rs-1.5.0-cp313-cp313-win_amd64.whl (103.3 kB view details)

Uploaded CPython 3.13Windows x86-64

polyline_rs-1.5.0-cp313-cp313-musllinux_1_2_x86_64.whl (301.2 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

polyline_rs-1.5.0-cp313-cp313-musllinux_1_2_aarch64.whl (284.7 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

polyline_rs-1.5.0-cp313-cp313-manylinux_2_28_x86_64.whl (220.3 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.28+ x86-64

polyline_rs-1.5.0-cp313-cp313-manylinux_2_28_aarch64.whl (218.9 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.28+ ARM64

polyline_rs-1.5.0-cp313-cp313-macosx_11_0_x86_64.whl (202.7 kB view details)

Uploaded CPython 3.13macOS 11.0+ x86-64

polyline_rs-1.5.0-cp313-cp313-macosx_11_0_arm64.whl (196.3 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

polyline_rs-1.5.0-cp312-cp312-win_amd64.whl (103.1 kB view details)

Uploaded CPython 3.12Windows x86-64

polyline_rs-1.5.0-cp312-cp312-musllinux_1_2_x86_64.whl (301.0 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

polyline_rs-1.5.0-cp312-cp312-musllinux_1_2_aarch64.whl (284.4 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

polyline_rs-1.5.0-cp312-cp312-manylinux_2_28_x86_64.whl (220.1 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.28+ x86-64

polyline_rs-1.5.0-cp312-cp312-manylinux_2_28_aarch64.whl (218.8 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.28+ ARM64

polyline_rs-1.5.0-cp312-cp312-macosx_11_0_x86_64.whl (202.5 kB view details)

Uploaded CPython 3.12macOS 11.0+ x86-64

polyline_rs-1.5.0-cp312-cp312-macosx_11_0_arm64.whl (196.2 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

polyline_rs-1.5.0-cp311-cp311-win_amd64.whl (104.8 kB view details)

Uploaded CPython 3.11Windows x86-64

polyline_rs-1.5.0-cp311-cp311-musllinux_1_2_x86_64.whl (301.1 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

polyline_rs-1.5.0-cp311-cp311-musllinux_1_2_aarch64.whl (284.4 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

polyline_rs-1.5.0-cp311-cp311-manylinux_2_28_x86_64.whl (220.2 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.28+ x86-64

polyline_rs-1.5.0-cp311-cp311-manylinux_2_28_aarch64.whl (218.8 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.28+ ARM64

polyline_rs-1.5.0-cp311-cp311-macosx_11_0_x86_64.whl (203.1 kB view details)

Uploaded CPython 3.11macOS 11.0+ x86-64

polyline_rs-1.5.0-cp311-cp311-macosx_11_0_arm64.whl (196.8 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

polyline_rs-1.5.0-cp310-cp310-win_amd64.whl (104.9 kB view details)

Uploaded CPython 3.10Windows x86-64

polyline_rs-1.5.0-cp310-cp310-musllinux_1_2_x86_64.whl (301.3 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

polyline_rs-1.5.0-cp310-cp310-musllinux_1_2_aarch64.whl (284.6 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

polyline_rs-1.5.0-cp310-cp310-manylinux_2_28_x86_64.whl (220.4 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.28+ x86-64

polyline_rs-1.5.0-cp310-cp310-manylinux_2_28_aarch64.whl (219.0 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.28+ ARM64

polyline_rs-1.5.0-cp310-cp310-macosx_11_0_x86_64.whl (203.3 kB view details)

Uploaded CPython 3.10macOS 11.0+ x86-64

polyline_rs-1.5.0-cp310-cp310-macosx_11_0_arm64.whl (197.0 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

polyline_rs-1.5.0-cp39-cp39-win_amd64.whl (105.3 kB view details)

Uploaded CPython 3.9Windows x86-64

polyline_rs-1.5.0-cp39-cp39-musllinux_1_2_x86_64.whl (301.7 kB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ x86-64

polyline_rs-1.5.0-cp39-cp39-musllinux_1_2_aarch64.whl (285.0 kB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ ARM64

polyline_rs-1.5.0-cp39-cp39-manylinux_2_28_x86_64.whl (220.8 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.28+ x86-64

polyline_rs-1.5.0-cp39-cp39-manylinux_2_28_aarch64.whl (219.3 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.28+ ARM64

polyline_rs-1.5.0-cp39-cp39-macosx_11_0_x86_64.whl (203.7 kB view details)

Uploaded CPython 3.9macOS 11.0+ x86-64

polyline_rs-1.5.0-cp39-cp39-macosx_11_0_arm64.whl (197.3 kB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

File details

Details for the file polyline_rs-1.5.0.tar.gz.

File metadata

  • Download URL: polyline_rs-1.5.0.tar.gz
  • Upload date:
  • Size: 14.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.13

File hashes

Hashes for polyline_rs-1.5.0.tar.gz
Algorithm Hash digest
SHA256 eea99ce289301b799d481355c497552dd5d102582a3a00fe86321e1d470bb786
MD5 ff81377add2f066651133908c472e679
BLAKE2b-256 c5cb135ed5e75f3856b859dc295430ecd8ae945c2632ac49b623780885e3f330

See more details on using hashes here.

Provenance

The following attestation bundles were made for polyline_rs-1.5.0.tar.gz:

Publisher: ci.yaml on Zaczero/pkgs

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file polyline_rs-1.5.0-pp311-pypy311_pp73-win_amd64.whl.

File metadata

File hashes

Hashes for polyline_rs-1.5.0-pp311-pypy311_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 5a1ef30f78f1c2d27758eac7b4a17c93f106af24c07126b70b69c2a10655ef86
MD5 bb23b8485301debf855c46579d2ba72e
BLAKE2b-256 780410a83fdd478d087b896e2679f35a2e6f46c615e46e0bb9454de0192c26d5

See more details on using hashes here.

Provenance

The following attestation bundles were made for polyline_rs-1.5.0-pp311-pypy311_pp73-win_amd64.whl:

Publisher: ci.yaml on Zaczero/pkgs

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file polyline_rs-1.5.0-pp311-pypy311_pp73-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for polyline_rs-1.5.0-pp311-pypy311_pp73-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 eac312e48ec11cf1d381f49ad4551a4415fd3bf6fb2c48a6118487238ecf9150
MD5 acceb9df6e855fbee4331555de6dfc6b
BLAKE2b-256 7770bb082eb2979cc5940f96bca9b03e5cf41105e9b82464d23e8786666b3c0f

See more details on using hashes here.

Provenance

The following attestation bundles were made for polyline_rs-1.5.0-pp311-pypy311_pp73-manylinux_2_28_x86_64.whl:

Publisher: ci.yaml on Zaczero/pkgs

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file polyline_rs-1.5.0-pp311-pypy311_pp73-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for polyline_rs-1.5.0-pp311-pypy311_pp73-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 49cf6017c75b2ad38b177eedeba792bb81835ba117d0d28f07b11c82096af9e6
MD5 c7dd27992e8d0b7c531a635c9c0a7cc4
BLAKE2b-256 7bf4591bab9bb649db48392a31bc73ac773a0d7c1a032649251a2fbc2031f1e2

See more details on using hashes here.

Provenance

The following attestation bundles were made for polyline_rs-1.5.0-pp311-pypy311_pp73-manylinux_2_28_aarch64.whl:

Publisher: ci.yaml on Zaczero/pkgs

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file polyline_rs-1.5.0-pp311-pypy311_pp73-macosx_11_0_x86_64.whl.

File metadata

File hashes

Hashes for polyline_rs-1.5.0-pp311-pypy311_pp73-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 44b711019e268fc7c953c0e9637ad88c64952553790f2dee1942c50219641a7f
MD5 b5ae3af556d2e947a884a1fa2de74fca
BLAKE2b-256 595e22409ffb0323db8efa42bca75f43eace7292a84e6943932264bc95b2b1a8

See more details on using hashes here.

Provenance

The following attestation bundles were made for polyline_rs-1.5.0-pp311-pypy311_pp73-macosx_11_0_x86_64.whl:

Publisher: ci.yaml on Zaczero/pkgs

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file polyline_rs-1.5.0-pp311-pypy311_pp73-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for polyline_rs-1.5.0-pp311-pypy311_pp73-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 7caf6fd929d3848a3b58fc6f0cc292dd257418b66c575b5baebcb75c5e69cdf2
MD5 aa06a013d871bc920c36cd26529fc078
BLAKE2b-256 ddc49605ed2d1815d7ad0b009c1762e901dda8194e0e65cb9783d5a033505940

See more details on using hashes here.

Provenance

The following attestation bundles were made for polyline_rs-1.5.0-pp311-pypy311_pp73-macosx_11_0_arm64.whl:

Publisher: ci.yaml on Zaczero/pkgs

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file polyline_rs-1.5.0-cp314-cp314t-win_amd64.whl.

File metadata

File hashes

Hashes for polyline_rs-1.5.0-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 8e815aec205c10b2fb8d3549f8ebbbc5054f35e7a4079e94e5924c585b6ae0b9
MD5 a938eefe895d630734c909936d46ea27
BLAKE2b-256 96e927f158d200cc2f0c163827d15e97db94c57d56fc6dd5c80668f61e55dbd2

See more details on using hashes here.

Provenance

The following attestation bundles were made for polyline_rs-1.5.0-cp314-cp314t-win_amd64.whl:

Publisher: ci.yaml on Zaczero/pkgs

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file polyline_rs-1.5.0-cp314-cp314t-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for polyline_rs-1.5.0-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 f82837fe4692877cf9f3fde7566bf85a7eff60d6765f81461a1dd8c166e83eac
MD5 659fc69e7306465b247188b4c2b307b0
BLAKE2b-256 6d5ee11f232a319d5341dea2b53f6aa1c35bced30e97fa426e7326c76013be8a

See more details on using hashes here.

Provenance

The following attestation bundles were made for polyline_rs-1.5.0-cp314-cp314t-musllinux_1_2_x86_64.whl:

Publisher: ci.yaml on Zaczero/pkgs

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file polyline_rs-1.5.0-cp314-cp314t-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for polyline_rs-1.5.0-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 d4248438a608a3b154ca69eb46469083689623578d60a6a02aa3e8f38eb016e2
MD5 f635d09be1a98f20710356bf0e0a3b3c
BLAKE2b-256 2b542b1d754b416bda920e412f657704369ea55c6c9ceb94eff92fd88e3d6230

See more details on using hashes here.

Provenance

The following attestation bundles were made for polyline_rs-1.5.0-cp314-cp314t-musllinux_1_2_aarch64.whl:

Publisher: ci.yaml on Zaczero/pkgs

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file polyline_rs-1.5.0-cp314-cp314t-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for polyline_rs-1.5.0-cp314-cp314t-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 7b03c35820430874c969079292f89824436cf561e4cb6f83f598fdc40397ab94
MD5 0eeca7a3984531d6232760961f58c2b3
BLAKE2b-256 a37f497f096e38bd824294529c8b39160c62d9edb08d9cdfd2f9d8e9c2d1aa9f

See more details on using hashes here.

Provenance

The following attestation bundles were made for polyline_rs-1.5.0-cp314-cp314t-manylinux_2_28_x86_64.whl:

Publisher: ci.yaml on Zaczero/pkgs

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file polyline_rs-1.5.0-cp314-cp314t-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for polyline_rs-1.5.0-cp314-cp314t-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 5231c565d4dbe8b4f0a3b885030cf536b676b6939a83372e2f073d51ebe35886
MD5 8e59ee2de8ba1294deea28bdf9117583
BLAKE2b-256 6a1e505d68dcf5f568661e5327273c04d8f2c154f534a359e63dc6a16e18873e

See more details on using hashes here.

Provenance

The following attestation bundles were made for polyline_rs-1.5.0-cp314-cp314t-manylinux_2_28_aarch64.whl:

Publisher: ci.yaml on Zaczero/pkgs

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file polyline_rs-1.5.0-cp314-cp314t-macosx_11_0_x86_64.whl.

File metadata

File hashes

Hashes for polyline_rs-1.5.0-cp314-cp314t-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 f7ce780b3bcc279e6bd96194311e6b65c786e860f77b9875d709539166db6362
MD5 1bd96a5a4cdfdb39bc1097ad4b43410b
BLAKE2b-256 2dd3f2c9b81a07688430814f7f9587a1b023710c1abfd79b70c8f1b7cd275dff

See more details on using hashes here.

Provenance

The following attestation bundles were made for polyline_rs-1.5.0-cp314-cp314t-macosx_11_0_x86_64.whl:

Publisher: ci.yaml on Zaczero/pkgs

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file polyline_rs-1.5.0-cp314-cp314t-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for polyline_rs-1.5.0-cp314-cp314t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 9816f875d827e2fe75cfcb2531cc908e418d684918a48045bfd6ce1e1330be68
MD5 96b06012c3611f1442efe4ef2f3c8721
BLAKE2b-256 dbb3644f76ace069fa7aaefb8a0b1731f9c4f905768e654d380b0ff4fe551e75

See more details on using hashes here.

Provenance

The following attestation bundles were made for polyline_rs-1.5.0-cp314-cp314t-macosx_11_0_arm64.whl:

Publisher: ci.yaml on Zaczero/pkgs

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file polyline_rs-1.5.0-cp314-cp314-win_amd64.whl.

File metadata

  • Download URL: polyline_rs-1.5.0-cp314-cp314-win_amd64.whl
  • Upload date:
  • Size: 103.1 kB
  • Tags: CPython 3.14, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.13

File hashes

Hashes for polyline_rs-1.5.0-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 acc9b42a696046fba0fc32a19b338a44043d80319fc58a659af52f983781dc33
MD5 62d673a3d65236b8ef3767cbcd75bd32
BLAKE2b-256 0e228406e30774b832790492e4cf2a06f6faf4d4fc170f969c299fd1e5d3be91

See more details on using hashes here.

Provenance

The following attestation bundles were made for polyline_rs-1.5.0-cp314-cp314-win_amd64.whl:

Publisher: ci.yaml on Zaczero/pkgs

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file polyline_rs-1.5.0-cp314-cp314-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for polyline_rs-1.5.0-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 281d6278cc6f70f19f1431ada74912415f8fe87fa01fbc51cce7a232b1e5f61f
MD5 35fd431a283d3e1b8469e6394c361519
BLAKE2b-256 f9e943c1964de3571f705541b021e0609b437e4aab22ced7ad359d42f1e8717c

See more details on using hashes here.

Provenance

The following attestation bundles were made for polyline_rs-1.5.0-cp314-cp314-musllinux_1_2_x86_64.whl:

Publisher: ci.yaml on Zaczero/pkgs

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file polyline_rs-1.5.0-cp314-cp314-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for polyline_rs-1.5.0-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 074d8ba148f8345cee966175da909516063f67efd7702b10292e2b3647679d3d
MD5 1209ef21ac8f735f3df4047170dec8b3
BLAKE2b-256 58aa87074c2bbc44b4f2e97cc789c988fcbf916464883e7ab9100019bfcff414

See more details on using hashes here.

Provenance

The following attestation bundles were made for polyline_rs-1.5.0-cp314-cp314-musllinux_1_2_aarch64.whl:

Publisher: ci.yaml on Zaczero/pkgs

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file polyline_rs-1.5.0-cp314-cp314-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for polyline_rs-1.5.0-cp314-cp314-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 73094fc036ffc7dab81e5f635c3efa07329d86358db364e5738590afe9db0215
MD5 22a4138ab245e00ca8d2658b5ff3eb6a
BLAKE2b-256 1e006aebd47bbbd2233c6488f0518b0abbf1cb8cad17d74cc34a595bff46efeb

See more details on using hashes here.

Provenance

The following attestation bundles were made for polyline_rs-1.5.0-cp314-cp314-manylinux_2_28_x86_64.whl:

Publisher: ci.yaml on Zaczero/pkgs

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file polyline_rs-1.5.0-cp314-cp314-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for polyline_rs-1.5.0-cp314-cp314-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 e3df89ef1c11785c1878598636d36d6b6b17e94dc8f67568b59bb7436b9479e3
MD5 443269cd4f22d417f36335cb29fd222f
BLAKE2b-256 0de859c9b032d9dd34fd86a986753b1708f00dad7d221c79b9d954809d9e8d20

See more details on using hashes here.

Provenance

The following attestation bundles were made for polyline_rs-1.5.0-cp314-cp314-manylinux_2_28_aarch64.whl:

Publisher: ci.yaml on Zaczero/pkgs

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file polyline_rs-1.5.0-cp314-cp314-macosx_11_0_x86_64.whl.

File metadata

File hashes

Hashes for polyline_rs-1.5.0-cp314-cp314-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 bb9aad46485e7030d2db2628e3d58dfba9d83672d312dede139678ac9b0a2d78
MD5 07d312501b357b286d80fbe5f649344f
BLAKE2b-256 cb4603e642933667591698ed288106768573146077c3b1c07d576c73d74cc416

See more details on using hashes here.

Provenance

The following attestation bundles were made for polyline_rs-1.5.0-cp314-cp314-macosx_11_0_x86_64.whl:

Publisher: ci.yaml on Zaczero/pkgs

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file polyline_rs-1.5.0-cp314-cp314-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for polyline_rs-1.5.0-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 fb1ba98180e8b938d980d6ad7ba57c36e1cb6745c9b72d79952fc4fdf96b0dd5
MD5 806438309db43f608dcbc81bd899b5fa
BLAKE2b-256 230c759126bd2019361e114e53e0ea44dcf389b4930ee0a04f7a21ded162350a

See more details on using hashes here.

Provenance

The following attestation bundles were made for polyline_rs-1.5.0-cp314-cp314-macosx_11_0_arm64.whl:

Publisher: ci.yaml on Zaczero/pkgs

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file polyline_rs-1.5.0-cp313-cp313t-win_amd64.whl.

File metadata

File hashes

Hashes for polyline_rs-1.5.0-cp313-cp313t-win_amd64.whl
Algorithm Hash digest
SHA256 6ca08e0c582ca37f00d4289b62ad69e9d66a4ea925afa1fc2edaddc50c47d2c4
MD5 22f43512b084b8a84130e849a5829b9d
BLAKE2b-256 8e72deaef9424ce034d62c4b6920b227e84afb72f230f03030de00d8cf4192d5

See more details on using hashes here.

Provenance

The following attestation bundles were made for polyline_rs-1.5.0-cp313-cp313t-win_amd64.whl:

Publisher: ci.yaml on Zaczero/pkgs

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file polyline_rs-1.5.0-cp313-cp313t-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for polyline_rs-1.5.0-cp313-cp313t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 80ced55f4b9db85e83f4c002e7cfb52d9e6445335728b652a41a1d9399c1691d
MD5 bd425f7e7a80c500707eb4a80181456c
BLAKE2b-256 7097cae2d7110bcc7df00a05dbe73f17573eb367ef3c2b2f88ec92d1c7a6e4d3

See more details on using hashes here.

Provenance

The following attestation bundles were made for polyline_rs-1.5.0-cp313-cp313t-musllinux_1_2_x86_64.whl:

Publisher: ci.yaml on Zaczero/pkgs

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file polyline_rs-1.5.0-cp313-cp313t-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for polyline_rs-1.5.0-cp313-cp313t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 534c2986d24b997bc9a6a7bac4baf4ec3c22acbde57d862a058b8b9aee037a9e
MD5 16727e337e9b7c18129e01266ee70315
BLAKE2b-256 cb4efb6cf09832009afb993ed522d7fe8da6c25072dfc251efaeb9c04d2b9f37

See more details on using hashes here.

Provenance

The following attestation bundles were made for polyline_rs-1.5.0-cp313-cp313t-musllinux_1_2_aarch64.whl:

Publisher: ci.yaml on Zaczero/pkgs

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file polyline_rs-1.5.0-cp313-cp313t-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for polyline_rs-1.5.0-cp313-cp313t-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 ae45310d3db7ab8a8f1e934a90a72f52bcb4f2404e7d1d21e4a224b71a555947
MD5 bc812fcc8a566e7a2666129f306dafac
BLAKE2b-256 aab527ac81c20842b83f82aac980ba8c886afd69e3cebf5f8d68150631f7faa1

See more details on using hashes here.

Provenance

The following attestation bundles were made for polyline_rs-1.5.0-cp313-cp313t-manylinux_2_28_x86_64.whl:

Publisher: ci.yaml on Zaczero/pkgs

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file polyline_rs-1.5.0-cp313-cp313t-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for polyline_rs-1.5.0-cp313-cp313t-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 a1b622bb6620f68a8d53c249b6701d4dc2d6aa251966556adf39aafacd0e7ee5
MD5 979b5ec2e3fd021ed61c528e8d936443
BLAKE2b-256 76978a47553446a2314bbf8804485da5dedf7fdd1b4d1889f5aeb8a5fa13c8d2

See more details on using hashes here.

Provenance

The following attestation bundles were made for polyline_rs-1.5.0-cp313-cp313t-manylinux_2_28_aarch64.whl:

Publisher: ci.yaml on Zaczero/pkgs

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file polyline_rs-1.5.0-cp313-cp313t-macosx_11_0_x86_64.whl.

File metadata

File hashes

Hashes for polyline_rs-1.5.0-cp313-cp313t-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 3808fde11307dd27038b08a582e501c8ed9294def44d34becc6329793de05a32
MD5 2bf8e9b46700573903b60fad01ccf939
BLAKE2b-256 584f5aeeb6b81e97f55e16bf8b072da13a6b353eb0358d53a2cd7e54e93c8ab5

See more details on using hashes here.

Provenance

The following attestation bundles were made for polyline_rs-1.5.0-cp313-cp313t-macosx_11_0_x86_64.whl:

Publisher: ci.yaml on Zaczero/pkgs

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file polyline_rs-1.5.0-cp313-cp313t-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for polyline_rs-1.5.0-cp313-cp313t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 4f35bcff1759921eb22db27eeff06c6d40d1ff89fc4bfc2672bbb49ec40a8767
MD5 a3fe95243b9f66b8642127c1714adac2
BLAKE2b-256 d4603d240a400ba7f9a4a6977483f81532ad9c1fd39a25212cee7eb68331fef0

See more details on using hashes here.

Provenance

The following attestation bundles were made for polyline_rs-1.5.0-cp313-cp313t-macosx_11_0_arm64.whl:

Publisher: ci.yaml on Zaczero/pkgs

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file polyline_rs-1.5.0-cp313-cp313-win_amd64.whl.

File metadata

  • Download URL: polyline_rs-1.5.0-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 103.3 kB
  • Tags: CPython 3.13, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.13

File hashes

Hashes for polyline_rs-1.5.0-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 d8980ca2b423f5d28e145ce507eeef2d09c5899562562c117b5ec6b0627affeb
MD5 c40cbb30eace5a6c4c92e00f536beb6f
BLAKE2b-256 e4a549d9d263a30fb2ffc96132f75fd8169213adf0a2c67b4f0936a1690d8627

See more details on using hashes here.

Provenance

The following attestation bundles were made for polyline_rs-1.5.0-cp313-cp313-win_amd64.whl:

Publisher: ci.yaml on Zaczero/pkgs

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file polyline_rs-1.5.0-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for polyline_rs-1.5.0-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 f358db3ec03e68514951c77cfaac58200f7ebfd7f46db46845f0d7807cd462f2
MD5 f087acc2c761e881cfe9fff2073408bf
BLAKE2b-256 1768e37baa3f9aee895f12b0cc213583331b216fb366443f64abd1c1063c1c6f

See more details on using hashes here.

Provenance

The following attestation bundles were made for polyline_rs-1.5.0-cp313-cp313-musllinux_1_2_x86_64.whl:

Publisher: ci.yaml on Zaczero/pkgs

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file polyline_rs-1.5.0-cp313-cp313-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for polyline_rs-1.5.0-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 6949fcbb93488160f613dfa23235a5f3dccae6536a9df60ea169497a86e873c1
MD5 b591b20a3cef8dce10726de736409fd4
BLAKE2b-256 75406753a5c5c6fbbc24105adaa0c72b12c3dd75353175d75a9d6f33c665a70c

See more details on using hashes here.

Provenance

The following attestation bundles were made for polyline_rs-1.5.0-cp313-cp313-musllinux_1_2_aarch64.whl:

Publisher: ci.yaml on Zaczero/pkgs

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file polyline_rs-1.5.0-cp313-cp313-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for polyline_rs-1.5.0-cp313-cp313-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 191c04bb22a3c98f0d588d99a7000905ddd4e840e3859c82e47b03e233642551
MD5 09dbbfdc6ab835f9cff7aaa14b33a6ed
BLAKE2b-256 0903856c4b13e83995bac6b1cd3ce47b2fb3ee90985c3a839fe2350ebda72a7b

See more details on using hashes here.

Provenance

The following attestation bundles were made for polyline_rs-1.5.0-cp313-cp313-manylinux_2_28_x86_64.whl:

Publisher: ci.yaml on Zaczero/pkgs

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file polyline_rs-1.5.0-cp313-cp313-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for polyline_rs-1.5.0-cp313-cp313-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 7cbc9eb41cd5a3a21dc8bc0d170e7b57a38141d975344651473d343524ebb631
MD5 7b171852c1d79e1dc39880e6b6ac9ba4
BLAKE2b-256 d14f774579d6774316e10b3140ccda74b6a40ee930b4a09d25ad8648b6170e8f

See more details on using hashes here.

Provenance

The following attestation bundles were made for polyline_rs-1.5.0-cp313-cp313-manylinux_2_28_aarch64.whl:

Publisher: ci.yaml on Zaczero/pkgs

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file polyline_rs-1.5.0-cp313-cp313-macosx_11_0_x86_64.whl.

File metadata

File hashes

Hashes for polyline_rs-1.5.0-cp313-cp313-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 cbc34a2ebe493b3d04fe7981a9e81b5ed21af56e33688d6418e125abfb98051d
MD5 c056da54f6ddec93cbd085eec3f64235
BLAKE2b-256 27c5b4c01e361d95adf5508e8785db42fc35c634be2ca16469ace421146b3039

See more details on using hashes here.

Provenance

The following attestation bundles were made for polyline_rs-1.5.0-cp313-cp313-macosx_11_0_x86_64.whl:

Publisher: ci.yaml on Zaczero/pkgs

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file polyline_rs-1.5.0-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for polyline_rs-1.5.0-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 12d294e529475592996d8f37d8b1ad1c0cafc0c6d63323e8dbc1805d6d3a2d5e
MD5 a142d1c5a7923e846b2170c1f1477227
BLAKE2b-256 6657f1492a64739bbbaa22bad6d72134e48c18452fb0bb92b79d7d68cb7705e1

See more details on using hashes here.

Provenance

The following attestation bundles were made for polyline_rs-1.5.0-cp313-cp313-macosx_11_0_arm64.whl:

Publisher: ci.yaml on Zaczero/pkgs

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file polyline_rs-1.5.0-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: polyline_rs-1.5.0-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 103.1 kB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.13

File hashes

Hashes for polyline_rs-1.5.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 4f881f990bfb321cb40714b4b99f63c6aca51bfb97c77da1acba943a551dc587
MD5 ba6c84203ed2f8155da92ee02dfc25cf
BLAKE2b-256 e1edad5b414fcaada98d932c31f5aced36c4034394f70dfc53ea0900662f6a85

See more details on using hashes here.

Provenance

The following attestation bundles were made for polyline_rs-1.5.0-cp312-cp312-win_amd64.whl:

Publisher: ci.yaml on Zaczero/pkgs

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file polyline_rs-1.5.0-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for polyline_rs-1.5.0-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 27a2fdf751c72e7c38694820fa5aeab4cbcf9be88d575d0bbded11372ae6dd00
MD5 e2ecd28b7288f82a2807d10aa22c0360
BLAKE2b-256 d957ebd198ef35243110923d14705daf2282c51f24ed9d03322880db5f6274d1

See more details on using hashes here.

Provenance

The following attestation bundles were made for polyline_rs-1.5.0-cp312-cp312-musllinux_1_2_x86_64.whl:

Publisher: ci.yaml on Zaczero/pkgs

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file polyline_rs-1.5.0-cp312-cp312-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for polyline_rs-1.5.0-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 68306d6d9f59342c665f8608c567d42d9a6e43231483bc72b2e86463bef5ea38
MD5 714b061d9fbb4a2dde506bf8c251177a
BLAKE2b-256 4af74e4edc58ce69345ec4c6cdfb0f13db44144d3c6a29e90caac9723a17f612

See more details on using hashes here.

Provenance

The following attestation bundles were made for polyline_rs-1.5.0-cp312-cp312-musllinux_1_2_aarch64.whl:

Publisher: ci.yaml on Zaczero/pkgs

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file polyline_rs-1.5.0-cp312-cp312-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for polyline_rs-1.5.0-cp312-cp312-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 bd8a5bd1e9309ee0eacb3e7fc09494c47b2fd54185b0d7fbed05ae644cda9276
MD5 2a03838657bd8e73af97f03c4542254d
BLAKE2b-256 172de9ac2b2841c061d043fab1d2c777cd3d31aa3debed7fd000a77ebc3d26b8

See more details on using hashes here.

Provenance

The following attestation bundles were made for polyline_rs-1.5.0-cp312-cp312-manylinux_2_28_x86_64.whl:

Publisher: ci.yaml on Zaczero/pkgs

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file polyline_rs-1.5.0-cp312-cp312-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for polyline_rs-1.5.0-cp312-cp312-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 4eabcfacfbdda98977c8b2f8ff7e9dfdc6f8e929b7853b0e329844fd4365e3d3
MD5 5eca324e87dea79701d87c925a5f464d
BLAKE2b-256 0ecb15197addb98c93564ffaa20f8b11e3c40bdb015cebcea5cc7f4d80e11b11

See more details on using hashes here.

Provenance

The following attestation bundles were made for polyline_rs-1.5.0-cp312-cp312-manylinux_2_28_aarch64.whl:

Publisher: ci.yaml on Zaczero/pkgs

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file polyline_rs-1.5.0-cp312-cp312-macosx_11_0_x86_64.whl.

File metadata

File hashes

Hashes for polyline_rs-1.5.0-cp312-cp312-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 7f3c041d09b94007c7e8065bcbab51ccc0f655a7d12a4f6da8f92f5100e401d8
MD5 6a08710d09ee9003e97ec3556c993c47
BLAKE2b-256 8dd36dd8727059989c9259eb8706fc8c057e1d541433087047b0f7ad47c4f784

See more details on using hashes here.

Provenance

The following attestation bundles were made for polyline_rs-1.5.0-cp312-cp312-macosx_11_0_x86_64.whl:

Publisher: ci.yaml on Zaczero/pkgs

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file polyline_rs-1.5.0-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for polyline_rs-1.5.0-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 f4ff6aa6c50a6bc325abd416382fa7a2ca7fdddd44b005685fb8d9679075d8ab
MD5 c4d6219faab38bde2190979e3dbd783a
BLAKE2b-256 d119bb6991ad15eea379f3d0339c2da2f58de69b604f477a276e9c342e958623

See more details on using hashes here.

Provenance

The following attestation bundles were made for polyline_rs-1.5.0-cp312-cp312-macosx_11_0_arm64.whl:

Publisher: ci.yaml on Zaczero/pkgs

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file polyline_rs-1.5.0-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: polyline_rs-1.5.0-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 104.8 kB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.13

File hashes

Hashes for polyline_rs-1.5.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 6b696b1d5ab49c9128ef0e313ae33f295260c2c33970bc7f5df93371bb73c4a6
MD5 55da6945e1d387adfce9111e94dd7052
BLAKE2b-256 7adbf18ec8af6a62c4b0f5267b415aad04283776145000151dd5e0c0e5bb5f3a

See more details on using hashes here.

Provenance

The following attestation bundles were made for polyline_rs-1.5.0-cp311-cp311-win_amd64.whl:

Publisher: ci.yaml on Zaczero/pkgs

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file polyline_rs-1.5.0-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for polyline_rs-1.5.0-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 cac7df3a032f435f3d383bbe93851720a26b1fdc791cc2e4d81e9961b35866fa
MD5 5c3c6dba2c00194b14ae8de851357a6f
BLAKE2b-256 e754b4621abd50afc1a6d26c47d46b55d814c5ff129501323af20ddb18e296aa

See more details on using hashes here.

Provenance

The following attestation bundles were made for polyline_rs-1.5.0-cp311-cp311-musllinux_1_2_x86_64.whl:

Publisher: ci.yaml on Zaczero/pkgs

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file polyline_rs-1.5.0-cp311-cp311-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for polyline_rs-1.5.0-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 c4edc0c1f0c85431d806f3233afa70a35436171963b4aa614b92370ff4fa57da
MD5 3f6f4beca8442d4820d4fca84145f559
BLAKE2b-256 02a8d1bc1f1cdf286b75815baa5c772a588d7fbd5265dabbe06293d820bd4604

See more details on using hashes here.

Provenance

The following attestation bundles were made for polyline_rs-1.5.0-cp311-cp311-musllinux_1_2_aarch64.whl:

Publisher: ci.yaml on Zaczero/pkgs

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file polyline_rs-1.5.0-cp311-cp311-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for polyline_rs-1.5.0-cp311-cp311-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 64dca50113b2849886d1fd52f45bc7a02e50466e246338954bb5e17ae267709e
MD5 9e29ef33e4e6e9c3d6021bc3aebe734c
BLAKE2b-256 d78495c82662340a02afcfd39d4bb9e5152de6970fb4720d05feddf80c4038e9

See more details on using hashes here.

Provenance

The following attestation bundles were made for polyline_rs-1.5.0-cp311-cp311-manylinux_2_28_x86_64.whl:

Publisher: ci.yaml on Zaczero/pkgs

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file polyline_rs-1.5.0-cp311-cp311-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for polyline_rs-1.5.0-cp311-cp311-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 047120e53594713afe40159c98261e6a240d679b068bf39c88f20292b7b72244
MD5 a40dcd5031f08d2efa914b38862f0ffb
BLAKE2b-256 16452df27c6694f688b4b0c05513da8b35af141813b736ad5d009fc667155b4d

See more details on using hashes here.

Provenance

The following attestation bundles were made for polyline_rs-1.5.0-cp311-cp311-manylinux_2_28_aarch64.whl:

Publisher: ci.yaml on Zaczero/pkgs

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file polyline_rs-1.5.0-cp311-cp311-macosx_11_0_x86_64.whl.

File metadata

File hashes

Hashes for polyline_rs-1.5.0-cp311-cp311-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 093e31f11ad63717b0449598297d7873c6bddbc2bca4fc4b5eb8f0b667989924
MD5 c08868b0908f53188b15644780cf3e06
BLAKE2b-256 399882af598ccf00610600877040c61d6284d4aadac72fa5205bb4377814561a

See more details on using hashes here.

Provenance

The following attestation bundles were made for polyline_rs-1.5.0-cp311-cp311-macosx_11_0_x86_64.whl:

Publisher: ci.yaml on Zaczero/pkgs

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file polyline_rs-1.5.0-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for polyline_rs-1.5.0-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 e2cd05216bb7f09aabaccfcf9d979af239b1fef6ceecbcc401515ff4660412dc
MD5 e337507f544575cb54c8e4213545b51f
BLAKE2b-256 4fcadec9c5afd143da9f0fcda50fc61a5ea1bb45bd494a03fdec043589849d2f

See more details on using hashes here.

Provenance

The following attestation bundles were made for polyline_rs-1.5.0-cp311-cp311-macosx_11_0_arm64.whl:

Publisher: ci.yaml on Zaczero/pkgs

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file polyline_rs-1.5.0-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: polyline_rs-1.5.0-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 104.9 kB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.13

File hashes

Hashes for polyline_rs-1.5.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 a2205a69c2f5ce721cbc039fdef1acff17a7dcb95c549406e32b9c244d4a11f7
MD5 bbb7df96e0fd431f69ffa17acd5261b1
BLAKE2b-256 6d266f2f664cc6cae7b07e68ad8b6d09d18c6f7a92af3525f5f351a6df31d455

See more details on using hashes here.

Provenance

The following attestation bundles were made for polyline_rs-1.5.0-cp310-cp310-win_amd64.whl:

Publisher: ci.yaml on Zaczero/pkgs

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file polyline_rs-1.5.0-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for polyline_rs-1.5.0-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 ab26093fd614371f961222639c0e90a24b7ab4bb33e20bf03e865b55b2dce1ee
MD5 c4950c12fe95880584bbd8581fea8739
BLAKE2b-256 81c69f23f740bb9bbc0051d73e177f13a095663a2ddc94fc042dd27dd9c0501a

See more details on using hashes here.

Provenance

The following attestation bundles were made for polyline_rs-1.5.0-cp310-cp310-musllinux_1_2_x86_64.whl:

Publisher: ci.yaml on Zaczero/pkgs

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file polyline_rs-1.5.0-cp310-cp310-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for polyline_rs-1.5.0-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 5ca0e1eee5600d2f2d5cf459655601f1c2eb47f88d9a16eebc64ba6c66f4efb9
MD5 fef674218131a0d8b89e150677bca847
BLAKE2b-256 892f7c452ed04f9f2560a29ce1b6570557d432e102a6b4b1e248a0e94ad00451

See more details on using hashes here.

Provenance

The following attestation bundles were made for polyline_rs-1.5.0-cp310-cp310-musllinux_1_2_aarch64.whl:

Publisher: ci.yaml on Zaczero/pkgs

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file polyline_rs-1.5.0-cp310-cp310-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for polyline_rs-1.5.0-cp310-cp310-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 d01c871e4f7615be101e16b8fae5992c09de4df0d49aef84b7e9cb1dd30ff782
MD5 a623ac6a19a35b28079d94af5705a2dd
BLAKE2b-256 440da9057ee6cf27d3115101507ca28ffa577c0e67c3aeb18947c29ed20649a2

See more details on using hashes here.

Provenance

The following attestation bundles were made for polyline_rs-1.5.0-cp310-cp310-manylinux_2_28_x86_64.whl:

Publisher: ci.yaml on Zaczero/pkgs

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file polyline_rs-1.5.0-cp310-cp310-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for polyline_rs-1.5.0-cp310-cp310-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 eca062d5138bad11b91a180ae709291c0b1a263051cb4af0b9137eacd1223391
MD5 e542da78b4f264ba86c5261e23b219b3
BLAKE2b-256 ed0136b9257da01590247168160240db5c8e01e470b7fd0d93f1acbe4962af1e

See more details on using hashes here.

Provenance

The following attestation bundles were made for polyline_rs-1.5.0-cp310-cp310-manylinux_2_28_aarch64.whl:

Publisher: ci.yaml on Zaczero/pkgs

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file polyline_rs-1.5.0-cp310-cp310-macosx_11_0_x86_64.whl.

File metadata

File hashes

Hashes for polyline_rs-1.5.0-cp310-cp310-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 1b244f0416bd3831c2a2bf386fd4d0d7146b1d5e67d9a29a063e8c23d8a442ea
MD5 333d149c944be988ef04157f35b6f73e
BLAKE2b-256 38632fdab09b0dc374546cb8422fb8bb81e401a5f171c7385b1cb1d5543ddd8e

See more details on using hashes here.

Provenance

The following attestation bundles were made for polyline_rs-1.5.0-cp310-cp310-macosx_11_0_x86_64.whl:

Publisher: ci.yaml on Zaczero/pkgs

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file polyline_rs-1.5.0-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for polyline_rs-1.5.0-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 678ae7b6bd06fb4d0870c69e4497b960469f4399bceeb908a00e94080dbef91e
MD5 9fc591641ba201c91eb4632e0df809e4
BLAKE2b-256 fbddd8b1fa290d819346d3db794db149db62a6d9787ba3a2f9a3f0b235a63f03

See more details on using hashes here.

Provenance

The following attestation bundles were made for polyline_rs-1.5.0-cp310-cp310-macosx_11_0_arm64.whl:

Publisher: ci.yaml on Zaczero/pkgs

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file polyline_rs-1.5.0-cp39-cp39-win_amd64.whl.

File metadata

  • Download URL: polyline_rs-1.5.0-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 105.3 kB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.13

File hashes

Hashes for polyline_rs-1.5.0-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 de96be85e8a7dda95f5a7949d4414d9692f9472769b3f107ae8688bab2a4050e
MD5 3ded8abb29072b3e4179236b80932e28
BLAKE2b-256 80bdeb10ddc6703428a0b4d94fe70d116a9498f62704cf06460064500eff398f

See more details on using hashes here.

Provenance

The following attestation bundles were made for polyline_rs-1.5.0-cp39-cp39-win_amd64.whl:

Publisher: ci.yaml on Zaczero/pkgs

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file polyline_rs-1.5.0-cp39-cp39-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for polyline_rs-1.5.0-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 11caa1a6fe9ac25491eacc6062554a71e108f93b4380fa539f5fc23af8e6512e
MD5 0c11f2220f6d158248d52bc4b8ed8b1e
BLAKE2b-256 a8becd05c83780d5f9a72ad72921bea7dc71bac53dc631414f10f5b3ae758ee3

See more details on using hashes here.

Provenance

The following attestation bundles were made for polyline_rs-1.5.0-cp39-cp39-musllinux_1_2_x86_64.whl:

Publisher: ci.yaml on Zaczero/pkgs

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file polyline_rs-1.5.0-cp39-cp39-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for polyline_rs-1.5.0-cp39-cp39-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 e7d9fb7a339f2f44644c3c782404ce52930b0cf4417e2e5d29a0b33be9dcffa2
MD5 7596a34f3bb67aab4cf452af6729516f
BLAKE2b-256 f39699fac012c04c0f1b47c8013ebf7252a76a875a09ea07d63ffe30b4027197

See more details on using hashes here.

Provenance

The following attestation bundles were made for polyline_rs-1.5.0-cp39-cp39-musllinux_1_2_aarch64.whl:

Publisher: ci.yaml on Zaczero/pkgs

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file polyline_rs-1.5.0-cp39-cp39-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for polyline_rs-1.5.0-cp39-cp39-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 791b4ed51f88b2f6cc4c7d3c0b7d8b5f00e4c9624f0fb1a95b1448e98512bf01
MD5 15e052fab6e3b946ef7986db889c309a
BLAKE2b-256 93b7126288ade3138200c6c0275d2cf3bd62b5daf19c7983cb723f2f2a7c08aa

See more details on using hashes here.

Provenance

The following attestation bundles were made for polyline_rs-1.5.0-cp39-cp39-manylinux_2_28_x86_64.whl:

Publisher: ci.yaml on Zaczero/pkgs

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file polyline_rs-1.5.0-cp39-cp39-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for polyline_rs-1.5.0-cp39-cp39-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 0b37b8af40848a827d4afd8abaa780d9fc00322f8e90bbfd84a4e807db36e1e8
MD5 fd1d75adfd3b9c26f4ca2d6f8024af4f
BLAKE2b-256 dce9f8edd30a00c2845c937c42fab1807d0be3139e23b503df349f86c3fda40d

See more details on using hashes here.

Provenance

The following attestation bundles were made for polyline_rs-1.5.0-cp39-cp39-manylinux_2_28_aarch64.whl:

Publisher: ci.yaml on Zaczero/pkgs

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file polyline_rs-1.5.0-cp39-cp39-macosx_11_0_x86_64.whl.

File metadata

File hashes

Hashes for polyline_rs-1.5.0-cp39-cp39-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 e6ceb80cbe5ef90deff686043bae0d17f57b85180d1619da6c4cc86efc114b2e
MD5 bd1ec590d5d9ef17b0142ec4e5c868cd
BLAKE2b-256 125ac3cc9b3a97e28793dd5ac05f2bfd9de9f901c03c4fae47d87d4554cee27d

See more details on using hashes here.

Provenance

The following attestation bundles were made for polyline_rs-1.5.0-cp39-cp39-macosx_11_0_x86_64.whl:

Publisher: ci.yaml on Zaczero/pkgs

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file polyline_rs-1.5.0-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for polyline_rs-1.5.0-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 a803b690043665a2b8bddb88fa46378f3743bc572d1f54fe338ec3118b4d9f01
MD5 807ccd80adcfe73f16eb93ad1670d1b8
BLAKE2b-256 e1433bfe765c08c38250eec569d3a1535d1b37622224d0e99ab64693eefdd124

See more details on using hashes here.

Provenance

The following attestation bundles were made for polyline_rs-1.5.0-cp39-cp39-macosx_11_0_arm64.whl:

Publisher: ci.yaml on Zaczero/pkgs

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

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