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. GPU support (CUDA/ROCm) is off by default and must be enabled explicitly at build time (see the documentation); it is not autodetected. 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

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.109.0.tar.gz (761.3 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.109.0-cp314-cp314-win_arm64.whl (4.9 MB view details)

Uploaded CPython 3.14Windows ARM64

mugrid-0.109.0-cp314-cp314-win_amd64.whl (4.9 MB view details)

Uploaded CPython 3.14Windows x86-64

mugrid-0.109.0-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.109.0-cp314-cp314-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (4.3 MB view details)

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

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

Uploaded CPython 3.14macOS 14.0+ ARM64

mugrid-0.109.0-cp313-cp313-win_arm64.whl (4.8 MB view details)

Uploaded CPython 3.13Windows ARM64

mugrid-0.109.0-cp313-cp313-win_amd64.whl (4.8 MB view details)

Uploaded CPython 3.13Windows x86-64

mugrid-0.109.0-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.109.0-cp313-cp313-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (4.3 MB view details)

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

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

Uploaded CPython 3.13macOS 14.0+ ARM64

mugrid-0.109.0-cp312-cp312-win_arm64.whl (4.8 MB view details)

Uploaded CPython 3.12Windows ARM64

mugrid-0.109.0-cp312-cp312-win_amd64.whl (4.8 MB view details)

Uploaded CPython 3.12Windows x86-64

mugrid-0.109.0-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.109.0-cp312-cp312-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (4.3 MB view details)

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

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

Uploaded CPython 3.12macOS 14.0+ ARM64

mugrid-0.109.0-cp311-cp311-win_arm64.whl (4.8 MB view details)

Uploaded CPython 3.11Windows ARM64

mugrid-0.109.0-cp311-cp311-win_amd64.whl (4.8 MB view details)

Uploaded CPython 3.11Windows x86-64

mugrid-0.109.0-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.109.0-cp311-cp311-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (4.3 MB view details)

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

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

Uploaded CPython 3.11macOS 14.0+ ARM64

mugrid-0.109.0-cp310-cp310-win_arm64.whl (4.8 MB view details)

Uploaded CPython 3.10Windows ARM64

mugrid-0.109.0-cp310-cp310-win_amd64.whl (4.8 MB view details)

Uploaded CPython 3.10Windows x86-64

mugrid-0.109.0-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.109.0-cp310-cp310-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (4.3 MB view details)

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

mugrid-0.109.0-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.109.0.tar.gz.

File metadata

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

File hashes

Hashes for mugrid-0.109.0.tar.gz
Algorithm Hash digest
SHA256 39435a1df41561f63b9aea9129d04c6d8f4e1563ad68d716015f78d43c09f950
MD5 b1cffd876279fc6ba0999e0b189e8a4e
BLAKE2b-256 8ecd7a803e99ab9fa6677cdac551fc3bc0180cc5fadbe20c0c6f4bb9d5660630

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for mugrid-0.109.0-cp314-cp314-win_arm64.whl
Algorithm Hash digest
SHA256 9f015d5861dd0584fc956310aeca3ca72703536b5bbb8565b754c8116e0d32d7
MD5 992faf41300fc1d57e0a2f6032c451b1
BLAKE2b-256 80cc465256d83d7fdafc5897a21b4ff4d708000efb69e7ad5b01a89128f81ee2

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for mugrid-0.109.0-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 83b9da2a434a5f927a14efa40f6782faece58fc6f42ad65d44b87c2f5fc0836d
MD5 bb45452ca1f25d74bad664ef3cd18a93
BLAKE2b-256 c48a2f0f932dca72e3e00a3f0ece30321b07ac49c0a16b38b5454f7ccf42127a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mugrid-0.109.0-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 1007bf89071836520fe3ff4f1aa75ef1f2c712bfe24c0713d91bc35a64f3966d
MD5 eb15cf3d1c4b7f42f6f9db50ea06a5d3
BLAKE2b-256 d444c4ad385979c2dcb231f5f6998390568ed0af5524db520dc27cfbdfa4b49e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mugrid-0.109.0-cp314-cp314-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 e8df667898cd8b24dbfe2b46b0bec8c58d684f14ef2e392817d8a28262dd6bfa
MD5 00e9ccd147ce495d28191ced5abf751a
BLAKE2b-256 f025f14c9d17ecc5c1f83ebc0690c1bf325d0a921654af032f0cbeb49d7f8e1d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mugrid-0.109.0-cp314-cp314-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 62f80a06dea68ad7c7e1a3d73882cca8bca0501fe8880fe7c18a14a099eadf26
MD5 dec608fab2ce1d0b0816ca3583095acb
BLAKE2b-256 09a3ca0a4109bbc9c1ff41aac0fd86bf686638a7340b25051a973109e6d2e239

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for mugrid-0.109.0-cp313-cp313-win_arm64.whl
Algorithm Hash digest
SHA256 8f9145c3ebf8deefab233b1dee96ce0d63c704d984ca28a90a49ad81be095ee7
MD5 10ee69ebfc89761ff4700289840586bc
BLAKE2b-256 957144dfab002816d7dd3cd521bc38eae9afa2ff344745e5e3fcf6935f681023

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for mugrid-0.109.0-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 17c8e5c367acbe91161f78033fdcae4135b43b8630e1daff3d0585b87c71dea7
MD5 da81e540662f3b5a8df6e593804ca16d
BLAKE2b-256 fc185b45f407d53d39542ca5fb4577a124695c349626868c4c7faf00ee89d992

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mugrid-0.109.0-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 5fa3b9ebc664ee4fbeef664c360fefb6f7ab57f817b3b39ed90db2c5f3b22e3d
MD5 0721a366c1bca48f57ba102ddb02d8f4
BLAKE2b-256 bd8c139afc049be41e9ae65c9c866a39487a0d3c9d21fd31b542ce147b031428

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mugrid-0.109.0-cp313-cp313-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 4425c3db65fce0aaac844b967cb12c9be3642ff00285253dc3da236310405ce3
MD5 0b434474eb77658a91a82f21fd50af0d
BLAKE2b-256 bfdb9360e88ffed9c62655b695ccc1c1354d062e526ad3790b268286ea8319d5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mugrid-0.109.0-cp313-cp313-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 b5ae3def8f179a3e2ce59eef82eacde15eb860148ba177b3a397d4053c5ad46f
MD5 b41246618b088a9db48ac58157e24c68
BLAKE2b-256 f9c97869a60518186d3da9d0b8953a3b6327a7eb8484075606dc949ec5a0726b

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for mugrid-0.109.0-cp312-cp312-win_arm64.whl
Algorithm Hash digest
SHA256 e2edb4f0027a88e73716f6be503c368aa05ebb323a6eb2728a3d344dda2286df
MD5 d549fc6891b2f09f0b5b06dec7804be2
BLAKE2b-256 5796dafe935086211dfe07072f40fc9403ce6c3383963e5211f5448fb98029b1

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for mugrid-0.109.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 93dd3a38ad42c69b1d54694940f46581380848a544cc9e76b7835bd37c7cf7c4
MD5 40dac53ce5f6813a4c106a40c6b69b1e
BLAKE2b-256 60c60b8a68d6058411f4fcfae8d8d58788059c951f3893b3e2145b7b1790499a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mugrid-0.109.0-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 4f17f0a86c9342cded12cf46ea092114aa7645d3d1737b7d8fed84f5c675a346
MD5 5aa05c861f0afb66f3a66c769707e66f
BLAKE2b-256 0cb97dc742027f58be060075d4ffb045aa4e9f81ee0d2717cc3d9f8759928253

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mugrid-0.109.0-cp312-cp312-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 d0fedf39926cf567c8cc437646f21a37c71dc718c81d9eedbaec3afad8f72670
MD5 eedfb837a885b615ba74130cca38ab3f
BLAKE2b-256 7ac61c4cc62681d2c65f52b8a9fca5c968e804951e5265e7070bd79eea7c463a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mugrid-0.109.0-cp312-cp312-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 140e4772c9992159017180a4c643f11a4beb38bf36ac49d555c648c9ba1cab49
MD5 fcb0e2eeb96c5c010dbb9a381b8dd920
BLAKE2b-256 a790cb45f1f91ccf4832611d2c54767130c961ea395616d522da81587bf634fd

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for mugrid-0.109.0-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 d43df8e5ac7e2dcdf44eff4fd384657117b2ac4d2eae8437ea9ce31050a8fccc
MD5 e42a775b0692a7b0716b8080c446436e
BLAKE2b-256 2e4498c52e6b6c2ac0ff1d99d6ef2063c3418cd87b6df100a92af62167f8b25c

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for mugrid-0.109.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 d47b7ea2effb2fe6e0af52b4b185456023c9807a49087b6bd9b1b6c188707fbf
MD5 b8c1c2e0e5f22b77f023766baf6668a1
BLAKE2b-256 c97fa793239cb771fb4acf9ee3946646d9ec5c3d9a4f4777ac031c0f539dd62e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mugrid-0.109.0-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 bc2c107879ae925ef9e6e12011cf2d7e3720b3deb8d97ce95b61cdfe0f891422
MD5 72b94a01087f8afc787aebb0a37fc904
BLAKE2b-256 f2bf984fdb57173b400efd88290d66bf92ca8bdb96fda947c71a6481eb0bb620

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mugrid-0.109.0-cp311-cp311-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 54d37fe09238f68e00a8d2bcb0143b7b84818abcc9e381bdc643bf7ee8601ec9
MD5 771c3ff490a3f477718c6ce7f16cad02
BLAKE2b-256 5d7c19cfcc7484e54cd8a57e2d20238aba7e33bf911eaa755f6ca056dce1d396

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mugrid-0.109.0-cp311-cp311-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 96535ff4a840a6a7ffb11fbd95bc9f392b6fade9617ab4176cd64f976579ec73
MD5 7a90ae410ae44314ea6831dafbc6bcbf
BLAKE2b-256 8e4405ef2792e255b715e9e04f4c90fae21e7bc6e07ce054a519110f7cd567d5

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for mugrid-0.109.0-cp310-cp310-win_arm64.whl
Algorithm Hash digest
SHA256 4ffc666ea1c5bb53e527f3143d012984c220049df12503219cfe9c76d20ab909
MD5 69c72dd5491049a59803bf869e92564b
BLAKE2b-256 03cd56e36e6cba8e82b8bd179153e4b9f58eda066cca0abd5e9c48b2fc5c250b

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for mugrid-0.109.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 7b317af8e7f2cd997704cfb164322aba4c5d3add6b98117995a2b4d325427fc8
MD5 81df0d39d2000cdf3a5eb6d9e0ff2c14
BLAKE2b-256 6e0040532982380d5d33981babf645861e3a7d30eea829534f94142f1ad79057

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mugrid-0.109.0-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 fcdde17c5c63552584d558bacdbfed4ab25bd1de73dbc10324dc49bbd55d1d5d
MD5 8b69488c7a4ade6ce6d003752371251f
BLAKE2b-256 a3f65206a47feedf705b581b2321dd7f6a7686ebd22cffd6c1fbf2ac0ff0bf64

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mugrid-0.109.0-cp310-cp310-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 944ff3589675d5740816a149a01daddefb233acd3621deeaebbccf93671b0b7e
MD5 4b4a248c7ebbc0f09fe1c256f69c6b1f
BLAKE2b-256 c0a190fb89404a39fbaa50f15e473bbd0933460963a0794e742024d01bbb82b6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mugrid-0.109.0-cp310-cp310-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 ca52865e82d68f186cd84d75564787443715a5fd3b104f942e272d68facb1ba7
MD5 41b6d4660b3f42de5794d85acec70707
BLAKE2b-256 31428486083a37fef6687c0c4ac7c0fc097a5ce1aad51e10127d1c3732272904

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