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.3.0.tar.gz (5.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.3.0-pp311-pypy311_pp73-win_amd64.whl (101.2 kB view details)

Uploaded PyPyWindows x86-64

polyline_rs-1.3.0-pp311-pypy311_pp73-manylinux_2_28_x86_64.whl (208.1 kB view details)

Uploaded PyPymanylinux: glibc 2.28+ x86-64

polyline_rs-1.3.0-pp311-pypy311_pp73-manylinux_2_28_aarch64.whl (204.9 kB view details)

Uploaded PyPymanylinux: glibc 2.28+ ARM64

polyline_rs-1.3.0-pp311-pypy311_pp73-macosx_11_0_x86_64.whl (198.7 kB view details)

Uploaded PyPymacOS 11.0+ x86-64

polyline_rs-1.3.0-pp311-pypy311_pp73-macosx_11_0_arm64.whl (188.3 kB view details)

Uploaded PyPymacOS 11.0+ ARM64

polyline_rs-1.3.0-cp314-cp314t-musllinux_1_2_x86_64.whl (284.1 kB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ x86-64

polyline_rs-1.3.0-cp314-cp314t-musllinux_1_2_aarch64.whl (265.5 kB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

polyline_rs-1.3.0-cp314-cp314t-manylinux_2_28_x86_64.whl (203.8 kB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.28+ x86-64

polyline_rs-1.3.0-cp314-cp314t-manylinux_2_28_aarch64.whl (200.1 kB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.28+ ARM64

polyline_rs-1.3.0-cp314-cp314t-macosx_11_0_x86_64.whl (194.1 kB view details)

Uploaded CPython 3.14tmacOS 11.0+ x86-64

polyline_rs-1.3.0-cp314-cp314t-macosx_11_0_arm64.whl (184.7 kB view details)

Uploaded CPython 3.14tmacOS 11.0+ ARM64

polyline_rs-1.3.0-cp314-cp314-musllinux_1_2_x86_64.whl (285.5 kB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ x86-64

polyline_rs-1.3.0-cp314-cp314-musllinux_1_2_aarch64.whl (266.6 kB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

polyline_rs-1.3.0-cp314-cp314-manylinux_2_28_x86_64.whl (205.0 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.28+ x86-64

polyline_rs-1.3.0-cp314-cp314-manylinux_2_28_aarch64.whl (201.4 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.28+ ARM64

polyline_rs-1.3.0-cp314-cp314-macosx_11_0_x86_64.whl (196.1 kB view details)

Uploaded CPython 3.14macOS 11.0+ x86-64

polyline_rs-1.3.0-cp314-cp314-macosx_11_0_arm64.whl (186.8 kB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

polyline_rs-1.3.0-cp313-cp313t-win_amd64.whl (96.0 kB view details)

Uploaded CPython 3.13tWindows x86-64

polyline_rs-1.3.0-cp313-cp313t-musllinux_1_2_x86_64.whl (284.4 kB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ x86-64

polyline_rs-1.3.0-cp313-cp313t-musllinux_1_2_aarch64.whl (265.7 kB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ ARM64

polyline_rs-1.3.0-cp313-cp313t-manylinux_2_28_x86_64.whl (204.0 kB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.28+ x86-64

polyline_rs-1.3.0-cp313-cp313t-manylinux_2_28_aarch64.whl (200.3 kB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.28+ ARM64

polyline_rs-1.3.0-cp313-cp313t-macosx_11_0_x86_64.whl (194.3 kB view details)

Uploaded CPython 3.13tmacOS 11.0+ x86-64

polyline_rs-1.3.0-cp313-cp313t-macosx_11_0_arm64.whl (185.0 kB view details)

Uploaded CPython 3.13tmacOS 11.0+ ARM64

polyline_rs-1.3.0-cp313-cp313-win_amd64.whl (97.7 kB view details)

Uploaded CPython 3.13Windows x86-64

polyline_rs-1.3.0-cp313-cp313-musllinux_1_2_x86_64.whl (285.9 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

polyline_rs-1.3.0-cp313-cp313-musllinux_1_2_aarch64.whl (266.9 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

polyline_rs-1.3.0-cp313-cp313-manylinux_2_28_x86_64.whl (205.3 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.28+ x86-64

polyline_rs-1.3.0-cp313-cp313-manylinux_2_28_aarch64.whl (201.8 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.28+ ARM64

polyline_rs-1.3.0-cp313-cp313-macosx_11_0_x86_64.whl (196.6 kB view details)

Uploaded CPython 3.13macOS 11.0+ x86-64

polyline_rs-1.3.0-cp313-cp313-macosx_11_0_arm64.whl (187.2 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

polyline_rs-1.3.0-cp312-cp312-win_amd64.whl (97.7 kB view details)

Uploaded CPython 3.12Windows x86-64

polyline_rs-1.3.0-cp312-cp312-musllinux_1_2_x86_64.whl (285.7 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

polyline_rs-1.3.0-cp312-cp312-musllinux_1_2_aarch64.whl (266.8 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

polyline_rs-1.3.0-cp312-cp312-manylinux_2_28_x86_64.whl (205.3 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.28+ x86-64

polyline_rs-1.3.0-cp312-cp312-manylinux_2_28_aarch64.whl (201.7 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.28+ ARM64

polyline_rs-1.3.0-cp312-cp312-macosx_11_0_x86_64.whl (196.5 kB view details)

Uploaded CPython 3.12macOS 11.0+ x86-64

polyline_rs-1.3.0-cp312-cp312-macosx_11_0_arm64.whl (187.1 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

polyline_rs-1.3.0-cp311-cp311-win_amd64.whl (100.4 kB view details)

Uploaded CPython 3.11Windows x86-64

polyline_rs-1.3.0-cp311-cp311-musllinux_1_2_x86_64.whl (288.0 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

polyline_rs-1.3.0-cp311-cp311-musllinux_1_2_aarch64.whl (269.4 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

polyline_rs-1.3.0-cp311-cp311-manylinux_2_28_x86_64.whl (207.5 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.28+ x86-64

polyline_rs-1.3.0-cp311-cp311-manylinux_2_28_aarch64.whl (204.0 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.28+ ARM64

polyline_rs-1.3.0-cp311-cp311-macosx_11_0_x86_64.whl (197.9 kB view details)

Uploaded CPython 3.11macOS 11.0+ x86-64

polyline_rs-1.3.0-cp311-cp311-macosx_11_0_arm64.whl (187.7 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

polyline_rs-1.3.0-cp310-cp310-win_amd64.whl (100.7 kB view details)

Uploaded CPython 3.10Windows x86-64

polyline_rs-1.3.0-cp310-cp310-musllinux_1_2_x86_64.whl (288.2 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

polyline_rs-1.3.0-cp310-cp310-musllinux_1_2_aarch64.whl (269.7 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

polyline_rs-1.3.0-cp310-cp310-manylinux_2_28_x86_64.whl (207.6 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.28+ x86-64

polyline_rs-1.3.0-cp310-cp310-manylinux_2_28_aarch64.whl (204.3 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.28+ ARM64

polyline_rs-1.3.0-cp310-cp310-macosx_11_0_x86_64.whl (198.0 kB view details)

Uploaded CPython 3.10macOS 11.0+ x86-64

polyline_rs-1.3.0-cp310-cp310-macosx_11_0_arm64.whl (187.9 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

polyline_rs-1.3.0-cp39-cp39-win_amd64.whl (101.1 kB view details)

Uploaded CPython 3.9Windows x86-64

polyline_rs-1.3.0-cp39-cp39-musllinux_1_2_x86_64.whl (288.6 kB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ x86-64

polyline_rs-1.3.0-cp39-cp39-musllinux_1_2_aarch64.whl (270.2 kB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ ARM64

polyline_rs-1.3.0-cp39-cp39-manylinux_2_28_x86_64.whl (208.1 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.28+ x86-64

polyline_rs-1.3.0-cp39-cp39-manylinux_2_28_aarch64.whl (204.8 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.28+ ARM64

polyline_rs-1.3.0-cp39-cp39-macosx_11_0_x86_64.whl (198.5 kB view details)

Uploaded CPython 3.9macOS 11.0+ x86-64

polyline_rs-1.3.0-cp39-cp39-macosx_11_0_arm64.whl (188.3 kB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

File details

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

File metadata

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

File hashes

Hashes for polyline_rs-1.3.0.tar.gz
Algorithm Hash digest
SHA256 f0444b0d79eb76221e1626ca6412faf7d153bf1074f1351fdcfb59b7d0191ad2
MD5 2370dd6c24a5d3ee515181bd1d7c6dc5
BLAKE2b-256 860cb2abed933e605a02d36456e84e316aae903bc2c12a0bce9d2e885e7d069d

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for polyline_rs-1.3.0-pp311-pypy311_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 3006c5534266d3494ae3b0683e385172e7e403c3c3db1e58d4ced3f25f6bc81d
MD5 5b9fbce52d6d6e21e13437027dace859
BLAKE2b-256 e3b03259a02a45f5ac1aa2e650cfdbf3ed614c2caddce0d9df650261325289aa

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for polyline_rs-1.3.0-pp311-pypy311_pp73-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 b5e7480faacfcb91d6c607e277529906a6647cc000bd37fb7dfcbd837ec5ec9a
MD5 ac96849e95117db38fa63e24786d43b8
BLAKE2b-256 cc828e0324a66fd6b356f9c1d9a9bee83e4e5025e4dd333fc3ec1c0b4401321e

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for polyline_rs-1.3.0-pp311-pypy311_pp73-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 56e832298e81188f4b1b26f06e1ed538cee3ee9fc92d7c96358139b921b03857
MD5 7401180ff398bd7298b9fa3000444250
BLAKE2b-256 6c62307f84f782948a7f0db4ca6bcd208eabd4dcbfed4b7f37ff6fb349692da2

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for polyline_rs-1.3.0-pp311-pypy311_pp73-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 9ff811f4a1e9699b77968ffe1f6a6f79e46f9a687826c18235c566c1c072f815
MD5 35d3de64b56c754c83a448c511687768
BLAKE2b-256 b926fcaa7724463965bef1256523e98bb3216f13af2671c323a8931075dd0e87

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for polyline_rs-1.3.0-pp311-pypy311_pp73-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 62d4d49e623b05a918c20adf4e59aec2adcfdac5afafbda4acfeaf40125fde8b
MD5 5d9de82346f9800fd37c0e32b244b475
BLAKE2b-256 0e988fb41a82767c5a58859f699f56824f68fb419b0507dad536df0ab656449f

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for polyline_rs-1.3.0-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 0a3e492b2f7005883f2817f2566a0708eb8aadac6f3ce19774fb8065d88375a5
MD5 2440edbb3da6feb051a53f3b8a4f96c7
BLAKE2b-256 1af3780a1adf7c1b40080f8ff328d969ee30d248497bc804f33d4a576091827c

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for polyline_rs-1.3.0-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 288c03969fca80dd7cc9820efc316db324931ec2cdfc474a2e3fcb852714c77a
MD5 0b335e2d1cde04fdfd250ff56a5f9585
BLAKE2b-256 f5f19912bc6982084a1b260069044270889975095d6c5b9e477acf3401ce23bf

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for polyline_rs-1.3.0-cp314-cp314t-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 2d01ad3d8c21ab4437b7a47cb470a22875db9326417dc8cd4bb5e1cc71e8889e
MD5 9e1c757da1e8b96c035d965663fd7c8e
BLAKE2b-256 b53296036f2d4cad1e596debe08740e70fbee253de348902c8f0912c56a341d2

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for polyline_rs-1.3.0-cp314-cp314t-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 36d6c50ea7ed52b290296d6047c7c94300c84dcf210bad8fc9c8b170694fb2d0
MD5 7ee284be895e3322bc700834d264dcc7
BLAKE2b-256 4ce1b104aa722f04d47060485e343c9ef24705497fd1720628ea62e40b055fbb

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for polyline_rs-1.3.0-cp314-cp314t-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 487604c5d85a5af9cc996ac6f9308dc0275f0e072caa811bb386a4c3ea15f8c1
MD5 7b6a7f458ac6001cba983573b9af6d84
BLAKE2b-256 a30c754e0a530ed8b037fda61f0f8917e7366b75d9a64e016d75e52cbc27db3f

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for polyline_rs-1.3.0-cp314-cp314t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 3c713b90556bb2d29ab4b40073f8c50785427e832aea056af0b41c4fc5378231
MD5 fea940083e311560b50d211d77316cc4
BLAKE2b-256 0877fb74f8b6c401d85f315db30b0dcbc3f8a15332dd6f537883331e54d8c051

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for polyline_rs-1.3.0-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 59436ab9187c22e6dac77d36a82abd885d4af2992caadaee724d4b914afc92b5
MD5 ff42391060fd1dd839bfa2dd2e356db7
BLAKE2b-256 2ab4892edec4e6c7ccdceedb1ea73d1fd3c3c13fa13d93c9f2d7fcb373b30df8

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for polyline_rs-1.3.0-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 080118a8cf84da6ada763cdf611f06c5cb6a3f4691479a1f928dd17cfa3f6b87
MD5 a9988b65d1b8b91c433626cc869b6006
BLAKE2b-256 875c7613491314e7922263c8df635bee1432a56ef9ff81fd0e9127255274ebaf

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for polyline_rs-1.3.0-cp314-cp314-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 fb55ba2c663b92ce5ca1e02cb967a37ac4dfaa7ee9f22a0cb71f00773337a167
MD5 6bb6a255e61571a06f0661246a38f01f
BLAKE2b-256 adf7b3c47f75e2859905a986a41460d99ff783d36a4bafe258f721631bc90206

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for polyline_rs-1.3.0-cp314-cp314-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 a1b7fa2307cd84839a70fcba919cd2270987752909b6f05ef501b6a58f8f5963
MD5 744ccaefd24190e95cbc4526fdf65840
BLAKE2b-256 0853842038813ea9c1e50c886838a39d52b0d024ffa8c0e255e8b893b3c14909

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for polyline_rs-1.3.0-cp314-cp314-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 de01c66762dc7bb9052e1fabb5475b48ebbe27a7d9ed7b3db7f921928c814cb1
MD5 ed7315b822e26f1057e1ae2a0f571148
BLAKE2b-256 fc8fffe137040a84c881ada29e7259aa3ef9ec689410ea4fb92a7e25ac90331f

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for polyline_rs-1.3.0-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 fdf31139bd27c1488b0f253a1e387ceeac7a25cf7f3c8be98fb6c3bd0a2851f8
MD5 de0f932f452f93a37082a72ba4d60bc4
BLAKE2b-256 dd550a2cde6568ef801d1c59e95e74dc9c624d6acc3e43a336ebf65c0bb9388c

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for polyline_rs-1.3.0-cp313-cp313t-win_amd64.whl
Algorithm Hash digest
SHA256 21960527ecc2886b2b2b90aa4a712e6c637d74c8d1c15c09c80e26c3d9c20ea7
MD5 7ca2e766a3800b130ddd0accbdf39d2f
BLAKE2b-256 94785e08388907017aeeb0e9e47c6fe8b235b3c830f07e786714d7070cab1e18

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for polyline_rs-1.3.0-cp313-cp313t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 bc46b75404f851fc7bd07a41266cc6b980b4fcabdaf92071176cea8386909e2c
MD5 4b49c6265f23aef7a478a65292b0af43
BLAKE2b-256 8ed1fdda3d465fa2b48648c3871597e8add4fb269a9680c4c27dfee86bf79184

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for polyline_rs-1.3.0-cp313-cp313t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 70b65248177da82f43d737d29604cda4527b595c87039e06fbd02933ee261d6d
MD5 41d4e54634932a5caa780c2d546c2cf7
BLAKE2b-256 59a0a6898625e1c00615a43c0290c1bac612b57ac99dcc6c7b6901a9561443cf

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for polyline_rs-1.3.0-cp313-cp313t-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 2a654658a4142a2d3df685198cedce4d75ada2794eda0e7cb39ba4dd9514f068
MD5 1eec7a0b7960669890fe291dcc5f0124
BLAKE2b-256 3c7dfc901972d2896ba698a90e49bbae54c736ee3480e7701291f7068591c6f1

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for polyline_rs-1.3.0-cp313-cp313t-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 b01692f2485abfc979237b20a4e2affe84b8ddb6173469b5b73e8ebcb914c09a
MD5 2df4632d53ae5f86eb0ca86eee571863
BLAKE2b-256 2c0272c1e71e326b992dad1c7f7dd7b40bc593be04d1412e82c1be2b2a203b50

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for polyline_rs-1.3.0-cp313-cp313t-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 17752f4e22a7bbea6bcd69655fd3b0e4ea3fa83a9fb9da2de10961d9d72f3e9f
MD5 4f3c4e144aba1d65cb5081cf88683521
BLAKE2b-256 1126228ca8fd1513d56b61fe034d465aa363e762280e59111549f974857481c7

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for polyline_rs-1.3.0-cp313-cp313t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 0dfdeea63f1a2a1824040bcf1c239d8c9a8ac5d114caee8d9344f11ebb688b14
MD5 b1e625a606bbcb32e955c492a8e885bd
BLAKE2b-256 d40b048f510c7e93738f3fa89aa5c50565609916b5e5570dad9fcda319ef52a5

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for polyline_rs-1.3.0-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 6162a254fadec14c75755c7fd3dbe2970540675e4247a63dd9a3b81a692069b0
MD5 e4a1e1832bb4c986e820df21e4549db3
BLAKE2b-256 157a23a08381a9553c62666ffc1b3e55c73e1c41e10498772658525c1619ea4c

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for polyline_rs-1.3.0-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 c011a65d2d08e42aa88d922deab87681a96711a1785290fa98b1354dd8eeeb5f
MD5 828cea2ccead428ec9ea4a2bf364aea3
BLAKE2b-256 5268cfd5605ad5a18495abdb9b570c4fe8cf42cc3a6bb37b3429ae2bcd36d2bd

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for polyline_rs-1.3.0-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 a9812f220b9db32f525d755c4db6726eab66b11b444c89c03eb738c77e245582
MD5 70d461982c4d8145f8af3b4fe7b84b50
BLAKE2b-256 56cdf8766f9013a83d729279520d9987aeb1dc211d3fd068708d83bf7f3c5226

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for polyline_rs-1.3.0-cp313-cp313-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 a98aa1637349c87686a3515e60ad8662908344d2d0310ab59b371f6dc2b729e7
MD5 346413105ef8dd3d0da49ecff250fa15
BLAKE2b-256 6a631ea0e8ecd8fa82fd45f61a0b816cb83482ab078d3872597d76d16cd8dcba

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for polyline_rs-1.3.0-cp313-cp313-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 207b54570ef350f60842631ee370d92d4ad186630ee6d6750fdafeb11f68e545
MD5 da1ed55280c7a7e49288b4425c281120
BLAKE2b-256 ad6e62b4f3fc395448fe08d174618fcc62e1b81b5050eb335d750d8ae3e4f621

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for polyline_rs-1.3.0-cp313-cp313-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 3415075bba5c63ac4163cbe35ff5ccb749779ed4d3cfaba6db5541dffaf14ca7
MD5 700590e92f952cb1d549927b8ea4da46
BLAKE2b-256 6bf81429a9fbca60b0c0f7d63285898f3cb522153266eb82503045ae7c5f4a76

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for polyline_rs-1.3.0-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 3e2c3d97e0db824a5751d35000ef6f8a8bf46de3165cbe67c4698ee95779c530
MD5 f636ba12a3fb8c6af23b6ff70fa7e03a
BLAKE2b-256 5e3a58809c1b11f986d8915bda71c621e7643ce6223f8fa399b9021077359fa7

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for polyline_rs-1.3.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 89e16ade39f98ecd917cbd21b7d731462e63a8225bf02fd31d13954e34dd0533
MD5 1c6d16965ace139064dfdb0703071b0b
BLAKE2b-256 9fda81939395b765e1563ad8a4f23843362bb06ded2288a330c0f5290803b0fb

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for polyline_rs-1.3.0-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 2993ead6611246347bcd7c21295a3261bad06b305e27f984a195da4e8bf956b1
MD5 8380d47f1a54d97a61add10e7c5280d7
BLAKE2b-256 e3252eb8f5cc738062058cac75b74f140178b11c93f548a2379d0f4525d9b560

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for polyline_rs-1.3.0-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 feb13d19bf61a1cc0aa66dffc0bae9321628466cb208d879343c5d7fed54fdd5
MD5 31c7886cad2146d019cd727301ed8d33
BLAKE2b-256 04e8ee76516e671dc69f98a38af195eb8e4f47d0f118b90e21850e5fec5aa526

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for polyline_rs-1.3.0-cp312-cp312-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 16a72ff317a85bf88b57721458ba7930d0207b6a85fc4855fd7b123ce0ac78d7
MD5 be5675a78a7f8f4aed3fedf691d44304
BLAKE2b-256 67d4b47f5bb7dfe8109eedb003caaa45e9f597a6d9cef8e8115ffb0413a61b4e

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for polyline_rs-1.3.0-cp312-cp312-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 c1ff2b0216cf5026b3906779319aa92dbf8d2a7930e7ba25d6c128a017319b15
MD5 90c3c4282f76f29f873dfa022e81c20b
BLAKE2b-256 1d231173687b66f2ae6ff76bb9fdf263dc329e092f71ba2e159671922db6c34a

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for polyline_rs-1.3.0-cp312-cp312-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 3f2c93fa855e308107d8f6a8e08eeba2daacf170a48095e68ef5485c21667e3c
MD5 be4ab2231d65a59d5f6fc11897b178c4
BLAKE2b-256 52c1e3ca08bb6dff03901c271f30016e78519abb1863278d815499c3e62d4419

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for polyline_rs-1.3.0-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 6c0ca953b69e84d785efa1aaf6d6fb7fd8cef734750280a4f13196c8e84bf1eb
MD5 8c4c4f676d252bbe748c65f59ccf776a
BLAKE2b-256 a16168595cff5f1cad49c6294c955c2258094611c14a7e8feb39339ac5ea8d34

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for polyline_rs-1.3.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 fea46083bccf5f17329d739b37bf41484dbed7a86fdb57ed81fcf55fdb5f20f1
MD5 d9904695f5a42bfa7fcd5aec382a3adc
BLAKE2b-256 e5ff694c57c3ba8189e95d94499ac75001ce561f48ec08770e111c604ec5e70e

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for polyline_rs-1.3.0-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 69e5e3a0d27bbd290bd67ef896674d2c7f0223e909de0c03ecae7adeae49388b
MD5 23cee10196a0f2a4260bb0426127da3e
BLAKE2b-256 467d881a24c995c55584264bdf83c3bced43ea6750762266ad7e450eb3680091

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for polyline_rs-1.3.0-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 54958e6763c1a4710524ce997c54be1c2d842415088a7c9b08507e62b0f28eef
MD5 82122d7a788d5c5ca0060fb437e5cc51
BLAKE2b-256 c304a7d505839d2e748850577e20f5607408599c58a45add12ceb877ea30d2f7

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for polyline_rs-1.3.0-cp311-cp311-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 a20d4194f9d9a8ff6c34a71f4e7588670fd6d4482b748c99524433e5d9778b19
MD5 32f95a6e26ef392939d8817b5193d4b4
BLAKE2b-256 2ec9f034601e659c7eb10ea9aabb5b98376a9809830e99ae8d35488dd74ed048

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for polyline_rs-1.3.0-cp311-cp311-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 e1aa1c337fb7f5349ca91662b88c36efe9e6d001dfe7e17d7c48a8e536e46857
MD5 655b9fb8bdb05e607d5e86905ae989af
BLAKE2b-256 add19f26e743925efb1ff3aab6f170f1c1da07deaf5c9fb8b9ac7543809a2a26

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for polyline_rs-1.3.0-cp311-cp311-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 31de37abc89db595bf667247466552b5f1eee5623606cdd04bf38f8b1e01e549
MD5 45648a7104af7fe97f0d0687f558524a
BLAKE2b-256 2a05a7f7156606284455341cc65503ae8545125405164a804e42f74f04a9e1d6

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for polyline_rs-1.3.0-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 3ff497ad78711a16f916955825ad0ec587361be6e3a65c6d46689dbf9f0b4180
MD5 299961f1a74b18e12964fd5650bdf28e
BLAKE2b-256 cdfbc7583855ad80134e47a4ac5b5bb15164e526d9f967bf108d1f48ed37fe4d

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for polyline_rs-1.3.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 8036a425ebf08dd7eda8af53c05f2d7831f6a2c1fd990021cf6bcac8d49e054b
MD5 8a29de5059ae803b69010e6aebf5b14d
BLAKE2b-256 376479a289352f1b5fad9e2e544eb7fb272091cb7c88550f40d1fe61a82168b6

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for polyline_rs-1.3.0-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 d0a5b2d8208ad450ed09058aa6a1212ff59aa0e040f1f8c2753d7102e93f8b80
MD5 1ad253bf49d4bb40e0553e89cf5056a0
BLAKE2b-256 2815a7a50085e5e839f1bf6270d3a945b3bcd67324e2dd86752ddccf9ac0befa

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for polyline_rs-1.3.0-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 5d9216d9f322f4b5325727f58463a3e6e04a37cc87c2599df193def82f1288a2
MD5 10e396a2b47b358dbbc9e5132453ee2f
BLAKE2b-256 2edb02c313beed49113673301290f0383a41c1b38423c8343bb089494f55a288

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for polyline_rs-1.3.0-cp310-cp310-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 203e1860a47c5aa9ebcc060309cc3e143ef7b6d80fd3e156352819b9220253b0
MD5 8f360d941dd54aec2c2da034cd1de3af
BLAKE2b-256 150240830ef23b2820422e99e9e8efd22835d824fdade9fad232681fe0111510

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for polyline_rs-1.3.0-cp310-cp310-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 0a3e0475ceee56c33892830a9cde50edb1458239fe973a5cfceeaf6cb8ac3940
MD5 d7db32e95f1d514f6f24811df6c1879c
BLAKE2b-256 0a83d1535d22cdfe9009417f133fe4d8ff710cec4a869f52bd5132400fb092b2

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for polyline_rs-1.3.0-cp310-cp310-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 7287a2431f651fa0ab4176579244ef4951708b29fe15c13e794ca6cba61cd0f1
MD5 5a62f600b11862b14b00247f9671f9ca
BLAKE2b-256 44e0c2f9d9b3a9392a46455113d7c419c2c2ae99e9ecf8044a6530db0e71e316

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for polyline_rs-1.3.0-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 ea8074184f30f8c0f957df94bf8c26e1715c52c942f64c6d06ff1c5f10c13362
MD5 44ced7de364253a6a9e0cd2d3e7a61ad
BLAKE2b-256 790beb966408cc9d406c2d8a61c69d21466aa2d5193b812f785c4fd89c6d4201

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for polyline_rs-1.3.0-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 b02ce935b22d88dbd5f8c4d172bc5a519520715c11fdf2559f07d43dea090c28
MD5 0cfa5ec8ddd8e174f27ffa1ce9883266
BLAKE2b-256 6d7983efc5b436f4649dfb1b8e610c57d46219a49157058c9f1f422bd1cc1aef

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for polyline_rs-1.3.0-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 5dff28690bb803b8767912894bd38a94cd7af5b50cb5117458e4e36ce6c070b4
MD5 961a5476a1541c868ca282d2d0103aa5
BLAKE2b-256 721e6b37d21ee50725abdafe1a6c4b2ec4fad1adab6ae0f797d4318366d3a7c5

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for polyline_rs-1.3.0-cp39-cp39-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 5b49d91dcfad0dd6146006796bd7932b0e5635b11a25c24fa411d0415e0af3d9
MD5 68e3fff65dd72abc6d19de79ae03404f
BLAKE2b-256 6674f2869a1471dc1a42c911bb635dffcbd34ae28193867aa0e932216aaa018d

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for polyline_rs-1.3.0-cp39-cp39-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 832af35d8edac85d134f668f87aa9bab61f95a834d68f772648fdfee0932d287
MD5 eb482efdcd1bc9f2f81d9faceeee1819
BLAKE2b-256 9bbff7c9480ea037b3b02e514ac86ebcaa13d1ee5f13289fe54c102659ee9c14

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for polyline_rs-1.3.0-cp39-cp39-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 3b401d966aff606aab67779e5773dfb6a452b828aeac0bb1009acc417d36807c
MD5 bcddcc1ee4a0b17f34f166abe2e9774d
BLAKE2b-256 6d50c4017bc6339ec4e6da7347cd26fe04ca0d2b43f824f45f0620acbd03b3aa

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for polyline_rs-1.3.0-cp39-cp39-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 2ba7add7e70985faacb20590b23edf5164f194175a361da0ede09bd465d06365
MD5 d16d41428410240aec37fbb392d392dc
BLAKE2b-256 e91735bb09d5632635f7992f44f5cad0d706c6bf1372a422469e0dd69f9ae6d1

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for polyline_rs-1.3.0-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 39650f7bd63db2c79940fcccb87040db4b51cce9265eca22d252960cbc1fda29
MD5 d6306fcee50478403543edcf6a5913c7
BLAKE2b-256 408543ddddb7a2c7440a99b18edb55fa7710923a6477ff1eb4fbb2deb14507d8

See more details on using hashes here.

Provenance

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