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

Example

This example remeshes a non-uniform quad mesh into a uniform triangular mesh.

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.3.4.tar.gz (21.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.3.4-cp314-cp314-win_amd64.whl (72.7 kB view details)

Uploaded CPython 3.14Windows x86-64

pyacvd-0.3.4-cp314-cp314-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (83.3 kB view details)

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

pyacvd-0.3.4-cp314-cp314-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (77.5 kB view details)

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

pyacvd-0.3.4-cp314-cp314-macosx_11_0_arm64.whl (69.1 kB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

pyacvd-0.3.4-cp314-cp314-macosx_10_15_x86_64.whl (75.7 kB view details)

Uploaded CPython 3.14macOS 10.15+ x86-64

pyacvd-0.3.4-cp313-cp313-win_amd64.whl (70.4 kB view details)

Uploaded CPython 3.13Windows x86-64

pyacvd-0.3.4-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (83.3 kB view details)

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

pyacvd-0.3.4-cp313-cp313-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (77.5 kB view details)

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

pyacvd-0.3.4-cp313-cp313-macosx_11_0_arm64.whl (69.1 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

pyacvd-0.3.4-cp313-cp313-macosx_10_14_x86_64.whl (75.6 kB view details)

Uploaded CPython 3.13macOS 10.14+ x86-64

pyacvd-0.3.4-cp312-cp312-win_amd64.whl (70.4 kB view details)

Uploaded CPython 3.12Windows x86-64

pyacvd-0.3.4-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (83.3 kB view details)

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

pyacvd-0.3.4-cp312-cp312-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (77.5 kB view details)

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

pyacvd-0.3.4-cp312-cp312-macosx_11_0_arm64.whl (69.1 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

pyacvd-0.3.4-cp312-cp312-macosx_10_14_x86_64.whl (75.6 kB view details)

Uploaded CPython 3.12macOS 10.14+ x86-64

pyacvd-0.3.4-cp311-cp311-win_amd64.whl (72.4 kB view details)

Uploaded CPython 3.11Windows x86-64

pyacvd-0.3.4-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (86.7 kB view details)

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

pyacvd-0.3.4-cp311-cp311-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (80.4 kB view details)

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

pyacvd-0.3.4-cp311-cp311-macosx_11_0_arm64.whl (70.3 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

pyacvd-0.3.4-cp311-cp311-macosx_10_14_x86_64.whl (77.1 kB view details)

Uploaded CPython 3.11macOS 10.14+ x86-64

pyacvd-0.3.4-cp310-cp310-win_amd64.whl (72.5 kB view details)

Uploaded CPython 3.10Windows x86-64

pyacvd-0.3.4-cp310-cp310-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (86.8 kB view details)

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

pyacvd-0.3.4-cp310-cp310-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (80.5 kB view details)

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

pyacvd-0.3.4-cp310-cp310-macosx_11_0_arm64.whl (70.5 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

pyacvd-0.3.4-cp310-cp310-macosx_10_14_x86_64.whl (77.2 kB view details)

Uploaded CPython 3.10macOS 10.14+ x86-64

File details

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

File metadata

  • Download URL: pyacvd-0.3.4.tar.gz
  • Upload date:
  • Size: 21.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.3.4.tar.gz
Algorithm Hash digest
SHA256 a3dd8c89fbd997b9bc134ccbb0d9e91fd3d3888e0c5c40858df0fbab642c5ace
MD5 18396a01181100a459f9c432f1ecd51f
BLAKE2b-256 32e362d2d5442f7dff616c188a72ceb0e716a017cc79c845842f049c3449620c

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyacvd-0.3.4.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.3.4-cp314-cp314-win_amd64.whl.

File metadata

  • Download URL: pyacvd-0.3.4-cp314-cp314-win_amd64.whl
  • Upload date:
  • Size: 72.7 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.3.4-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 b5e99d0b3718223b0ac11947ef5acd2ad6e6634d0e942aeb85286e2111e76c4d
MD5 7fba46b451b957cf88b3f67909084152
BLAKE2b-256 2f152860ee87a0c93dfe454f9b743ab66a0c21368b6689b63098b4b0601b678e

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyacvd-0.3.4-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.3.4-cp314-cp314-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for pyacvd-0.3.4-cp314-cp314-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 4fd87f47cb894c7fb166e5f33735b413c664a2178565a13cf39412f32b4d9d27
MD5 47455feeee6a9b683166fd0eeb2b53f4
BLAKE2b-256 ec9e1660f18ac69ceb185146efe600a6fac618a8fdc7bc68cfffa09b68076629

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyacvd-0.3.4-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.3.4-cp314-cp314-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for pyacvd-0.3.4-cp314-cp314-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 4638dc6b7c91544398ece3e5c99960ef353143a46f1ada7f2d647a540e4e09d1
MD5 93d72ba9ce713762e959acf71ec44a45
BLAKE2b-256 8ca020a8401dadfc002b30c05377272957cb593540ac2ba56e49e7b55f4014b9

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyacvd-0.3.4-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.3.4-cp314-cp314-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pyacvd-0.3.4-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 738a2c766181ee36f9067712f03ba722ca58874c2326067c2e7f9fce9c190dd9
MD5 2f754f75891278d9d9b1929883643a0c
BLAKE2b-256 225e6a86d33151fa531763e11f85df598f8abd1f89790bc44f7b996afb6a31f4

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyacvd-0.3.4-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.3.4-cp314-cp314-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for pyacvd-0.3.4-cp314-cp314-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 52a3401bf9a093d0a00995f542bc5c00f1c0764183fe069b23ffa177f88fa477
MD5 c0176bc6179bf3823fefb2e5be603840
BLAKE2b-256 f61d7a3000fc15e576925e31e3822f813b79937cec0be30b89ae05a713e8393c

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyacvd-0.3.4-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.3.4-cp313-cp313-win_amd64.whl.

File metadata

  • Download URL: pyacvd-0.3.4-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 70.4 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.3.4-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 516db1006141d8eee54cc6d0c61ce5dc81b1a18e50db5cfa82f09d6ba4d1fc39
MD5 63a98b79cfe507216955c27717804e64
BLAKE2b-256 b318be52a225343e9b3c1847e037f98a3641233a798756e0434ec38052a67548

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyacvd-0.3.4-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.3.4-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for pyacvd-0.3.4-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 17de4a4da57c2396820fae74466db3ec1bd00e56dd43812729b530f8a8564669
MD5 e833ebe159b840721be64fd9e12d4039
BLAKE2b-256 2ea0f9a4d4ef18f01b99affc931697dcd478da8e7f6c94bddc2a13c409f82b6c

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyacvd-0.3.4-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.3.4-cp313-cp313-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for pyacvd-0.3.4-cp313-cp313-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 59c0e8f673f1ed17bc8028175bccd06be55185d43471bb37f4e67dbb85317b39
MD5 8d54a95b51a8090175c82cd062605915
BLAKE2b-256 ed6372354ab523e3fb85f67c7747994252e166b890049648b2f0202d93f95f09

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyacvd-0.3.4-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.3.4-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pyacvd-0.3.4-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 6994816b225cbaafce06b50b4f5b7b1c939d6905feed14653a646f66275dbb61
MD5 e70585a5ef9355f5df426920efe80dd9
BLAKE2b-256 08949b06c6047efe9fae063089d13cbdc33a5898d91f01e79e35c4de9760525f

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyacvd-0.3.4-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.3.4-cp313-cp313-macosx_10_14_x86_64.whl.

File metadata

File hashes

Hashes for pyacvd-0.3.4-cp313-cp313-macosx_10_14_x86_64.whl
Algorithm Hash digest
SHA256 3c4a57f2758fbb7a228a48c1ba58570b3510bed2747d257fe3b6b2c69a85295c
MD5 ea1d208221f1abb772d121fdb2456ce1
BLAKE2b-256 e370e6171060e07ed5240829d6013550173293f7a35389d61747a6e517f7c3b5

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyacvd-0.3.4-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.3.4-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: pyacvd-0.3.4-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 70.4 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.3.4-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 21e8e54b9027d62427e2b41a3552088227089ee87b12416708961b1f322a81ce
MD5 b97082e9fd7a25eb1d168cc17eb6ba43
BLAKE2b-256 320cd47594a6fa02c55b7ce4d5dde45ed5775a82d44b2e790aeea1a61f49c5c5

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyacvd-0.3.4-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.3.4-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for pyacvd-0.3.4-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 732e9023897b0d23cc543d6015ceebe2e7d800c78bf38ef747c841b369bd1c9a
MD5 c043763b87c2f56af58d266b2fe77d25
BLAKE2b-256 248314e877d948eb8c8dbb30f7be9f8efff83f7f97525bc5286a5d449e091177

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyacvd-0.3.4-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.3.4-cp312-cp312-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for pyacvd-0.3.4-cp312-cp312-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 94c7f7a5d63cde2cab35e04576b9aa5cba9b4cfa2a5fb48aca50bf9ca63c55e9
MD5 515c0f77e7f85ed756c5d3c4b98e67b6
BLAKE2b-256 60e2aebf40dc7b5f631eca09f3bb1654bbf8d2cd652a81140fa5f02d732c8c38

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyacvd-0.3.4-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.3.4-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pyacvd-0.3.4-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 bbcc78080e091383ec25337ae98ff92a44e859f51bfd6f89fc38d33ecdeeef18
MD5 df39904814baed4f07bedbf997014092
BLAKE2b-256 04405115987570bfb9a6e5dd538f1ebfe4da568a195ee47ab8524d521ab4d94d

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyacvd-0.3.4-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.3.4-cp312-cp312-macosx_10_14_x86_64.whl.

File metadata

File hashes

Hashes for pyacvd-0.3.4-cp312-cp312-macosx_10_14_x86_64.whl
Algorithm Hash digest
SHA256 bc07edfccd698ee2eacd12172c879bc8fc01acc85c4e693ea9c4c2cc064e9e27
MD5 2a1057fd4cec1fe26792192cb1a2fbde
BLAKE2b-256 71e85a7d3cb4aafa744055cb362a29d826df62eedc0720b5e3171b9a70f74ec3

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyacvd-0.3.4-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.3.4-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: pyacvd-0.3.4-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 72.4 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.3.4-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 f94081ca826d0c632a4e78c8b50a1bf0ed17438e046c1c0be4c59b1266fa04c9
MD5 b4c3a6d96bd31d8a0c6156503f3b0b4f
BLAKE2b-256 62a505d12206c924aa8d7ee9cd7f13429e1a20a32f8c30c5e6c3577db8afe51d

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyacvd-0.3.4-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.3.4-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for pyacvd-0.3.4-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 055985b65e83675e7a57794c707d8a0f8e82ec8666d3dcb3f9cc8e07d99fcc6e
MD5 ba5b93bea95b5a6151fe81f3bf098620
BLAKE2b-256 4e36cc6c34cf6c417928f4395f043098fb0c242cf929e71f1de1773d40de6916

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyacvd-0.3.4-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.3.4-cp311-cp311-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for pyacvd-0.3.4-cp311-cp311-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 3ee18b9d1b1cad98467ed35c57a9cb887ab5a284d950ad41dede904604f8e5a8
MD5 b65e619268fee3a699cef72d051c3fb3
BLAKE2b-256 3e063bdf267d8956445b6011d40789f8aae7e38a6c839a33feda2a6fb35bb11b

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyacvd-0.3.4-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.3.4-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pyacvd-0.3.4-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 5a8e1af9ecc9e3e77545f0a22378a841883defb0237ce6e8706731d02b9207ed
MD5 1f26877922df702de303ac4a795e569e
BLAKE2b-256 1f8bcbbda29b947f2f1986a3b1f60169d01880b283380e19213eac50122e9b9d

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyacvd-0.3.4-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.3.4-cp311-cp311-macosx_10_14_x86_64.whl.

File metadata

File hashes

Hashes for pyacvd-0.3.4-cp311-cp311-macosx_10_14_x86_64.whl
Algorithm Hash digest
SHA256 5ba51bef7839fe19bbdde4939e8a36a3cd68e2668289b38a628c76db2ae838f7
MD5 3e524a2c754358bb796a055f80348234
BLAKE2b-256 0c3d51e9fc6ab2a650c5cb4b8439de0011f66765469081a9d4afc5b85f4d273e

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyacvd-0.3.4-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.3.4-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: pyacvd-0.3.4-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 72.5 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.3.4-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 83c3d594fe0a1553e61748c45dc89f0a2b2f15f3aa8ed3858e38ddd8d56fda1b
MD5 46fdaf317e9668e2b6528b77af75e5bb
BLAKE2b-256 5a1b21d8322b6532d406b9fb9911dca9229d35dd96a6aa0a45a9bf3a12330324

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyacvd-0.3.4-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.3.4-cp310-cp310-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for pyacvd-0.3.4-cp310-cp310-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 1f3bfb5d2790827ecc8206860409c3fe2d8079d8178fcc2ff98a993b0c2136b0
MD5 8700596a79cc87f18f888306ee0e11bd
BLAKE2b-256 4edb4f4111e8ab686933a3c9345c0fb61155a9003215f786b9e28e4167a7eadd

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyacvd-0.3.4-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.3.4-cp310-cp310-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for pyacvd-0.3.4-cp310-cp310-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 045a0ea47fc28af8018e7a85fba8e0e81475c0a1df3ef77fa13f2b7c20fc3291
MD5 70ea8ecd09b340431455b1670e311b76
BLAKE2b-256 5453a87e57eca4fe5aefedc5ea07bbe9a0e307e4b7aeee465d8e6c4221cf1ce5

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyacvd-0.3.4-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.3.4-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pyacvd-0.3.4-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 d9a7ebaecf693b72e361e94191ca877d2cb4988064ab6cee5e916470bf90df38
MD5 dbf96ca0325b63f107727084acc35e1e
BLAKE2b-256 f088532da04f356931eb25bb22080f706b1657baea83c84e4d48f58d5e887d73

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyacvd-0.3.4-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.3.4-cp310-cp310-macosx_10_14_x86_64.whl.

File metadata

File hashes

Hashes for pyacvd-0.3.4-cp310-cp310-macosx_10_14_x86_64.whl
Algorithm Hash digest
SHA256 fe373300f086cc4e9f754386f3a60feca2363072d8e235c4c0739c7465067a98
MD5 2f689674e7139b6a84098a575cda8738
BLAKE2b-256 25879961bcc00ab0a7bbfb986336dcf2a25d0f0e9389d18f212d896a390bbb45

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyacvd-0.3.4-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