Skip to main content

Robust floating point operations.

Project description

shewchuk

Summary

shewchuk is a collection of computational geometry utilities for robust processing of geometries with floating point coordinates.

Named after and based on the work of Jonathan Richard Shewchuk.


In what follows python is an alias for python3.9 or pypy3.9 or any later version (python3.10, pypy3.10 and so on).

Installation

Install the latest pip & setuptools packages versions

python -m pip install --upgrade pip setuptools

User

Download and install the latest stable version from PyPI repository

python -m pip install --upgrade shewchuk

Developer

Download the latest version from GitHub repository

git clone https://github.com/lycantropos/shewchuk.git
cd shewchuk

Install

python -m pip install -e .

Usage

>>> from shewchuk import incircle_test
>>> incircle_test(3, 3, 0, 0, 2, 0, 0, 2) == -1
True
>>> incircle_test(2, 2, 0, 0, 2, 0, 0, 2) == 0
True
>>> incircle_test(1, 1, 0, 0, 2, 0, 0, 2) == 1
True
>>> from shewchuk import kind
>>> kind(1, 0, 0, 0, 2, 0) == -1
True
>>> kind(0, 0, 0, 1, 1, 0) == 0
True
>>> kind(0, 0, 1, 0, 2, 0) == 1
True
>>> from shewchuk import orientation
>>> orientation(0, 0, 0, 1, 1, 0) == -1
True
>>> orientation(0, 0, 1, 0, 2, 0) == 0
True
>>> orientation(0, 0, 1, 0, 0, 1) == 1
True

Development

Bumping version

Preparation

Install bump2version.

Pre-release

Choose which version number category to bump following semver specification.

Test bumping version

bump2version --dry-run --verbose $CATEGORY

where $CATEGORY is the target version number category name, possible values are patch/minor/major.

Bump version

bump2version --verbose $CATEGORY

This will set version to major.minor.patch-alpha.

Release

Test bumping version

bump2version --dry-run --verbose release

Bump version

bump2version --verbose release

This will set version to major.minor.patch.

Running tests

Install with dependencies

python -m pip install -e .[tests]

Plain

pytest

Inside Docker container:

  • with CPython
    docker-compose --file docker-compose.cpython.yml up
    
  • with PyPy
    docker-compose --file docker-compose.pypy.yml up
    

Bash script:

  • with CPython

    ./run-tests.sh
    

    or

    ./run-tests.sh cpython
    
  • with PyPy

    ./run-tests.sh pypy
    

PowerShell script:

  • with CPython
    .\run-tests.ps1
    
    or
    .\run-tests.ps1 cpython
    
  • with PyPy
    .\run-tests.ps1 pypy
    

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

shewchuk-6.10.0.tar.gz (32.1 kB view details)

Uploaded Source

Built Distributions

shewchuk-6.10.0-cp313-cp313-win_amd64.whl (40.0 kB view details)

Uploaded CPython 3.13 Windows x86-64

shewchuk-6.10.0-cp313-cp313-win32.whl (35.8 kB view details)

Uploaded CPython 3.13 Windows x86

shewchuk-6.10.0-cp313-cp313-musllinux_1_2_x86_64.whl (162.6 kB view details)

Uploaded CPython 3.13 musllinux: musl 1.2+ x86-64

shewchuk-6.10.0-cp313-cp313-musllinux_1_2_aarch64.whl (140.6 kB view details)

Uploaded CPython 3.13 musllinux: musl 1.2+ ARM64

shewchuk-6.10.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (163.2 kB view details)

Uploaded CPython 3.13 manylinux: glibc 2.17+ x86-64

shewchuk-6.10.0-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl (149.8 kB view details)

Uploaded CPython 3.13 manylinux: glibc 2.17+ s390x

shewchuk-6.10.0-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (153.6 kB view details)

Uploaded CPython 3.13 manylinux: glibc 2.17+ ppc64le

shewchuk-6.10.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (139.8 kB view details)

Uploaded CPython 3.13 manylinux: glibc 2.17+ ARM64

shewchuk-6.10.0-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (145.4 kB view details)

Uploaded CPython 3.13 manylinux: glibc 2.17+ i686 manylinux: glibc 2.5+ i686

shewchuk-6.10.0-cp313-cp313-macosx_11_0_arm64.whl (36.1 kB view details)

Uploaded CPython 3.13 macOS 11.0+ ARM64

shewchuk-6.10.0-cp313-cp313-macosx_10_13_x86_64.whl (40.4 kB view details)

Uploaded CPython 3.13 macOS 10.13+ x86-64

shewchuk-6.10.0-cp313-cp313-macosx_10_13_universal2.whl (63.0 kB view details)

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

shewchuk-6.10.0-cp312-cp312-win_amd64.whl (40.0 kB view details)

Uploaded CPython 3.12 Windows x86-64

shewchuk-6.10.0-cp312-cp312-win32.whl (35.8 kB view details)

Uploaded CPython 3.12 Windows x86

shewchuk-6.10.0-cp312-cp312-musllinux_1_2_x86_64.whl (162.6 kB view details)

Uploaded CPython 3.12 musllinux: musl 1.2+ x86-64

shewchuk-6.10.0-cp312-cp312-musllinux_1_2_aarch64.whl (140.7 kB view details)

Uploaded CPython 3.12 musllinux: musl 1.2+ ARM64

shewchuk-6.10.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (163.3 kB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ x86-64

shewchuk-6.10.0-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl (149.7 kB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ s390x

shewchuk-6.10.0-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (153.7 kB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ ppc64le

shewchuk-6.10.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (139.8 kB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ ARM64

shewchuk-6.10.0-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (145.5 kB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ i686 manylinux: glibc 2.5+ i686

shewchuk-6.10.0-cp312-cp312-macosx_11_0_arm64.whl (36.1 kB view details)

Uploaded CPython 3.12 macOS 11.0+ ARM64

shewchuk-6.10.0-cp312-cp312-macosx_10_13_x86_64.whl (40.4 kB view details)

Uploaded CPython 3.12 macOS 10.13+ x86-64

shewchuk-6.10.0-cp312-cp312-macosx_10_13_universal2.whl (63.1 kB view details)

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

shewchuk-6.10.0-cp311-cp311-win_amd64.whl (39.8 kB view details)

Uploaded CPython 3.11 Windows x86-64

shewchuk-6.10.0-cp311-cp311-win32.whl (35.6 kB view details)

Uploaded CPython 3.11 Windows x86

shewchuk-6.10.0-cp311-cp311-musllinux_1_2_x86_64.whl (159.9 kB view details)

Uploaded CPython 3.11 musllinux: musl 1.2+ x86-64

shewchuk-6.10.0-cp311-cp311-musllinux_1_2_aarch64.whl (138.2 kB view details)

Uploaded CPython 3.11 musllinux: musl 1.2+ ARM64

shewchuk-6.10.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (160.3 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ x86-64

shewchuk-6.10.0-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl (146.8 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ s390x

shewchuk-6.10.0-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (150.9 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ ppc64le

shewchuk-6.10.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (137.2 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ ARM64

shewchuk-6.10.0-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (143.3 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ i686 manylinux: glibc 2.5+ i686

shewchuk-6.10.0-cp311-cp311-macosx_11_0_arm64.whl (36.2 kB view details)

Uploaded CPython 3.11 macOS 11.0+ ARM64

shewchuk-6.10.0-cp311-cp311-macosx_10_9_x86_64.whl (40.2 kB view details)

Uploaded CPython 3.11 macOS 10.9+ x86-64

shewchuk-6.10.0-cp311-cp311-macosx_10_9_universal2.whl (62.9 kB view details)

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

shewchuk-6.10.0-cp310-cp310-win_amd64.whl (39.8 kB view details)

Uploaded CPython 3.10 Windows x86-64

shewchuk-6.10.0-cp310-cp310-win32.whl (35.6 kB view details)

Uploaded CPython 3.10 Windows x86

shewchuk-6.10.0-cp310-cp310-musllinux_1_2_x86_64.whl (158.1 kB view details)

Uploaded CPython 3.10 musllinux: musl 1.2+ x86-64

shewchuk-6.10.0-cp310-cp310-musllinux_1_2_aarch64.whl (136.6 kB view details)

Uploaded CPython 3.10 musllinux: musl 1.2+ ARM64

shewchuk-6.10.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (158.5 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ x86-64

shewchuk-6.10.0-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl (145.1 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ s390x

shewchuk-6.10.0-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (149.0 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ppc64le

shewchuk-6.10.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (135.5 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ARM64

shewchuk-6.10.0-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (141.5 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ i686 manylinux: glibc 2.5+ i686

shewchuk-6.10.0-cp310-cp310-macosx_11_0_arm64.whl (36.1 kB view details)

Uploaded CPython 3.10 macOS 11.0+ ARM64

shewchuk-6.10.0-cp310-cp310-macosx_10_9_x86_64.whl (40.2 kB view details)

Uploaded CPython 3.10 macOS 10.9+ x86-64

shewchuk-6.10.0-cp310-cp310-macosx_10_9_universal2.whl (62.9 kB view details)

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

shewchuk-6.10.0-cp39-cp39-win_amd64.whl (39.7 kB view details)

Uploaded CPython 3.9 Windows x86-64

shewchuk-6.10.0-cp39-cp39-win32.whl (35.6 kB view details)

Uploaded CPython 3.9 Windows x86

shewchuk-6.10.0-cp39-cp39-musllinux_1_2_x86_64.whl (157.4 kB view details)

Uploaded CPython 3.9 musllinux: musl 1.2+ x86-64

shewchuk-6.10.0-cp39-cp39-musllinux_1_2_aarch64.whl (135.5 kB view details)

Uploaded CPython 3.9 musllinux: musl 1.2+ ARM64

shewchuk-6.10.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (157.5 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ x86-64

shewchuk-6.10.0-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl (144.8 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ s390x

shewchuk-6.10.0-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (148.5 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ppc64le

shewchuk-6.10.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (134.9 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ARM64

shewchuk-6.10.0-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (140.5 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ i686 manylinux: glibc 2.5+ i686

shewchuk-6.10.0-cp39-cp39-macosx_11_0_arm64.whl (36.7 kB view details)

Uploaded CPython 3.9 macOS 11.0+ ARM64

shewchuk-6.10.0-cp39-cp39-macosx_10_9_x86_64.whl (40.9 kB view details)

Uploaded CPython 3.9 macOS 10.9+ x86-64

shewchuk-6.10.0-cp39-cp39-macosx_10_9_universal2.whl (64.2 kB view details)

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

File details

Details for the file shewchuk-6.10.0.tar.gz.

File metadata

  • Download URL: shewchuk-6.10.0.tar.gz
  • Upload date:
  • Size: 32.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.12.7

File hashes

Hashes for shewchuk-6.10.0.tar.gz
Algorithm Hash digest
SHA256 cb6bd748a3d65990e9acef254785161c6441f9b6b2c9a1e8806ea22d407dabfc
MD5 395a9f60318fa4345a4fcdb27af432cb
BLAKE2b-256 3fa46aad9cc9c037dfdc4129b634007af8f35ef198fb261690e2e032f2e88cab

See more details on using hashes here.

File details

Details for the file shewchuk-6.10.0-cp313-cp313-win_amd64.whl.

File metadata

File hashes

Hashes for shewchuk-6.10.0-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 0259fd9d9ff2c100de34e9ec8b2337314c2bcfe496c4d25fd9ba6fc31b7f8ee5
MD5 40f7ea0ed1bfccd8318478f1c5ee9a72
BLAKE2b-256 baf6796e0d91eff05ff1e682507fc7e19684045fa6f67bf71231db2d21ce13c5

See more details on using hashes here.

File details

Details for the file shewchuk-6.10.0-cp313-cp313-win32.whl.

File metadata

  • Download URL: shewchuk-6.10.0-cp313-cp313-win32.whl
  • Upload date:
  • Size: 35.8 kB
  • Tags: CPython 3.13, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.12.7

File hashes

Hashes for shewchuk-6.10.0-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 982f8e4a127527d477e93815b1f542bc8b6f1cd853d33a7e5906646efc14ef5d
MD5 98abfb85fb4cb2471f7b07feffbd5bb3
BLAKE2b-256 8e5a3cbf9bad81b704c6393074801b491b5e404cc43e312dcd0a093462166bbe

See more details on using hashes here.

File details

Details for the file shewchuk-6.10.0-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for shewchuk-6.10.0-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 6db43045a500c766a275303bc04891b614cb7a73e4b0813bb2439df64ab6203d
MD5 ee88bed053caa2b79455ab55f76ea48f
BLAKE2b-256 cd0bd79d07fb25ad7dc60a3544ffd7aecd0f2e2fce9677e41c927446a16626cd

See more details on using hashes here.

File details

Details for the file shewchuk-6.10.0-cp313-cp313-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for shewchuk-6.10.0-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 d261af4fea7e8c37de562733bbfff815d4277f0cfe65188873ebae0c45404856
MD5 cf3fe812762f922abda040a0a3cbfcc4
BLAKE2b-256 09ebe6baac81c406849c1a1bc81fe62bf52bdb271c1a0ff5df50bde486189871

See more details on using hashes here.

File details

Details for the file shewchuk-6.10.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for shewchuk-6.10.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 5bb77da9c57ce43e134c37b1713511ab3b7b3bd3b70b31db1e92ff8fff7deb13
MD5 32bcd14f85421ee8f45e94952c767a01
BLAKE2b-256 961ba78755aceeedbe464fdafe44264a1211ab80ef8248eea3a1063efd9a17f1

See more details on using hashes here.

File details

Details for the file shewchuk-6.10.0-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for shewchuk-6.10.0-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 3715f0a3037b55641773d376220f44e8231186dc5263338e3916cac29bb6f1e8
MD5 8d80451f0cbda25d9288c21d9d4010b5
BLAKE2b-256 465a5f84e3ccd6441975c3b06ced666d1dc6496ff7889b36436043781ea58fd7

See more details on using hashes here.

File details

Details for the file shewchuk-6.10.0-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for shewchuk-6.10.0-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 507758fb1d092de7624b2c6114a77e132c7a29680f5dfb608f8f4ea36801d4f7
MD5 53eaee7fab1d051710da20f6e2de4eea
BLAKE2b-256 f89e162b964ed2a59c1c66861cc5837426ceb258ec1b426cc6a10cd115949bd8

See more details on using hashes here.

File details

Details for the file shewchuk-6.10.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for shewchuk-6.10.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 0de608de12ae57985bb3f92d740d2783863e91dbf35dc97718a46387415c9b48
MD5 0e7c80fe580201ad3485ad01dd2c17c5
BLAKE2b-256 86a2aed5bcd1d802d983243571c71db00f6366931415e0a17edabefb602d7f5a

See more details on using hashes here.

File details

Details for the file shewchuk-6.10.0-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for shewchuk-6.10.0-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 b239d6d806d185700c12d6aeb6d2fc3c9971c5e4fce1f2b609826b8641e280b4
MD5 5c5fe0b6eef0f74db42e8fc0f846f4c6
BLAKE2b-256 46e6eca0080f3d54ac8ab752e1c68136bcbd99e32e655c269f9c6e168fc6110f

See more details on using hashes here.

File details

Details for the file shewchuk-6.10.0-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for shewchuk-6.10.0-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 5cca59f2f7ffdf707bc4c7acf778d3a689334acc8faa61317a4b31ad54ce06b0
MD5 964ad11ad5dd418bafc78bc868dff0b7
BLAKE2b-256 64fb2191ae412954c99c60f91f4e8abc0fa9e4715f6d6e371fea79830a2eed58

See more details on using hashes here.

File details

Details for the file shewchuk-6.10.0-cp313-cp313-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for shewchuk-6.10.0-cp313-cp313-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 6430dc05a42ffe9819b54b793f9a66a64c15736a81a76ebfb79c50809d9d9879
MD5 649274c2e07e3cffd7f1fcec0010e8d4
BLAKE2b-256 8152bd91034173591cd240245fbe775d6398d90705df53f1b3348c53fa6954e8

See more details on using hashes here.

File details

Details for the file shewchuk-6.10.0-cp313-cp313-macosx_10_13_universal2.whl.

File metadata

File hashes

Hashes for shewchuk-6.10.0-cp313-cp313-macosx_10_13_universal2.whl
Algorithm Hash digest
SHA256 f9105c75aae4ca3a5ad5c4d5c85ffd2f9a617f7e05eb8f49f007818576f20a20
MD5 17d46fe5d3b1fe7b2ce7283862f93cc1
BLAKE2b-256 d4e28753804c75db5799c2407cc18cfdfeb1280a29104b4e8cca78b374218d7d

See more details on using hashes here.

File details

Details for the file shewchuk-6.10.0-cp312-cp312-win_amd64.whl.

File metadata

File hashes

Hashes for shewchuk-6.10.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 2c41462b2b56c663e65ee99a08f933c8f7ea6f8e43e7529377261d3cd93d7af5
MD5 e5599783be2f7dcdc1b7a0d8c58ad6d1
BLAKE2b-256 4008dd6589c66a2ee40444775509c0d7054c416da623d14eecd1e3e11a5cc688

See more details on using hashes here.

File details

Details for the file shewchuk-6.10.0-cp312-cp312-win32.whl.

File metadata

  • Download URL: shewchuk-6.10.0-cp312-cp312-win32.whl
  • Upload date:
  • Size: 35.8 kB
  • Tags: CPython 3.12, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.12.7

File hashes

Hashes for shewchuk-6.10.0-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 7f2185c41cf81e24491a1fe8663bf05231989fba53b8855c9abc67b54a5a80a0
MD5 c0688b30ff372c9fc4dee6a0e22d5fb1
BLAKE2b-256 4e974558760fe47ff536c0b5075d861cd2d1e3e2582219cbfc6735bc1761bc04

See more details on using hashes here.

File details

Details for the file shewchuk-6.10.0-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for shewchuk-6.10.0-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 57bdc9f47393f5180d98f71713a5628596317cba188b1ea78d76cae2fb575d66
MD5 546dd34e09c12c3104d8c2875213684f
BLAKE2b-256 c22ab1711384fbed89f0394d827182361c6a1131282fd784eb5495621762da28

See more details on using hashes here.

File details

Details for the file shewchuk-6.10.0-cp312-cp312-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for shewchuk-6.10.0-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 e274a9fd6bfc03370c5e7cd8edf9e5fe281e537b9aef3d755bb41a91ab8f188e
MD5 6a820a97e42da13877aebdaaf7c8da84
BLAKE2b-256 8a5eed0295667d4597fb9a00ce1c7e3ac2c231f0756abad32695c28d8cb222f6

See more details on using hashes here.

File details

Details for the file shewchuk-6.10.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for shewchuk-6.10.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 a39864675844fd9fb29f8db2078e120d6e375361d32cd36e3f57c368743fb5c5
MD5 3b753c60d5ffb8c29b27dc9ff1c5c36f
BLAKE2b-256 783224efd14ab82cb37dd509a936b5997e23bc9203f2d3533396f3f9e59369cc

See more details on using hashes here.

File details

Details for the file shewchuk-6.10.0-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for shewchuk-6.10.0-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 ba830a28b9ce9b94113ef829ce73c308ae22bbf46e2fef398ee5bb07811c2784
MD5 8e01ac360cfccd8ebe2592783fe3ed35
BLAKE2b-256 aac4a576a80121c6e7d2166260523e7dc5d738629f31f18dd2febea7b77c9860

See more details on using hashes here.

File details

Details for the file shewchuk-6.10.0-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for shewchuk-6.10.0-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 ee1e78b747e5d136422eb5f16e8c8e981a1f58a3e332642b6870230be927d224
MD5 adcc1cd18751f073f021d9b70ccfb795
BLAKE2b-256 cec326cb4739bbc0df8201e5f473308a609e2a32fd033abc15625e95f84b9f59

See more details on using hashes here.

File details

Details for the file shewchuk-6.10.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for shewchuk-6.10.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 5174b9c37aef9ef7aab9ec36ddc6dc1ff2d0dc0bc0bb8e6f3b7beb1cdca6c1db
MD5 e377b2c07b4585008b0e04d8f113aad7
BLAKE2b-256 1a8716401551a6b56396aa5dd68a236e20cb74f0d1cb562fff05d6dfe2d3fc64

See more details on using hashes here.

File details

Details for the file shewchuk-6.10.0-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for shewchuk-6.10.0-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 e937941dd002261a6e28303ffcd5b7f1caa38ddfff0a5f03307caa04c60f7249
MD5 df81eb7d7ac4586d549135e4325738d0
BLAKE2b-256 7fd2d7e5572fb767b81f9a6522adb9caee7e8c0f3bdee819863f11000dc1f816

See more details on using hashes here.

File details

Details for the file shewchuk-6.10.0-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for shewchuk-6.10.0-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 189de15e246674569ef8b4ca7f202ed4678d9df509cee2d47a4d8f6b3d0e8339
MD5 84b3df23af38cc339e0a8b3d91386612
BLAKE2b-256 fbf02489e47e27bb86a1b6675aac73cffd4c8b9cb8502e64020f560795c615e3

See more details on using hashes here.

File details

Details for the file shewchuk-6.10.0-cp312-cp312-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for shewchuk-6.10.0-cp312-cp312-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 742f2706d77b6d4446b2a2315ce74290ffe02b6bce3165d33b85a7c1a8071d7f
MD5 8502c3f433deca68e865e59ee5efa3ba
BLAKE2b-256 92a0f057ccd54276e88c43dc94892f9c6b02d16198243f0f93ba38eabfc155c4

See more details on using hashes here.

File details

Details for the file shewchuk-6.10.0-cp312-cp312-macosx_10_13_universal2.whl.

File metadata

File hashes

Hashes for shewchuk-6.10.0-cp312-cp312-macosx_10_13_universal2.whl
Algorithm Hash digest
SHA256 691748c5689b5d9382b9684856df03859b571a11cf3479049f940bb94080d2b7
MD5 9b61aac239c916760bdcc17e2dbd6ec1
BLAKE2b-256 46839227c1f0170beabeebdd38aafd603dcc6ce3d1b4ca9a920c4193613e46e3

See more details on using hashes here.

File details

Details for the file shewchuk-6.10.0-cp311-cp311-win_amd64.whl.

File metadata

File hashes

Hashes for shewchuk-6.10.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 0444e5dd75f6d429c561a108706aebc8b45f7ea5eb391f8023ccd7cc01a74f6a
MD5 8c1a737baaeb1c5b5a85abd9b7cbc0db
BLAKE2b-256 d1c3ddca1cb5eb3a93cc7ee1e999b1e36bcab57fe1880906c15ba5d414025168

See more details on using hashes here.

File details

Details for the file shewchuk-6.10.0-cp311-cp311-win32.whl.

File metadata

  • Download URL: shewchuk-6.10.0-cp311-cp311-win32.whl
  • Upload date:
  • Size: 35.6 kB
  • Tags: CPython 3.11, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.12.7

File hashes

Hashes for shewchuk-6.10.0-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 6ad5f5abd9bc2222c34693c7b57abb5b73391ccc1417b0964c809f52fcd2b4b2
MD5 3b096f2d3b65d4b8ffea50184c8204db
BLAKE2b-256 69c5d67870beec8e535676fae84c95cdfe7451c571c00e374219591c794df392

See more details on using hashes here.

File details

Details for the file shewchuk-6.10.0-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for shewchuk-6.10.0-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 475fa615c7a6901b3d65a584cde1ba3b24667879dd80f34b1d66bf73fade463c
MD5 6f05e58cf06f174d6d49a90524507369
BLAKE2b-256 bf3cb3f999c5650a69eaa8df4d52f9920b3f69e39d0ab9d56efd3aceecf63d61

See more details on using hashes here.

File details

Details for the file shewchuk-6.10.0-cp311-cp311-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for shewchuk-6.10.0-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 7cd5f8d58bc9e05dca62303b8a04bcf45687b37b0a28143397a5688c58613841
MD5 4fb715ffe657210693906bea76eb3af0
BLAKE2b-256 e42dc2fb64f78b7c84993dc66f9003cdc9090c3d9568abcb66cd343c59c6e84e

See more details on using hashes here.

File details

Details for the file shewchuk-6.10.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for shewchuk-6.10.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 9d9b3c9433d3429db036164701d872d2469d3fc437a1e00bf3b28ed2197e13e1
MD5 16b3c707ed52fc53a5702a4fdb1ba868
BLAKE2b-256 7585b92f3ae85bd0c43ea9fb92be545d6bc72b39deab8617063ade193536ae8a

See more details on using hashes here.

File details

Details for the file shewchuk-6.10.0-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for shewchuk-6.10.0-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 279f0363d163f0ffeb54a9b0576bac230477393b868db4d84c7eb322efbed04d
MD5 cafbedb30a05a7bfe0b4c7f1181bde12
BLAKE2b-256 81dfea43e8c248fc03e8e3df76d06c158c5318d02d8cdf6712fefdf7c0c0b688

See more details on using hashes here.

File details

Details for the file shewchuk-6.10.0-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for shewchuk-6.10.0-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 614dc79d3fa64b644bcb87037d60f394e3fc9c95452b3fb3af534380abb8672e
MD5 3133468d8711857ac113442e65ce6456
BLAKE2b-256 e11c7743f563ee624692bb9d28a9c9f35e9a97596a3b7fb7e9cc6e15e4c82c16

See more details on using hashes here.

File details

Details for the file shewchuk-6.10.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for shewchuk-6.10.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 35c3e206da08dc910f7269bb87b9d844df69c19952b4dcc247cf8895cf0167b2
MD5 4151428b5c1d38ef92dfb33cedb9978c
BLAKE2b-256 13e47f438a93b57b722e2538421b76ddd6d9cd0b88c016f382b3f65043aed03b

See more details on using hashes here.

File details

Details for the file shewchuk-6.10.0-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for shewchuk-6.10.0-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 f943b43666ebf20b552a3d924b8338992c6f32f6cb127bcb80d98190b3bd6bee
MD5 833bb947f843a111886f375778b3544f
BLAKE2b-256 e3143a5127d09665c0e3206802e8423bd97897a2259f8f7212850ebaab8b5cad

See more details on using hashes here.

File details

Details for the file shewchuk-6.10.0-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for shewchuk-6.10.0-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 202f15ce44d240865ac31a5d239df5ff689d7d2f549331787bdb84217434bb54
MD5 ff53c83f5811390f42b16f94a98eb7c0
BLAKE2b-256 03c74734feec292c430e3672aa5e287e72b140dc4c7566f026c792256703bb61

See more details on using hashes here.

File details

Details for the file shewchuk-6.10.0-cp311-cp311-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for shewchuk-6.10.0-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 3d21a6219f56fe4c6f90fca69ecebbd4054cd3a69a1766f784394189b9425684
MD5 c787014b02680282d3f016d023496dce
BLAKE2b-256 7df244238917fb3347b78d768a34d93990dd45b12ab7d12d4a2f2e091782b1f8

See more details on using hashes here.

File details

Details for the file shewchuk-6.10.0-cp311-cp311-macosx_10_9_universal2.whl.

File metadata

File hashes

Hashes for shewchuk-6.10.0-cp311-cp311-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 712da783519ee6d488ef7a2b28016361c9e5cb02f70854939f8575802c58a6a1
MD5 da837dd4c0d1a84124cc29ff1bb2146d
BLAKE2b-256 cb0dfecd15a7ad68097a23dbfdecd3965ae291cdc1c38cda9d8a004af5fdf579

See more details on using hashes here.

File details

Details for the file shewchuk-6.10.0-cp310-cp310-win_amd64.whl.

File metadata

File hashes

Hashes for shewchuk-6.10.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 60ef1102728915aea5a47fb3ce393d2aa1aa2cf3e0508d2a0ca256e21a84ec43
MD5 9e77f2d8da8c19684734f4d94a8e8880
BLAKE2b-256 5279ddccb3c047f0a66dd00f992d4557c6a8928216eb9daf633476ad1849e51e

See more details on using hashes here.

File details

Details for the file shewchuk-6.10.0-cp310-cp310-win32.whl.

File metadata

  • Download URL: shewchuk-6.10.0-cp310-cp310-win32.whl
  • Upload date:
  • Size: 35.6 kB
  • Tags: CPython 3.10, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.12.7

File hashes

Hashes for shewchuk-6.10.0-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 2c71bf3aa94a1ba83d4b41cbfc2653e5921a7fc984b91b2def2a4f5e1e43fb61
MD5 fd87f5694df22e043f17700d3bcd2059
BLAKE2b-256 cb34ca8f154f6e9bfb55326be77fd1fc9b74b884275cd8ee71f2c633fc87cd3a

See more details on using hashes here.

File details

Details for the file shewchuk-6.10.0-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for shewchuk-6.10.0-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 2638d164e6c52649224d30ccf1cc01d3de6257621a909f174db72141cff66aca
MD5 dd26731a7ed9da8756f5f6916f49868f
BLAKE2b-256 7eff888ae7c0c119256ba76b14a53603bc789b54a6e33dc73ec4d177d338cacd

See more details on using hashes here.

File details

Details for the file shewchuk-6.10.0-cp310-cp310-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for shewchuk-6.10.0-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 65611ebec65d5e5e4345f662d89f251a900540289158cfc1c1c12569bf0ec114
MD5 3e953683fc63f8ff397626dbce3b2fa3
BLAKE2b-256 1b1330708ecfbf8ca56cae2a632f9d33b2805e20210fe01283fbeb628fd9dd0b

See more details on using hashes here.

File details

Details for the file shewchuk-6.10.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for shewchuk-6.10.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 d523d1e97d4ffda5331b02a0996f778457f354b3017c62c743af692ba6d3c091
MD5 da2fb36d24af1b2de32053507a7064a2
BLAKE2b-256 71bb7b628d160266082a81eeb6fc784ec4e4b22e21e2d856f31712f9e8e2a7bc

See more details on using hashes here.

File details

Details for the file shewchuk-6.10.0-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for shewchuk-6.10.0-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 485aad4adc672f7f95d9f611dab68a000003a395d9db41b54ad4a1cf2a1b9e12
MD5 8c48e7aaf3ea42b781fb4449b867c897
BLAKE2b-256 6cb136acc3943ed81f31da1cec6e430741bacfc5289b6e31c5bb2a13e356333f

See more details on using hashes here.

File details

Details for the file shewchuk-6.10.0-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for shewchuk-6.10.0-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 7340969da93e4cdc6cfa30a177e3a082a7491fae2099fd0a25f0e7c22866542d
MD5 9e5e5fcfecc9934fd5454078d150da6c
BLAKE2b-256 7b7fea2bd772b1a9c55b9d42852dd9f3c5a00df819cf19a9fe33705f269448a5

See more details on using hashes here.

File details

Details for the file shewchuk-6.10.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for shewchuk-6.10.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 cec9febf548285df3f8f01a2e1d5f9289b8addc2168c493cde3e777c646d35b7
MD5 b60f91bd42e94dfca5d72d211f35eced
BLAKE2b-256 02447a55604d3c517c08ff55dbfa1123504dfb9d983c4b9b41f017460cf955b0

See more details on using hashes here.

File details

Details for the file shewchuk-6.10.0-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for shewchuk-6.10.0-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 1c501807fab6c96e5512796cda22cdf1a719ef1066266aa4ab91d0c29bf5e068
MD5 9a98b70b1257d53038641939e5070e90
BLAKE2b-256 b16a24a34b1e37f1c5d111db43479d5a11277b62ed9ab7d350d8e17dbfd45c7c

See more details on using hashes here.

File details

Details for the file shewchuk-6.10.0-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for shewchuk-6.10.0-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 93221afacfeeab81cf59a23517a679b5bdd5860beb6558ee7c24efd8c5d0bfa5
MD5 5468a92bb6575afe6d16068a4e5e1fa8
BLAKE2b-256 9064b97854421925daa4924fd2aad07ccee4127ed7eb9bb24b701dca0289e6a0

See more details on using hashes here.

File details

Details for the file shewchuk-6.10.0-cp310-cp310-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for shewchuk-6.10.0-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 1a6077fd25fa790859bca0d784c82a5f685ca5069b34b3efc200558d8aede77b
MD5 a43ec073d05382462c66b6bbd9dd7155
BLAKE2b-256 8d7e427071d26267257fe514800d159b2f9d4d7a101437e8d20e9a9a6539abf9

See more details on using hashes here.

File details

Details for the file shewchuk-6.10.0-cp310-cp310-macosx_10_9_universal2.whl.

File metadata

File hashes

Hashes for shewchuk-6.10.0-cp310-cp310-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 4c14028a32e3a2816212c7a1095e49ca389629b3299f4b1b95d4824ac3b871b5
MD5 4ba74b8ba26ea1061c6671ebe3cae4ab
BLAKE2b-256 862139d38147a78c1a9d40c20f0be188d9832280a6853ee9a0801dcb05c32e32

See more details on using hashes here.

File details

Details for the file shewchuk-6.10.0-cp39-cp39-win_amd64.whl.

File metadata

  • Download URL: shewchuk-6.10.0-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 39.7 kB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.12.7

File hashes

Hashes for shewchuk-6.10.0-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 2a14045741488929d8410ba899670d284027ecb66ecd709661821b7eac7cad94
MD5 59d98d80a3d2bb0af3bb8141e286f256
BLAKE2b-256 db2f51f33c1e830f338c45d82b3d85ce0b1f17ed7874abaaf45d6c42f01f3c66

See more details on using hashes here.

File details

Details for the file shewchuk-6.10.0-cp39-cp39-win32.whl.

File metadata

  • Download URL: shewchuk-6.10.0-cp39-cp39-win32.whl
  • Upload date:
  • Size: 35.6 kB
  • Tags: CPython 3.9, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.12.7

File hashes

Hashes for shewchuk-6.10.0-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 da8a7aa04b415632f55bb5bf5908d7cc2a135e2765f0cf20dcbbe13c4d77ede6
MD5 3ddf45e2f2318fcd5d2ebcc117440ce2
BLAKE2b-256 38995f4b97180d70fcb966b83238f05f3defae1572af3897bec645f8f7159b3a

See more details on using hashes here.

File details

Details for the file shewchuk-6.10.0-cp39-cp39-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for shewchuk-6.10.0-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 47a08dbc6de319abf0decc0f572f51b1d1de4a9a76a5542b2ece9ccf6d642bff
MD5 1bcbf948a85fe57b7858f924f7179376
BLAKE2b-256 b1ad30bfdaeeea9631e781c241a7e75549564f9dad24d59aeb3846bdb0547060

See more details on using hashes here.

File details

Details for the file shewchuk-6.10.0-cp39-cp39-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for shewchuk-6.10.0-cp39-cp39-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 e2e842382e021f1437f592f28be4dd86b36b40db4a63f8ea3bdf00756d9fbcd1
MD5 fb3a3c5f4a0a2e7a4be8c83d8bd9ff51
BLAKE2b-256 6318fd381a5df027c70497e86c9727d983bcaf58f8e73356da68c9a42511e5ea

See more details on using hashes here.

File details

Details for the file shewchuk-6.10.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for shewchuk-6.10.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 efddfbb24992a716d2e7cde4188375d344df03cd69d85415d0169c524b3bd4ef
MD5 6b77518f98dae7cb87c2358b0b477b6a
BLAKE2b-256 09e53f2cdc9a27f5b2149335126d25ba781e0028ba36ed5d789c837e3b68a405

See more details on using hashes here.

File details

Details for the file shewchuk-6.10.0-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for shewchuk-6.10.0-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 00a1fc4ee77d1956d4e4191340b942b5d4bcc456e85f05f2d7efb1393d2c80cc
MD5 a58b4a407516f930bc75d5d2a4597992
BLAKE2b-256 c6b0b08fe00478e20214626a5ebfdea2c1bdbe9ea42a60c5f3af394abee36224

See more details on using hashes here.

File details

Details for the file shewchuk-6.10.0-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for shewchuk-6.10.0-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 9bd5b0b4fce5d86f1f0f90e788db660c1b3c93c2483070e5f322ba744d3a41d6
MD5 95fc07d23910fb22199490d950b13321
BLAKE2b-256 0136b674c898b0f3fa146955d661d8564185a6f01ac5cb72bd464cce258179f3

See more details on using hashes here.

File details

Details for the file shewchuk-6.10.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for shewchuk-6.10.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 8865d14c1f0993e0333b98ab0320216c8ff8af58f2e047279f588edab1abb98d
MD5 680b5a1eb12348c0e568d6961fe16332
BLAKE2b-256 5b73cd03f0b776a689dd2be62d966113b79fab8804bc53f04ac99a9b66bd0906

See more details on using hashes here.

File details

Details for the file shewchuk-6.10.0-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for shewchuk-6.10.0-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 fa4eb61c84e5266c1ae29c4d8191edff5a7643e4ce731984d80220ae3d825547
MD5 4100fe46267d680ceb0fb7608b27ab23
BLAKE2b-256 21a67d48d2dae5ce7e90d1d5f5678e2bc0f4e4afe0096cfbd7f18fb9ba1adbb3

See more details on using hashes here.

File details

Details for the file shewchuk-6.10.0-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for shewchuk-6.10.0-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 c1d72faebe88cb32f5baa4ce6d61f7b00a3628a1f4ecb3901e5a4c677e7c786f
MD5 6157fef5d1e8493772e943e83693baa6
BLAKE2b-256 8f73804f54b645fd549ff06f450972d096d5ba075f7e5f9f9ccbbce9712f3e9a

See more details on using hashes here.

File details

Details for the file shewchuk-6.10.0-cp39-cp39-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for shewchuk-6.10.0-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 5912ad9ddb9072cf829c3309a27581986171e77d6de89d1f4757b4a531f10814
MD5 8524b287e4029e18f68561d07c9c5bec
BLAKE2b-256 d1c0d3aa5c1e1f06e3b36131c8efc52f23262ece243b571fa72ad2a367daa528

See more details on using hashes here.

File details

Details for the file shewchuk-6.10.0-cp39-cp39-macosx_10_9_universal2.whl.

File metadata

File hashes

Hashes for shewchuk-6.10.0-cp39-cp39-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 40126bdee8ca3cb19b0fc21671c43da60ee06fba8de5a55f30857b1cb0d2c0af
MD5 bf7a07a8572c8fc7b15087c53b880ece
BLAKE2b-256 9f7dc33f2f6d4e65bb7363637bec42a6fc3e2bc480ed0b6529e76f4f7e9732e4

See more details on using hashes here.

Supported by

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