Skip to main content

A library for clothoid curves in Python

Project description

pyclothoids

A Python library for clothoid curves

Read the Documentation!

Clothoid curves have some remarkable mathematical properties that make them desirable for use in many areas of physics and engineering. Not only is a clothoid parameterized by arc length, but it has closed form expressions for its tangent angle and curvature. These remarkable properties come at a cost. The cartesian coordinates of a clothoid can only be expressed in closed form in terms of the Fresnel integrals, and cannot in general be evaluated exactly.

There has been significant research into numerical algorithms to evaluate, construct, and manipulate these curves. Software packages exist for this purpose but are often difficult to master. This package takes a different approach, aiming to be easy to pick up and experiment with. The ultimate goal is to provide a simple, intuitive, and pythonic interface to state of the art numerical software that allows you to leverage the latest research without the learning curve.

If you have a problem that you think could be solved using clothoid curves, this package aims to handle all the complexities of clothoid geometry for you so that you can focus on the top level problem you are trying to solve.

That said, clothoid curves aren't always well behaved, and there are many other simpler curves that are far easier to understand and manipulate. Before you use this library for a project, be sure that other simpler geometric constructs such as B-splines will not fulfill your needs.

The main design goals of pyclothoids are minimalism and simplicity. For that reason, the top level API for this module consists of only one class - Clothoid. To prevent common errors and further simplify the interface, Clothoid was designed to be immutable from the top level. This means any methods that transform a Clothoid will return a new Clothoid with the desired modifications while leaving the original Clothoid intact.

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

pyclothoids-0.2.0.tar.gz (134.7 kB view details)

Uploaded Source

Built Distributions

pyclothoids-0.2.0-pp39-pypy39_pp73-win_amd64.whl (119.3 kB view details)

Uploaded PyPyWindows x86-64

pyclothoids-0.2.0-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (332.0 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

pyclothoids-0.2.0-pp39-pypy39_pp73-manylinux_2_17_i686.manylinux2014_i686.whl (349.1 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ i686

pyclothoids-0.2.0-pp39-pypy39_pp73-macosx_10_9_x86_64.whl (246.1 kB view details)

Uploaded PyPymacOS 10.9+ x86-64

pyclothoids-0.2.0-pp38-pypy38_pp73-win_amd64.whl (119.3 kB view details)

Uploaded PyPyWindows x86-64

pyclothoids-0.2.0-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (332.4 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

pyclothoids-0.2.0-pp38-pypy38_pp73-manylinux_2_17_i686.manylinux2014_i686.whl (349.1 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ i686

pyclothoids-0.2.0-pp38-pypy38_pp73-macosx_10_9_x86_64.whl (246.1 kB view details)

Uploaded PyPymacOS 10.9+ x86-64

pyclothoids-0.2.0-pp37-pypy37_pp73-win_amd64.whl (119.1 kB view details)

Uploaded PyPyWindows x86-64

pyclothoids-0.2.0-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (333.2 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

pyclothoids-0.2.0-pp37-pypy37_pp73-manylinux_2_17_i686.manylinux2014_i686.whl (349.7 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ i686

pyclothoids-0.2.0-pp37-pypy37_pp73-macosx_10_9_x86_64.whl (245.6 kB view details)

Uploaded PyPymacOS 10.9+ x86-64

pyclothoids-0.2.0-cp313-cp313-win_amd64.whl (125.4 kB view details)

Uploaded CPython 3.13Windows x86-64

pyclothoids-0.2.0-cp313-cp313-win32.whl (112.8 kB view details)

Uploaded CPython 3.13Windows x86

pyclothoids-0.2.0-cp313-cp313-musllinux_1_2_x86_64.whl (4.6 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

pyclothoids-0.2.0-cp313-cp313-musllinux_1_2_i686.whl (4.6 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ i686

pyclothoids-0.2.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.7 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

pyclothoids-0.2.0-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl (3.6 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ i686

pyclothoids-0.2.0-cp313-cp313-macosx_10_13_x86_64.whl (266.9 kB view details)

Uploaded CPython 3.13macOS 10.13+ x86-64

pyclothoids-0.2.0-cp312-cp312-win_amd64.whl (125.4 kB view details)

Uploaded CPython 3.12Windows x86-64

pyclothoids-0.2.0-cp312-cp312-win32.whl (112.8 kB view details)

Uploaded CPython 3.12Windows x86

pyclothoids-0.2.0-cp312-cp312-musllinux_1_2_x86_64.whl (4.6 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

pyclothoids-0.2.0-cp312-cp312-musllinux_1_2_i686.whl (4.6 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ i686

pyclothoids-0.2.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.7 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

pyclothoids-0.2.0-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl (3.6 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ i686

pyclothoids-0.2.0-cp312-cp312-macosx_10_13_x86_64.whl (266.8 kB view details)

Uploaded CPython 3.12macOS 10.13+ x86-64

pyclothoids-0.2.0-cp311-cp311-win_amd64.whl (120.6 kB view details)

Uploaded CPython 3.11Windows x86-64

pyclothoids-0.2.0-cp311-cp311-win32.whl (106.1 kB view details)

Uploaded CPython 3.11Windows x86

pyclothoids-0.2.0-cp311-cp311-musllinux_1_1_x86_64.whl (4.1 MB view details)

Uploaded CPython 3.11musllinux: musl 1.1+ x86-64

pyclothoids-0.2.0-cp311-cp311-musllinux_1_1_i686.whl (4.0 MB view details)

Uploaded CPython 3.11musllinux: musl 1.1+ i686

pyclothoids-0.2.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.7 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

pyclothoids-0.2.0-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl (3.6 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ i686

pyclothoids-0.2.0-cp311-cp311-macosx_10_9_x86_64.whl (266.6 kB view details)

Uploaded CPython 3.11macOS 10.9+ x86-64

pyclothoids-0.2.0-cp310-cp310-win_amd64.whl (119.9 kB view details)

Uploaded CPython 3.10Windows x86-64

pyclothoids-0.2.0-cp310-cp310-win32.whl (105.4 kB view details)

Uploaded CPython 3.10Windows x86

pyclothoids-0.2.0-cp310-cp310-musllinux_1_1_x86_64.whl (4.1 MB view details)

Uploaded CPython 3.10musllinux: musl 1.1+ x86-64

pyclothoids-0.2.0-cp310-cp310-musllinux_1_1_i686.whl (4.0 MB view details)

Uploaded CPython 3.10musllinux: musl 1.1+ i686

pyclothoids-0.2.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.7 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

pyclothoids-0.2.0-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl (3.5 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ i686

pyclothoids-0.2.0-cp310-cp310-macosx_10_9_x86_64.whl (265.1 kB view details)

Uploaded CPython 3.10macOS 10.9+ x86-64

pyclothoids-0.2.0-cp39-cp39-win_amd64.whl (118.2 kB view details)

Uploaded CPython 3.9Windows x86-64

pyclothoids-0.2.0-cp39-cp39-win32.whl (105.5 kB view details)

Uploaded CPython 3.9Windows x86

pyclothoids-0.2.0-cp39-cp39-musllinux_1_1_x86_64.whl (4.1 MB view details)

Uploaded CPython 3.9musllinux: musl 1.1+ x86-64

pyclothoids-0.2.0-cp39-cp39-musllinux_1_1_i686.whl (4.0 MB view details)

Uploaded CPython 3.9musllinux: musl 1.1+ i686

pyclothoids-0.2.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.7 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

pyclothoids-0.2.0-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl (3.5 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ i686

pyclothoids-0.2.0-cp39-cp39-macosx_10_9_x86_64.whl (265.3 kB view details)

Uploaded CPython 3.9macOS 10.9+ x86-64

pyclothoids-0.2.0-cp38-cp38-win_amd64.whl (119.7 kB view details)

Uploaded CPython 3.8Windows x86-64

pyclothoids-0.2.0-cp38-cp38-win32.whl (105.3 kB view details)

Uploaded CPython 3.8Windows x86

pyclothoids-0.2.0-cp38-cp38-musllinux_1_1_x86_64.whl (4.1 MB view details)

Uploaded CPython 3.8musllinux: musl 1.1+ x86-64

pyclothoids-0.2.0-cp38-cp38-musllinux_1_1_i686.whl (4.0 MB view details)

Uploaded CPython 3.8musllinux: musl 1.1+ i686

pyclothoids-0.2.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.7 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ x86-64

pyclothoids-0.2.0-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl (3.5 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ i686

pyclothoids-0.2.0-cp38-cp38-macosx_10_9_x86_64.whl (265.0 kB view details)

Uploaded CPython 3.8macOS 10.9+ x86-64

pyclothoids-0.2.0-cp37-cp37m-win_amd64.whl (120.0 kB view details)

Uploaded CPython 3.7mWindows x86-64

pyclothoids-0.2.0-cp37-cp37m-win32.whl (106.5 kB view details)

Uploaded CPython 3.7mWindows x86

pyclothoids-0.2.0-cp37-cp37m-musllinux_1_1_x86_64.whl (4.1 MB view details)

Uploaded CPython 3.7mmusllinux: musl 1.1+ x86-64

pyclothoids-0.2.0-cp37-cp37m-musllinux_1_1_i686.whl (4.0 MB view details)

Uploaded CPython 3.7mmusllinux: musl 1.1+ i686

pyclothoids-0.2.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.7 MB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.17+ x86-64

pyclothoids-0.2.0-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl (3.6 MB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.17+ i686

pyclothoids-0.2.0-cp37-cp37m-macosx_10_9_x86_64.whl (263.9 kB view details)

Uploaded CPython 3.7mmacOS 10.9+ x86-64

pyclothoids-0.2.0-cp36-cp36m-win_amd64.whl (146.9 kB view details)

Uploaded CPython 3.6mWindows x86-64

pyclothoids-0.2.0-cp36-cp36m-win32.whl (127.9 kB view details)

Uploaded CPython 3.6mWindows x86

pyclothoids-0.2.0-cp36-cp36m-musllinux_1_1_x86_64.whl (4.1 MB view details)

Uploaded CPython 3.6mmusllinux: musl 1.1+ x86-64

pyclothoids-0.2.0-cp36-cp36m-musllinux_1_1_i686.whl (4.0 MB view details)

Uploaded CPython 3.6mmusllinux: musl 1.1+ i686

pyclothoids-0.2.0-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.7 MB view details)

Uploaded CPython 3.6mmanylinux: glibc 2.17+ x86-64

pyclothoids-0.2.0-cp36-cp36m-manylinux_2_17_i686.manylinux2014_i686.whl (3.6 MB view details)

Uploaded CPython 3.6mmanylinux: glibc 2.17+ i686

pyclothoids-0.2.0-cp36-cp36m-macosx_10_9_x86_64.whl (263.7 kB view details)

Uploaded CPython 3.6mmacOS 10.9+ x86-64

File details

Details for the file pyclothoids-0.2.0.tar.gz.

File metadata

  • Download URL: pyclothoids-0.2.0.tar.gz
  • Upload date:
  • Size: 134.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.2

File hashes

Hashes for pyclothoids-0.2.0.tar.gz
Algorithm Hash digest
SHA256 47abbd123e14120c199078b760e51b633f8c067ad8189619bf97884608a3d08a
MD5 64ba9df23e5b279bac6bd68ca713f24f
BLAKE2b-256 66ea90db9100deb73e2c6a822071fc47853a7da92cc6ee2e15768c9983b76443

See more details on using hashes here.

File details

Details for the file pyclothoids-0.2.0-pp39-pypy39_pp73-win_amd64.whl.

File metadata

File hashes

Hashes for pyclothoids-0.2.0-pp39-pypy39_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 cf40d9fb5b68c2e36eaf1120b798f08d04e141c2b46ecca4b3f1db31019d4561
MD5 d734dd0a957fb35e555f9d1ccd6202bc
BLAKE2b-256 6db2c45ecd34de03a8f854991e76b533f3e2ec98fffc360d2afbbabe20b108e2

See more details on using hashes here.

File details

Details for the file pyclothoids-0.2.0-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pyclothoids-0.2.0-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 4b740dcef1d27c737d02da19e039279b8097b75aea0d415df7792004a6837818
MD5 c8c64b1c1d7f07bf09390db1c5ee3c8d
BLAKE2b-256 fb05786bb2876d5eb5de939de8c3c0b86689cff387bd7d2f1a4dffdace87e6b0

See more details on using hashes here.

File details

Details for the file pyclothoids-0.2.0-pp39-pypy39_pp73-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for pyclothoids-0.2.0-pp39-pypy39_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 33f8b71ab2237ed628aafb7f7f3e201fd357e4cf79109f3f6c7cc307ef697bf4
MD5 c45189bfe31b43f5d503f459a9441ff2
BLAKE2b-256 a00998397716b40ad054dce68eff115c46104cf19740486f1db4b30d470c7aa0

See more details on using hashes here.

File details

Details for the file pyclothoids-0.2.0-pp39-pypy39_pp73-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for pyclothoids-0.2.0-pp39-pypy39_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 800fad4b15b8738d0dfd8d6f41d84ee4b653e04ac84074cb649c7cf2c4f32464
MD5 c7bb7386a026e4c11408ec1920a5766e
BLAKE2b-256 829612a8250438f1949915d79414e4bea9b17f9a686e7592599568129a0b78d8

See more details on using hashes here.

File details

Details for the file pyclothoids-0.2.0-pp38-pypy38_pp73-win_amd64.whl.

File metadata

File hashes

Hashes for pyclothoids-0.2.0-pp38-pypy38_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 008c2208e3fb2e6f2d948d826a17a9ca6f2d066e644f0b10a527d579490f093f
MD5 e36a8e4b7a5ed20e7dca9b0d8057d1c0
BLAKE2b-256 b00712694d3c76cc266bdeef523c688c6cc80150e0a5ea4fda5ed64ce9239b1b

See more details on using hashes here.

File details

Details for the file pyclothoids-0.2.0-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pyclothoids-0.2.0-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 03a07658d4a94483b7e503ec9e80860792f781a287faf320824cf30a404dfc8a
MD5 2eb2e55c3848a104061d78e4b76329ed
BLAKE2b-256 3dd979c76d5c33c88db8cd6c066105732d890722212db525c19ce8087404ebad

See more details on using hashes here.

File details

Details for the file pyclothoids-0.2.0-pp38-pypy38_pp73-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for pyclothoids-0.2.0-pp38-pypy38_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 e03b1a74f549b12fda320699f28b147061e4088e9b7a92420ac40542b272675d
MD5 2de1b45e94359d44043ace3eb59e615c
BLAKE2b-256 8d3d4562092860270dea9a029936352f398984d2f3b82264b628a59ac29afe3a

See more details on using hashes here.

File details

Details for the file pyclothoids-0.2.0-pp38-pypy38_pp73-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for pyclothoids-0.2.0-pp38-pypy38_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 a4cdf759bb4cc57444037652d4d2e3a66ff056a4f2e5bc3c4fe29c55de70f5f3
MD5 23f1cf780fdde616dbe07b8f3bd113ab
BLAKE2b-256 2933e444b8855d550426e51655ac00b2754e4107cd15dcae42836f09c6962eac

See more details on using hashes here.

File details

Details for the file pyclothoids-0.2.0-pp37-pypy37_pp73-win_amd64.whl.

File metadata

File hashes

Hashes for pyclothoids-0.2.0-pp37-pypy37_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 90e91b1cd115712b7fcd5cb9fa940ccdcdab40b92052ecce2434f845b941965f
MD5 ab1b55441598790b1d6b67ccd2d9ffa6
BLAKE2b-256 9ce4de3afb816bc26a7b4e07105d085540b46b0c7fb398cbea65ff043f96f64e

See more details on using hashes here.

File details

Details for the file pyclothoids-0.2.0-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pyclothoids-0.2.0-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 c338614783cfd7066cd5ddeb28c19df6dd43fc56b0825ce5caf3adad8773b909
MD5 b497e379163c808e08ae82e7d35e7d3f
BLAKE2b-256 7062586b2d574e1f43968bc53727260cebb4f99ed961b49204853bbc5ef08c30

See more details on using hashes here.

File details

Details for the file pyclothoids-0.2.0-pp37-pypy37_pp73-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for pyclothoids-0.2.0-pp37-pypy37_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 2544cf05f1f70825234fca98a0995d278b94320aa230dd1acc8c87745f92a540
MD5 78f3b26e7de717935aaa6428aede8dc6
BLAKE2b-256 2476994ded7de8fd679af6188a3440bfeb4c359e37fe307e77ae709d3ca437c1

See more details on using hashes here.

File details

Details for the file pyclothoids-0.2.0-pp37-pypy37_pp73-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for pyclothoids-0.2.0-pp37-pypy37_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 19139d2f42b799f5296c38048a715dddb2da5c0eb304efa4adc154e00eab8201
MD5 fb47f634f44af429577888aa976b99ff
BLAKE2b-256 19e5ae3b1277816b8ce82e5f484a6130f805f57f9e2799c60050f12ffc83cd73

See more details on using hashes here.

File details

Details for the file pyclothoids-0.2.0-cp313-cp313-win_amd64.whl.

File metadata

File hashes

Hashes for pyclothoids-0.2.0-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 5e133a4d1a959e3288ca28689c3fba47f00fef92bc3a913ce7499300f5d0b1d8
MD5 257dcc676a7b90861157b1187cd5ac92
BLAKE2b-256 01a6318f5bbdc55b9b449579f2ebc0bf44370aa565d77807539c05f44d0c690d

See more details on using hashes here.

File details

Details for the file pyclothoids-0.2.0-cp313-cp313-win32.whl.

File metadata

  • Download URL: pyclothoids-0.2.0-cp313-cp313-win32.whl
  • Upload date:
  • Size: 112.8 kB
  • Tags: CPython 3.13, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.8

File hashes

Hashes for pyclothoids-0.2.0-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 e55bd5fbbd7da8cb78709a6ac8d34b66a15af5f34b142a7e6600abc88d5e73a6
MD5 d1d9c86265e1f1ff06318fc6a0a47332
BLAKE2b-256 ca69fa147e70cefe79ec3fd935530a300db21738ae19c53f8cb00eac36315241

See more details on using hashes here.

File details

Details for the file pyclothoids-0.2.0-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pyclothoids-0.2.0-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 9cae4d667b5be4835ba7eee01dbdc89292f3c00140e1790e0f32e1d909e0d7f0
MD5 1c317195d3a2641d48d586aaf5c3c9c1
BLAKE2b-256 7884a58ab5ca4a27bf877db59f5f79493204340e9f43a387cb109817f82d83f4

See more details on using hashes here.

File details

Details for the file pyclothoids-0.2.0-cp313-cp313-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for pyclothoids-0.2.0-cp313-cp313-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 0e904f3011cebc47e4972dcec09a60fb5148512480f00f7d07f4e1a08049c026
MD5 9e89df4c1cb0b4d481a6f07668fd6989
BLAKE2b-256 78da7adc1b5b23d5946e3512e3775d165b490ecb9b053636e8e56222be3f59a5

See more details on using hashes here.

File details

Details for the file pyclothoids-0.2.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pyclothoids-0.2.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 0fbfb84d700e65be6d73bc6abc6329dfddcba7d11b60725dcf632daed4e6fa42
MD5 6344c6eee82b154746f07023fff4444a
BLAKE2b-256 9016bd14790e858a4f1646eb8bae2f13aff7e655b47d61454d15d272e21bae96

See more details on using hashes here.

File details

Details for the file pyclothoids-0.2.0-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for pyclothoids-0.2.0-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 122e815e15620b7303a7ff4185e88c6fb4b3d1592873dce612a0f0f394df636c
MD5 c2299f474ee76c316879e1e6a0db5e67
BLAKE2b-256 c32584f427c79d5e611a6c429c779e95b330b83038ef5fbce1891bc9f9e6fc60

See more details on using hashes here.

File details

Details for the file pyclothoids-0.2.0-cp313-cp313-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for pyclothoids-0.2.0-cp313-cp313-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 927c34e2fb2a09c7b710b17ec03c5813ed00fd2ba09cf4850f843da40e14b427
MD5 2a593080d6180aa8dc96edb174fa92fd
BLAKE2b-256 04d4533921e07ede21e5345bc2dea3f46e276e19897e683ea61723709a2614fa

See more details on using hashes here.

File details

Details for the file pyclothoids-0.2.0-cp312-cp312-win_amd64.whl.

File metadata

File hashes

Hashes for pyclothoids-0.2.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 34c5b86c89c241581ec975703e7377c39e434f01844daf771e798b19faf8cf70
MD5 38593edc9838d06d7af2dbb735a68ab9
BLAKE2b-256 026b9b8a35dd7f651f3c5c5a5416530ef5ded14be2ab906806894b987c0aa653

See more details on using hashes here.

File details

Details for the file pyclothoids-0.2.0-cp312-cp312-win32.whl.

File metadata

  • Download URL: pyclothoids-0.2.0-cp312-cp312-win32.whl
  • Upload date:
  • Size: 112.8 kB
  • Tags: CPython 3.12, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.8

File hashes

Hashes for pyclothoids-0.2.0-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 d2f929fed4fda4ad265b111ee7e66f7096e1758c10bf1519dc2591eaed87a633
MD5 2234b8545a19de17e55a39850b78cbeb
BLAKE2b-256 50d5c8a7fdae6c537636d9b92eb519324cffa41a77f5b0c26a0dcda1c156b228

See more details on using hashes here.

File details

Details for the file pyclothoids-0.2.0-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pyclothoids-0.2.0-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 9eb0a3a6f271496ca13a8a8234211ce4c45260b98e0d175405f06e421730aca5
MD5 8c779a11bbef0ad9cfbf33be91d889a8
BLAKE2b-256 f2307e1032a9bfcaed9e65aac3ec0ac7cf435ec96c2f6266db354fb97f9400b5

See more details on using hashes here.

File details

Details for the file pyclothoids-0.2.0-cp312-cp312-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for pyclothoids-0.2.0-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 5111170fa179f14efa1de4cafdfa56978a576c9dc382b09c4970d64de18c1878
MD5 e617bb35871bf2ac890eefa237789c26
BLAKE2b-256 e430eb7313d45f6758cab09e404bcfa336d5d584658dde2ab34aac35b5439bcb

See more details on using hashes here.

File details

Details for the file pyclothoids-0.2.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pyclothoids-0.2.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 03e4ac69f79772e1adc4e820726e3d273b714a3dd83bb27c9304dd302fb3585f
MD5 d61647a775831fceb7f79eaf9b8feacc
BLAKE2b-256 38113b89889ea5e260a4c9071be4b49deac6ac1933dee500624d0ec767c9fe4c

See more details on using hashes here.

File details

Details for the file pyclothoids-0.2.0-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for pyclothoids-0.2.0-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 f4f277132a729eda0aedefd02a8e0ecc554b74e15c9c5676f32c2b4782a492a7
MD5 3eb6b2c45b66817a7f771a650d74e242
BLAKE2b-256 454e7baf051c56a4d6a5cad24212185305714d2238097fe5b0f61ea2852d5d94

See more details on using hashes here.

File details

Details for the file pyclothoids-0.2.0-cp312-cp312-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for pyclothoids-0.2.0-cp312-cp312-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 36f9a9d96aa34b860b1a1b68eeb08ba8f5a4b78daf6d2b04003089361620e0e2
MD5 40ee170e546f6f5250b3da4615abf60e
BLAKE2b-256 56bebc7ad87aec86af994e0ba9fd4887365e9bce449955fe3ba62216222e0f8c

See more details on using hashes here.

File details

Details for the file pyclothoids-0.2.0-cp311-cp311-win_amd64.whl.

File metadata

File hashes

Hashes for pyclothoids-0.2.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 64685b1e108656fe8925a5305996e384fdd37d2c4300ef6d39c95541e61533bf
MD5 3b9d27c2b64f32bd571905f12782bfb7
BLAKE2b-256 856b674a58d99f1a4199e281e933a14e86263f6b671f012d061e37dd38e0a468

See more details on using hashes here.

File details

Details for the file pyclothoids-0.2.0-cp311-cp311-win32.whl.

File metadata

  • Download URL: pyclothoids-0.2.0-cp311-cp311-win32.whl
  • Upload date:
  • Size: 106.1 kB
  • Tags: CPython 3.11, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.2

File hashes

Hashes for pyclothoids-0.2.0-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 cf5aeebd31361348eb3019bb1edc6a2873950a96552379a8ef02844c57a740e2
MD5 ecc0f462c4150fa16e07927da4a156cb
BLAKE2b-256 2fb010b746ff8fea82400b38087d9e486b7e2f1031815e5432db66a9691fac74

See more details on using hashes here.

File details

Details for the file pyclothoids-0.2.0-cp311-cp311-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for pyclothoids-0.2.0-cp311-cp311-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 5472a056b85254947722235020ae79c858962315d323e1740d9b1dbbc43cdeda
MD5 92075f9725160ae1b9e4161a7356a366
BLAKE2b-256 a5c7d3bfca1c57ff2e4e8f12a9029e710bc4a7c5192dc5f430bfa146c0a504e2

See more details on using hashes here.

File details

Details for the file pyclothoids-0.2.0-cp311-cp311-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for pyclothoids-0.2.0-cp311-cp311-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 5cc9f61f74e5856bd6c49abe422e7c47d8d0eee876fba9010f503aa43ccc6796
MD5 528ce355aab94a3080fe0e5c2e2b9a78
BLAKE2b-256 4330022ac34d2422bb39b55c77d2b6a02dc8abfd5d12117be79c5b6b0b57b499

See more details on using hashes here.

File details

Details for the file pyclothoids-0.2.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pyclothoids-0.2.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 83964ea136fd5122b39cc1761a1c01aadc2b97aa035e60d86f9c2a380061997c
MD5 0524c64682732b6d1e3e8de8f3c11bfb
BLAKE2b-256 8fbc7cc829d7fb46ec560e19dfefc0a6bd40c3937aef250890a1e43cd6652e2a

See more details on using hashes here.

File details

Details for the file pyclothoids-0.2.0-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for pyclothoids-0.2.0-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 67e0445545f2d936ffb2e323ac6c736dd73f8b6be3e99ac13a2bd976bce08c14
MD5 172cda231ed0460f9b36ada614ff2914
BLAKE2b-256 cb57362060fa91bf73e79f55c16b72aef4ddfbd76a11be09f196256882b7bc32

See more details on using hashes here.

File details

Details for the file pyclothoids-0.2.0-cp311-cp311-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for pyclothoids-0.2.0-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 406222693b9f3acd5ec973b6eecf50a070570a21023758fd259e296d418b429d
MD5 4c55057264656e3ea5f7fad606427f65
BLAKE2b-256 3d6bff29f70ce2ac346656e3e1bc119c25a2d6e5a7f0d6e582149746d07e9dab

See more details on using hashes here.

File details

Details for the file pyclothoids-0.2.0-cp310-cp310-win_amd64.whl.

File metadata

File hashes

Hashes for pyclothoids-0.2.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 11afac77be7a944f8b7243ef9a683c8f44db28949d61825b291fb8eb39ca388e
MD5 4a57ac355f79e52b4af693bd5cbda10a
BLAKE2b-256 8bfc7f8e14bc9ce39fb0a5f7bc2e018549597797900717c933e19046f8fe0c56

See more details on using hashes here.

File details

Details for the file pyclothoids-0.2.0-cp310-cp310-win32.whl.

File metadata

  • Download URL: pyclothoids-0.2.0-cp310-cp310-win32.whl
  • Upload date:
  • Size: 105.4 kB
  • Tags: CPython 3.10, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.2

File hashes

Hashes for pyclothoids-0.2.0-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 05e4fd2706425a42f737954ce607fecb3575e392914209349d9a8631c315331c
MD5 caec89a7fe8b157df4888052fd6d9e80
BLAKE2b-256 0ed67e6ed6e1d35304ca3a57681afd18dcf23dc9acfae5e44dd49a17d5c32b01

See more details on using hashes here.

File details

Details for the file pyclothoids-0.2.0-cp310-cp310-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for pyclothoids-0.2.0-cp310-cp310-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 d84ac3ded89bdcaac4bd2bee706d7970b3b74e8611c9d88a1c3a00940b8c7126
MD5 06ee1bbc706e5e5240faf29a8ace19f5
BLAKE2b-256 73023ac011c6336d20e901797b297466b73986ab2d2bede9a0c0666b384489a4

See more details on using hashes here.

File details

Details for the file pyclothoids-0.2.0-cp310-cp310-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for pyclothoids-0.2.0-cp310-cp310-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 b06b298c1086352ba0cb252fbd555744ffb7f6f472cb9387ce8233b1423364b5
MD5 561eefb0badf9af826721f466ec3f7c2
BLAKE2b-256 24dd46bf979c27ea4298c002de06160745beb0beaeed0482079de35238f200b7

See more details on using hashes here.

File details

Details for the file pyclothoids-0.2.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pyclothoids-0.2.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 15007f67babee363a1ac7fb282c8aac2e72c4fc31ef525596ba621fc348e4801
MD5 895c3d011e1948151c0c23536511514f
BLAKE2b-256 92b81aa40d71cd2b577298c8cddc9bb14db0d8a745b4e8ed78795aaa90a8a0b3

See more details on using hashes here.

File details

Details for the file pyclothoids-0.2.0-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for pyclothoids-0.2.0-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 4945ae2eda29da3d822b184ba27d667ed6b2c974433902e19b5d8290b95c280b
MD5 7d9eeb9932b256135188d753409b3aa7
BLAKE2b-256 e3cfb67a4664487cdb57764d01b536b83b692216c15f997849bf6f38b0cdec3b

See more details on using hashes here.

File details

Details for the file pyclothoids-0.2.0-cp310-cp310-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for pyclothoids-0.2.0-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 186505dff3873dfca7866db010169149535c26071db99fe4875cb2312c84e80f
MD5 58b984eb3a9476a32d54db05a23a9998
BLAKE2b-256 2850d07b6035120c5eaa404b19488023be19f97af9104c8f69a1be109ba852d8

See more details on using hashes here.

File details

Details for the file pyclothoids-0.2.0-cp39-cp39-win_amd64.whl.

File metadata

  • Download URL: pyclothoids-0.2.0-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 118.2 kB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.2

File hashes

Hashes for pyclothoids-0.2.0-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 22f1acab0369c6c3ee8339b65a66a454664ccb2abb693869f12cabc8a371609b
MD5 c8ef67f3081395910c0555cd589e16b3
BLAKE2b-256 2114d77c6572375e1701929bffc6e928d877f2e33e9d942e0cc8af000645e5a8

See more details on using hashes here.

File details

Details for the file pyclothoids-0.2.0-cp39-cp39-win32.whl.

File metadata

  • Download URL: pyclothoids-0.2.0-cp39-cp39-win32.whl
  • Upload date:
  • Size: 105.5 kB
  • Tags: CPython 3.9, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.2

File hashes

Hashes for pyclothoids-0.2.0-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 04a9485ee8ca67e8a7588ce7a945cdc172506dd7a0871f74bcb8d8ca7c77f449
MD5 47da61b47be247401b8242756ec620af
BLAKE2b-256 e3b55d4669eeb4129fe0c01e1fe0d7b068a936db35abc7721e2158956197cca5

See more details on using hashes here.

File details

Details for the file pyclothoids-0.2.0-cp39-cp39-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for pyclothoids-0.2.0-cp39-cp39-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 577f1416a0e0522bf3280480cd051afa56477d160459cb3494f337aed33924d1
MD5 3d4f90a9297af6684ad787da06d4b925
BLAKE2b-256 4834d2c7d56560db70746646628a52d0c00ae948b1935b6a57d9f1be912ea831

See more details on using hashes here.

File details

Details for the file pyclothoids-0.2.0-cp39-cp39-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for pyclothoids-0.2.0-cp39-cp39-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 b9b266f560ce6ed186a36cdfd3cd018a1954a407a40b79f3bc593d71739cc355
MD5 c1be510832608f9750a9611bb0635158
BLAKE2b-256 977bed170e4951c24e92ee9cbac482cf124ffea9c021bd0abb7f032b567b46f9

See more details on using hashes here.

File details

Details for the file pyclothoids-0.2.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pyclothoids-0.2.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 da37d405a6a99fcd9dfaa997dbf0f0bbec5504198e60bf62fd38fd116095f7fb
MD5 fa98dab49d969057039c7f789cd53bd7
BLAKE2b-256 0f5efd23a60db469d52aa1a022cd1d4b89bb17d3cabcc878f0e25acd5977e117

See more details on using hashes here.

File details

Details for the file pyclothoids-0.2.0-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for pyclothoids-0.2.0-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 b9f857d9378fe2c2e02f19c3d20b59a1705404c64cc9473e24c129b89faa8b8a
MD5 d7d2b749ccd45130f686b4ee0180f887
BLAKE2b-256 d35154107de7ef25dfcb3fb3263965128c47dc3d581d3d7d712c471f553eec91

See more details on using hashes here.

File details

Details for the file pyclothoids-0.2.0-cp39-cp39-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for pyclothoids-0.2.0-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 8cb8f1c1262b4a916e2ab2fced19b12e61e14d77bab9bd6b882d3a4165767c20
MD5 e175831db096864fb7273c41ec80297c
BLAKE2b-256 9547996e148fea7c89dab7a7a3761ccbda8bd3bd5608fbeb50be4fb0e379187e

See more details on using hashes here.

File details

Details for the file pyclothoids-0.2.0-cp38-cp38-win_amd64.whl.

File metadata

  • Download URL: pyclothoids-0.2.0-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 119.7 kB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.2

File hashes

Hashes for pyclothoids-0.2.0-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 6a09e184b7a304afaa2abbfd29afbccd94c96f336d93cc3e2b13c449d460a8a0
MD5 9809b5893981b36db782ecaa8f7c10f5
BLAKE2b-256 4c979b13c29e3daf8d7bf9bd2586e9fd4dc0eb966bb95ee14b0d5882b809d35f

See more details on using hashes here.

File details

Details for the file pyclothoids-0.2.0-cp38-cp38-win32.whl.

File metadata

  • Download URL: pyclothoids-0.2.0-cp38-cp38-win32.whl
  • Upload date:
  • Size: 105.3 kB
  • Tags: CPython 3.8, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.2

File hashes

Hashes for pyclothoids-0.2.0-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 92b832aaff8bb172b04da6b21cf866da30567cd6af0b45aed60c6131f0252b8e
MD5 fa0b181990f6dd50344f890f665f0fc9
BLAKE2b-256 77d7b791962347db99ee1c278b9c454c6065e77d2d711aa10cf57891bd2ff853

See more details on using hashes here.

File details

Details for the file pyclothoids-0.2.0-cp38-cp38-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for pyclothoids-0.2.0-cp38-cp38-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 aa0ee8dddfa8e90f00b8308175e954978d0074156059b0eba93050ea48672a7f
MD5 1c47a0a05fe5da6a85d1402b5ae08b8e
BLAKE2b-256 37876756c1a7660b179827445e6a4c66b0cbdd7dbfe55ca17755af933f0f0532

See more details on using hashes here.

File details

Details for the file pyclothoids-0.2.0-cp38-cp38-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for pyclothoids-0.2.0-cp38-cp38-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 293ef9f22dde1a2054b98c05167f09bfbee0203e619d0fef394954378e6d1a17
MD5 68be640c06232636794e8e8ae2c33167
BLAKE2b-256 276db2aba5b9a340b4d027ea35e028e65ef9d23f14c8cf128573522347b3acc0

See more details on using hashes here.

File details

Details for the file pyclothoids-0.2.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pyclothoids-0.2.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 9189cc8d12df5467e08ec8d8e0e2f414e0dadb1907865d50432a9cbb4357bf38
MD5 c86b5eb6d04e332a41480ba9cacac0e5
BLAKE2b-256 a61f3b5c59bcaab643407a7352f275f80a3ff1fb55d35d80b5fc9263de4aef80

See more details on using hashes here.

File details

Details for the file pyclothoids-0.2.0-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for pyclothoids-0.2.0-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 ee9702633083c4ed68215a9ed8b7b53508fd7dac081b039af55b84f49cd58f2d
MD5 f5e060f4a7734213a6ab9caf0c09f728
BLAKE2b-256 9fd8f24523d3b4a20e01dba4566e8ce03213d50b90eebfc1a987fd3971a4ef06

See more details on using hashes here.

File details

Details for the file pyclothoids-0.2.0-cp38-cp38-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for pyclothoids-0.2.0-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 78c8705289670c9ed2b83a33efca6e53216db9ec057e1d4ed69c1d51965b499b
MD5 4a9e2b0b213e1b6004dd9b4dcc993015
BLAKE2b-256 0abaeec88f3a169af2838b732688383c72bcfcd160c3c26c21ac9575b77035aa

See more details on using hashes here.

File details

Details for the file pyclothoids-0.2.0-cp37-cp37m-win_amd64.whl.

File metadata

  • Download URL: pyclothoids-0.2.0-cp37-cp37m-win_amd64.whl
  • Upload date:
  • Size: 120.0 kB
  • Tags: CPython 3.7m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.2

File hashes

Hashes for pyclothoids-0.2.0-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 5a46abc17a5c401cc99ec468fb869900b40692fe5631f403d64ac048c75e7bc4
MD5 1a2a2cdbf1405106e72dad4d961b72e1
BLAKE2b-256 a50fe3c410db0919f033df8f63d9f7cebd5ae471414f9c35588bf9f469ab3a5a

See more details on using hashes here.

File details

Details for the file pyclothoids-0.2.0-cp37-cp37m-win32.whl.

File metadata

  • Download URL: pyclothoids-0.2.0-cp37-cp37m-win32.whl
  • Upload date:
  • Size: 106.5 kB
  • Tags: CPython 3.7m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.2

File hashes

Hashes for pyclothoids-0.2.0-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 2cd75f4080406826bacfe4eef02505f1607dcc411f65635d93ca3ae45163c8d3
MD5 a2c0e862c5976c4f962ac54c72275df9
BLAKE2b-256 4e073d2f798044d8dee077886345eeb3350cd4b370f68652431a21d54cfc60a6

See more details on using hashes here.

File details

Details for the file pyclothoids-0.2.0-cp37-cp37m-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for pyclothoids-0.2.0-cp37-cp37m-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 780830db506e46df79dbf398bb07bccd8b2b991c8651b06f81a8217bfdb3eab5
MD5 3971f88023bef0184f85f4b459d00607
BLAKE2b-256 39342847e51c04c206cfa80cd6a3e5ee91ac3d745b5d87b26f121ecb7520f896

See more details on using hashes here.

File details

Details for the file pyclothoids-0.2.0-cp37-cp37m-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for pyclothoids-0.2.0-cp37-cp37m-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 aa7f8499ef3f166522a36a6a782157152430b6d747018cbcb04a50ab7a166c1a
MD5 3511432e6fd61bed5824ee802c1ef5aa
BLAKE2b-256 7239245bb7ed8d3b7420a23eeef8b9632d2cc1fd24e28ca6be8d07d0b07b298a

See more details on using hashes here.

File details

Details for the file pyclothoids-0.2.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pyclothoids-0.2.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 a1fd17efa8470d3da2f3f09d3f1e3c8dd88228b38b5b834581e128bf3c67fc28
MD5 3533a1df9b27c2d2f410ab42761c56f3
BLAKE2b-256 3fbb30810e513a7f814c6939c5b08654c396bae2dc4fbd020e7b1d80266e7eff

See more details on using hashes here.

File details

Details for the file pyclothoids-0.2.0-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for pyclothoids-0.2.0-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 14b8861277771d7dcd5bdb27574119d2312d0401ed5f23867e28f8072d7b776b
MD5 3e206fc8b322e5f09dc597ca1a86b45f
BLAKE2b-256 784c8b67cc2c45ce4f35bf416038cefd712525f386efbe665b137b6fb96eb162

See more details on using hashes here.

File details

Details for the file pyclothoids-0.2.0-cp37-cp37m-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for pyclothoids-0.2.0-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 4a6cf6d069c3348926c50ba8d88b996cfc21501ebca03c36da8d9a2879c5b86d
MD5 968883895ec7f3e9f2d510aa9715046a
BLAKE2b-256 aaa5f9188bc367b78912a3702a77615b98544987825b1884d6e7c9bebcaafced

See more details on using hashes here.

File details

Details for the file pyclothoids-0.2.0-cp36-cp36m-win_amd64.whl.

File metadata

  • Download URL: pyclothoids-0.2.0-cp36-cp36m-win_amd64.whl
  • Upload date:
  • Size: 146.9 kB
  • Tags: CPython 3.6m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.2

File hashes

Hashes for pyclothoids-0.2.0-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 44a3b494c087fe6af2fa11b017d9e2ac4a11d42cd07d2a46b01fe01fa502cf14
MD5 c99bb2aa1969a6a28b97a23ce25ebe56
BLAKE2b-256 de85bfb5c1b932e92848f7d821ed529800ce61b5d1993911ab6b0502141bbb0a

See more details on using hashes here.

File details

Details for the file pyclothoids-0.2.0-cp36-cp36m-win32.whl.

File metadata

  • Download URL: pyclothoids-0.2.0-cp36-cp36m-win32.whl
  • Upload date:
  • Size: 127.9 kB
  • Tags: CPython 3.6m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.2

File hashes

Hashes for pyclothoids-0.2.0-cp36-cp36m-win32.whl
Algorithm Hash digest
SHA256 003210e49946c97b7a991114ec6c5a51173a4264a6dcdd5bdda7e1d3cd108bab
MD5 814679e1d3873bb3751ae264cd4deb89
BLAKE2b-256 0ae26d8d6e2d8f01ca3497d33eedc6e738ed7a3b0bafd6eec804e9d303fa04f3

See more details on using hashes here.

File details

Details for the file pyclothoids-0.2.0-cp36-cp36m-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for pyclothoids-0.2.0-cp36-cp36m-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 e23f62d908abf3915a14648afe71cd3e854c17936bd36496a54cfc07530122ce
MD5 72c7176ba400db77d08b0f36561bda9d
BLAKE2b-256 5bacebb65f2c86923b276a29790230ce54eccc49997a4ae9163c0bc3a07fd936

See more details on using hashes here.

File details

Details for the file pyclothoids-0.2.0-cp36-cp36m-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for pyclothoids-0.2.0-cp36-cp36m-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 adae50ae4eaad740ccbb3eedd857122500abde1ad5c85028ae2465544a1514c6
MD5 157d5f213f97d41fecdfc67ef269b81a
BLAKE2b-256 48599da25e10c23113dc03cfc75c2f859d331a90f622cf34b972db2279153668

See more details on using hashes here.

File details

Details for the file pyclothoids-0.2.0-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pyclothoids-0.2.0-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 a2a7e75dbe53ca3bc3de0cacf3a0d2eb29f9d7af47c749cf9dd469c94a255034
MD5 9b06e82530d0b86e8d011a8e2bdcfaa3
BLAKE2b-256 cc2b0faad8dcf8a71289f06c789763d76d7f19c2c5fb991b2dc4a2d6dac5f6e2

See more details on using hashes here.

File details

Details for the file pyclothoids-0.2.0-cp36-cp36m-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for pyclothoids-0.2.0-cp36-cp36m-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 6a46e32a5b78eef5d6db2dc73ee4856b113db3dfec5ceabf679a92fa4ed47d95
MD5 109227b040f56dafe68546538c0a183b
BLAKE2b-256 8a350f4d6a76e863092a345d26231f5b7a99c67ea7a5f633ab15927bfd52e992

See more details on using hashes here.

File details

Details for the file pyclothoids-0.2.0-cp36-cp36m-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for pyclothoids-0.2.0-cp36-cp36m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 2f368dbfeb95136c96332aa6fc5f213ecb78bdb8af27d82927c089b8fbbc981e
MD5 2b5086989c57cc9506b77a3697e5cce4
BLAKE2b-256 d3e30ca29172a43a279945ccd0944f5792d12f1a2b7517c81d4114340ba8c6e3

See more details on using hashes here.

Supported by

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