Skip to main content

Uniformly remeshes surface meshes

Project description

https://img.shields.io/pypi/v/pyacvd.svg

This module takes a surface mesh and returns a uniformly meshed surface using voronoi clustering. This approach is loosely based on research by S. Valette, and J. M. Chassery in ACVD.

Installation

Installation is straightforward using pip:

$ pip install pyacvd

Examples

Classic Clustering API

This example remeshes a non-uniform quad mesh into a uniform triangular mesh. The classic API works on every supported PyVista version; the accessor above is a thin convenience layer on top.

from pyvista import examples
import pyacvd

# download cow mesh
cow = examples.download_cow()

# plot original mesh
cow.plot(show_edges=True, color='w')
original cow mesh zoomed cow mesh
clus = pyacvd.Clustering(cow)
# mesh is not dense enough for uniform remeshing
clus.subdivide(3)
clus.cluster(20000)

# plot clustered cow mesh
clus.plot()
zoomed cow mesh
# remesh
remesh = clus.create_mesh()

# plot uniformly remeshed cow
remesh.plot(color='w', show_edges=True)
zoomed cow mesh

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

pyacvd-0.4.0.tar.gz (24.5 kB view details)

Uploaded Source

Built Distributions

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

pyacvd-0.4.0-cp314-cp314-win_amd64.whl (76.2 kB view details)

Uploaded CPython 3.14Windows x86-64

pyacvd-0.4.0-cp314-cp314-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (86.8 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.24+ x86-64manylinux: glibc 2.28+ x86-64

pyacvd-0.4.0-cp314-cp314-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (81.0 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.24+ ARM64manylinux: glibc 2.28+ ARM64

pyacvd-0.4.0-cp314-cp314-macosx_11_0_arm64.whl (72.5 kB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

pyacvd-0.4.0-cp314-cp314-macosx_10_15_x86_64.whl (79.2 kB view details)

Uploaded CPython 3.14macOS 10.15+ x86-64

pyacvd-0.4.0-cp313-cp313-win_amd64.whl (73.9 kB view details)

Uploaded CPython 3.13Windows x86-64

pyacvd-0.4.0-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (86.8 kB view details)

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

pyacvd-0.4.0-cp313-cp313-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (81.0 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.24+ ARM64manylinux: glibc 2.28+ ARM64

pyacvd-0.4.0-cp313-cp313-macosx_11_0_arm64.whl (72.5 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

pyacvd-0.4.0-cp313-cp313-macosx_10_14_x86_64.whl (79.1 kB view details)

Uploaded CPython 3.13macOS 10.14+ x86-64

pyacvd-0.4.0-cp312-cp312-win_amd64.whl (73.9 kB view details)

Uploaded CPython 3.12Windows x86-64

pyacvd-0.4.0-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (86.8 kB view details)

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

pyacvd-0.4.0-cp312-cp312-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (81.0 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.24+ ARM64manylinux: glibc 2.28+ ARM64

pyacvd-0.4.0-cp312-cp312-macosx_11_0_arm64.whl (72.5 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

pyacvd-0.4.0-cp312-cp312-macosx_10_14_x86_64.whl (79.1 kB view details)

Uploaded CPython 3.12macOS 10.14+ x86-64

pyacvd-0.4.0-cp311-cp311-win_amd64.whl (75.9 kB view details)

Uploaded CPython 3.11Windows x86-64

pyacvd-0.4.0-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (90.1 kB view details)

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

pyacvd-0.4.0-cp311-cp311-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (83.8 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.24+ ARM64manylinux: glibc 2.28+ ARM64

pyacvd-0.4.0-cp311-cp311-macosx_11_0_arm64.whl (73.8 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

pyacvd-0.4.0-cp311-cp311-macosx_10_14_x86_64.whl (80.5 kB view details)

Uploaded CPython 3.11macOS 10.14+ x86-64

pyacvd-0.4.0-cp310-cp310-win_amd64.whl (76.0 kB view details)

Uploaded CPython 3.10Windows x86-64

pyacvd-0.4.0-cp310-cp310-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (90.3 kB view details)

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

pyacvd-0.4.0-cp310-cp310-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (84.0 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.24+ ARM64manylinux: glibc 2.28+ ARM64

pyacvd-0.4.0-cp310-cp310-macosx_11_0_arm64.whl (74.0 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

pyacvd-0.4.0-cp310-cp310-macosx_10_14_x86_64.whl (80.7 kB view details)

Uploaded CPython 3.10macOS 10.14+ x86-64

File details

Details for the file pyacvd-0.4.0.tar.gz.

File metadata

  • Download URL: pyacvd-0.4.0.tar.gz
  • Upload date:
  • Size: 24.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for pyacvd-0.4.0.tar.gz
Algorithm Hash digest
SHA256 a3b1adbb0e40a924d4e7a9fa7fc0f0aff6690624076c9c997aedd447cbbf2c46
MD5 939d4883359bcd831fb7f8adae200902
BLAKE2b-256 8f977f997d13b60286ee7da1f46ba006ce0ffe24008ee590acc1e55d06776ecf

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyacvd-0.4.0.tar.gz:

Publisher: build-and-deploy.yml on pyvista/pyacvd

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

File details

Details for the file pyacvd-0.4.0-cp314-cp314-win_amd64.whl.

File metadata

  • Download URL: pyacvd-0.4.0-cp314-cp314-win_amd64.whl
  • Upload date:
  • Size: 76.2 kB
  • Tags: CPython 3.14, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for pyacvd-0.4.0-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 fb096683de5d19fce9cfdba228cd4951ac5fe89dd2ef3a574d16f7d365551f9e
MD5 b9d6247a61d8f7664d60260090c6addb
BLAKE2b-256 af5990eea30f8a9070e6654ad825f1400f02e96d04b80e8c6c0053ebac0283ff

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyacvd-0.4.0-cp314-cp314-win_amd64.whl:

Publisher: build-and-deploy.yml on pyvista/pyacvd

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

File details

Details for the file pyacvd-0.4.0-cp314-cp314-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for pyacvd-0.4.0-cp314-cp314-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 ee2bc4eef26e554081164a71790589232f8edd5c77d929905625560472882204
MD5 49106532f40e783f05ca8ae6fc47f120
BLAKE2b-256 06ccf73d483968e182b064255c78e7df351db5cabcd119e35a668557e408d28e

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyacvd-0.4.0-cp314-cp314-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl:

Publisher: build-and-deploy.yml on pyvista/pyacvd

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

File details

Details for the file pyacvd-0.4.0-cp314-cp314-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for pyacvd-0.4.0-cp314-cp314-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 c1b5f173f1a0f83f3e6bee6c964fb4a497118a02ffeb2aca394d82054c60d44d
MD5 163014d97fac6876e823b0ef405df6f7
BLAKE2b-256 fc511c46c933b803a64792b0c2763d4c16bfb38abc38a4dfd497f3c14513850d

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyacvd-0.4.0-cp314-cp314-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl:

Publisher: build-and-deploy.yml on pyvista/pyacvd

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

File details

Details for the file pyacvd-0.4.0-cp314-cp314-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pyacvd-0.4.0-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 5fd6c6ef5081904d85a8e2f30d6fd2af032b01ed8898d0b6ba89c1b655e66c97
MD5 69dc3d5fdd929d75fcabc35210fa5268
BLAKE2b-256 67ac582d657d98f964aea262dfcb006c73783ec6389c8750d57fb8d6df45c323

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyacvd-0.4.0-cp314-cp314-macosx_11_0_arm64.whl:

Publisher: build-and-deploy.yml on pyvista/pyacvd

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

File details

Details for the file pyacvd-0.4.0-cp314-cp314-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for pyacvd-0.4.0-cp314-cp314-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 5ef660d0f87190977bfb6161847a36413fb73ce731c731f1210872bf8c75c1a7
MD5 13ed5bf0a51a847a70e8ded8dac04776
BLAKE2b-256 3a8f10616bb2f8ba38b6b33a1349081b9d64a725bd185230b275316f8c55490d

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyacvd-0.4.0-cp314-cp314-macosx_10_15_x86_64.whl:

Publisher: build-and-deploy.yml on pyvista/pyacvd

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

File details

Details for the file pyacvd-0.4.0-cp313-cp313-win_amd64.whl.

File metadata

  • Download URL: pyacvd-0.4.0-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 73.9 kB
  • Tags: CPython 3.13, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for pyacvd-0.4.0-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 f1f24a369cf7b3a7e52642a64c1ef6bd8c62b3dbbf65b5fba852719c0e422fc8
MD5 c799d01377690fe48c47680b67d25522
BLAKE2b-256 9beb615c1fbaf01ac6e4c79a1cedb5e59881bbb70b3a8acc8e806bfd42bfcd88

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyacvd-0.4.0-cp313-cp313-win_amd64.whl:

Publisher: build-and-deploy.yml on pyvista/pyacvd

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

File details

Details for the file pyacvd-0.4.0-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for pyacvd-0.4.0-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 b86f8b7dce4af003ada964b464be268c5e49d888cf59e5fa5787417b2faa7879
MD5 56fdec35d618b66a3795d328bf6aec61
BLAKE2b-256 cf9531e3abb761b502a9cba49594457e628e85b9f16e551dc37403fcf018ec1c

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyacvd-0.4.0-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl:

Publisher: build-and-deploy.yml on pyvista/pyacvd

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

File details

Details for the file pyacvd-0.4.0-cp313-cp313-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for pyacvd-0.4.0-cp313-cp313-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 092c109f54f818730e56ac3c6e35f4793d295b851ccd4e1a4131e6ec89ba1d8b
MD5 37459fe76b702a2be4e82c35aa7c2346
BLAKE2b-256 bc2143da77160fb6cb1dc79b4d6b00c604493f0bd29b73a1a68bcbf7b1c2f368

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyacvd-0.4.0-cp313-cp313-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl:

Publisher: build-and-deploy.yml on pyvista/pyacvd

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

File details

Details for the file pyacvd-0.4.0-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pyacvd-0.4.0-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 0726ec297c961692d6fd1f20d5355a97e0018e51469af010298857933346e7af
MD5 dd0b230bd74fc3da4fb95cb5c3863bbf
BLAKE2b-256 e3941273ddbc7ca157353ad8d51031e2afc47b3f7c2255ec3db3c90854c87553

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyacvd-0.4.0-cp313-cp313-macosx_11_0_arm64.whl:

Publisher: build-and-deploy.yml on pyvista/pyacvd

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

File details

Details for the file pyacvd-0.4.0-cp313-cp313-macosx_10_14_x86_64.whl.

File metadata

File hashes

Hashes for pyacvd-0.4.0-cp313-cp313-macosx_10_14_x86_64.whl
Algorithm Hash digest
SHA256 891ad3db76c45015c45d20a18f1e551146fc947933c5b0ae49bc61571f8b71b4
MD5 7a105a52acbc3fbefd7af38109afc3e4
BLAKE2b-256 2fa12c0db1b4c27b603529e64d66f9b61db3131adc2f85e8292d2f641ad334e1

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyacvd-0.4.0-cp313-cp313-macosx_10_14_x86_64.whl:

Publisher: build-and-deploy.yml on pyvista/pyacvd

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

File details

Details for the file pyacvd-0.4.0-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: pyacvd-0.4.0-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 73.9 kB
  • 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 pyacvd-0.4.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 8663d2ffce3723bec252e80699aee1a58f8225aa074abcf7e3917265325cdfcb
MD5 d6c773a6bff07d6addd6c39428390c34
BLAKE2b-256 bc14d2b7d61fde80a8eb6b6aa88ade8cf443873b882847731c0f437caa5ed3bf

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyacvd-0.4.0-cp312-cp312-win_amd64.whl:

Publisher: build-and-deploy.yml on pyvista/pyacvd

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

File details

Details for the file pyacvd-0.4.0-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for pyacvd-0.4.0-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 d0cba10c8fc9b2b8ca177c0264f3f904508e345afae4b751aa20b79e1507dfda
MD5 d3b04f840c255942acb834d261422437
BLAKE2b-256 a0d49ffa5440d8cc03d46ec63c83171a6c726ca6b160abb43043af9e135cd33e

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyacvd-0.4.0-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl:

Publisher: build-and-deploy.yml on pyvista/pyacvd

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

File details

Details for the file pyacvd-0.4.0-cp312-cp312-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for pyacvd-0.4.0-cp312-cp312-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 61df0699736e47038ceb89067f106f9c60badaa4e729ea4062874b4aaeb62e4c
MD5 869937223b37521b2aaf497e5419b36f
BLAKE2b-256 f1804f2db55b5df49ce9ff4d5f50dc772439f29e1e171d27a4b865e02e7cc6d6

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyacvd-0.4.0-cp312-cp312-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl:

Publisher: build-and-deploy.yml on pyvista/pyacvd

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

File details

Details for the file pyacvd-0.4.0-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pyacvd-0.4.0-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 ee725a852f2d0d0a21baa67210e5da3ad8c5b71811d89fb9017cf865a717ef73
MD5 85b1236032e2326411a9fb33ea3fc64c
BLAKE2b-256 a0112d0f3057aab12087384f127c23a7ab1cdaefe3b38a0d2279e07dd509618f

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyacvd-0.4.0-cp312-cp312-macosx_11_0_arm64.whl:

Publisher: build-and-deploy.yml on pyvista/pyacvd

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

File details

Details for the file pyacvd-0.4.0-cp312-cp312-macosx_10_14_x86_64.whl.

File metadata

File hashes

Hashes for pyacvd-0.4.0-cp312-cp312-macosx_10_14_x86_64.whl
Algorithm Hash digest
SHA256 796a11c3abaa661f3c3760ff51f805f1a4eda9c471a21ccb9c1de2314cec95a1
MD5 bd9d189bac526594dac088581951f7b7
BLAKE2b-256 7a8755e516723fa445fde56d0095c5ca957c380589405582b5669f02693fa477

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyacvd-0.4.0-cp312-cp312-macosx_10_14_x86_64.whl:

Publisher: build-and-deploy.yml on pyvista/pyacvd

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

File details

Details for the file pyacvd-0.4.0-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: pyacvd-0.4.0-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 75.9 kB
  • 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 pyacvd-0.4.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 db909402b2a4fc51072f9b35ec546cfda3c9ca1f8acbd0ced54389b4d601c61b
MD5 48e19703f993e66ec2f295a2d73fccd7
BLAKE2b-256 50a9aae39b1300ceee89a1d3b8597d067e6f45c6c347e9d9916cce5da3e9de90

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyacvd-0.4.0-cp311-cp311-win_amd64.whl:

Publisher: build-and-deploy.yml on pyvista/pyacvd

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

File details

Details for the file pyacvd-0.4.0-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for pyacvd-0.4.0-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 40b4345c941f3180305c35de901452e12ffa3d2680f4cca9cfbf0ce7ae641ea5
MD5 30949c1cf2938d71afe6379ee71866dc
BLAKE2b-256 5a287515304a357673b06d049304c537f4a47e254c840a821361c0de3d5327a3

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyacvd-0.4.0-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl:

Publisher: build-and-deploy.yml on pyvista/pyacvd

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

File details

Details for the file pyacvd-0.4.0-cp311-cp311-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for pyacvd-0.4.0-cp311-cp311-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 3c4def17d28d4e51cee9ddfd863d9a7859f124ce0874f99e08de4722eee9dc90
MD5 1958f327a7318d8558930ba502c45c27
BLAKE2b-256 3e5c03459da00b4cc80248f41d594a7aef6cfa79df4a0b74fe01037cd93250a3

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyacvd-0.4.0-cp311-cp311-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl:

Publisher: build-and-deploy.yml on pyvista/pyacvd

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

File details

Details for the file pyacvd-0.4.0-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pyacvd-0.4.0-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 3ec4d8369df2d47025e58d0ca69ced2f018d9b3ee81b0373b4de4438d86558e4
MD5 2f453b874ff02522f70b7f316d88b663
BLAKE2b-256 7e5a7c67f78ee1a0531310288dc6e9c8c23dad245c9fc0225a5ff7e411db2347

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyacvd-0.4.0-cp311-cp311-macosx_11_0_arm64.whl:

Publisher: build-and-deploy.yml on pyvista/pyacvd

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

File details

Details for the file pyacvd-0.4.0-cp311-cp311-macosx_10_14_x86_64.whl.

File metadata

File hashes

Hashes for pyacvd-0.4.0-cp311-cp311-macosx_10_14_x86_64.whl
Algorithm Hash digest
SHA256 2b07957be46218c3eb997f23af2f9b5071ff929b29859a6cf476ff8201b95f36
MD5 3db22707736978564f006418d16969d0
BLAKE2b-256 d8067aebab38b5a8ba8453e7598709b07924fcc31257915e7c01ee92d40b6cee

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyacvd-0.4.0-cp311-cp311-macosx_10_14_x86_64.whl:

Publisher: build-and-deploy.yml on pyvista/pyacvd

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

File details

Details for the file pyacvd-0.4.0-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: pyacvd-0.4.0-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 76.0 kB
  • 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 pyacvd-0.4.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 4ffe3783b25fabe07fdb44046224f4bec135d787941064d4f68d587c1c767b74
MD5 4058494da864489167f9197998eadcb5
BLAKE2b-256 d337a647acb780421c5daf6c31760534a9d8872de48280fec11f0b2b020b515f

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyacvd-0.4.0-cp310-cp310-win_amd64.whl:

Publisher: build-and-deploy.yml on pyvista/pyacvd

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

File details

Details for the file pyacvd-0.4.0-cp310-cp310-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for pyacvd-0.4.0-cp310-cp310-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 3572c99193f3bbedb9dbfab6e0dd8fd32c236491ca4156f4f1a55f620a921aae
MD5 82988500d18339940cca0e83ed4a4f7a
BLAKE2b-256 af9512b0ae52adc69d60ac6bc9b3900eeea569315e1309009059dc83ee057b87

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyacvd-0.4.0-cp310-cp310-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl:

Publisher: build-and-deploy.yml on pyvista/pyacvd

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

File details

Details for the file pyacvd-0.4.0-cp310-cp310-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for pyacvd-0.4.0-cp310-cp310-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 e0cb01f3f55ad3246aa861253fcb7977204589cada0c93f9c590f3ed955ba55b
MD5 4ff33bc144915373732158f008f0c2de
BLAKE2b-256 a36a5ec0ae6b2bb9f414abfdb6cd47afe72657d17117f3ff3f601a648d08d3f0

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyacvd-0.4.0-cp310-cp310-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl:

Publisher: build-and-deploy.yml on pyvista/pyacvd

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

File details

Details for the file pyacvd-0.4.0-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pyacvd-0.4.0-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 959ab40e147157fc902523acd63b494fb5fc31e5cce3e54cb0d002a93ed82145
MD5 dc07b44bc64d250533df6bd847f23164
BLAKE2b-256 45d0bf13107751c86ff5edda7506a2879f0105ada6fda3b9ec6e1851620963f1

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyacvd-0.4.0-cp310-cp310-macosx_11_0_arm64.whl:

Publisher: build-and-deploy.yml on pyvista/pyacvd

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

File details

Details for the file pyacvd-0.4.0-cp310-cp310-macosx_10_14_x86_64.whl.

File metadata

File hashes

Hashes for pyacvd-0.4.0-cp310-cp310-macosx_10_14_x86_64.whl
Algorithm Hash digest
SHA256 678b298aa75f525a0371fcf7a23246043bb4dc7ce023cb6cc8fe7c93f67868e2
MD5 fcb98e4aa2f4bf965a2ce80a322f21e4
BLAKE2b-256 60c986238fb8f7c5ee3aa2b8a2f0540fce927d67bfb01a1642cc773f696f70f3

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyacvd-0.4.0-cp310-cp310-macosx_10_14_x86_64.whl:

Publisher: build-and-deploy.yml on pyvista/pyacvd

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