Skip to main content

peclet-geom

peclet.geom — analytic-SDF scene authoring for the peclet suite: CSG trees over signed-distance primitives, batch evaluation, lattice baking, and rigid-body mass properties (mass, centre of mass, the full inertia tensor, and the principal frame as three moments plus a quaternion).

pip install peclet-geom        # or just `pip install peclet` — it is part of the family
from peclet import geom

s = geom.SceneBuilder()
head   = s.add_leaf("torus", ...)
handle = s.add_leaf("capsule", ...)
body   = s.add_union([head, handle])
m, com, inertia, quat = s.body_properties(body, lo, hi)
racket = s.principal_frame(body, lo, hi)     # re-expressed exactly, no resampling

Why this is its own package

It is host-only: no MPI, no Kokkos, no GPU — its closure is six peclet/core/geom/*.hpp headers plus two common ones, and it depends on nothing but numpy at runtime. That is what lets it ship as wheels and be part of a plain pip install peclet.

Until peclet 1.2.0 this code was peclet.core.geom inside the peclet-core distribution, whose build requires an MPI toolchain because it also builds the halo bindings. A pure-geometry API was therefore unobtainable without MPI — which broke eleven gallery pages and peclet.dem's scene_particle.build(). The boundary rule and the migration ladder are in suite/docs/CORE_BOUNDARY.md.

peclet.core.geom still works and is the same object — peclet.core.geom.SceneBuilder is peclet.geom.SceneBuilder — it gains a DeprecationWarning in 1.3.0 and is removed in 2.0.0.

Build from source

cmake -S python -B python/build -DCMAKE_BUILD_TYPE=Release
cmake --build python/build -j
PYTHONPATH=python/build python -c "from peclet import geom; print(geom.SceneBuilder())"

The core headers come from a sibling ../core checkout if present, else are fetched at PECLET_CORE_TAG (cmake/PecletDeps.cmake). Point at a core worktree with -DPECLET_SIBLING_PECLET_CORE=/path/to/core-worktree.

Faithfulness gate

python/state_hash.py hashes every public entry path. The recorded reference is byte-identical to what peclet-core 1.0.2 produced before the split — a changed digit is a bug in the move:

OMP_NUM_THREADS=1 PYTHONPATH=python/build python python/state_hash.py --check python/state_hash_reference.json

License

MIT — see LICENSE.

Release files for peclet-geom 1.0.0

For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.

Source distribution (sdist)

Source distribution for peclet-geom 1.0.0
File Size Uploaded
peclet_geom-1.0.0.tar.gz 20.2 kB Details

Built distributions (wheels)

Table of built distributions (wheels) for peclet-geom 1.0.0
File
peclet_geom-1.0.0-cp314-cp314-win_amd64.whl CPython 3.14 CPython 3.14 Windows x86-64 Details
peclet_geom-1.0.0-cp314-cp314-win32.whl CPython 3.14 CPython 3.14 Windows x86-32 Details
peclet_geom-1.0.0-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl CPython 3.14 CPython 3.14 Linux glibc 2.28+ x86-64, Linux glibc 2.27+ x86-64 Details
peclet_geom-1.0.0-cp314-cp314-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl CPython 3.14 CPython 3.14 Linux glibc 2.26+ ARM64, Linux glibc 2.28+ ARM64 Details
peclet_geom-1.0.0-cp314-cp314-macosx_11_0_arm64.whl CPython 3.14 CPython 3.14 macOS 11.0+ ARM64 Details
peclet_geom-1.0.0-cp313-cp313-win_amd64.whl CPython 3.13 CPython 3.13 Windows x86-64 Details
peclet_geom-1.0.0-cp313-cp313-win32.whl CPython 3.13 CPython 3.13 Windows x86-32 Details
peclet_geom-1.0.0-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl CPython 3.13 CPython 3.13 Linux glibc 2.28+ x86-64, Linux glibc 2.27+ x86-64 Details
peclet_geom-1.0.0-cp313-cp313-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl CPython 3.13 CPython 3.13 Linux glibc 2.26+ ARM64, Linux glibc 2.28+ ARM64 Details
peclet_geom-1.0.0-cp313-cp313-macosx_11_0_arm64.whl CPython 3.13 CPython 3.13 macOS 11.0+ ARM64 Details
peclet_geom-1.0.0-cp312-cp312-win_amd64.whl CPython 3.12 CPython 3.12 Windows x86-64 Details
peclet_geom-1.0.0-cp312-cp312-win32.whl CPython 3.12 CPython 3.12 Windows x86-32 Details
peclet_geom-1.0.0-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl CPython 3.12 CPython 3.12 Linux glibc 2.28+ x86-64, Linux glibc 2.27+ x86-64 Details
peclet_geom-1.0.0-cp312-cp312-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl CPython 3.12 CPython 3.12 Linux glibc 2.26+ ARM64, Linux glibc 2.28+ ARM64 Details
peclet_geom-1.0.0-cp312-cp312-macosx_11_0_arm64.whl CPython 3.12 CPython 3.12 macOS 11.0+ ARM64 Details
peclet_geom-1.0.0-cp311-cp311-win_amd64.whl CPython 3.11 CPython 3.11 Windows x86-64 Details
peclet_geom-1.0.0-cp311-cp311-win32.whl CPython 3.11 CPython 3.11 Windows x86-32 Details
peclet_geom-1.0.0-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl CPython 3.11 CPython 3.11 Linux glibc 2.28+ x86-64, Linux glibc 2.27+ x86-64 Details
peclet_geom-1.0.0-cp311-cp311-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl CPython 3.11 CPython 3.11 Linux glibc 2.28+ ARM64, Linux glibc 2.26+ ARM64 Details
peclet_geom-1.0.0-cp311-cp311-macosx_11_0_arm64.whl CPython 3.11 CPython 3.11 macOS 11.0+ ARM64 Details
peclet_geom-1.0.0-cp310-cp310-win_amd64.whl CPython 3.10 CPython 3.10 Windows x86-64 Details
peclet_geom-1.0.0-cp310-cp310-win32.whl CPython 3.10 CPython 3.10 Windows x86-32 Details
peclet_geom-1.0.0-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl CPython 3.10 CPython 3.10 Linux glibc 2.28+ x86-64, Linux glibc 2.27+ x86-64 Details
peclet_geom-1.0.0-cp310-cp310-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl CPython 3.10 CPython 3.10 Linux glibc 2.26+ ARM64, Linux glibc 2.28+ ARM64 Details
peclet_geom-1.0.0-cp310-cp310-macosx_11_0_arm64.whl CPython 3.10 CPython 3.10 macOS 11.0+ ARM64 Details

Total release size: 2.6 MB

Release files / peclet_geom-1.0.0.tar.gz

Download URL peclet_geom-1.0.0.tar.gz
Size 20.2 kB
Tags Source
SHA-256 checksum
How to use checksums
53f510d2334fd519f9e85c2711fc4fdcd7a44575b40e5847d690a56e21618aa8
BLAKE2b-256 checksum
How to use checksums
54ce59ced72ca6fa07861413fd4ead760aa9308ecd87fae802cf4b3bb533bb85
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 21, 2026.

Transparency log

Release files / peclet_geom-1.0.0-cp314-cp314-win_amd64.whl

Download URL peclet_geom-1.0.0-cp314-cp314-win_amd64.whl
Size 114.3 kB
Tags CPython 3.14 Windows x86-64
SHA-256 checksum
How to use checksums
80ed615710195f1465350f1badc74ed2bbdf062271acaada3afb9aa012daa624
BLAKE2b-256 checksum
How to use checksums
818c9ec9e7dc0e51bbda9b7dc325aa6f3b7e88a433b2160f6734ea39cbe9a6ad
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 21, 2026.

Transparency log

Release files / peclet_geom-1.0.0-cp314-cp314-win32.whl

Download URL peclet_geom-1.0.0-cp314-cp314-win32.whl
Size 101.9 kB
Tags CPython 3.14 Windows x86-32
SHA-256 checksum
How to use checksums
71adf3b7a905e92330867b970baeb46032815ba488da37da52b789670de4ecba
BLAKE2b-256 checksum
How to use checksums
ec1cf1ebf8776c7abdf352812f7a2f442d2845ca0a0d2eea8c041cc36ab36c38
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 21, 2026.

Transparency log

Release files / peclet_geom-1.0.0-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl

Download URL peclet_geom-1.0.0-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Size 109.0 kB
Tags CPython 3.14 Linux glibc 2.27+ x86-64 Linux glibc 2.28+ x86-64
SHA-256 checksum
How to use checksums
f41a701de77bfce9509ccdd08fac42ffb2ca3484c0a8817a5bcba284b78e0c12
BLAKE2b-256 checksum
How to use checksums
ebb1b9c021f6453796c9e6a7c68254695886e3c9d9dde276760e2ea032fb6ff6
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 21, 2026.

Transparency log

Release files / peclet_geom-1.0.0-cp314-cp314-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl

Download URL peclet_geom-1.0.0-cp314-cp314-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Size 100.6 kB
Tags CPython 3.14 Linux glibc 2.26+ ARM64 Linux glibc 2.28+ ARM64
SHA-256 checksum
How to use checksums
408bc681dc0383132914690178e6fcc5cca3f0058961f73bd130123e9712a4cc
BLAKE2b-256 checksum
How to use checksums
25a16fb638aa02c68c60f7c6bf850a223167783888145aff994a06517e51727e
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 21, 2026.

Transparency log

Release files / peclet_geom-1.0.0-cp314-cp314-macosx_11_0_arm64.whl

Download URL peclet_geom-1.0.0-cp314-cp314-macosx_11_0_arm64.whl
Size 88.6 kB
Tags CPython 3.14 macOS 11.0+ ARM64
SHA-256 checksum
How to use checksums
892bc8c8a1eff5f860668a184900b1fee1017b95166bd0b50810285d3837a50d
BLAKE2b-256 checksum
How to use checksums
b3b19f96b2f39502368eedf2c4c8d4b566809ec846a15267ca6c6e24f6458524
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 21, 2026.

Transparency log

Release files / peclet_geom-1.0.0-cp313-cp313-win_amd64.whl

Download URL peclet_geom-1.0.0-cp313-cp313-win_amd64.whl
Size 111.3 kB
Tags CPython 3.13 Windows x86-64
SHA-256 checksum
How to use checksums
304b9a6c7554cf0f32f0fb9e7d96c5e8c36f14cef80225f9a953ba6c81320dad
BLAKE2b-256 checksum
How to use checksums
6a2780582f8ce0b85ff28c179b8eb6103ad369fc30122578f538834421cadc04
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 21, 2026.

Transparency log

Release files / peclet_geom-1.0.0-cp313-cp313-win32.whl

Download URL peclet_geom-1.0.0-cp313-cp313-win32.whl
Size 98.7 kB
Tags CPython 3.13 Windows x86-32
SHA-256 checksum
How to use checksums
aabe74d179475a715c9bf1610086de4416888a32ae9e6eae55466f152b6da0d7
BLAKE2b-256 checksum
How to use checksums
e274fcb7b7b785282af8e87ff0eb3537b2d6b563979e364466a099b6e029a8be
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 21, 2026.

Transparency log

Release files / peclet_geom-1.0.0-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl

Download URL peclet_geom-1.0.0-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Size 108.8 kB
Tags CPython 3.13 Linux glibc 2.27+ x86-64 Linux glibc 2.28+ x86-64
SHA-256 checksum
How to use checksums
65ca7875af52f06536e4d1f0f2b88c5ee74946a442ca9b7e48b6c0c8309c844a
BLAKE2b-256 checksum
How to use checksums
7ca38b1bcae1a4c5ff4888c46afe542b62228964bc312eef48167582bfbd7fba
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 21, 2026.

Transparency log

Release files / peclet_geom-1.0.0-cp313-cp313-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl

Download URL peclet_geom-1.0.0-cp313-cp313-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Size 100.5 kB
Tags CPython 3.13 Linux glibc 2.26+ ARM64 Linux glibc 2.28+ ARM64
SHA-256 checksum
How to use checksums
964c5469fccd64830e9b5fdfc4464f7a5e300d496a784a6bca9801bb538911f3
BLAKE2b-256 checksum
How to use checksums
891beba90aef6ed0f0f9ec9315b316d2595141ee2a636fc8e031dcc59edbdb2d
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 21, 2026.

Transparency log

Release files / peclet_geom-1.0.0-cp313-cp313-macosx_11_0_arm64.whl

Download URL peclet_geom-1.0.0-cp313-cp313-macosx_11_0_arm64.whl
Size 88.5 kB
Tags CPython 3.13 macOS 11.0+ ARM64
SHA-256 checksum
How to use checksums
c10eea71081c480937261f101cdad54774b6348419427021aef9b3300ecd3ec6
BLAKE2b-256 checksum
How to use checksums
b724252d597c3e68f9c174958f908170478dfab387ebd41fb47f0b36680cbc8e
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 21, 2026.

Transparency log

Release files / peclet_geom-1.0.0-cp312-cp312-win_amd64.whl

Download URL peclet_geom-1.0.0-cp312-cp312-win_amd64.whl
Size 111.3 kB
Tags CPython 3.12 Windows x86-64
SHA-256 checksum
How to use checksums
a4accda8a5aa661efa23eca44778e1f8dff3dbcff673655c4ea3d4aa17924c6b
BLAKE2b-256 checksum
How to use checksums
04928454153d55fce6671e017afbd8945950114a1ad22acf41e621c1e2a6c27c
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 21, 2026.

Transparency log

Release files / peclet_geom-1.0.0-cp312-cp312-win32.whl

Download URL peclet_geom-1.0.0-cp312-cp312-win32.whl
Size 98.7 kB
Tags CPython 3.12 Windows x86-32
SHA-256 checksum
How to use checksums
2315ad611ecf691b788b16a53af5396dc89930afe7f81fa43df975030d3c66ca
BLAKE2b-256 checksum
How to use checksums
b68d9fc11f6d67413023c383cd7932595f37843ffb8df19b92dc9f1d005c1be4
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 21, 2026.

Transparency log

Release files / peclet_geom-1.0.0-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl

Download URL peclet_geom-1.0.0-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Size 108.8 kB
Tags CPython 3.12 Linux glibc 2.27+ x86-64 Linux glibc 2.28+ x86-64
SHA-256 checksum
How to use checksums
20e9a78b9b500561bcbdc18d874d324bdbdfef7e8ce186bb4b71d9e587fcfca4
BLAKE2b-256 checksum
How to use checksums
f05564aa496f6dc2304c89474d321368db71eb4615925a72b690a83ba9ed9612
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 21, 2026.

Transparency log

Release files / peclet_geom-1.0.0-cp312-cp312-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl

Download URL peclet_geom-1.0.0-cp312-cp312-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Size 100.6 kB
Tags CPython 3.12 Linux glibc 2.26+ ARM64 Linux glibc 2.28+ ARM64
SHA-256 checksum
How to use checksums
d8c0ea419600585a1dd38e145dfe13d0d19e642a2e22f44f57972acd73858427
BLAKE2b-256 checksum
How to use checksums
4389f99ec3751eb34337442177162e621024cfbc5ab0510f3b42fc64709411fb
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 21, 2026.

Transparency log

Release files / peclet_geom-1.0.0-cp312-cp312-macosx_11_0_arm64.whl

Download URL peclet_geom-1.0.0-cp312-cp312-macosx_11_0_arm64.whl
Size 88.4 kB
Tags CPython 3.12 macOS 11.0+ ARM64
SHA-256 checksum
How to use checksums
349c8d4047b9f2ff577ed74b2c4072d9a6e6330cdffbb8204c2c23c11f95f261
BLAKE2b-256 checksum
How to use checksums
59aa2cecf1feefbc61a882ea7d936848cca8d0f7aa4251202a658aea43528474
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 21, 2026.

Transparency log

Release files / peclet_geom-1.0.0-cp311-cp311-win_amd64.whl

Download URL peclet_geom-1.0.0-cp311-cp311-win_amd64.whl
Size 111.4 kB
Tags CPython 3.11 Windows x86-64
SHA-256 checksum
How to use checksums
463df926a4f127910930cf15d2f2c25ef43d400ca634c2c5e58872a74c9416b5
BLAKE2b-256 checksum
How to use checksums
d1412df0fb63c5050327be0cebb1afc0d2196ee9d2ca3d1c5b55c2970f2d7baf
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 21, 2026.

Transparency log

Release files / peclet_geom-1.0.0-cp311-cp311-win32.whl

Download URL peclet_geom-1.0.0-cp311-cp311-win32.whl
Size 99.0 kB
Tags CPython 3.11 Windows x86-32
SHA-256 checksum
How to use checksums
9f54f02ffeb869c26600d0d66127c98c4cdf47cd2dddd14622a8598c3ea072f0
BLAKE2b-256 checksum
How to use checksums
9368391f8576afd0329c0cd659c6abf6593fa8df03db98bac138c4f783569513
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 21, 2026.

Transparency log

Release files / peclet_geom-1.0.0-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl

Download URL peclet_geom-1.0.0-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Size 109.1 kB
Tags CPython 3.11 Linux glibc 2.27+ x86-64 Linux glibc 2.28+ x86-64
SHA-256 checksum
How to use checksums
1f7aed8968c450c903c2ab8f4e9fb0153374fbb526155771740684293431f7af
BLAKE2b-256 checksum
How to use checksums
7d53dd4bf863be7df879912a5131ec74df4ed958b1be07948c95f391f258ff9b
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 21, 2026.

Transparency log

Release files / peclet_geom-1.0.0-cp311-cp311-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl

Download URL peclet_geom-1.0.0-cp311-cp311-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Size 101.3 kB
Tags CPython 3.11 Linux glibc 2.26+ ARM64 Linux glibc 2.28+ ARM64
SHA-256 checksum
How to use checksums
e18769e722e0c2e4d6f7f3bb9a4b169bc06c47c0fbc85a65b49a634f5e5afa2b
BLAKE2b-256 checksum
How to use checksums
6f5dbd0aec307563d46821d5f34a346bb93682d66b1a14ded11b37547a447fe6
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 21, 2026.

Transparency log

Release files / peclet_geom-1.0.0-cp311-cp311-macosx_11_0_arm64.whl

Download URL peclet_geom-1.0.0-cp311-cp311-macosx_11_0_arm64.whl
Size 89.2 kB
Tags CPython 3.11 macOS 11.0+ ARM64
SHA-256 checksum
How to use checksums
5c9b2038580b404e878e33450216e5a3f1f4d1758e833f904aa639bbf6f99f1a
BLAKE2b-256 checksum
How to use checksums
3b5fddab80f02931b93d558652d4eec86b1760a85234186d7d04f51b7cd490a6
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 21, 2026.

Transparency log

Release files / peclet_geom-1.0.0-cp310-cp310-win_amd64.whl

Download URL peclet_geom-1.0.0-cp310-cp310-win_amd64.whl
Size 111.1 kB
Tags CPython 3.10 Windows x86-64
SHA-256 checksum
How to use checksums
3cc74edcfd07c837458d50f63975026bf1bf441281f928c5c5237f986c3bcc35
BLAKE2b-256 checksum
How to use checksums
f1ad7bbfb2e4e99a102b462ac234700610d737cd5b2a26c0b45e061736a111ac
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 21, 2026.

Transparency log

Release files / peclet_geom-1.0.0-cp310-cp310-win32.whl

Download URL peclet_geom-1.0.0-cp310-cp310-win32.whl
Size 98.8 kB
Tags CPython 3.10 Windows x86-32
SHA-256 checksum
How to use checksums
9a5639119ae4278d372684eda169ba09ee467ed9a1e9b6d82fd9a61ad324f15e
BLAKE2b-256 checksum
How to use checksums
a9eafca825d4d0c8abcce774250ed19fc0a29caefff931485d2d7d65cd923320
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 21, 2026.

Transparency log

Release files / peclet_geom-1.0.0-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl

Download URL peclet_geom-1.0.0-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Size 109.6 kB
Tags CPython 3.10 Linux glibc 2.27+ x86-64 Linux glibc 2.28+ x86-64
SHA-256 checksum
How to use checksums
d3bf45eef2915ebd942ec435c7dde01c05052193af6e392bf7e5e2b13c92a15a
BLAKE2b-256 checksum
How to use checksums
d9161b79fe7379d62b67541b9517ecda98bf6e8065dd186f1f59b0ba8c82237c
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 21, 2026.

Transparency log

Release files / peclet_geom-1.0.0-cp310-cp310-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl

Download URL peclet_geom-1.0.0-cp310-cp310-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Size 101.7 kB
Tags CPython 3.10 Linux glibc 2.26+ ARM64 Linux glibc 2.28+ ARM64
SHA-256 checksum
How to use checksums
ffe89720b0e25e6350680ebff51f5a820b0793102b611437022d7ddc16b39001
BLAKE2b-256 checksum
How to use checksums
4ad8f2ac3261db34f3397bf24d0d9ae2ea8da8fd0c7d288af47bbb22a2dd663d
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 21, 2026.

Transparency log

Release files / peclet_geom-1.0.0-cp310-cp310-macosx_11_0_arm64.whl

Download URL peclet_geom-1.0.0-cp310-cp310-macosx_11_0_arm64.whl
Size 89.6 kB
Tags CPython 3.10 macOS 11.0+ ARM64
SHA-256 checksum
How to use checksums
a7bbe67c54ad2c13a3173544b946563dd5122421f5f77b3bd490e96fe6088b80
BLAKE2b-256 checksum
How to use checksums
a30b5db14fcc9cafb2bada23c29953b9f5c4156ab4d347ce04a7942d1eb944d6
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 21, 2026.

Transparency log

Release history Release notifications | RSS feed

This release

1.0.0 This release

26 release files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page