Skip to main content

A Topology Repair Algorithm for Voxel Boundary Meshes

Project description

EdgeMender: A Topology Repair Algorithm for Voxel Boundary Meshes

pre-commit uv Ruff Actions status PyPI

Coverage

Coverage Report
FileStmtsMissBranchBrPartCoverMissing
edge_mender
   init.py2000100% 
   data_factory.py135000100% 
   edge_mender.py1580380100% 
   geometry_helper.py43080100% 
   mesh_generator.py740120100% 
   visualizer.py460220100% 
TOTAL4580800100% 

This tool repairs non-manifold edges in voxel boundary meshes to fix downstream operations such as smoothing. Non-manifold edges are defined as edges shared by four faces. Voxel boundary meshes are 3D surface representations of a data set where the faces and vertices perfectly snap to cells in a structured voxel grid. Common uses for this algorithm are repairing output from Cuberille, Surface Nets before smoothing, and non-adaptive Dual Contouring implementation without vertex adjustment. The algorithm procedure works for quad meshes, but this implementation is currently limited to triangular meshes (see #3). This algorithm requires input meshes to have proper and consistent winding order. The algorithm procedure works for quad meshes, but this implementation is currently limited to triangular meshes (see #3). This algorithm requires input meshes to have proper and consistent winding order.

The three algorithms listed above are provided in the mesh_generator module. A set of test data sets are provided in the data_factory module. A visualization tool is also provided in the visualizer module. The results folder contains the evaluation notebook while the example notebook quickly demonstrates the tool in use.

Getting Started

Install the package running:

pip install edge-mender

Then you can use the library like this:

from edge_mender import EdgeMender

mesh: trimesh.Trimesh = ...

mender = EdgeMender(mesh)
mender.repair()

For a walkthrough example, see the example notebook.

Contributing

Please see CONTRIBUTING.md

License

This project is licensed under the MIT license. Feel free to edit and distribute this template as you like.

See LICENSE for more information.

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

edge_mender-0.2.0.tar.gz (364.9 kB view details)

Uploaded Source

Built Distributions

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

edge_mender-0.2.0-cp314-cp314t-win_arm64.whl (505.3 kB view details)

Uploaded CPython 3.14tWindows ARM64

edge_mender-0.2.0-cp314-cp314t-win_amd64.whl (548.0 kB view details)

Uploaded CPython 3.14tWindows x86-64

edge_mender-0.2.0-cp314-cp314t-win32.whl (517.0 kB view details)

Uploaded CPython 3.14tWindows x86

edge_mender-0.2.0-cp314-cp314t-musllinux_1_2_x86_64.whl (1.4 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ x86-64

edge_mender-0.2.0-cp314-cp314t-musllinux_1_2_aarch64.whl (1.4 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

edge_mender-0.2.0-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (1.4 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ x86-64manylinux: glibc 2.28+ x86-64

edge_mender-0.2.0-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (1.4 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ ARM64manylinux: glibc 2.28+ ARM64

edge_mender-0.2.0-cp314-cp314t-macosx_11_0_arm64.whl (544.6 kB view details)

Uploaded CPython 3.14tmacOS 11.0+ ARM64

edge_mender-0.2.0-cp314-cp314t-macosx_10_15_x86_64.whl (545.8 kB view details)

Uploaded CPython 3.14tmacOS 10.15+ x86-64

edge_mender-0.2.0-cp314-cp314-win_arm64.whl (495.9 kB view details)

Uploaded CPython 3.14Windows ARM64

edge_mender-0.2.0-cp314-cp314-win_amd64.whl (520.1 kB view details)

Uploaded CPython 3.14Windows x86-64

edge_mender-0.2.0-cp314-cp314-win32.whl (495.7 kB view details)

Uploaded CPython 3.14Windows x86

edge_mender-0.2.0-cp314-cp314-musllinux_1_2_x86_64.whl (1.4 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ x86-64

edge_mender-0.2.0-cp314-cp314-musllinux_1_2_aarch64.whl (1.4 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

edge_mender-0.2.0-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (1.4 MB view details)

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

edge_mender-0.2.0-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (1.4 MB view details)

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

edge_mender-0.2.0-cp314-cp314-macosx_11_0_arm64.whl (533.3 kB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

edge_mender-0.2.0-cp314-cp314-macosx_10_15_x86_64.whl (536.5 kB view details)

Uploaded CPython 3.14macOS 10.15+ x86-64

edge_mender-0.2.0-cp313-cp313-win_arm64.whl (488.2 kB view details)

Uploaded CPython 3.13Windows ARM64

edge_mender-0.2.0-cp313-cp313-win_amd64.whl (512.6 kB view details)

Uploaded CPython 3.13Windows x86-64

edge_mender-0.2.0-cp313-cp313-win32.whl (489.2 kB view details)

Uploaded CPython 3.13Windows x86

edge_mender-0.2.0-cp313-cp313-musllinux_1_2_x86_64.whl (1.4 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

edge_mender-0.2.0-cp313-cp313-musllinux_1_2_aarch64.whl (1.4 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

edge_mender-0.2.0-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (1.4 MB view details)

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

edge_mender-0.2.0-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (1.4 MB view details)

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

edge_mender-0.2.0-cp313-cp313-macosx_11_0_arm64.whl (525.9 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

edge_mender-0.2.0-cp313-cp313-macosx_10_13_x86_64.whl (530.3 kB view details)

Uploaded CPython 3.13macOS 10.13+ x86-64

edge_mender-0.2.0-cp312-cp312-win_arm64.whl (488.6 kB view details)

Uploaded CPython 3.12Windows ARM64

edge_mender-0.2.0-cp312-cp312-win_amd64.whl (513.0 kB view details)

Uploaded CPython 3.12Windows x86-64

edge_mender-0.2.0-cp312-cp312-win32.whl (489.4 kB view details)

Uploaded CPython 3.12Windows x86

edge_mender-0.2.0-cp312-cp312-musllinux_1_2_x86_64.whl (1.4 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

edge_mender-0.2.0-cp312-cp312-musllinux_1_2_aarch64.whl (1.4 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

edge_mender-0.2.0-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (1.4 MB view details)

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

edge_mender-0.2.0-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (1.4 MB view details)

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

edge_mender-0.2.0-cp312-cp312-macosx_11_0_arm64.whl (527.3 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

edge_mender-0.2.0-cp312-cp312-macosx_10_13_x86_64.whl (531.8 kB view details)

Uploaded CPython 3.12macOS 10.13+ x86-64

edge_mender-0.2.0-cp311-cp311-win_arm64.whl (489.9 kB view details)

Uploaded CPython 3.11Windows ARM64

edge_mender-0.2.0-cp311-cp311-win_amd64.whl (512.5 kB view details)

Uploaded CPython 3.11Windows x86-64

edge_mender-0.2.0-cp311-cp311-win32.whl (489.3 kB view details)

Uploaded CPython 3.11Windows x86

edge_mender-0.2.0-cp311-cp311-musllinux_1_2_x86_64.whl (1.4 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

edge_mender-0.2.0-cp311-cp311-musllinux_1_2_aarch64.whl (1.4 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

edge_mender-0.2.0-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (1.4 MB view details)

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

edge_mender-0.2.0-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (1.4 MB view details)

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

edge_mender-0.2.0-cp311-cp311-macosx_11_0_arm64.whl (526.5 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

edge_mender-0.2.0-cp311-cp311-macosx_10_9_x86_64.whl (530.6 kB view details)

Uploaded CPython 3.11macOS 10.9+ x86-64

File details

Details for the file edge_mender-0.2.0.tar.gz.

File metadata

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

File hashes

Hashes for edge_mender-0.2.0.tar.gz
Algorithm Hash digest
SHA256 affb1afb77303884df5451f67d8817fc12e88a846473bcd525f67b4567cf3aaa
MD5 8f2e9765ec607fc4df6ebc61c59f8205
BLAKE2b-256 fd5e07d5e456b69fa11ae86e1a2bee49cf600ba293d72463dfd16973f001f109

See more details on using hashes here.

Provenance

The following attestation bundles were made for edge_mender-0.2.0.tar.gz:

Publisher: release.yml on MattTheCuber/edge-mender

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

File details

Details for the file edge_mender-0.2.0-cp314-cp314t-win_arm64.whl.

File metadata

File hashes

Hashes for edge_mender-0.2.0-cp314-cp314t-win_arm64.whl
Algorithm Hash digest
SHA256 7cd6df8d24dacc29f439ca76ed19af85b36c18d59a4fd01f8956f457abdcaf96
MD5 e33cdbc6a928023e1a926c65710b07c1
BLAKE2b-256 1494b7d23ffdb0d682a743b12610f6e3aac5ca69dc8e57cf5e20129eb3128449

See more details on using hashes here.

Provenance

The following attestation bundles were made for edge_mender-0.2.0-cp314-cp314t-win_arm64.whl:

Publisher: release.yml on MattTheCuber/edge-mender

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

File details

Details for the file edge_mender-0.2.0-cp314-cp314t-win_amd64.whl.

File metadata

File hashes

Hashes for edge_mender-0.2.0-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 331864efce65e7351823c70b0bb7f8ad9be1aa9a9cc0dc0e77b059a596131542
MD5 dec8ab9534c004f3a07d86d2cd1698a9
BLAKE2b-256 2c002d8dd432139e26af65d8e61ba45792a816a28f828c2a8d91db4340f552b8

See more details on using hashes here.

Provenance

The following attestation bundles were made for edge_mender-0.2.0-cp314-cp314t-win_amd64.whl:

Publisher: release.yml on MattTheCuber/edge-mender

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

File details

Details for the file edge_mender-0.2.0-cp314-cp314t-win32.whl.

File metadata

  • Download URL: edge_mender-0.2.0-cp314-cp314t-win32.whl
  • Upload date:
  • Size: 517.0 kB
  • Tags: CPython 3.14t, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for edge_mender-0.2.0-cp314-cp314t-win32.whl
Algorithm Hash digest
SHA256 8f42588c27462d35f9d70e29d5ed6540abdea765ccd87c5a9eaa839beef10018
MD5 724790f6be8f5b0e6dd53f419518b8da
BLAKE2b-256 6502923960990bbf8584af7f7b12d160a0dcc37d81179097860f62ed42a053a6

See more details on using hashes here.

Provenance

The following attestation bundles were made for edge_mender-0.2.0-cp314-cp314t-win32.whl:

Publisher: release.yml on MattTheCuber/edge-mender

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

File details

Details for the file edge_mender-0.2.0-cp314-cp314t-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for edge_mender-0.2.0-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 6996c4328df1dfe95eea98a735b09190716111fa02cfbd67889a39435d847bee
MD5 9ce4698510098f5dd769c245be8ce027
BLAKE2b-256 c45cf439acd39066cf9b42c714d1dbe980b5d7ffc52f55df4c26c6b231a4b52b

See more details on using hashes here.

Provenance

The following attestation bundles were made for edge_mender-0.2.0-cp314-cp314t-musllinux_1_2_x86_64.whl:

Publisher: release.yml on MattTheCuber/edge-mender

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

File details

Details for the file edge_mender-0.2.0-cp314-cp314t-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for edge_mender-0.2.0-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 308673530f43f28868969e41ed00f0ce27fc2b3c3ef4010e645b5bb576907d23
MD5 3ba296f7a0fceb8a65653407bde13de4
BLAKE2b-256 d749c98910e5e92163e38626d5b9a80d4ada9d3b66f0a1237c7ae8b35501e30e

See more details on using hashes here.

Provenance

The following attestation bundles were made for edge_mender-0.2.0-cp314-cp314t-musllinux_1_2_aarch64.whl:

Publisher: release.yml on MattTheCuber/edge-mender

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

File details

Details for the file edge_mender-0.2.0-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for edge_mender-0.2.0-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 8e0bf17e59c5dfec66525a0143adb5bd7b36a3332bc345c14fb02c8244898d70
MD5 86221e31e956822e2081d80801f72683
BLAKE2b-256 9cc10bb9769e98cd1805364acd5b6a2185654377c24255f76e03475eff32d627

See more details on using hashes here.

Provenance

The following attestation bundles were made for edge_mender-0.2.0-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl:

Publisher: release.yml on MattTheCuber/edge-mender

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

File details

Details for the file edge_mender-0.2.0-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for edge_mender-0.2.0-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 bb168a6e998cb45629a8a53dc45567f95712b128af5b60faaa053b75a6c40f84
MD5 8f204fef619890d193e08daf77e14027
BLAKE2b-256 913b04ffde118696e5621d1b8af20160ec969b62026590c7c8b1afeb019089cb

See more details on using hashes here.

Provenance

The following attestation bundles were made for edge_mender-0.2.0-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl:

Publisher: release.yml on MattTheCuber/edge-mender

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

File details

Details for the file edge_mender-0.2.0-cp314-cp314t-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for edge_mender-0.2.0-cp314-cp314t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 197986aa4a82410fe406a9d918c5a859c02b17207e1ace1e85bd6d7690d81a72
MD5 dfa989f635fb5791ccc462080c243c9e
BLAKE2b-256 b8f673d1ec0b472e26994d69c9b4233dc2111e59d633817c3f1d6d5de254a6c6

See more details on using hashes here.

Provenance

The following attestation bundles were made for edge_mender-0.2.0-cp314-cp314t-macosx_11_0_arm64.whl:

Publisher: release.yml on MattTheCuber/edge-mender

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

File details

Details for the file edge_mender-0.2.0-cp314-cp314t-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for edge_mender-0.2.0-cp314-cp314t-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 27da7ce4c3242c1cc2c1129529064dbef40e1b228630518c1fb9cc604f26248f
MD5 fa6fe36845a39090b5a85123c230a436
BLAKE2b-256 6e8f6aab34fba3ec74ff5dccfa38a3b114bddada2f7d03315e027ee04c95f321

See more details on using hashes here.

Provenance

The following attestation bundles were made for edge_mender-0.2.0-cp314-cp314t-macosx_10_15_x86_64.whl:

Publisher: release.yml on MattTheCuber/edge-mender

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

File details

Details for the file edge_mender-0.2.0-cp314-cp314-win_arm64.whl.

File metadata

  • Download URL: edge_mender-0.2.0-cp314-cp314-win_arm64.whl
  • Upload date:
  • Size: 495.9 kB
  • Tags: CPython 3.14, Windows ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for edge_mender-0.2.0-cp314-cp314-win_arm64.whl
Algorithm Hash digest
SHA256 a79430df1b604ebb11516d172ea28790ed0ac52b020753575c4f5563951ba99f
MD5 a5bbe3370482cccefa42bce51d0050aa
BLAKE2b-256 9b99ceba5d4810a366611d2e042408face048857d48b695bdfe3513004bda03d

See more details on using hashes here.

Provenance

The following attestation bundles were made for edge_mender-0.2.0-cp314-cp314-win_arm64.whl:

Publisher: release.yml on MattTheCuber/edge-mender

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

File details

Details for the file edge_mender-0.2.0-cp314-cp314-win_amd64.whl.

File metadata

  • Download URL: edge_mender-0.2.0-cp314-cp314-win_amd64.whl
  • Upload date:
  • Size: 520.1 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 edge_mender-0.2.0-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 f93ba2013cf1619c64ecbc17e4900fc1d5ba1fdcb8502c4a91127e67960e75e3
MD5 ef92ef95c715c49e90a8326e9f237575
BLAKE2b-256 50ff2d5973960a163d1d14edfee0fa88550a689cfc1893168a5f765ea48f52ef

See more details on using hashes here.

Provenance

The following attestation bundles were made for edge_mender-0.2.0-cp314-cp314-win_amd64.whl:

Publisher: release.yml on MattTheCuber/edge-mender

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

File details

Details for the file edge_mender-0.2.0-cp314-cp314-win32.whl.

File metadata

  • Download URL: edge_mender-0.2.0-cp314-cp314-win32.whl
  • Upload date:
  • Size: 495.7 kB
  • Tags: CPython 3.14, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for edge_mender-0.2.0-cp314-cp314-win32.whl
Algorithm Hash digest
SHA256 cc009c02a8885e9dc5223d8cda54249aab5cb9356907f3c92df87d767e339497
MD5 2c797dae652539db9780234d726e987b
BLAKE2b-256 c7555e319010fcbfd0d8dedd005bd99863e84eb0b9d56456255f6d394940248e

See more details on using hashes here.

Provenance

The following attestation bundles were made for edge_mender-0.2.0-cp314-cp314-win32.whl:

Publisher: release.yml on MattTheCuber/edge-mender

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

File details

Details for the file edge_mender-0.2.0-cp314-cp314-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for edge_mender-0.2.0-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 5b60617b6e73f53599462bc1f5ec5910cf51c0117c216ffab0845bba478d53d4
MD5 cd8254ce8f3f0279905d7908d4f06473
BLAKE2b-256 7990ad5ce78240d0e52a92e24349e20a0ba2d1148b303e34355b2d18b0f6dc89

See more details on using hashes here.

Provenance

The following attestation bundles were made for edge_mender-0.2.0-cp314-cp314-musllinux_1_2_x86_64.whl:

Publisher: release.yml on MattTheCuber/edge-mender

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

File details

Details for the file edge_mender-0.2.0-cp314-cp314-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for edge_mender-0.2.0-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 5fdb9c02d2873f44ba95d201733634dbbd57b2c114522f1e980e688080eef73e
MD5 02ad981b127152c6d7a94b4a1d759c0b
BLAKE2b-256 83267320863a2246ea5b4b38d080fc43c9377d21d8ddcabc7422e4b39c6b5c79

See more details on using hashes here.

Provenance

The following attestation bundles were made for edge_mender-0.2.0-cp314-cp314-musllinux_1_2_aarch64.whl:

Publisher: release.yml on MattTheCuber/edge-mender

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

File details

Details for the file edge_mender-0.2.0-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for edge_mender-0.2.0-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 6749af0ab93f0dcf57e684e8a418464e005a10412dc9bbf01971de3f1709c373
MD5 669c0de356848b69e76d1e9ec5a23b89
BLAKE2b-256 b76f7632aacf11a598944e0777bb0b882e11dbe0648e2fef18d3d35232d04be1

See more details on using hashes here.

Provenance

The following attestation bundles were made for edge_mender-0.2.0-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl:

Publisher: release.yml on MattTheCuber/edge-mender

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

File details

Details for the file edge_mender-0.2.0-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for edge_mender-0.2.0-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 9a62c3524b21348939397663456f99922ae7055bce898d09d039fb0b5cadb9e3
MD5 f4f08f3c2093c820ba925f1dfa573744
BLAKE2b-256 52989eb3a5858a24aa90f540f87857aefc320cfd33f4a6f7a3659658b34798c1

See more details on using hashes here.

Provenance

The following attestation bundles were made for edge_mender-0.2.0-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl:

Publisher: release.yml on MattTheCuber/edge-mender

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

File details

Details for the file edge_mender-0.2.0-cp314-cp314-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for edge_mender-0.2.0-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 9654ced455728f9cb8dfb3bf973aaa64cdf3b15f0836e36e30f9c3e397414c80
MD5 97f7e9493c000968712c510a135aa4a6
BLAKE2b-256 1b547a76ebf4012c586cb25681e937b00eb17bd39117b37a6228af6d32713546

See more details on using hashes here.

Provenance

The following attestation bundles were made for edge_mender-0.2.0-cp314-cp314-macosx_11_0_arm64.whl:

Publisher: release.yml on MattTheCuber/edge-mender

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

File details

Details for the file edge_mender-0.2.0-cp314-cp314-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for edge_mender-0.2.0-cp314-cp314-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 78717d6489991c1432db95580fbf3ca5f98e9a7502424d3a9efcfd388237b0cc
MD5 ec04d42a34ec39d9d8be41ba38905aa5
BLAKE2b-256 fd1552e13f8ed6765031bae94bd6415f69db887ded4e271fac50a9ed1670d6d2

See more details on using hashes here.

Provenance

The following attestation bundles were made for edge_mender-0.2.0-cp314-cp314-macosx_10_15_x86_64.whl:

Publisher: release.yml on MattTheCuber/edge-mender

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

File details

Details for the file edge_mender-0.2.0-cp313-cp313-win_arm64.whl.

File metadata

  • Download URL: edge_mender-0.2.0-cp313-cp313-win_arm64.whl
  • Upload date:
  • Size: 488.2 kB
  • Tags: CPython 3.13, Windows ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for edge_mender-0.2.0-cp313-cp313-win_arm64.whl
Algorithm Hash digest
SHA256 eba98b3c474654ad133dbd4fde0b3b82854c67779a0a31e257522a2570d733fb
MD5 98f7a54c35723bd53b4bae349bb9c5c0
BLAKE2b-256 c648badd92cb9e1c9349f2a7024eb291e7becfa96937ffaf878b4090c4de747f

See more details on using hashes here.

Provenance

The following attestation bundles were made for edge_mender-0.2.0-cp313-cp313-win_arm64.whl:

Publisher: release.yml on MattTheCuber/edge-mender

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

File details

Details for the file edge_mender-0.2.0-cp313-cp313-win_amd64.whl.

File metadata

  • Download URL: edge_mender-0.2.0-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 512.6 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 edge_mender-0.2.0-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 0436c78cc90d3c001326aedbc137640c84c0a60a40f73e830ac9f597e643eca4
MD5 d175afc66061cd087e7f33206e1bea80
BLAKE2b-256 09c6475221f9759136a4e9346bc66236e9d4bdeb876d1abfb41d585de9de2fdf

See more details on using hashes here.

Provenance

The following attestation bundles were made for edge_mender-0.2.0-cp313-cp313-win_amd64.whl:

Publisher: release.yml on MattTheCuber/edge-mender

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

File details

Details for the file edge_mender-0.2.0-cp313-cp313-win32.whl.

File metadata

  • Download URL: edge_mender-0.2.0-cp313-cp313-win32.whl
  • Upload date:
  • Size: 489.2 kB
  • Tags: CPython 3.13, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for edge_mender-0.2.0-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 5d37cefc61c2509d53c01ffc8920c81f1a233f85df64f7b6bd7784f9bed47abc
MD5 6a0b6c6bf323a76cb58f3c3f909e44d1
BLAKE2b-256 ce5ba84fe9bda3720779db20e12723eca0c7640b113a4aa936ffd318ae1beee7

See more details on using hashes here.

Provenance

The following attestation bundles were made for edge_mender-0.2.0-cp313-cp313-win32.whl:

Publisher: release.yml on MattTheCuber/edge-mender

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

File details

Details for the file edge_mender-0.2.0-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for edge_mender-0.2.0-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 90ffdf15fce8c0967c620d5e4765873663239ed7e4dc4e8b518057f6bda460f1
MD5 685ce06d414f66fb8a5f6ff67a63ac3d
BLAKE2b-256 22da618a12723a2f57b8532644d094a11e5d804a810be22ad5b21a201b358b79

See more details on using hashes here.

Provenance

The following attestation bundles were made for edge_mender-0.2.0-cp313-cp313-musllinux_1_2_x86_64.whl:

Publisher: release.yml on MattTheCuber/edge-mender

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

File details

Details for the file edge_mender-0.2.0-cp313-cp313-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for edge_mender-0.2.0-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 525d2e1bc3e424bd468a8c7345e0c2db5dd40f02cd71c67509fc6e6790d0344c
MD5 d1cbd2536c3d8443f4a283ed8488ffa0
BLAKE2b-256 ae7fe28a6be6a4d7fe98c17039cf153691e49e5f13b6a5714e7e6b12bde31416

See more details on using hashes here.

Provenance

The following attestation bundles were made for edge_mender-0.2.0-cp313-cp313-musllinux_1_2_aarch64.whl:

Publisher: release.yml on MattTheCuber/edge-mender

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

File details

Details for the file edge_mender-0.2.0-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for edge_mender-0.2.0-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 7f1f474b12ad31059dcb748ef51dcaaf97a475adcfc2744f490d4daf28642f76
MD5 13c774ef86f98b6b33221b1880bdfd31
BLAKE2b-256 b1e8906b5f2b70b2a0f45b57d8a8eee2027a0b77d697c4579286e6b6845149d7

See more details on using hashes here.

Provenance

The following attestation bundles were made for edge_mender-0.2.0-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl:

Publisher: release.yml on MattTheCuber/edge-mender

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

File details

Details for the file edge_mender-0.2.0-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for edge_mender-0.2.0-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 45761cc85671944881fe3ef0898a0de570c87ff44dd55a066281a1cd1b060657
MD5 a69e9face974217401c8113c2043edc5
BLAKE2b-256 f21cca2ec3de07803d439f539172233804a20df67c8219107a7ffb5e4ab0583f

See more details on using hashes here.

Provenance

The following attestation bundles were made for edge_mender-0.2.0-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl:

Publisher: release.yml on MattTheCuber/edge-mender

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

File details

Details for the file edge_mender-0.2.0-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for edge_mender-0.2.0-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 12e5ad2a9ce048f1be2ca3311d1b10caa2533f14def73c13add0300d6836d644
MD5 baa4fa8246eaec93c31c9a08e1f3ad9c
BLAKE2b-256 6ea3c84e69ad9728dd76c48848abc148e3ebb43c03c6676c06022b41db195f19

See more details on using hashes here.

Provenance

The following attestation bundles were made for edge_mender-0.2.0-cp313-cp313-macosx_11_0_arm64.whl:

Publisher: release.yml on MattTheCuber/edge-mender

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

File details

Details for the file edge_mender-0.2.0-cp313-cp313-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for edge_mender-0.2.0-cp313-cp313-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 6ef2dae0fdbf667978860efc1f7c02b870afe6dbb7f1343b7d589fc98abf8e50
MD5 706512b1d2365b4432e969b886a50894
BLAKE2b-256 1573bcb63ef9732a4be0a795a55623244203951240b8bd9a84255fce29b8df8b

See more details on using hashes here.

Provenance

The following attestation bundles were made for edge_mender-0.2.0-cp313-cp313-macosx_10_13_x86_64.whl:

Publisher: release.yml on MattTheCuber/edge-mender

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

File details

Details for the file edge_mender-0.2.0-cp312-cp312-win_arm64.whl.

File metadata

  • Download URL: edge_mender-0.2.0-cp312-cp312-win_arm64.whl
  • Upload date:
  • Size: 488.6 kB
  • Tags: CPython 3.12, Windows ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for edge_mender-0.2.0-cp312-cp312-win_arm64.whl
Algorithm Hash digest
SHA256 93dadf42ce6674190bccdf8627057168c1e3ef83bf0b56c751a87652c1fc9f03
MD5 674b6e4c4bcdcf8d8b4eedb13c3f7342
BLAKE2b-256 f7a3f326d33be42580db92bf8553a0926398aeac192996e67a20168224569c16

See more details on using hashes here.

Provenance

The following attestation bundles were made for edge_mender-0.2.0-cp312-cp312-win_arm64.whl:

Publisher: release.yml on MattTheCuber/edge-mender

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

File details

Details for the file edge_mender-0.2.0-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: edge_mender-0.2.0-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 513.0 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 edge_mender-0.2.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 7ba2ac44145ed7c244dcd1ab4c84c8d3db2373ec80d1e0b301f6ba9d4d3d78f8
MD5 c15459c6a4a65875ce36f265cc800539
BLAKE2b-256 cb3161ca51d80cf8d5e2f73563d011adc4cd65275abe6d07cf9920fd61c06467

See more details on using hashes here.

Provenance

The following attestation bundles were made for edge_mender-0.2.0-cp312-cp312-win_amd64.whl:

Publisher: release.yml on MattTheCuber/edge-mender

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

File details

Details for the file edge_mender-0.2.0-cp312-cp312-win32.whl.

File metadata

  • Download URL: edge_mender-0.2.0-cp312-cp312-win32.whl
  • Upload date:
  • Size: 489.4 kB
  • Tags: CPython 3.12, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for edge_mender-0.2.0-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 2c064558772f0b05b16ff903b4804801aaa76d7f9391c2f7ab2b03b222f12bbb
MD5 dfd2087bdea7df2366d037e4c50c1419
BLAKE2b-256 fc1a9621d5af22dfd8cd945302f296017fa87df8858ed7b1b6c9fc6165fb344d

See more details on using hashes here.

Provenance

The following attestation bundles were made for edge_mender-0.2.0-cp312-cp312-win32.whl:

Publisher: release.yml on MattTheCuber/edge-mender

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

File details

Details for the file edge_mender-0.2.0-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for edge_mender-0.2.0-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 c64d35652adb5393cbde4fb7f3279219355d8a2980da7def1dd44980e3097f6b
MD5 13ac80b1af6918d1a87718a1e25ca71b
BLAKE2b-256 4d585618199ad36b5d37a10d609dca7b12e0b43d2f8dbab8dbf363691d1cedc6

See more details on using hashes here.

Provenance

The following attestation bundles were made for edge_mender-0.2.0-cp312-cp312-musllinux_1_2_x86_64.whl:

Publisher: release.yml on MattTheCuber/edge-mender

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

File details

Details for the file edge_mender-0.2.0-cp312-cp312-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for edge_mender-0.2.0-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 b54a20207303e0f9c10e4b20aece5b23c51f85da806f3eedd749093c8427291c
MD5 81209262560dbad0544311607c5561be
BLAKE2b-256 c478c21f6fc7fe639730a91d0bbcbb3cd7f4612f839c146f7e61a1daf7668473

See more details on using hashes here.

Provenance

The following attestation bundles were made for edge_mender-0.2.0-cp312-cp312-musllinux_1_2_aarch64.whl:

Publisher: release.yml on MattTheCuber/edge-mender

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

File details

Details for the file edge_mender-0.2.0-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for edge_mender-0.2.0-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 d9049272eb5221afae084a0c160b8afdd532641aa41d63c002ec6213137a8fb2
MD5 abaaeff30f0999150fa239de7e37b921
BLAKE2b-256 dcb7228dfd6bc1925b524dc905b34a37fd7f9b68fe6fbab2fe4bd31a0ce90a96

See more details on using hashes here.

Provenance

The following attestation bundles were made for edge_mender-0.2.0-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl:

Publisher: release.yml on MattTheCuber/edge-mender

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

File details

Details for the file edge_mender-0.2.0-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for edge_mender-0.2.0-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 cf4a4fd20102cff031d04e2ff2bd0cdbde0d61dcb4d672a349cc572abc53fd80
MD5 7a20871d3bae7ed449d904f771d5518e
BLAKE2b-256 15d63a92bb1649e690f71a73e081ecf04c8dcb952311728bd767a79ccb610243

See more details on using hashes here.

Provenance

The following attestation bundles were made for edge_mender-0.2.0-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl:

Publisher: release.yml on MattTheCuber/edge-mender

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

File details

Details for the file edge_mender-0.2.0-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for edge_mender-0.2.0-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 318c82d861c3f79bc95f60f787aca711fcb1a2a6b80cc76f8fcb1932a9afecf2
MD5 b6a97eaca061202b3aa5836440a29cce
BLAKE2b-256 506994b5a6cb4bb9835d25c7e466e277e11ebfcb825234d50a152bfd24c3f9ad

See more details on using hashes here.

Provenance

The following attestation bundles were made for edge_mender-0.2.0-cp312-cp312-macosx_11_0_arm64.whl:

Publisher: release.yml on MattTheCuber/edge-mender

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

File details

Details for the file edge_mender-0.2.0-cp312-cp312-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for edge_mender-0.2.0-cp312-cp312-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 39f64c9d4c4f80f62f8b169eac724dea2fd16ea7fbb38b043add2d0c4860e967
MD5 ade41da2bb7292814c4bf789ff9e1fe2
BLAKE2b-256 5d395e26728215d8946804fa7a1c30867a757523d3faed0a7836ee18f59e7c01

See more details on using hashes here.

Provenance

The following attestation bundles were made for edge_mender-0.2.0-cp312-cp312-macosx_10_13_x86_64.whl:

Publisher: release.yml on MattTheCuber/edge-mender

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

File details

Details for the file edge_mender-0.2.0-cp311-cp311-win_arm64.whl.

File metadata

  • Download URL: edge_mender-0.2.0-cp311-cp311-win_arm64.whl
  • Upload date:
  • Size: 489.9 kB
  • Tags: CPython 3.11, Windows ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for edge_mender-0.2.0-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 7077f54e9cefd7c4fc8bba3b0a9cf30347588c836d09a539f73919ca08c02fcc
MD5 0a3a9950dab972cb8aa4adb0b8d0c92a
BLAKE2b-256 4214720a1391e3bb57994c8fb8ef617b725f63a16c62d2a34df56e7af3c015ff

See more details on using hashes here.

Provenance

The following attestation bundles were made for edge_mender-0.2.0-cp311-cp311-win_arm64.whl:

Publisher: release.yml on MattTheCuber/edge-mender

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

File details

Details for the file edge_mender-0.2.0-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: edge_mender-0.2.0-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 512.5 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 edge_mender-0.2.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 8a1e5718a4a99ad69d0a74c5fa30e316f6d54927d61d85747ec5ed31376bc921
MD5 f9281d64d47f008a31df5b4a08e577c2
BLAKE2b-256 94b5984ed730a39b51624b9e628987374fbfae545828ab3d163a66c77fd56d20

See more details on using hashes here.

Provenance

The following attestation bundles were made for edge_mender-0.2.0-cp311-cp311-win_amd64.whl:

Publisher: release.yml on MattTheCuber/edge-mender

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

File details

Details for the file edge_mender-0.2.0-cp311-cp311-win32.whl.

File metadata

  • Download URL: edge_mender-0.2.0-cp311-cp311-win32.whl
  • Upload date:
  • Size: 489.3 kB
  • Tags: CPython 3.11, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for edge_mender-0.2.0-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 c8a8aa9dcf5acbdcc16322c174d60c1d0d32cf4e8b6ea76f106f09f3cb00cc59
MD5 8c1aed0a4d746cf7096f76cccde6d03a
BLAKE2b-256 b5b6d684ba9ea5e25bd53194a41c8cab14f2081c4ce112e747ff830c215a8c75

See more details on using hashes here.

Provenance

The following attestation bundles were made for edge_mender-0.2.0-cp311-cp311-win32.whl:

Publisher: release.yml on MattTheCuber/edge-mender

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

File details

Details for the file edge_mender-0.2.0-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for edge_mender-0.2.0-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 741b1d9ca72d5a3b6034971b00e8650531068c82014dc7449828737f80bde13a
MD5 3feafa04c373719fd78075a5ecb4aa9d
BLAKE2b-256 7267b8515c5515cfbef38df6f564c5fd92f03e48c52eda1185eb8de72127b9b0

See more details on using hashes here.

Provenance

The following attestation bundles were made for edge_mender-0.2.0-cp311-cp311-musllinux_1_2_x86_64.whl:

Publisher: release.yml on MattTheCuber/edge-mender

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

File details

Details for the file edge_mender-0.2.0-cp311-cp311-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for edge_mender-0.2.0-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 57f18e1148d2bfecd7e08d285c66e1c54298857c20283e8a3dc626808d2d9bd8
MD5 2967b0be2728a185387391e4b37d3e78
BLAKE2b-256 345408dc61152c5fb5657410669a5173821c929a774e50a17c00667e0801a593

See more details on using hashes here.

Provenance

The following attestation bundles were made for edge_mender-0.2.0-cp311-cp311-musllinux_1_2_aarch64.whl:

Publisher: release.yml on MattTheCuber/edge-mender

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

File details

Details for the file edge_mender-0.2.0-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for edge_mender-0.2.0-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 7604e6e3e94a061eba77a7b9fbfa7919d64eb0d4ae6ad737945f3793c1104625
MD5 3db7f868dc5e14dfde7bc395cddf4f45
BLAKE2b-256 e4349ca5c3689aa2bef4eefbc49f68b7d1310e35a37a8e0525a89aa1310e483f

See more details on using hashes here.

Provenance

The following attestation bundles were made for edge_mender-0.2.0-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl:

Publisher: release.yml on MattTheCuber/edge-mender

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

File details

Details for the file edge_mender-0.2.0-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for edge_mender-0.2.0-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 9650a5dd2ad7bf3c86290db7d5fec9a07fe158b7bbbbe298761dc6fa25f84b6f
MD5 4aaea19f2bfbe43cf9ae6ca59dfb6588
BLAKE2b-256 e2e5e0d8a399e63888c3be0ce3432e27c4d24b7c6ca76cf5fdbb0644e801f4e2

See more details on using hashes here.

Provenance

The following attestation bundles were made for edge_mender-0.2.0-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl:

Publisher: release.yml on MattTheCuber/edge-mender

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

File details

Details for the file edge_mender-0.2.0-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for edge_mender-0.2.0-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 ff125bb5dec173a5bef5aee0614ff709917132a46cd394f9c69bf7d80ec5eaed
MD5 be9f9d66570b13ef6706352a2b603c99
BLAKE2b-256 3842f597b6fae883825c8b3b86d61aa45b7250947d9435e34562feec7394716f

See more details on using hashes here.

Provenance

The following attestation bundles were made for edge_mender-0.2.0-cp311-cp311-macosx_11_0_arm64.whl:

Publisher: release.yml on MattTheCuber/edge-mender

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

File details

Details for the file edge_mender-0.2.0-cp311-cp311-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for edge_mender-0.2.0-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 3ea3dff5f3ee76354a1e3bf607826d55bc398f8238d99945b60c36e80b56d709
MD5 a9d54bc14dc8aa2a5b4399e16e1a9301
BLAKE2b-256 e6dbd48ba3381924cedfc5a4b123bae30e50186593bb920e2f5cb33457866e60

See more details on using hashes here.

Provenance

The following attestation bundles were made for edge_mender-0.2.0-cp311-cp311-macosx_10_9_x86_64.whl:

Publisher: release.yml on MattTheCuber/edge-mender

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