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.4.0.tar.gz (14.4 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.4.0-pp311-pypy311_pp73-win_amd64.whl (103.9 kB view details)

Uploaded PyPyWindows x86-64

polyline_rs-1.4.0-pp311-pypy311_pp73-manylinux_2_28_x86_64.whl (219.3 kB view details)

Uploaded PyPymanylinux: glibc 2.28+ x86-64

polyline_rs-1.4.0-pp311-pypy311_pp73-manylinux_2_28_aarch64.whl (218.0 kB view details)

Uploaded PyPymanylinux: glibc 2.28+ ARM64

polyline_rs-1.4.0-pp311-pypy311_pp73-macosx_11_0_x86_64.whl (202.2 kB view details)

Uploaded PyPymacOS 11.0+ x86-64

polyline_rs-1.4.0-pp311-pypy311_pp73-macosx_11_0_arm64.whl (196.0 kB view details)

Uploaded PyPymacOS 11.0+ ARM64

polyline_rs-1.4.0-cp314-cp314t-win_amd64.whl (101.3 kB view details)

Uploaded CPython 3.14tWindows x86-64

polyline_rs-1.4.0-cp314-cp314t-musllinux_1_2_x86_64.whl (297.6 kB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ x86-64

polyline_rs-1.4.0-cp314-cp314t-musllinux_1_2_aarch64.whl (281.0 kB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

polyline_rs-1.4.0-cp314-cp314t-manylinux_2_28_x86_64.whl (216.8 kB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.28+ x86-64

polyline_rs-1.4.0-cp314-cp314t-manylinux_2_28_aarch64.whl (215.5 kB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.28+ ARM64

polyline_rs-1.4.0-cp314-cp314t-macosx_11_0_x86_64.whl (199.7 kB view details)

Uploaded CPython 3.14tmacOS 11.0+ x86-64

polyline_rs-1.4.0-cp314-cp314t-macosx_11_0_arm64.whl (193.2 kB view details)

Uploaded CPython 3.14tmacOS 11.0+ ARM64

polyline_rs-1.4.0-cp314-cp314-win_amd64.whl (101.3 kB view details)

Uploaded CPython 3.14Windows x86-64

polyline_rs-1.4.0-cp314-cp314-musllinux_1_2_x86_64.whl (299.0 kB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ x86-64

polyline_rs-1.4.0-cp314-cp314-musllinux_1_2_aarch64.whl (282.4 kB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

polyline_rs-1.4.0-cp314-cp314-manylinux_2_28_x86_64.whl (218.1 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.28+ x86-64

polyline_rs-1.4.0-cp314-cp314-manylinux_2_28_aarch64.whl (216.7 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.28+ ARM64

polyline_rs-1.4.0-cp314-cp314-macosx_11_0_x86_64.whl (200.7 kB view details)

Uploaded CPython 3.14macOS 11.0+ x86-64

polyline_rs-1.4.0-cp314-cp314-macosx_11_0_arm64.whl (194.2 kB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

polyline_rs-1.4.0-cp313-cp313t-win_amd64.whl (101.4 kB view details)

Uploaded CPython 3.13tWindows x86-64

polyline_rs-1.4.0-cp313-cp313t-musllinux_1_2_x86_64.whl (298.0 kB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ x86-64

polyline_rs-1.4.0-cp313-cp313t-musllinux_1_2_aarch64.whl (281.2 kB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ ARM64

polyline_rs-1.4.0-cp313-cp313t-manylinux_2_28_x86_64.whl (217.0 kB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.28+ x86-64

polyline_rs-1.4.0-cp313-cp313t-manylinux_2_28_aarch64.whl (215.7 kB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.28+ ARM64

polyline_rs-1.4.0-cp313-cp313t-macosx_11_0_x86_64.whl (199.9 kB view details)

Uploaded CPython 3.13tmacOS 11.0+ x86-64

polyline_rs-1.4.0-cp313-cp313t-macosx_11_0_arm64.whl (193.4 kB view details)

Uploaded CPython 3.13tmacOS 11.0+ ARM64

polyline_rs-1.4.0-cp313-cp313-win_amd64.whl (101.4 kB view details)

Uploaded CPython 3.13Windows x86-64

polyline_rs-1.4.0-cp313-cp313-musllinux_1_2_x86_64.whl (299.3 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

polyline_rs-1.4.0-cp313-cp313-musllinux_1_2_aarch64.whl (282.7 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

polyline_rs-1.4.0-cp313-cp313-manylinux_2_28_x86_64.whl (218.4 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.28+ x86-64

polyline_rs-1.4.0-cp313-cp313-manylinux_2_28_aarch64.whl (216.9 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.28+ ARM64

polyline_rs-1.4.0-cp313-cp313-macosx_11_0_x86_64.whl (200.8 kB view details)

Uploaded CPython 3.13macOS 11.0+ x86-64

polyline_rs-1.4.0-cp313-cp313-macosx_11_0_arm64.whl (194.4 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

polyline_rs-1.4.0-cp312-cp312-win_amd64.whl (101.2 kB view details)

Uploaded CPython 3.12Windows x86-64

polyline_rs-1.4.0-cp312-cp312-musllinux_1_2_x86_64.whl (299.1 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

polyline_rs-1.4.0-cp312-cp312-musllinux_1_2_aarch64.whl (282.4 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

polyline_rs-1.4.0-cp312-cp312-manylinux_2_28_x86_64.whl (218.1 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.28+ x86-64

polyline_rs-1.4.0-cp312-cp312-manylinux_2_28_aarch64.whl (216.8 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.28+ ARM64

polyline_rs-1.4.0-cp312-cp312-macosx_11_0_x86_64.whl (200.6 kB view details)

Uploaded CPython 3.12macOS 11.0+ x86-64

polyline_rs-1.4.0-cp312-cp312-macosx_11_0_arm64.whl (194.2 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

polyline_rs-1.4.0-cp311-cp311-win_amd64.whl (102.9 kB view details)

Uploaded CPython 3.11Windows x86-64

polyline_rs-1.4.0-cp311-cp311-musllinux_1_2_x86_64.whl (299.1 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

polyline_rs-1.4.0-cp311-cp311-musllinux_1_2_aarch64.whl (282.4 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

polyline_rs-1.4.0-cp311-cp311-manylinux_2_28_x86_64.whl (218.2 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.28+ x86-64

polyline_rs-1.4.0-cp311-cp311-manylinux_2_28_aarch64.whl (216.7 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.28+ ARM64

polyline_rs-1.4.0-cp311-cp311-macosx_11_0_x86_64.whl (201.1 kB view details)

Uploaded CPython 3.11macOS 11.0+ x86-64

polyline_rs-1.4.0-cp311-cp311-macosx_11_0_arm64.whl (195.0 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

polyline_rs-1.4.0-cp310-cp310-win_amd64.whl (103.1 kB view details)

Uploaded CPython 3.10Windows x86-64

polyline_rs-1.4.0-cp310-cp310-musllinux_1_2_x86_64.whl (299.2 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

polyline_rs-1.4.0-cp310-cp310-musllinux_1_2_aarch64.whl (282.7 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

polyline_rs-1.4.0-cp310-cp310-manylinux_2_28_x86_64.whl (218.5 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.28+ x86-64

polyline_rs-1.4.0-cp310-cp310-manylinux_2_28_aarch64.whl (217.0 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.28+ ARM64

polyline_rs-1.4.0-cp310-cp310-macosx_11_0_x86_64.whl (201.3 kB view details)

Uploaded CPython 3.10macOS 11.0+ x86-64

polyline_rs-1.4.0-cp310-cp310-macosx_11_0_arm64.whl (195.1 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

polyline_rs-1.4.0-cp39-cp39-win_amd64.whl (103.4 kB view details)

Uploaded CPython 3.9Windows x86-64

polyline_rs-1.4.0-cp39-cp39-musllinux_1_2_x86_64.whl (299.6 kB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ x86-64

polyline_rs-1.4.0-cp39-cp39-musllinux_1_2_aarch64.whl (283.1 kB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ ARM64

polyline_rs-1.4.0-cp39-cp39-manylinux_2_28_x86_64.whl (218.9 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.28+ x86-64

polyline_rs-1.4.0-cp39-cp39-manylinux_2_28_aarch64.whl (217.3 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.28+ ARM64

polyline_rs-1.4.0-cp39-cp39-macosx_11_0_x86_64.whl (201.7 kB view details)

Uploaded CPython 3.9macOS 11.0+ x86-64

polyline_rs-1.4.0-cp39-cp39-macosx_11_0_arm64.whl (195.5 kB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

File details

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

File metadata

  • Download URL: polyline_rs-1.4.0.tar.gz
  • Upload date:
  • Size: 14.4 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.4.0.tar.gz
Algorithm Hash digest
SHA256 5bede1d3e1e68eb819465b070de61f378b1367386e66c32189ea3b221fbb20cc
MD5 0e2743713e42046d2f6215cf9a7c1a44
BLAKE2b-256 68a41522b32ee5b215d4f5179cbccb65e871699a8e707c4eba13605e210b83e1

See more details on using hashes here.

Provenance

The following attestation bundles were made for polyline_rs-1.4.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.4.0-pp311-pypy311_pp73-win_amd64.whl.

File metadata

File hashes

Hashes for polyline_rs-1.4.0-pp311-pypy311_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 219ab2d3f8fbc6973da31cc6f4be751d16354b6e538ccdf0627ddbbc62961fb8
MD5 bbaca8d4a25d64fd26d7e01e4c90f867
BLAKE2b-256 ab00b481dc87d68f12d2a57685657c38a200c34ba3f245fc79603910bc180e9c

See more details on using hashes here.

Provenance

The following attestation bundles were made for polyline_rs-1.4.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.4.0-pp311-pypy311_pp73-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for polyline_rs-1.4.0-pp311-pypy311_pp73-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 e1c710e8635a3ebf5e8da221b286a05f66bc5a4f6fba7c6f8fe3659dcd049e87
MD5 648525c2863eca420e3ca0432f4e3e6f
BLAKE2b-256 3349b10ec7552aafd10cece1ad1f9ddd753601d201df151242cceb7ffca335ba

See more details on using hashes here.

Provenance

The following attestation bundles were made for polyline_rs-1.4.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.4.0-pp311-pypy311_pp73-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for polyline_rs-1.4.0-pp311-pypy311_pp73-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 a3e6f48712ff0444e220ef6a0867b14e50055e773178f37c37b3f15cdc77ac30
MD5 f04262481b557a4be9db1aa8a34d97e4
BLAKE2b-256 cd1ac35511171621276685c3b5231f871a52d614e05d0772bf4aa2970b2335b7

See more details on using hashes here.

Provenance

The following attestation bundles were made for polyline_rs-1.4.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.4.0-pp311-pypy311_pp73-macosx_11_0_x86_64.whl.

File metadata

File hashes

Hashes for polyline_rs-1.4.0-pp311-pypy311_pp73-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 ffc9c0a5881c6dd3cace58b95dd78e6788840fa7c776d1d085f749366b38e67e
MD5 cad3a36d6fcec13796f3a320a28fe562
BLAKE2b-256 52fb00f6fe89c1ca78e4827c34169d39d865b7f0e98991cbfd62ac2a725b1d3c

See more details on using hashes here.

Provenance

The following attestation bundles were made for polyline_rs-1.4.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.4.0-pp311-pypy311_pp73-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for polyline_rs-1.4.0-pp311-pypy311_pp73-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 7f19ce79a847ca9b59446ce913c92177c7f3d88910a2d1baaaf9c3aa67124237
MD5 ae4c735c20e23971a1ed37b8554281b9
BLAKE2b-256 e2349d21b30f9815f2dde0170b0f4b40248e53d85f4874653f32151d93509ff1

See more details on using hashes here.

Provenance

The following attestation bundles were made for polyline_rs-1.4.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.4.0-cp314-cp314t-win_amd64.whl.

File metadata

File hashes

Hashes for polyline_rs-1.4.0-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 18451f5872cbc60a40f5dc40dadc03a207e2c57ac2c8930b7bfe4345ce2f1653
MD5 294e9ce8a59393ba2c3ab2dc71fb083c
BLAKE2b-256 defa94dc634be141b8770d07d39709a85583a5bc996dfd6f736ef5fa5077976a

See more details on using hashes here.

Provenance

The following attestation bundles were made for polyline_rs-1.4.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.4.0-cp314-cp314t-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for polyline_rs-1.4.0-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 029cdf8605ea6d4c03a1735df4d07ecb718c3d2c7842d09e5b15eec8deabedff
MD5 a22a32330b3da21b89b5a3530e16fc32
BLAKE2b-256 e1968332aec621c44a5566d30e4ec6ad9351b2a7e9227fe2f9633846ba1a878a

See more details on using hashes here.

Provenance

The following attestation bundles were made for polyline_rs-1.4.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.4.0-cp314-cp314t-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for polyline_rs-1.4.0-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 f849681c71ba910323f2e4237198802d24905d04dd467c6aa9e7a9b4f5921c99
MD5 99dadfc66b05b9f1e221ebb78b25c5a2
BLAKE2b-256 c0e28a868fab31379ab0fdaabfd92efdf81da9b50d22252192d35ffcd632a015

See more details on using hashes here.

Provenance

The following attestation bundles were made for polyline_rs-1.4.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.4.0-cp314-cp314t-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for polyline_rs-1.4.0-cp314-cp314t-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 4575dc2fc2f0547910c163432790bbe61ec0792e1945d529c8cfde3dbb846c69
MD5 084e54903c40a33c001ab3ad41710eb6
BLAKE2b-256 6faf3a2336ccaab0bae2c3bb43d27a5e54ebfafbfe849dab2eb5f7c6502d267a

See more details on using hashes here.

Provenance

The following attestation bundles were made for polyline_rs-1.4.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.4.0-cp314-cp314t-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for polyline_rs-1.4.0-cp314-cp314t-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 97cb3e2c6c4e0077af89a95b168a38fd76626e8db39ae4a68847f6690311830e
MD5 e5e4a29263522b2dd6e10aa4b152d93b
BLAKE2b-256 9f26c29c5ff4902937921290079f0e0259d1e31c0a4840070200a882970bf4d8

See more details on using hashes here.

Provenance

The following attestation bundles were made for polyline_rs-1.4.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.4.0-cp314-cp314t-macosx_11_0_x86_64.whl.

File metadata

File hashes

Hashes for polyline_rs-1.4.0-cp314-cp314t-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 cb51e6c1d3a9d2185d10a12bb81704a486502d12b31240ce025a050ac9484c5b
MD5 5de977e9f278042863801f4df846e944
BLAKE2b-256 47ed1999032697a22ff437a660f7a4298104b56349204dcc79117f008d987969

See more details on using hashes here.

Provenance

The following attestation bundles were made for polyline_rs-1.4.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.4.0-cp314-cp314t-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for polyline_rs-1.4.0-cp314-cp314t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 91a10a18544c1488cc0a934c85de6f9b512bc07e7c0cf57444ae1ea6299a5794
MD5 81078e8e75cf0cd5bf03268a915708dd
BLAKE2b-256 c542315699135dab2e2a06464616008cd515f6e4f0061e48119536036d8c9f63

See more details on using hashes here.

Provenance

The following attestation bundles were made for polyline_rs-1.4.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.4.0-cp314-cp314-win_amd64.whl.

File metadata

  • Download URL: polyline_rs-1.4.0-cp314-cp314-win_amd64.whl
  • Upload date:
  • Size: 101.3 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.4.0-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 a40f59ab45a4fddbf74b40ef2daefc1eae8de4ab9ecbbddf49ddb91f9357b57c
MD5 f8f89e3185208b57be9e679b4a394c08
BLAKE2b-256 faf593ddd131e24d1e71c09ff24b02eaff55dd24b659e363364e152f786ad249

See more details on using hashes here.

Provenance

The following attestation bundles were made for polyline_rs-1.4.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.4.0-cp314-cp314-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for polyline_rs-1.4.0-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 2b5166a69d179ca4d3a4f1f3177d4415c31d953ca684b4f96ef083a634e360f6
MD5 29abfd181cb3e609421dbdb4b6069833
BLAKE2b-256 f32189fabd46c863615dbb081cb1b37f013bd3c299d62b19b4c1da65583ae01f

See more details on using hashes here.

Provenance

The following attestation bundles were made for polyline_rs-1.4.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.4.0-cp314-cp314-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for polyline_rs-1.4.0-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 81183e8a1f1fb2f60a12ff09994f851e960cf8722cb427da08d69a6a014e3b9f
MD5 99bc4874b7fee23aafdb55e233b209ea
BLAKE2b-256 11b1ce9823c45bf2ddc131f68b46879471e1c20897c1b2ab1d9d058a03641a90

See more details on using hashes here.

Provenance

The following attestation bundles were made for polyline_rs-1.4.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.4.0-cp314-cp314-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for polyline_rs-1.4.0-cp314-cp314-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 3fb73f5153bdf9d19bdda2b645efc24bb53b45e6a1df6f37a4b410679709f8d9
MD5 4fa510e49a56c10bf7a76b4845d7bc0d
BLAKE2b-256 b9b8487600547bff2742dd550959fb67829f53674a9c2613c440e09ff40c1b8a

See more details on using hashes here.

Provenance

The following attestation bundles were made for polyline_rs-1.4.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.4.0-cp314-cp314-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for polyline_rs-1.4.0-cp314-cp314-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 2e93a59ce88ef0a2aa89d755c54d384788305e7fcba6e670a11a8ac098710fa0
MD5 98486c5ad9898fa91b5431fbbef226f6
BLAKE2b-256 3aa57847eba2f3c02a5dee7d87533eaeaddd45975866877796f7656b758de0fa

See more details on using hashes here.

Provenance

The following attestation bundles were made for polyline_rs-1.4.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.4.0-cp314-cp314-macosx_11_0_x86_64.whl.

File metadata

File hashes

Hashes for polyline_rs-1.4.0-cp314-cp314-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 1f3fbf4b70e9ee0e73ea32a3495afa9a8eb09a85d857a2183be70f22f28b2851
MD5 463a8fba9b7a5009dc7c64a62aec5d89
BLAKE2b-256 a519b29ec4d461b972aaa7d6266b1ab553ba900561ed6e4017541cba9977ab9a

See more details on using hashes here.

Provenance

The following attestation bundles were made for polyline_rs-1.4.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.4.0-cp314-cp314-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for polyline_rs-1.4.0-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 dc73858d96522d472c9e3abd942d06b94bebb353b359d5bcf2d9fff352c759c7
MD5 cfd413a192e3618289d917af171e6b5a
BLAKE2b-256 7f3efbe547d0a29e2d87593ce9681020f44e534efa1aebcfa96ee37604b6a1fa

See more details on using hashes here.

Provenance

The following attestation bundles were made for polyline_rs-1.4.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.4.0-cp313-cp313t-win_amd64.whl.

File metadata

File hashes

Hashes for polyline_rs-1.4.0-cp313-cp313t-win_amd64.whl
Algorithm Hash digest
SHA256 8eff376bb263f668a903d61737c8f5c14717c5ac22ac9f91d2c20319cb3d321d
MD5 3227ec4fdf981b2d5408d9414e00910e
BLAKE2b-256 0a5913e2ecb54bdc6f66432154925392ca4e6aef736b58a0b7f5f7a9ca37988f

See more details on using hashes here.

Provenance

The following attestation bundles were made for polyline_rs-1.4.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.4.0-cp313-cp313t-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for polyline_rs-1.4.0-cp313-cp313t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 324f993e1731b71ae4516d0d7d60a66fa73e5f23a32bcd5056fd7d1047c4e236
MD5 3c06196ef9969a4dd833540be297ad28
BLAKE2b-256 979b169a9faa96fd4639a6338ac12875fce7a0c7a60fc1a62c12f7deebac6351

See more details on using hashes here.

Provenance

The following attestation bundles were made for polyline_rs-1.4.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.4.0-cp313-cp313t-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for polyline_rs-1.4.0-cp313-cp313t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 c9d7d884ac402ef93b508374eda2bf0be6e17e07d5e98a168d5f0db546b1bb69
MD5 35a54f64c28a6c2971df0f9878e135a7
BLAKE2b-256 adb4798be386ef6a5b01f9107425c9430283fe8298991b35cd4c1609c16e763e

See more details on using hashes here.

Provenance

The following attestation bundles were made for polyline_rs-1.4.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.4.0-cp313-cp313t-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for polyline_rs-1.4.0-cp313-cp313t-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 752ab84e1b98edcc723cb7076a1c5dfa3b331db4f49115f7f4e6b4c448289c2e
MD5 eeeb8b1b295d92c477cc2212c5649d9a
BLAKE2b-256 d7a44e45d9d3b46213ea3e0722bc1343f6a06bc3bb3fb3c977e946bdf0f67fbd

See more details on using hashes here.

Provenance

The following attestation bundles were made for polyline_rs-1.4.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.4.0-cp313-cp313t-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for polyline_rs-1.4.0-cp313-cp313t-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 42eee7782fa3a70ca185e3775c287855d3c833bffd93b9f00ad646753e77027c
MD5 2ea6e92449e251551bf5b56f28d7b50b
BLAKE2b-256 c971bc63ae3240220cd1a5880bf3853991bcedae22921370eb7f51770f481371

See more details on using hashes here.

Provenance

The following attestation bundles were made for polyline_rs-1.4.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.4.0-cp313-cp313t-macosx_11_0_x86_64.whl.

File metadata

File hashes

Hashes for polyline_rs-1.4.0-cp313-cp313t-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 09cecf07fffbc7dcc2f4378e1182198e24b4131c20d528ccd2a84dd107840202
MD5 32250cd09170b5aa1369cc120f6bdfdb
BLAKE2b-256 adb01a9ed720a66934fbd952bfb5fbbb81d4f29315e6ca37721650615ec2e789

See more details on using hashes here.

Provenance

The following attestation bundles were made for polyline_rs-1.4.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.4.0-cp313-cp313t-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for polyline_rs-1.4.0-cp313-cp313t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 b1c848bbd9d415e900e0e6b6c816125b9388d728f323906210b68a202642b148
MD5 6008d600c3b158ebe7e87dab86af57e8
BLAKE2b-256 6015ec7ffaa754a063960e3b6c48b0cec908122ff66127c4d4dd4958ee33bc1b

See more details on using hashes here.

Provenance

The following attestation bundles were made for polyline_rs-1.4.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.4.0-cp313-cp313-win_amd64.whl.

File metadata

  • Download URL: polyline_rs-1.4.0-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 101.4 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.4.0-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 29966c9609916e54783fd5144110e738ccdb26db07ed3d445836e1f0ee75de50
MD5 cdad522d53c264a2fbab399ff31ca65f
BLAKE2b-256 dbc4386a954cd1acb080b426f5fc7b35ee21ae8f85ea96b60b7308a3f200e4fc

See more details on using hashes here.

Provenance

The following attestation bundles were made for polyline_rs-1.4.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.4.0-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for polyline_rs-1.4.0-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 6390227e05729b42daee1cfde69b20530282e1bb4a9e124f3f9a84d51f6b4c8c
MD5 b45333473d66d3fd8814890855722084
BLAKE2b-256 3cb2e5c6f038d426a75bc3954f259dd5e339775237f2cbac5ea65db4d9d6ffed

See more details on using hashes here.

Provenance

The following attestation bundles were made for polyline_rs-1.4.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.4.0-cp313-cp313-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for polyline_rs-1.4.0-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 e18a65fa6017201b07425b982ae68e7dbc71ccc59db086fafa5c94203f89e1d0
MD5 d1d927f1bca0bb275a1975ace715fe5e
BLAKE2b-256 e40331efed0dbf4c72e61154ec9116cfc975d2a17f209eaa67ffaeafe6243a53

See more details on using hashes here.

Provenance

The following attestation bundles were made for polyline_rs-1.4.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.4.0-cp313-cp313-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for polyline_rs-1.4.0-cp313-cp313-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 49d9e04a4ec3cf631babf6801da3954c03eacc83b826da39ca4abc016f626a7a
MD5 e8933a4dcf33b8209ee53c16bade4f55
BLAKE2b-256 3aae2cc8c71fa22ac513f0311043ed63224f8986b2676dd133aa93dbdd28c7ad

See more details on using hashes here.

Provenance

The following attestation bundles were made for polyline_rs-1.4.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.4.0-cp313-cp313-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for polyline_rs-1.4.0-cp313-cp313-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 f689cd94d8e2f57fda5bf978798ce839e646c319ffd83dccd48d77fdc6382043
MD5 0bb75e794e945d33876c7f59368fe492
BLAKE2b-256 43575a072df719a61b188a1b7496df4496bf0c1a08e4758e765c9f87c204007a

See more details on using hashes here.

Provenance

The following attestation bundles were made for polyline_rs-1.4.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.4.0-cp313-cp313-macosx_11_0_x86_64.whl.

File metadata

File hashes

Hashes for polyline_rs-1.4.0-cp313-cp313-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 58d17b1691ee051d34b62e02c7b6e78344834f4cee6ed7506433f52379e616d0
MD5 ee456c6aa735fad6a4fc7c1ac522c4de
BLAKE2b-256 0153e83def3c14980f5c51edf422530e12b1c04e20a8309a067e84d0179160a6

See more details on using hashes here.

Provenance

The following attestation bundles were made for polyline_rs-1.4.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.4.0-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for polyline_rs-1.4.0-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 0129470213ded5c893dba9cca4953496213cbd7f894bb52b9327fa91b31a7e78
MD5 0c3145a699bf83413f4ab63bca2bd522
BLAKE2b-256 1c038d36e4e6962dd79fb610c5deabe90a5ae20c529a3eaf55cd5d161bebf3c1

See more details on using hashes here.

Provenance

The following attestation bundles were made for polyline_rs-1.4.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.4.0-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: polyline_rs-1.4.0-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 101.2 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.4.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 c7a2b9bfbb5dc15b5b97877b6f78c9b38043e6b0ec49c83a755746340eb282e1
MD5 129464624263d98b4d671bb63f2c7929
BLAKE2b-256 c22eee264a4bf339f0034839859fcd11273a156ce87cd5d725cf306631bb1f86

See more details on using hashes here.

Provenance

The following attestation bundles were made for polyline_rs-1.4.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.4.0-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for polyline_rs-1.4.0-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 4ffbe820dbd2412d8b9609a79c2f12c081cb34c318da6064217d7e55e9770179
MD5 a239890fefe0b9ad10d078b80bd7233a
BLAKE2b-256 5927ebcfe3d52de5e3f79e0ef53413c10943a0b4d14058d13b89800485095706

See more details on using hashes here.

Provenance

The following attestation bundles were made for polyline_rs-1.4.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.4.0-cp312-cp312-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for polyline_rs-1.4.0-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 bb172aadbb2871cf519ea40d2f9610d47ebf913558aed722a3b9c77d77a7df33
MD5 cd7eaf3b01e861c5aa48174150af3566
BLAKE2b-256 9c6f12abdeb37b70763884cee6015e216ec2b5ab772043c4591a4d09e88e9643

See more details on using hashes here.

Provenance

The following attestation bundles were made for polyline_rs-1.4.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.4.0-cp312-cp312-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for polyline_rs-1.4.0-cp312-cp312-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 5592e56c05548e2d0d4ce4f63256fad5941fdb5efbba0268f93ac915a72710fe
MD5 eb63a51820cf190825fc297e0208df0c
BLAKE2b-256 f1e274e1c8f825e4ac30e98a7a015a70446b469ac00713014e41abdb66b68e74

See more details on using hashes here.

Provenance

The following attestation bundles were made for polyline_rs-1.4.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.4.0-cp312-cp312-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for polyline_rs-1.4.0-cp312-cp312-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 48722dd24756d83e65571e5e4791964fe00ee693d0ba49f7951bba70261efd52
MD5 a23ea2a6780d136095904b5dcc0431d3
BLAKE2b-256 112c9bf2888cb9649dfaa520857489a76094803448ea04cc094f4f225713ed98

See more details on using hashes here.

Provenance

The following attestation bundles were made for polyline_rs-1.4.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.4.0-cp312-cp312-macosx_11_0_x86_64.whl.

File metadata

File hashes

Hashes for polyline_rs-1.4.0-cp312-cp312-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 b063f9ea6a2f442b6787b8a4bdfbb3ba507189d8df8762eb2622a03a432c67b7
MD5 96a6eb375e8c2532b14fa898e035e3ef
BLAKE2b-256 4c742030523e16e9bec058c5d95278a3585fe82af2b7ddeb0ef6942293f6805a

See more details on using hashes here.

Provenance

The following attestation bundles were made for polyline_rs-1.4.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.4.0-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for polyline_rs-1.4.0-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 bf321bb5d49c043680229bcf7601ae5f1bacb890a7d5f52c6d06f93a792f9a23
MD5 0ba1ca4043eee7d1122f087f03db1060
BLAKE2b-256 9cbd913c27907aadef63c6963d8b28cf55e134066e120856852551fd0067c1cb

See more details on using hashes here.

Provenance

The following attestation bundles were made for polyline_rs-1.4.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.4.0-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: polyline_rs-1.4.0-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 102.9 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.4.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 8641c16a1a537dc05351d591647045010318dac61c1c1ff4941527e4ea88f824
MD5 17bbc88d40a1ccabd5dc0d58b26b4630
BLAKE2b-256 852f1d101b31797a4a5e1fcb86b9efe968c853ff994169e538f9c2b93d790202

See more details on using hashes here.

Provenance

The following attestation bundles were made for polyline_rs-1.4.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.4.0-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for polyline_rs-1.4.0-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 1683dbbc61df01b1d4543b359b1026b24a2948c2277e59cbb6f957c609b903fa
MD5 3e8623d06dc0db6653ba946eb6b4471d
BLAKE2b-256 1990aafe63b37fa0e891bd19f5346ae265723e6cdf248a8314571f7810bd4f73

See more details on using hashes here.

Provenance

The following attestation bundles were made for polyline_rs-1.4.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.4.0-cp311-cp311-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for polyline_rs-1.4.0-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 eda91eaf3b0aeabc8ece552c8756c242ecdea343e97893ef5a41963fc8c401ac
MD5 0df52bfdebe8e97b449d71eae89efb72
BLAKE2b-256 0c2399bb8e336b2108be74d4f949c553fdfd969b802453d10820a32ebe260bef

See more details on using hashes here.

Provenance

The following attestation bundles were made for polyline_rs-1.4.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.4.0-cp311-cp311-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for polyline_rs-1.4.0-cp311-cp311-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 670478ac2d2578062c13231a4a3def80878c71759a4730044393fa47e1428cf8
MD5 b95ad38c74ccdd326ac69e6e8d2ea204
BLAKE2b-256 ace62e2db85fceba88308fdfaeb70953723ee58fb41f495c2e78d2ff6cd8127b

See more details on using hashes here.

Provenance

The following attestation bundles were made for polyline_rs-1.4.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.4.0-cp311-cp311-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for polyline_rs-1.4.0-cp311-cp311-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 c8f1ca864620e4ba6315ae7d0f449d7687de185759c6f28098f6b74c20208814
MD5 de077e5322eb0a0522115021ecfea5d1
BLAKE2b-256 229c4a680c25154850a86f1dc62efb69a3f885cc012ca20805f25295caa5210b

See more details on using hashes here.

Provenance

The following attestation bundles were made for polyline_rs-1.4.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.4.0-cp311-cp311-macosx_11_0_x86_64.whl.

File metadata

File hashes

Hashes for polyline_rs-1.4.0-cp311-cp311-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 037dbf48d3dd3d81b741498b130e2ddb98586c6b82dfd077298151be16f6e35f
MD5 c53853dce0614c170f24a676f266778e
BLAKE2b-256 767d77efb5b13dbc90f9a960f31f234a52cb850ab21cfcb7c56c9c54ed400c56

See more details on using hashes here.

Provenance

The following attestation bundles were made for polyline_rs-1.4.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.4.0-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for polyline_rs-1.4.0-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 9fb3d041bb6a021916157d6245e00cdd631f3a9a3a4ebbac05bd3e9adaed57e5
MD5 dd59ba51bfb4be374be5e04abdc87d48
BLAKE2b-256 43116df8197c33a22bf781dc4e09db47501d9cc554b574421688e7d7e43ecd59

See more details on using hashes here.

Provenance

The following attestation bundles were made for polyline_rs-1.4.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.4.0-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: polyline_rs-1.4.0-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 103.1 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.4.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 1eb2266801fb9d630ae9c4d538e69bd95fc1906b632430f350e13c58effb6984
MD5 271825d5bae87faf39e8b226622aa33c
BLAKE2b-256 937f8a188d4ac241e0648c3a0b9317161de9fccd4fafc69645850eba5659dcd7

See more details on using hashes here.

Provenance

The following attestation bundles were made for polyline_rs-1.4.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.4.0-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for polyline_rs-1.4.0-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 7ac7b798d41bf35fe9d734e3b73d42fd0a054f33a4a4da17c0834f5ac5a8e42f
MD5 bbaa2b65af16d38f4045175cd37ac7dc
BLAKE2b-256 16bfc946e70c823f2caf16bf5437652dd69f75a88f4461654ba061fadd29e91d

See more details on using hashes here.

Provenance

The following attestation bundles were made for polyline_rs-1.4.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.4.0-cp310-cp310-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for polyline_rs-1.4.0-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 facf466069c3c64f5e88472e9049daad900f660c859bb69f3eded370c3f706fd
MD5 d3ce3484b4ca2307e3e9ab6301e9154b
BLAKE2b-256 2481d14caa449f9b191c2c294e389fce28e1d576a5487d0b10bcadc64f8b5a07

See more details on using hashes here.

Provenance

The following attestation bundles were made for polyline_rs-1.4.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.4.0-cp310-cp310-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for polyline_rs-1.4.0-cp310-cp310-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 74ae0394f8dc8ec79d8bbc7899f61203b6c2293927a97c7e3bf649591e65044f
MD5 3212b83733a3b8231f36d3ab8b17026b
BLAKE2b-256 425b0793c9f5f66b02643f99e291f4e9aef8a92e654747dd67f21c2b24fbf8ef

See more details on using hashes here.

Provenance

The following attestation bundles were made for polyline_rs-1.4.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.4.0-cp310-cp310-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for polyline_rs-1.4.0-cp310-cp310-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 febdc2e1c020ec3e6638b79a33e113407551a0f7242df00b5a1a8963cd0ef0b7
MD5 e1fb1a22a820e75ab61ca980095e5898
BLAKE2b-256 989fe2a6b5c030e99d73ddae77bb87399791d20e54be16a58277acc9d51e8ac0

See more details on using hashes here.

Provenance

The following attestation bundles were made for polyline_rs-1.4.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.4.0-cp310-cp310-macosx_11_0_x86_64.whl.

File metadata

File hashes

Hashes for polyline_rs-1.4.0-cp310-cp310-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 4dbe8629087b81f431d87be7912a95ab98979a8f169909135389e03ce63a06e4
MD5 e7681f05e33dab6b7f619f394f3d2aa3
BLAKE2b-256 6f98d08865602d1896b4693e55f99b6c250c88560dcf3eaf23b85fdefc9d3ed2

See more details on using hashes here.

Provenance

The following attestation bundles were made for polyline_rs-1.4.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.4.0-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for polyline_rs-1.4.0-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 165511c5bae7e7364d722e8adc8fe90e12b7fdc77ed3052417d20eeb382fe20d
MD5 883c87e9a25071823403aafe19f9d4db
BLAKE2b-256 cf2e8025d3d889f1f771b817a76fc1278bcb99747f4e13ed250210b08b65a0b4

See more details on using hashes here.

Provenance

The following attestation bundles were made for polyline_rs-1.4.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.4.0-cp39-cp39-win_amd64.whl.

File metadata

  • Download URL: polyline_rs-1.4.0-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 103.4 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.4.0-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 cbc1378da4e56f0b480c74cfe0fb228467ca3dbfad93abb64138442034ae0631
MD5 6bef40da251a059536ac08f3c6c41329
BLAKE2b-256 0772649d80d1c25328b8dcddeee97061c368c48f537590a80d2b19cd36d348db

See more details on using hashes here.

Provenance

The following attestation bundles were made for polyline_rs-1.4.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.4.0-cp39-cp39-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for polyline_rs-1.4.0-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 5f589e70036a510b0555d85b805c7df77cc14651ab6bc2f1a6142fe9a67f9835
MD5 722b02fe29027527390535b098871e3b
BLAKE2b-256 77ea641f6b33d88ea9dec35a9c5ecf7f559b6b009155f4d9264a1b230f10fe29

See more details on using hashes here.

Provenance

The following attestation bundles were made for polyline_rs-1.4.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.4.0-cp39-cp39-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for polyline_rs-1.4.0-cp39-cp39-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 453bbd09de3d95657b8c7b0a08086f955fa1327aaefdb6e9c5f6c7c3eb05a99d
MD5 c25ccd156f1496c6fdfdccd1096f8842
BLAKE2b-256 48bfd4390884aca50f660c62bc1be8c83ef9f385522298a8dd0b839d6494daf1

See more details on using hashes here.

Provenance

The following attestation bundles were made for polyline_rs-1.4.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.4.0-cp39-cp39-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for polyline_rs-1.4.0-cp39-cp39-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 9c51d3c29e514ab0d2f9c91b9f2038ac7890b740fee6c6eea7de68001cdd787c
MD5 d328db37bf9bced3ececd54ed16cc0be
BLAKE2b-256 acb7187c89bfa0c456fb39bc93c20fac60335b68a67637a9dec1808224930920

See more details on using hashes here.

Provenance

The following attestation bundles were made for polyline_rs-1.4.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.4.0-cp39-cp39-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for polyline_rs-1.4.0-cp39-cp39-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 b8a099656eb1fbde661811dc19e3523a31c89355cedc97770bf0d2d50f50f182
MD5 fd01d9a22655a54b12c31fa4d8067672
BLAKE2b-256 809c2e921651080ed14508890726e0a7ba0cee86e080d288f04e31c312d4de2e

See more details on using hashes here.

Provenance

The following attestation bundles were made for polyline_rs-1.4.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.4.0-cp39-cp39-macosx_11_0_x86_64.whl.

File metadata

File hashes

Hashes for polyline_rs-1.4.0-cp39-cp39-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 25a94f91689ba7e07429e33137c5cffcb7c592a77af12d0340744a4b6046d489
MD5 a1da7696421a5e5809b82e26abea2494
BLAKE2b-256 fadf07fec948c80fe57980107c12821eaea3fb26ffef63713ad0dd24b05a540d

See more details on using hashes here.

Provenance

The following attestation bundles were made for polyline_rs-1.4.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.4.0-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for polyline_rs-1.4.0-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 a1fc18f5dfd2d3913f28067f3a9a42508a28507155b611988247bbb9d240b2a7
MD5 e3c17069225c23455deae15fe4f1c463
BLAKE2b-256 e9b66ebddc0e611228904f0eaa7311df1338137600a40602402c01fc1c63c255

See more details on using hashes here.

Provenance

The following attestation bundles were made for polyline_rs-1.4.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