Skip to main content

python bindings for cgal for implicit model meshing

Project description

Loop-cgal

Loop-cgal is a Python package for mesh processing operations using the CGAL (Computational Geometry Algorithms Library). It is designed for efficient geometric computations using pyvista objects.

Features

  • Python bindings for CGAL using pybind11.
  • Current features:
    • clipping of 3D triangular surfaces
  • Future features:
    • Marching cubes algorithm for isosurface extraction
    • Boolean operations on marching cube meshes.

Installation

Prerequisites

  • C++17 or later
  • Python 3.11 or later
  • CGAL library
  • Boost library
  • CMake 3.15 or later
  • pybind11
  • scikit-build
  • pyvista

Build and Install

  1. Clone the repository:
    git clone https://github.com/Loop3D/loop-cgal.git
    cd loop-cgal
    pip install .
    
  2. Alternatively, you can install it directly from PyPI:
    pip install loop-cgal
    

Windows using vcpkg

To install dependencies using vcpkg:

  1. Install vcpkg following the official guide.
  2. Install required libraries:
    vcpkg install yasm-tool:x86-windows cgal:x64-windows
    
  3. Set the VCPKG_ROOT environment variable to point to your vcpkg installation directory.
  4. Set the CMAKE_ARGS to include -DCMAKE_TOOLCHAIN_FILE and -DVCPKG_ROOT e.g. CMAKE_ARGS="-DCMAKE_TOOLCHAIN_FILE=$Env:VCPKG_ROOT\scripts\buildsystems\vcpkg.cmake -DVCPKG_ROOT=$Env:VCPKG_ROOT"
  5. Proceed with the build and installation steps as described above.

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

loop_cgal-0.1.5.tar.gz (16.7 kB view details)

Uploaded Source

Built Distributions

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

loop_cgal-0.1.5-cp313-cp313-win_amd64.whl (437.5 kB view details)

Uploaded CPython 3.13Windows x86-64

loop_cgal-0.1.5-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (1.2 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.27+ x86-64manylinux: glibc 2.28+ x86-64

loop_cgal-0.1.5-cp313-cp313-macosx_15_0_x86_64.whl (493.2 kB view details)

Uploaded CPython 3.13macOS 15.0+ x86-64

loop_cgal-0.1.5-cp313-cp313-macosx_15_0_arm64.whl (841.5 kB view details)

Uploaded CPython 3.13macOS 15.0+ ARM64

loop_cgal-0.1.5-cp312-cp312-win_amd64.whl (437.5 kB view details)

Uploaded CPython 3.12Windows x86-64

loop_cgal-0.1.5-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (1.2 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.27+ x86-64manylinux: glibc 2.28+ x86-64

loop_cgal-0.1.5-cp312-cp312-macosx_15_0_x86_64.whl (493.1 kB view details)

Uploaded CPython 3.12macOS 15.0+ x86-64

loop_cgal-0.1.5-cp312-cp312-macosx_15_0_arm64.whl (841.5 kB view details)

Uploaded CPython 3.12macOS 15.0+ ARM64

loop_cgal-0.1.5-cp311-cp311-win_amd64.whl (435.9 kB view details)

Uploaded CPython 3.11Windows x86-64

loop_cgal-0.1.5-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (1.2 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.27+ x86-64manylinux: glibc 2.28+ x86-64

loop_cgal-0.1.5-cp311-cp311-macosx_15_0_x86_64.whl (492.2 kB view details)

Uploaded CPython 3.11macOS 15.0+ x86-64

loop_cgal-0.1.5-cp311-cp311-macosx_15_0_arm64.whl (841.0 kB view details)

Uploaded CPython 3.11macOS 15.0+ ARM64

loop_cgal-0.1.5-cp310-cp310-win_amd64.whl (435.3 kB view details)

Uploaded CPython 3.10Windows x86-64

loop_cgal-0.1.5-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (1.2 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.27+ x86-64manylinux: glibc 2.28+ x86-64

loop_cgal-0.1.5-cp310-cp310-macosx_15_0_x86_64.whl (490.5 kB view details)

Uploaded CPython 3.10macOS 15.0+ x86-64

loop_cgal-0.1.5-cp310-cp310-macosx_15_0_arm64.whl (839.8 kB view details)

Uploaded CPython 3.10macOS 15.0+ ARM64

loop_cgal-0.1.5-cp39-cp39-win_amd64.whl (436.4 kB view details)

Uploaded CPython 3.9Windows x86-64

loop_cgal-0.1.5-cp39-cp39-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (1.2 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.27+ x86-64manylinux: glibc 2.28+ x86-64

loop_cgal-0.1.5-cp39-cp39-macosx_15_0_x86_64.whl (490.6 kB view details)

Uploaded CPython 3.9macOS 15.0+ x86-64

loop_cgal-0.1.5-cp39-cp39-macosx_15_0_arm64.whl (839.8 kB view details)

Uploaded CPython 3.9macOS 15.0+ ARM64

File details

Details for the file loop_cgal-0.1.5.tar.gz.

File metadata

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

File hashes

Hashes for loop_cgal-0.1.5.tar.gz
Algorithm Hash digest
SHA256 fadf3699a6af39b4309d9c13ccaf8bb4de650ed1569956853a0f421581a1519a
MD5 0676377b42366f56c96e5c4064ff65cc
BLAKE2b-256 21d822f9dc0c31170a8a099924fe62ae9c3e9c3a98d2c99d742fd4e04627f027

See more details on using hashes here.

Provenance

The following attestation bundles were made for loop_cgal-0.1.5.tar.gz:

Publisher: pypi.yml on Loop3D/loop-cgal

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

File details

Details for the file loop_cgal-0.1.5-cp313-cp313-win_amd64.whl.

File metadata

  • Download URL: loop_cgal-0.1.5-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 437.5 kB
  • Tags: CPython 3.13, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for loop_cgal-0.1.5-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 fbcb193a04bd504a1d0bf7b1238495df65d1355a029558ce9dab705c88ae470e
MD5 8c1e3a1fbdda6656d5eeb00b4a887873
BLAKE2b-256 6355be32e807a87292e0cd0be43a83ec73e9d704c7f2ff20e072921025c75449

See more details on using hashes here.

Provenance

The following attestation bundles were made for loop_cgal-0.1.5-cp313-cp313-win_amd64.whl:

Publisher: pypi.yml on Loop3D/loop-cgal

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

File details

Details for the file loop_cgal-0.1.5-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for loop_cgal-0.1.5-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 050d29c2000082827a09c2af934ad10ae89cb8d971c7bf75337b57d4653115c4
MD5 5e2f2a072aca0774d8d4aeed6dffbaab
BLAKE2b-256 bc92a564682d9f3b8a06257e3be171cb4ea0e07529a9ad916710996852031448

See more details on using hashes here.

Provenance

The following attestation bundles were made for loop_cgal-0.1.5-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl:

Publisher: pypi.yml on Loop3D/loop-cgal

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

File details

Details for the file loop_cgal-0.1.5-cp313-cp313-macosx_15_0_x86_64.whl.

File metadata

File hashes

Hashes for loop_cgal-0.1.5-cp313-cp313-macosx_15_0_x86_64.whl
Algorithm Hash digest
SHA256 17f9ca02e0abf9b65f722b7e263bb21f40a6724c7bc8febf5bb0003118e1aaef
MD5 9af4738ee42e11516df22c83d62f640a
BLAKE2b-256 e4ec05745411e256bac66c7f406e8df82272da0c459a24ff1fae1aa733f456bd

See more details on using hashes here.

Provenance

The following attestation bundles were made for loop_cgal-0.1.5-cp313-cp313-macosx_15_0_x86_64.whl:

Publisher: pypi.yml on Loop3D/loop-cgal

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

File details

Details for the file loop_cgal-0.1.5-cp313-cp313-macosx_15_0_arm64.whl.

File metadata

File hashes

Hashes for loop_cgal-0.1.5-cp313-cp313-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 476ee662c0c4e1b03885a359ca4ce9c9d50b8c8f8c2a79d7b7695d196f5a1294
MD5 941f3b1ec054b5c23d54c408e59601f4
BLAKE2b-256 685063b1831de21a4cfabd3dd7eb80ff4fcbb948a418f0d9d3168f4e7f0c0bdb

See more details on using hashes here.

Provenance

The following attestation bundles were made for loop_cgal-0.1.5-cp313-cp313-macosx_15_0_arm64.whl:

Publisher: pypi.yml on Loop3D/loop-cgal

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

File details

Details for the file loop_cgal-0.1.5-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: loop_cgal-0.1.5-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 437.5 kB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for loop_cgal-0.1.5-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 2750cd1a3896671e2d4f5bb030e3fcf3c4e68f2d55f6f2c31b3a2b7483f36e47
MD5 e6f7dd966716f23dda1afbdee71a8a4e
BLAKE2b-256 ea25fc6e017131e2ff43df436f0fce3964cce4af896be16b75f8065e3ce7f75d

See more details on using hashes here.

Provenance

The following attestation bundles were made for loop_cgal-0.1.5-cp312-cp312-win_amd64.whl:

Publisher: pypi.yml on Loop3D/loop-cgal

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

File details

Details for the file loop_cgal-0.1.5-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for loop_cgal-0.1.5-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 fa1914548c2ba8da1ccbc943435d05d8d540254d66eaf5036e82dcecc1bfc24a
MD5 92cbe15b55df23adedd0386239711323
BLAKE2b-256 442fc0b6d26ca5d5fa4e609bbc0beec504a0206bbcc6851259505494088b7c38

See more details on using hashes here.

Provenance

The following attestation bundles were made for loop_cgal-0.1.5-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl:

Publisher: pypi.yml on Loop3D/loop-cgal

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

File details

Details for the file loop_cgal-0.1.5-cp312-cp312-macosx_15_0_x86_64.whl.

File metadata

File hashes

Hashes for loop_cgal-0.1.5-cp312-cp312-macosx_15_0_x86_64.whl
Algorithm Hash digest
SHA256 69ee0a1455db10ec85fa741c062c6e68853ed73c3bc10f5209b143b3f1cfc992
MD5 a87eb6ac26ddc24072b6229610aecc99
BLAKE2b-256 57aae6daa7c06089dd752d179c913b6055e4de32d30d0dbed60b56cb59dbe7ff

See more details on using hashes here.

Provenance

The following attestation bundles were made for loop_cgal-0.1.5-cp312-cp312-macosx_15_0_x86_64.whl:

Publisher: pypi.yml on Loop3D/loop-cgal

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

File details

Details for the file loop_cgal-0.1.5-cp312-cp312-macosx_15_0_arm64.whl.

File metadata

File hashes

Hashes for loop_cgal-0.1.5-cp312-cp312-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 6176ded2cbd27c82d24f1604e13524a6f27331f829248cc3f924f6fe403d6122
MD5 a568c5f757f2140e88a7ae82e41549ae
BLAKE2b-256 1cc35ba26f989009baef2d30887ea17308f8a524ec851431bd9de1209fc457c6

See more details on using hashes here.

Provenance

The following attestation bundles were made for loop_cgal-0.1.5-cp312-cp312-macosx_15_0_arm64.whl:

Publisher: pypi.yml on Loop3D/loop-cgal

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

File details

Details for the file loop_cgal-0.1.5-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: loop_cgal-0.1.5-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 435.9 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 loop_cgal-0.1.5-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 3cd2da00da69aaf914ecf5750f8cc7a473a11b5d1d17e5cdfaa0129b27b45f4c
MD5 c3def7eca0c9dad24f28e15ab7af15bf
BLAKE2b-256 492f8bbcf5a7b033694b6386e115382e444f1fc612bf0a680b0bdaed8110a7b1

See more details on using hashes here.

Provenance

The following attestation bundles were made for loop_cgal-0.1.5-cp311-cp311-win_amd64.whl:

Publisher: pypi.yml on Loop3D/loop-cgal

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

File details

Details for the file loop_cgal-0.1.5-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for loop_cgal-0.1.5-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 5d748fcffbf7db40dd79759ff46242cdb795a7b92a3775002e0cd89911879911
MD5 79ebdbb6407e1bb746875662cb346d1e
BLAKE2b-256 7e18c379dc9f29e5c5934e5875b8524dd195aae9cd34b909ace7e2a17644c140

See more details on using hashes here.

Provenance

The following attestation bundles were made for loop_cgal-0.1.5-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl:

Publisher: pypi.yml on Loop3D/loop-cgal

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

File details

Details for the file loop_cgal-0.1.5-cp311-cp311-macosx_15_0_x86_64.whl.

File metadata

File hashes

Hashes for loop_cgal-0.1.5-cp311-cp311-macosx_15_0_x86_64.whl
Algorithm Hash digest
SHA256 b98e7d656a6c59fd4da37b93e82d06f11480da62fd584192574629ae96ae0595
MD5 23d124267ca6838e6a8a0fc633d2f35e
BLAKE2b-256 f647807c2f7b72c11f8645d9598bc5f39064f54d52d40d9cd050e2c773a5b49e

See more details on using hashes here.

Provenance

The following attestation bundles were made for loop_cgal-0.1.5-cp311-cp311-macosx_15_0_x86_64.whl:

Publisher: pypi.yml on Loop3D/loop-cgal

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

File details

Details for the file loop_cgal-0.1.5-cp311-cp311-macosx_15_0_arm64.whl.

File metadata

File hashes

Hashes for loop_cgal-0.1.5-cp311-cp311-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 ec22472095760bf88503cbe3dc5313a37d8c980c69668f0c549fd19e47754022
MD5 fbdd34e32c1198dc37baced79e28dfdc
BLAKE2b-256 103b78aebea0be6257f9c57dfddf13898e9da07658dc00a8813fb24a0ecec394

See more details on using hashes here.

Provenance

The following attestation bundles were made for loop_cgal-0.1.5-cp311-cp311-macosx_15_0_arm64.whl:

Publisher: pypi.yml on Loop3D/loop-cgal

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

File details

Details for the file loop_cgal-0.1.5-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: loop_cgal-0.1.5-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 435.3 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 loop_cgal-0.1.5-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 cef028be030a371734c34750ffd24a9e953e724fdbe5b970704c8624eb4f110e
MD5 79b99d94220be715f8de2624d8453096
BLAKE2b-256 4a6d54b959520dad65315f59c9335ce5422be7d2f15605780cd76a380c075429

See more details on using hashes here.

Provenance

The following attestation bundles were made for loop_cgal-0.1.5-cp310-cp310-win_amd64.whl:

Publisher: pypi.yml on Loop3D/loop-cgal

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

File details

Details for the file loop_cgal-0.1.5-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for loop_cgal-0.1.5-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 19cd6e8126c4dd2aa7e6de9d874788f48dcf55aea73a389f12d30dc79980a326
MD5 fd27ff331794365c555a91aa3523178f
BLAKE2b-256 31088d27305a4748d59a0e5166997256b8419ce40629356b3da4c1bbf3a99b4e

See more details on using hashes here.

Provenance

The following attestation bundles were made for loop_cgal-0.1.5-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl:

Publisher: pypi.yml on Loop3D/loop-cgal

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

File details

Details for the file loop_cgal-0.1.5-cp310-cp310-macosx_15_0_x86_64.whl.

File metadata

File hashes

Hashes for loop_cgal-0.1.5-cp310-cp310-macosx_15_0_x86_64.whl
Algorithm Hash digest
SHA256 0e643f39ed84af74de4a6f31470c3b658dfa8a58c89ca875db0ff1cb9365faf5
MD5 c251639b5ef870fd23391ed7a72e4066
BLAKE2b-256 176dfa9b0523b8c72ad46f7d8d070f7a482dda1dd6d43e707dda54e8ba588daf

See more details on using hashes here.

Provenance

The following attestation bundles were made for loop_cgal-0.1.5-cp310-cp310-macosx_15_0_x86_64.whl:

Publisher: pypi.yml on Loop3D/loop-cgal

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

File details

Details for the file loop_cgal-0.1.5-cp310-cp310-macosx_15_0_arm64.whl.

File metadata

File hashes

Hashes for loop_cgal-0.1.5-cp310-cp310-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 d5574e651e06ac3e8f882e0d0cadcf1666e477cf69e5b8f58b876de4eaa3ddac
MD5 cd42d7fe78421c61a65572a02a5e12e4
BLAKE2b-256 942981eff18155a3dcf0dcea92822897f7938584dfe40d1e435b326b1c96cb18

See more details on using hashes here.

Provenance

The following attestation bundles were made for loop_cgal-0.1.5-cp310-cp310-macosx_15_0_arm64.whl:

Publisher: pypi.yml on Loop3D/loop-cgal

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

File details

Details for the file loop_cgal-0.1.5-cp39-cp39-win_amd64.whl.

File metadata

  • Download URL: loop_cgal-0.1.5-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 436.4 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 loop_cgal-0.1.5-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 833e2bf66551cfeb690c6253fa8855abb1945ed61d8f4a48d79a9f6215854820
MD5 7b29b1e883e8bf193a18a51c85e7cd3a
BLAKE2b-256 0fc8607332141f524e554319ce2b070e6577aab482784cf94865c8c6092e27c3

See more details on using hashes here.

Provenance

The following attestation bundles were made for loop_cgal-0.1.5-cp39-cp39-win_amd64.whl:

Publisher: pypi.yml on Loop3D/loop-cgal

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

File details

Details for the file loop_cgal-0.1.5-cp39-cp39-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for loop_cgal-0.1.5-cp39-cp39-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 bb61b5d86876e73c60a676153f7add815ca3f96937c8816fa357e452113e3643
MD5 73eaad11a397d573704ea6ce8be98c8c
BLAKE2b-256 0974c0792e75fc199c29e95f5f8839d8ea100ce22aecc049982f13fe9465d00a

See more details on using hashes here.

Provenance

The following attestation bundles were made for loop_cgal-0.1.5-cp39-cp39-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl:

Publisher: pypi.yml on Loop3D/loop-cgal

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

File details

Details for the file loop_cgal-0.1.5-cp39-cp39-macosx_15_0_x86_64.whl.

File metadata

File hashes

Hashes for loop_cgal-0.1.5-cp39-cp39-macosx_15_0_x86_64.whl
Algorithm Hash digest
SHA256 e8e5929de47df1c0c1daf46ab18e5b32bc2d5442cae4cda9e089783427bce405
MD5 e13addfc9c8599d2fae87ebef8d5cc24
BLAKE2b-256 4e6590c9d050036e0b1b6fd4f65e4acdcc7360e6a6b3e88493aadf8e84e1f143

See more details on using hashes here.

Provenance

The following attestation bundles were made for loop_cgal-0.1.5-cp39-cp39-macosx_15_0_x86_64.whl:

Publisher: pypi.yml on Loop3D/loop-cgal

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

File details

Details for the file loop_cgal-0.1.5-cp39-cp39-macosx_15_0_arm64.whl.

File metadata

File hashes

Hashes for loop_cgal-0.1.5-cp39-cp39-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 e380330ee3a6b08221afdf6da4cfa7cf5145cf9a6bc3886816d5b4481f3f44ca
MD5 8018777b5373c882766b76ecab43ac66
BLAKE2b-256 e8ef6d011b0d44a51c6204aa07877a3967cffdac7d0979203ed6d28e3d65ddf2

See more details on using hashes here.

Provenance

The following attestation bundles were made for loop_cgal-0.1.5-cp39-cp39-macosx_15_0_arm64.whl:

Publisher: pypi.yml on Loop3D/loop-cgal

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