Skip to main content

python geogram binding

Project description

pygeogram: python binding for geogram

This repos provides python bindings for geogram's state-of-the-art Voronoi diagram builder and related algorithms.

Pre-built binary wheels are provided on PyPI which can then be installed with

pip install geogram

Example

A 2D Laguerre diagram can be computed with:

import geogram as geo
import numpy as np

(vertices, triangles) = geo.shape.quad()

seeds = np.random.rand(10000, 2)
voronoi = geo.Voronoi(seeds, domain_vertices=vertices, domain_simplices=triangles)

Elements of the diagram are provided, regardless of the dimension through a decomposition of the diagram into simplices. It should not to be confused with the dual of the diagram, the Delaunay triangulation. Instead, each Voronoi cell is decomposed into a set of simplex:

  • q (#q, d): Voronoi vertices coordinates
  • t (#t, d): Simplices composing the Voronoi cells
  • tadj (#t, d): Simplex's neighbour index
  • tseed (#t): Simplex's corresponding seed index

Plotting the simplices edges t between the voronoi vertices q leads to

image image

See examples for additional notebooks.

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

geogram-0.0.4.tar.gz (16.3 MB view details)

Uploaded Source

Built Distributions

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

geogram-0.0.4-cp313-abi3-win_amd64.whl (8.1 MB view details)

Uploaded CPython 3.13+Windows x86-64

geogram-0.0.4-cp313-abi3-musllinux_1_2_x86_64.whl (8.6 MB view details)

Uploaded CPython 3.13+musllinux: musl 1.2+ x86-64

geogram-0.0.4-cp313-abi3-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (7.9 MB view details)

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

geogram-0.0.4-cp313-abi3-macosx_11_0_arm64.whl (6.6 MB view details)

Uploaded CPython 3.13+macOS 11.0+ ARM64

geogram-0.0.4-cp313-abi3-macosx_10_15_x86_64.whl (7.1 MB view details)

Uploaded CPython 3.13+macOS 10.15+ x86-64

geogram-0.0.4-cp312-cp312-win_amd64.whl (8.1 MB view details)

Uploaded CPython 3.12Windows x86-64

geogram-0.0.4-cp312-cp312-musllinux_1_2_x86_64.whl (8.6 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

geogram-0.0.4-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (7.9 MB view details)

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

geogram-0.0.4-cp312-cp312-macosx_11_0_arm64.whl (6.6 MB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

geogram-0.0.4-cp312-cp312-macosx_10_15_x86_64.whl (7.1 MB view details)

Uploaded CPython 3.12macOS 10.15+ x86-64

geogram-0.0.4-cp312-abi3-win_amd64.whl (8.1 MB view details)

Uploaded CPython 3.12+Windows x86-64

geogram-0.0.4-cp312-abi3-musllinux_1_2_x86_64.whl (8.6 MB view details)

Uploaded CPython 3.12+musllinux: musl 1.2+ x86-64

geogram-0.0.4-cp312-abi3-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (7.9 MB view details)

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

geogram-0.0.4-cp312-abi3-macosx_11_0_arm64.whl (6.6 MB view details)

Uploaded CPython 3.12+macOS 11.0+ ARM64

geogram-0.0.4-cp312-abi3-macosx_10_15_x86_64.whl (7.1 MB view details)

Uploaded CPython 3.12+macOS 10.15+ x86-64

geogram-0.0.4-cp311-cp311-win_amd64.whl (8.1 MB view details)

Uploaded CPython 3.11Windows x86-64

geogram-0.0.4-cp311-cp311-musllinux_1_2_x86_64.whl (8.6 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

geogram-0.0.4-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (7.9 MB view details)

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

geogram-0.0.4-cp311-cp311-macosx_11_0_arm64.whl (6.6 MB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

geogram-0.0.4-cp311-cp311-macosx_10_15_x86_64.whl (7.1 MB view details)

Uploaded CPython 3.11macOS 10.15+ x86-64

geogram-0.0.4-cp310-cp310-win_amd64.whl (8.1 MB view details)

Uploaded CPython 3.10Windows x86-64

geogram-0.0.4-cp310-cp310-musllinux_1_2_x86_64.whl (8.6 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

geogram-0.0.4-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (7.9 MB view details)

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

geogram-0.0.4-cp310-cp310-macosx_11_0_arm64.whl (6.6 MB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

geogram-0.0.4-cp310-cp310-macosx_10_15_x86_64.whl (7.1 MB view details)

Uploaded CPython 3.10macOS 10.15+ x86-64

geogram-0.0.4-cp39-cp39-win_amd64.whl (8.1 MB view details)

Uploaded CPython 3.9Windows x86-64

geogram-0.0.4-cp39-cp39-musllinux_1_2_x86_64.whl (8.6 MB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ x86-64

geogram-0.0.4-cp39-cp39-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (7.9 MB view details)

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

geogram-0.0.4-cp39-cp39-macosx_11_0_arm64.whl (6.6 MB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

geogram-0.0.4-cp39-cp39-macosx_10_15_x86_64.whl (7.1 MB view details)

Uploaded CPython 3.9macOS 10.15+ x86-64

File details

Details for the file geogram-0.0.4.tar.gz.

File metadata

  • Download URL: geogram-0.0.4.tar.gz
  • Upload date:
  • Size: 16.3 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for geogram-0.0.4.tar.gz
Algorithm Hash digest
SHA256 e6fcaa9da1abb30c2e8671430718a9c2e09b0960c1b3b667995f407ceb92c3fa
MD5 f64f87226d5137ba8198d304ef887de1
BLAKE2b-256 0b71ff4b008840e4a5eac5c27279a55fa75f71048ec27f881a4986af02e9b4ef

See more details on using hashes here.

Provenance

The following attestation bundles were made for geogram-0.0.4.tar.gz:

Publisher: wheels.yml on PlathC/pygeogram

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

File details

Details for the file geogram-0.0.4-cp313-abi3-win_amd64.whl.

File metadata

  • Download URL: geogram-0.0.4-cp313-abi3-win_amd64.whl
  • Upload date:
  • Size: 8.1 MB
  • 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 geogram-0.0.4-cp313-abi3-win_amd64.whl
Algorithm Hash digest
SHA256 361a4f752032e123f04b4f0666c87786813839623cad128aae41f06d33309856
MD5 7bf7d1226ad67c6767fcc60fd03e9349
BLAKE2b-256 f3a38d977d875f0595fc0ab11c07f1dfaa83a940d309fa098565490e0fc81780

See more details on using hashes here.

Provenance

The following attestation bundles were made for geogram-0.0.4-cp313-abi3-win_amd64.whl:

Publisher: wheels.yml on PlathC/pygeogram

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

File details

Details for the file geogram-0.0.4-cp313-abi3-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for geogram-0.0.4-cp313-abi3-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 5cf602f34f19f4b3188da982ae718ec545f4739165b0f38b71726d5db2bf2b9f
MD5 8ec85c61d307991ee149bb0d599b3483
BLAKE2b-256 29c1b2defcb4de4e6a9a438ee4438cd4a33fbc73e6a4481df90aba94fccad1e9

See more details on using hashes here.

Provenance

The following attestation bundles were made for geogram-0.0.4-cp313-abi3-musllinux_1_2_x86_64.whl:

Publisher: wheels.yml on PlathC/pygeogram

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

File details

Details for the file geogram-0.0.4-cp313-abi3-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for geogram-0.0.4-cp313-abi3-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 602173f6f6c5d37ac76648b61c633d19b1835b001755c8d7f1b510d6676cace3
MD5 55ed9507ed8da8438cf5e0cc02828d04
BLAKE2b-256 d19bc752b97e1fc42a9aefb011f66aaf36e241a1f58c451d0853958be604c144

See more details on using hashes here.

Provenance

The following attestation bundles were made for geogram-0.0.4-cp313-abi3-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl:

Publisher: wheels.yml on PlathC/pygeogram

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

File details

Details for the file geogram-0.0.4-cp313-abi3-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for geogram-0.0.4-cp313-abi3-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 5066a4bd85623dc1e25f5d862997a873941bdaae798fb23e46df697a0aa5c5fe
MD5 7fb46d8b8d869fd7bb6a9ca65ef88158
BLAKE2b-256 81474f6cccb1c363ea9cae88f52811ef89d8159352493abc70054b06a5a9ec85

See more details on using hashes here.

Provenance

The following attestation bundles were made for geogram-0.0.4-cp313-abi3-macosx_11_0_arm64.whl:

Publisher: wheels.yml on PlathC/pygeogram

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

File details

Details for the file geogram-0.0.4-cp313-abi3-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for geogram-0.0.4-cp313-abi3-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 c92ccd89100a0587ee1bb18572009a6e632047c26988b1a51f2f1563080b49ec
MD5 a97fae1d22e03f1cce99e1f841dee295
BLAKE2b-256 63d70576485210142137877cd1222c781379bfd3cfafddc2ec56bacf76fcdc4b

See more details on using hashes here.

Provenance

The following attestation bundles were made for geogram-0.0.4-cp313-abi3-macosx_10_15_x86_64.whl:

Publisher: wheels.yml on PlathC/pygeogram

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

File details

Details for the file geogram-0.0.4-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: geogram-0.0.4-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 8.1 MB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for geogram-0.0.4-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 beb97e7e3ee68eb9c9a5bda5b8443dfae1f659d5865a871e097da00f425c4dec
MD5 fa47d222737758a081e6c1f85d87ab1a
BLAKE2b-256 63f0ac80fdfd4e8219c73312c02568233c8bd82c2bd155fa9b8f7829f2c48298

See more details on using hashes here.

Provenance

The following attestation bundles were made for geogram-0.0.4-cp312-cp312-win_amd64.whl:

Publisher: wheels.yml on PlathC/pygeogram

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

File details

Details for the file geogram-0.0.4-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for geogram-0.0.4-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 d834bfaabe22c8da0761d7b2a9047b89c5e9b0e323e90d5d8a469b9ef5c1b279
MD5 0daa3a79dd8a42ca11fc5469a28255e0
BLAKE2b-256 710ee73f685b500c339e283e9020dcb48be7ded6d9a7bbbba43fdc7c02e66267

See more details on using hashes here.

Provenance

The following attestation bundles were made for geogram-0.0.4-cp312-cp312-musllinux_1_2_x86_64.whl:

Publisher: wheels.yml on PlathC/pygeogram

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

File details

Details for the file geogram-0.0.4-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for geogram-0.0.4-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 31e57d9f25091e410251b08237fb25688cde06c8487dba98bb969233af563e11
MD5 df92df90e9f9a086ba6d2ac7a65a4cac
BLAKE2b-256 3a0da0957cf728e983bcaeeac18fab83651844efa3ab59342b3133dd24c55edb

See more details on using hashes here.

Provenance

The following attestation bundles were made for geogram-0.0.4-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl:

Publisher: wheels.yml on PlathC/pygeogram

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

File details

Details for the file geogram-0.0.4-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for geogram-0.0.4-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 160d3c25a477da94f2bf51ae457ad0288b1df6a4c5d4a115b0853446b6cd9a53
MD5 7cc94a20ee3b17afa551cd5e567945e3
BLAKE2b-256 88d28d3ca622472d575d7f65142b28106c17cf232867a565cd549e53eee3deed

See more details on using hashes here.

Provenance

The following attestation bundles were made for geogram-0.0.4-cp312-cp312-macosx_11_0_arm64.whl:

Publisher: wheels.yml on PlathC/pygeogram

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

File details

Details for the file geogram-0.0.4-cp312-cp312-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for geogram-0.0.4-cp312-cp312-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 6e6731e5067f5831e1ef4677ace4aa300e1b2ad914f1a0c14ed7c934ec8d9628
MD5 d53454b4f68c921e6205cd44d221b9e8
BLAKE2b-256 57361453bdf31a209f1e6f244b1c59b91cf87ddfc1ed66d5fb7216fa9f70a046

See more details on using hashes here.

Provenance

The following attestation bundles were made for geogram-0.0.4-cp312-cp312-macosx_10_15_x86_64.whl:

Publisher: wheels.yml on PlathC/pygeogram

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

File details

Details for the file geogram-0.0.4-cp312-abi3-win_amd64.whl.

File metadata

  • Download URL: geogram-0.0.4-cp312-abi3-win_amd64.whl
  • Upload date:
  • Size: 8.1 MB
  • Tags: CPython 3.12+, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for geogram-0.0.4-cp312-abi3-win_amd64.whl
Algorithm Hash digest
SHA256 ad981c1efa6ca1231d2ac6cbdc41bb35288372b908367db8a554aa65e5902e0e
MD5 d5a74cd8860f4f90479fef1fad329df9
BLAKE2b-256 0cf8836df66ceafb22ff9b276174e784f4c03f7eeba0b16d7e554c4b124c7d82

See more details on using hashes here.

Provenance

The following attestation bundles were made for geogram-0.0.4-cp312-abi3-win_amd64.whl:

Publisher: wheels.yml on PlathC/pygeogram

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

File details

Details for the file geogram-0.0.4-cp312-abi3-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for geogram-0.0.4-cp312-abi3-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 73228aa1a7330e665dc410e8fae99dd32bc4fdc41a74783f2fd102a2d4462f34
MD5 d348d38ca6ef705902eb9f860ea656b4
BLAKE2b-256 8436865a06b4d5a05d6945c5decef60e218d92fc1c44e8e0b94810e821739dae

See more details on using hashes here.

Provenance

The following attestation bundles were made for geogram-0.0.4-cp312-abi3-musllinux_1_2_x86_64.whl:

Publisher: wheels.yml on PlathC/pygeogram

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

File details

Details for the file geogram-0.0.4-cp312-abi3-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for geogram-0.0.4-cp312-abi3-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 17c11dc9c35706407817f879b3d7afd577e2056961562311e282ee0826654380
MD5 137f31040359a004717c3803671ab23a
BLAKE2b-256 162f2103fbdb7409e27b67e4e74f85b364f034822f4acbcaba67e7911692aaa7

See more details on using hashes here.

Provenance

The following attestation bundles were made for geogram-0.0.4-cp312-abi3-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl:

Publisher: wheels.yml on PlathC/pygeogram

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

File details

Details for the file geogram-0.0.4-cp312-abi3-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for geogram-0.0.4-cp312-abi3-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 0553ad73be8b4241ee9e5cc4ec285ab793191101b155867882583266e6b734eb
MD5 3454b923ad0ed84b43d70dc7efe538ec
BLAKE2b-256 2cddf49ed9060ea0358244ae5d90bf50d22f0a74e4c65c2247a43f870c4bbbdd

See more details on using hashes here.

Provenance

The following attestation bundles were made for geogram-0.0.4-cp312-abi3-macosx_11_0_arm64.whl:

Publisher: wheels.yml on PlathC/pygeogram

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

File details

Details for the file geogram-0.0.4-cp312-abi3-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for geogram-0.0.4-cp312-abi3-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 27b6cb6ffa6928ab73efdfba87ee50ce794475c64ed5ef0184247417798c1b91
MD5 ba18a1ca412bcb8d2b9dc68e66c9a429
BLAKE2b-256 a8edd1f83541f015c0afc11be85f3bd5fe6b0865939d0e2b8da35e857e7acdd9

See more details on using hashes here.

Provenance

The following attestation bundles were made for geogram-0.0.4-cp312-abi3-macosx_10_15_x86_64.whl:

Publisher: wheels.yml on PlathC/pygeogram

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

File details

Details for the file geogram-0.0.4-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: geogram-0.0.4-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 8.1 MB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for geogram-0.0.4-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 259ad38fe948db7c07bdb15a432b78e3c10648dbd2335ad0fec00026ac5fd9ef
MD5 2647cc2d6975e9a561da5cb88b014a27
BLAKE2b-256 79cbb45522a1492f4d3cf08600a42e50ee1c2987bcf656eb85249ec746ba05ca

See more details on using hashes here.

Provenance

The following attestation bundles were made for geogram-0.0.4-cp311-cp311-win_amd64.whl:

Publisher: wheels.yml on PlathC/pygeogram

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

File details

Details for the file geogram-0.0.4-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for geogram-0.0.4-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 eafa5762ce4b5185b1c27324cb5f33d39e4fdf3a80ac8f11518454c18ccee05b
MD5 aa0885e9bbbf28b30c86b85c40133f49
BLAKE2b-256 405bd1b4a5dc908fff599c27c7057eb096952793ad008119d54bc12d838b2674

See more details on using hashes here.

Provenance

The following attestation bundles were made for geogram-0.0.4-cp311-cp311-musllinux_1_2_x86_64.whl:

Publisher: wheels.yml on PlathC/pygeogram

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

File details

Details for the file geogram-0.0.4-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for geogram-0.0.4-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 809799447cb11d9234aae6b3c8a4e160f300588d99facb9c8e05b10564c57a38
MD5 d69d743dac53fc3ca1a0665361a3e1a7
BLAKE2b-256 f33c88d8eb525ccb2d2c6fddaa7aa9a359c5475789b27a39d8934f73fc6e27f6

See more details on using hashes here.

Provenance

The following attestation bundles were made for geogram-0.0.4-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl:

Publisher: wheels.yml on PlathC/pygeogram

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

File details

Details for the file geogram-0.0.4-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for geogram-0.0.4-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 554d705fcd14e1ea1cff5e4b7de7fb38a3f94b8e4bfa83c330ce0eddbaa4cac3
MD5 3b1869b9534df0a0929dcff3c311f234
BLAKE2b-256 87a2c58fffd4fab523f4e804307e64c9a21e44b08036cf566a446f5427094b4b

See more details on using hashes here.

Provenance

The following attestation bundles were made for geogram-0.0.4-cp311-cp311-macosx_11_0_arm64.whl:

Publisher: wheels.yml on PlathC/pygeogram

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

File details

Details for the file geogram-0.0.4-cp311-cp311-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for geogram-0.0.4-cp311-cp311-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 20e0d128b8038753c5e3a558333af33e7a76c8fa450d7909cd26d4573d4916b0
MD5 5326b37b46d1ac094c25d9c3381a983f
BLAKE2b-256 abbd5475409a10841e37036e1fbc5c27207134b4fd321fc0cd7c58fc8d307743

See more details on using hashes here.

Provenance

The following attestation bundles were made for geogram-0.0.4-cp311-cp311-macosx_10_15_x86_64.whl:

Publisher: wheels.yml on PlathC/pygeogram

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

File details

Details for the file geogram-0.0.4-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: geogram-0.0.4-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 8.1 MB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for geogram-0.0.4-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 3298633622820094d6451b904287933372f633d3fe925a2365c78b288fb75590
MD5 1e04711cd22d8a6879f9b40a115d26dc
BLAKE2b-256 3439c3a074e0ee32a7c0c01e14d66513e7c8816460fb2a4c92b981e415276230

See more details on using hashes here.

Provenance

The following attestation bundles were made for geogram-0.0.4-cp310-cp310-win_amd64.whl:

Publisher: wheels.yml on PlathC/pygeogram

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

File details

Details for the file geogram-0.0.4-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for geogram-0.0.4-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 5464367dff3022bb38f0844c5b25fd35379c7073f852fc3769e8e2f0dc77037d
MD5 3b07c6d8a12813e38a9602bf8cefe9d6
BLAKE2b-256 8569bd168c7602616000c7152721c2b53fe72c2c3c095bdf0ff0b3e495afb512

See more details on using hashes here.

Provenance

The following attestation bundles were made for geogram-0.0.4-cp310-cp310-musllinux_1_2_x86_64.whl:

Publisher: wheels.yml on PlathC/pygeogram

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

File details

Details for the file geogram-0.0.4-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for geogram-0.0.4-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 456f174ee25f301e126812592ac1b77402c9398ca044f807c2cdd6a122ec0cc2
MD5 7fd66ef2321f29c962649fdc3c1adfe3
BLAKE2b-256 1c2c3f87c0ff8e337907f9ad930c41f5b75bf4a4756dd4ae84203b83fa15c193

See more details on using hashes here.

Provenance

The following attestation bundles were made for geogram-0.0.4-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl:

Publisher: wheels.yml on PlathC/pygeogram

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

File details

Details for the file geogram-0.0.4-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for geogram-0.0.4-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 62912fccd8c635e3b5ce3af5525be4fe7db0b2a50dbffa4ac095b8fbc53c74f1
MD5 0f6228c3af053ed96e5557ca78e71510
BLAKE2b-256 b0e396fecf9b36ec5ee4329f7552f553aac06c04d86bff295cb91bada55dd18b

See more details on using hashes here.

Provenance

The following attestation bundles were made for geogram-0.0.4-cp310-cp310-macosx_11_0_arm64.whl:

Publisher: wheels.yml on PlathC/pygeogram

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

File details

Details for the file geogram-0.0.4-cp310-cp310-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for geogram-0.0.4-cp310-cp310-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 e9416ebc38211f02929a07d13be04bb8f705211f38902b3b19ac740adba5d73e
MD5 6cfbdb3ba85b0ecca1865ee7c7c44134
BLAKE2b-256 ab91dfd3ccf6848accac5d5f7041b46eb389e9fb3bf0e5e59313c131ca1b1503

See more details on using hashes here.

Provenance

The following attestation bundles were made for geogram-0.0.4-cp310-cp310-macosx_10_15_x86_64.whl:

Publisher: wheels.yml on PlathC/pygeogram

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

File details

Details for the file geogram-0.0.4-cp39-cp39-win_amd64.whl.

File metadata

  • Download URL: geogram-0.0.4-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 8.1 MB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for geogram-0.0.4-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 8371828cbca74557b05c7a9463695ed0b3c6de1be9bda126fce9b78f922cf07f
MD5 adbdca6b97788c44bdb4a7dd23730bed
BLAKE2b-256 3ad442adb42eb7f905213605a2df5c68ac98744898ac59c937b92e04865586de

See more details on using hashes here.

Provenance

The following attestation bundles were made for geogram-0.0.4-cp39-cp39-win_amd64.whl:

Publisher: wheels.yml on PlathC/pygeogram

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

File details

Details for the file geogram-0.0.4-cp39-cp39-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for geogram-0.0.4-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 143cc5247fdecf9b57b754ba328517b80f13494d75bbc0ac361c8eb6e4d5cd41
MD5 8a22664dcece577a19d06ca182b74bea
BLAKE2b-256 80228d9d473fda877851a991cab3948b0e1156c2ab7f1c35680157b3c5c9c77c

See more details on using hashes here.

Provenance

The following attestation bundles were made for geogram-0.0.4-cp39-cp39-musllinux_1_2_x86_64.whl:

Publisher: wheels.yml on PlathC/pygeogram

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

File details

Details for the file geogram-0.0.4-cp39-cp39-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for geogram-0.0.4-cp39-cp39-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 2c439325a139c333939e9cc657f197c2e5aacca5921f916b7758d20f233de565
MD5 9ef1a797c1d8dbc2d358d514da58acbf
BLAKE2b-256 c318cb9ce3bafaa57c471f38a2f2a2f987638c3e19defe35b4d1454b390fdb72

See more details on using hashes here.

Provenance

The following attestation bundles were made for geogram-0.0.4-cp39-cp39-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl:

Publisher: wheels.yml on PlathC/pygeogram

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

File details

Details for the file geogram-0.0.4-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for geogram-0.0.4-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 9ff7f2ca803a4c8205ec647bf0aee9941902d3175d36a87e98bddf138d4ba24c
MD5 764413b9125a9d69e9f0822319882a4a
BLAKE2b-256 cd00abe62339cc570b984a192d7ec1c37944c2c83130883068ed35c3851d74f8

See more details on using hashes here.

Provenance

The following attestation bundles were made for geogram-0.0.4-cp39-cp39-macosx_11_0_arm64.whl:

Publisher: wheels.yml on PlathC/pygeogram

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

File details

Details for the file geogram-0.0.4-cp39-cp39-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for geogram-0.0.4-cp39-cp39-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 d46612c504a847d3ed6e899e07cf2d1b519695816a9711ae2334177a47ca51c7
MD5 78defc755f3c0735280e683c32d43a3a
BLAKE2b-256 43386971689ceb1cf52176f164a312b13862b52f7fe747fbd4b34eab2eb49184

See more details on using hashes here.

Provenance

The following attestation bundles were made for geogram-0.0.4-cp39-cp39-macosx_10_15_x86_64.whl:

Publisher: wheels.yml on PlathC/pygeogram

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