Skip to main content

MPI-parallel regular grids

Project description

µGrid

µGrid is a C++ library for discrete representation of fields on structured grids, with Python bindings. It provides efficient data structures and algorithms for solving partial differential equations on regular grids, with support for MPI parallelization and GPU acceleration.

Features

  • Field collections: Manage scalar, vector, and tensor fields on structured grids with flexible memory layouts
  • Domain decomposition: Cartesian decomposition with ghost cell communication for stencil operations
  • Linear operators: Discrete differential operators including Laplacian and FEM gradient operators for spectral methods
  • FFT engine: Built-in Fast Fourier Transform with MPI-parallel support using pencil decomposition
  • GPU support: Optional CUDA and HIP backends for GPU-accelerated computation
  • NetCDF I/O: Serial and parallel file I/O for checkpointing and analysis

µGrid is written in C++20 and has language bindings for Python via pybind11.

This README contains only a small quick start guide. Please refer to the full documentation for more help.

Quick start

To install µGrid, run

pip install muGrid

Note that on most platforms this will install a binary wheel, that was compiled with a minimal configuration. To compile for your specific platform use

pip install -v --no-binary muGrid muGrid

which will compile the code. µGrid will autodetect MPI and GPU (CUDA/ROCm) toolkits. For I/O, it will try to use Unidata NetCDF for serial builds and PnetCDF for MPI-parallel builds. Monitor output to see which of these options were automatically detected.

Funding

Development has been funded by the Swiss National Science Foundation <https://snf.ch>, the European Research Council <https://erc.europa.eu> and the Deutsche Foschungsgemeinschaft <https://www.dfg.de/>.

This development has received funding from the Swiss National Science Foundation, the European Research Council, and the Deutsche Foschungsgemeinschaft.

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

mugrid-0.105.2.tar.gz (691.9 kB view details)

Uploaded Source

Built Distributions

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

mugrid-0.105.2-cp314-cp314-win_arm64.whl (4.8 MB view details)

Uploaded CPython 3.14Windows ARM64

mugrid-0.105.2-cp314-cp314-win_amd64.whl (4.8 MB view details)

Uploaded CPython 3.14Windows x86-64

mugrid-0.105.2-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (4.4 MB view details)

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

mugrid-0.105.2-cp314-cp314-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (4.2 MB view details)

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

mugrid-0.105.2-cp314-cp314-macosx_14_0_arm64.whl (4.0 MB view details)

Uploaded CPython 3.14macOS 14.0+ ARM64

mugrid-0.105.2-cp313-cp313-win_arm64.whl (4.7 MB view details)

Uploaded CPython 3.13Windows ARM64

mugrid-0.105.2-cp313-cp313-win_amd64.whl (4.7 MB view details)

Uploaded CPython 3.13Windows x86-64

mugrid-0.105.2-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (4.4 MB view details)

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

mugrid-0.105.2-cp313-cp313-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (4.2 MB view details)

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

mugrid-0.105.2-cp313-cp313-macosx_14_0_arm64.whl (4.0 MB view details)

Uploaded CPython 3.13macOS 14.0+ ARM64

mugrid-0.105.2-cp312-cp312-win_arm64.whl (4.7 MB view details)

Uploaded CPython 3.12Windows ARM64

mugrid-0.105.2-cp312-cp312-win_amd64.whl (4.7 MB view details)

Uploaded CPython 3.12Windows x86-64

mugrid-0.105.2-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (4.4 MB view details)

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

mugrid-0.105.2-cp312-cp312-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (4.2 MB view details)

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

mugrid-0.105.2-cp312-cp312-macosx_14_0_arm64.whl (4.0 MB view details)

Uploaded CPython 3.12macOS 14.0+ ARM64

mugrid-0.105.2-cp311-cp311-win_arm64.whl (4.7 MB view details)

Uploaded CPython 3.11Windows ARM64

mugrid-0.105.2-cp311-cp311-win_amd64.whl (4.7 MB view details)

Uploaded CPython 3.11Windows x86-64

mugrid-0.105.2-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (4.4 MB view details)

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

mugrid-0.105.2-cp311-cp311-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (4.2 MB view details)

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

mugrid-0.105.2-cp311-cp311-macosx_14_0_arm64.whl (4.0 MB view details)

Uploaded CPython 3.11macOS 14.0+ ARM64

mugrid-0.105.2-cp310-cp310-win_arm64.whl (4.7 MB view details)

Uploaded CPython 3.10Windows ARM64

mugrid-0.105.2-cp310-cp310-win_amd64.whl (4.7 MB view details)

Uploaded CPython 3.10Windows x86-64

mugrid-0.105.2-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (4.4 MB view details)

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

mugrid-0.105.2-cp310-cp310-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (4.2 MB view details)

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

mugrid-0.105.2-cp310-cp310-macosx_14_0_arm64.whl (4.0 MB view details)

Uploaded CPython 3.10macOS 14.0+ ARM64

File details

Details for the file mugrid-0.105.2.tar.gz.

File metadata

  • Download URL: mugrid-0.105.2.tar.gz
  • Upload date:
  • Size: 691.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for mugrid-0.105.2.tar.gz
Algorithm Hash digest
SHA256 6b03b459e2b9c56573bde49e019b55a09fb498f06da1fef40d0c9139c8b8f0fc
MD5 0e03ed22af8734a7c97b2a0e4a34e72f
BLAKE2b-256 264584b07bd4f0016a8ab793e43f4e1e7d690580fe67990d5791c25b828a50d2

See more details on using hashes here.

File details

Details for the file mugrid-0.105.2-cp314-cp314-win_arm64.whl.

File metadata

  • Download URL: mugrid-0.105.2-cp314-cp314-win_arm64.whl
  • Upload date:
  • Size: 4.8 MB
  • Tags: CPython 3.14, Windows ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.14.4

File hashes

Hashes for mugrid-0.105.2-cp314-cp314-win_arm64.whl
Algorithm Hash digest
SHA256 08a5c6c0960a2a73dcf73818b3b3f5395c318abe8d616cbe975c87f21b620b15
MD5 999399cff3bcec0331fd24a44e2ba804
BLAKE2b-256 6dcbfbdef1d3ccc2eeed27933cd372f9003d5d6a269a25df0d57fa1aef2809b4

See more details on using hashes here.

File details

Details for the file mugrid-0.105.2-cp314-cp314-win_amd64.whl.

File metadata

  • Download URL: mugrid-0.105.2-cp314-cp314-win_amd64.whl
  • Upload date:
  • Size: 4.8 MB
  • Tags: CPython 3.14, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.14.4

File hashes

Hashes for mugrid-0.105.2-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 81ae9958b61246d0a6e57b63844b3762c5abe89843513d05b0ecb59ac834aefe
MD5 a836e590e2855e5a1ea67c566d537c0a
BLAKE2b-256 9a2a2acbc7629efbb6a654c3eedffb79600e30d1d23c0e2731664d2fbde5034a

See more details on using hashes here.

File details

Details for the file mugrid-0.105.2-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for mugrid-0.105.2-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 e0d27a49fdb2ccb5049ef40f77caf631498b24e8c317ad87488a92f56d460f90
MD5 a6ef985dc9287c5a418d7fa9a09c3670
BLAKE2b-256 0bf065e6d1c5e73ae091ad8fa66772c3c0e49705f93ef23476418b58acac9a15

See more details on using hashes here.

File details

Details for the file mugrid-0.105.2-cp314-cp314-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for mugrid-0.105.2-cp314-cp314-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 3351774a18e58b4e82b9e0791fd40b42a6b928e4e5525f25efbf4cadf7daf38a
MD5 6146323251ad191ea876cdb3c2a5dc0e
BLAKE2b-256 8c6730acbdbd052ebf75c2b8f8f093da686addc835b2d65205db299fd44749ac

See more details on using hashes here.

File details

Details for the file mugrid-0.105.2-cp314-cp314-macosx_14_0_arm64.whl.

File metadata

File hashes

Hashes for mugrid-0.105.2-cp314-cp314-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 e00f2f53ee66c7983e394696ed2f2a1a27511b6e51fa0b28f6809b5a86bd6d54
MD5 443ab94ed8293889dde6b0ce59853379
BLAKE2b-256 fc21a814619a4acdad862947d7f08707cc36beb3a9037ae4540d35dba39ec214

See more details on using hashes here.

File details

Details for the file mugrid-0.105.2-cp313-cp313-win_arm64.whl.

File metadata

  • Download URL: mugrid-0.105.2-cp313-cp313-win_arm64.whl
  • Upload date:
  • Size: 4.7 MB
  • Tags: CPython 3.13, Windows ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.14.4

File hashes

Hashes for mugrid-0.105.2-cp313-cp313-win_arm64.whl
Algorithm Hash digest
SHA256 bb1d7893d56b039b81beca8043c67007a6e90daee1c2753ed3e2d8326b04feaa
MD5 7ae4aa20c9f5d68645ffab86f25e5bdc
BLAKE2b-256 2839a3a029c40612a7a461c30cff96198ba40ac021d62827cffe79e3c6bc681e

See more details on using hashes here.

File details

Details for the file mugrid-0.105.2-cp313-cp313-win_amd64.whl.

File metadata

  • Download URL: mugrid-0.105.2-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 4.7 MB
  • Tags: CPython 3.13, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.14.4

File hashes

Hashes for mugrid-0.105.2-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 908c7ac91d69ca90634bea02f1bdd8fac56de2100ae763338cd6bca45f5c90dd
MD5 54efffbfbbe2b4678e4caa709164701f
BLAKE2b-256 7212a7432372bbd34af4e463db29abe1320fa7520d474828bc7f56ed42eb7218

See more details on using hashes here.

File details

Details for the file mugrid-0.105.2-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for mugrid-0.105.2-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 eafcddeba22cc693978d5ff8656d8db9a7ac630cec714091de0bbe1e8ae76044
MD5 4f788057ee8f95f85784bc00a55889c6
BLAKE2b-256 6cc1d3bb8c81733d267fc52acb8c7860fbe893e1e94275266114d7d503550626

See more details on using hashes here.

File details

Details for the file mugrid-0.105.2-cp313-cp313-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for mugrid-0.105.2-cp313-cp313-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 e1953d87ea8869fc3af2da9d79c39d5eb6301650c3aed3fec5c8e3606a74ee11
MD5 0266307d2d0e4c659c4d2d6cea46b816
BLAKE2b-256 6a790c7f3816006ea6a5c30deb00d4ec23348f333505d5360b5a13b17628971f

See more details on using hashes here.

File details

Details for the file mugrid-0.105.2-cp313-cp313-macosx_14_0_arm64.whl.

File metadata

File hashes

Hashes for mugrid-0.105.2-cp313-cp313-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 38d0a5dfba355bc152b641c0a63a5a4377328fa667d4e16b48093d36ae097bef
MD5 c1780004f8d1a944b24b5381c16b46f1
BLAKE2b-256 08f9ba26ec6ed5b95cdb38d5722dcf8ca9bebb69538e336111dfcca0f46c23a8

See more details on using hashes here.

File details

Details for the file mugrid-0.105.2-cp312-cp312-win_arm64.whl.

File metadata

  • Download URL: mugrid-0.105.2-cp312-cp312-win_arm64.whl
  • Upload date:
  • Size: 4.7 MB
  • Tags: CPython 3.12, Windows ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.14.4

File hashes

Hashes for mugrid-0.105.2-cp312-cp312-win_arm64.whl
Algorithm Hash digest
SHA256 c159d622f85a683de99351c6e899b5e3b16ed1e6eb4739505648314335059196
MD5 377ed1a93e11ce96e991ef2a82306de3
BLAKE2b-256 a7bd769a2b3eeef70b0f64e0e3bdc2a18d570874673bf1b70d9ea78632fe9686

See more details on using hashes here.

File details

Details for the file mugrid-0.105.2-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: mugrid-0.105.2-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 4.7 MB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.14.4

File hashes

Hashes for mugrid-0.105.2-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 2c8f5497950b83a6012aa628a39db7f687560dc26113e779727d9e069e4cd94a
MD5 c9ec4dbc0c052060187f77953680309a
BLAKE2b-256 f107a556608eeb2218e89cd421414cee2abb340c9d1487caeab58dcc91d63d9b

See more details on using hashes here.

File details

Details for the file mugrid-0.105.2-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for mugrid-0.105.2-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 b0ef7e85ef09cacee25894a6c0a70132ce8759ce7c8299c53657888dd1abc663
MD5 487024e4d94df951683d1b306acf5a85
BLAKE2b-256 57106e26d96e1c5b64c0bf63373a16be83c4811ddb1e0fda0b3155ea0cd6fd22

See more details on using hashes here.

File details

Details for the file mugrid-0.105.2-cp312-cp312-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for mugrid-0.105.2-cp312-cp312-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 9372817ab4df2fc466638aca9c55c7a5a75277801c78b14e8fb6318e9322fbef
MD5 f83c8115e86a893da383a5f73b81d5dd
BLAKE2b-256 dd0e569997e38411af12bc689be6c029f467366af78ada0117230047f794e161

See more details on using hashes here.

File details

Details for the file mugrid-0.105.2-cp312-cp312-macosx_14_0_arm64.whl.

File metadata

File hashes

Hashes for mugrid-0.105.2-cp312-cp312-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 24e88ae5328ab57a3903e92fc8b15c1911fff38f94a907bb7a521327088b0039
MD5 e6ba8648baf06116a9225945d1ea7fef
BLAKE2b-256 98028eaa506da0338b8b98ff6e2945929360845b26257fa67f81e575292bff48

See more details on using hashes here.

File details

Details for the file mugrid-0.105.2-cp311-cp311-win_arm64.whl.

File metadata

  • Download URL: mugrid-0.105.2-cp311-cp311-win_arm64.whl
  • Upload date:
  • Size: 4.7 MB
  • Tags: CPython 3.11, Windows ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.14.4

File hashes

Hashes for mugrid-0.105.2-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 5beff211245bbe3a4930d8c707c32ef2354db5ff3dbf5143de978919ec5119c3
MD5 c681c72129eac39516a53704bc85786b
BLAKE2b-256 0026cfc190877dd35ce783e5ca895ffded92f0a5185e24eb189e178bd7afc4df

See more details on using hashes here.

File details

Details for the file mugrid-0.105.2-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: mugrid-0.105.2-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 4.7 MB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.14.4

File hashes

Hashes for mugrid-0.105.2-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 a26d5c1d9539d70cd0027e0e8a776ce22a12a0521766bf0ed6e83e1df19396a1
MD5 56464986a4ce3d37e37e642f7c080ccd
BLAKE2b-256 95c2ad8043d2cb127b99d175e380ecda935c222c85093fba51ea9ca60f796199

See more details on using hashes here.

File details

Details for the file mugrid-0.105.2-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for mugrid-0.105.2-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 5e49bad7bfa38ee489e1c4f029b6088aab4cfbba37693446c16fe59149f625de
MD5 049e342271ffc6b790636c745dd07908
BLAKE2b-256 b9bcb37c1d43a06b0fc3d5eb6a52b9e906efad2bd4e70459b410ee435ecea4bf

See more details on using hashes here.

File details

Details for the file mugrid-0.105.2-cp311-cp311-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for mugrid-0.105.2-cp311-cp311-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 47328a2343eb5f437831e4b9baa5df02db4a11955a1a3d694718fa30d8d63153
MD5 c0ae7e97472a39197db04164a65d8b3b
BLAKE2b-256 7c6a3b9690f4a99843f1b58b10be1fb9299874477f0253f9b1817a4771671302

See more details on using hashes here.

File details

Details for the file mugrid-0.105.2-cp311-cp311-macosx_14_0_arm64.whl.

File metadata

File hashes

Hashes for mugrid-0.105.2-cp311-cp311-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 b22ab0278d142435f3d3c8113865111a80658d22d2e056c5ccc08ea2c759a179
MD5 fb65977acb5c712807639f6aef2ca190
BLAKE2b-256 75aa815fc7bde28f5cd7c1724e706e315de2fb6e36a5a3388899e01f13d6935d

See more details on using hashes here.

File details

Details for the file mugrid-0.105.2-cp310-cp310-win_arm64.whl.

File metadata

  • Download URL: mugrid-0.105.2-cp310-cp310-win_arm64.whl
  • Upload date:
  • Size: 4.7 MB
  • Tags: CPython 3.10, Windows ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.14.4

File hashes

Hashes for mugrid-0.105.2-cp310-cp310-win_arm64.whl
Algorithm Hash digest
SHA256 3c0d8de281c910b8288d988f613340ee64cdcb66be6832d86fee07b3b748a517
MD5 b9f4b94dd351c2213a701569ffe5f703
BLAKE2b-256 8fc81ca91354aa245518d2e65c664cfc54186d5563fe582f29cc6b87d2dfc314

See more details on using hashes here.

File details

Details for the file mugrid-0.105.2-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: mugrid-0.105.2-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 4.7 MB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.14.4

File hashes

Hashes for mugrid-0.105.2-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 6e08b7aa4055080c51cbda173c640177a91cd06edd873699232f860badb0482c
MD5 bb4d9e6cd4dd8d6f20d2030886f0d018
BLAKE2b-256 b211f919ba8c23c1d83be5c87d736f61d3370e997af2a1a32f3f8c3bbace6aef

See more details on using hashes here.

File details

Details for the file mugrid-0.105.2-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for mugrid-0.105.2-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 047f5848af6552f2ad0866270a734de6445863cb2c55e74aa6cde728dc8c5480
MD5 eacb1362d32ea704953a0be2a074ed6e
BLAKE2b-256 49f7441ad6bcf06319d53db2de36bad4ef86b98f0aec594d69bb38c6c89c645d

See more details on using hashes here.

File details

Details for the file mugrid-0.105.2-cp310-cp310-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for mugrid-0.105.2-cp310-cp310-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 2f1783b0f2b913598c459845ac4746452f2aee9dcccc25dac42d7f7dfed9e6dd
MD5 39bf8c425654b82b25a68bd3c0c1d08e
BLAKE2b-256 73cd89cda2e30bbf4d8a3238f32bb9cb9d79d18eeebe8809fd4a7fd4caec5ba9

See more details on using hashes here.

File details

Details for the file mugrid-0.105.2-cp310-cp310-macosx_14_0_arm64.whl.

File metadata

File hashes

Hashes for mugrid-0.105.2-cp310-cp310-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 4ee877cf41301e527f16799b5185a36aac0b51490cd3b2194f7bedd8058b7520
MD5 2e5a57643e400a33588b5f5de41340ce
BLAKE2b-256 e94eed25add6193069537dcd36cd6e05e951b7eead9679b9bf77e274805595ac

See more details on using hashes here.

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