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

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.106.0.tar.gz (710.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.106.0-cp314-cp314-win_arm64.whl (4.7 MB view details)

Uploaded CPython 3.14Windows ARM64

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

Uploaded CPython 3.14Windows x86-64

mugrid-0.106.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.106.0-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.106.0-cp314-cp314-macosx_14_0_arm64.whl (4.0 MB view details)

Uploaded CPython 3.14macOS 14.0+ ARM64

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

Uploaded CPython 3.13Windows ARM64

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

Uploaded CPython 3.13Windows x86-64

mugrid-0.106.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.106.0-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.106.0-cp313-cp313-macosx_14_0_arm64.whl (4.0 MB view details)

Uploaded CPython 3.13macOS 14.0+ ARM64

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

Uploaded CPython 3.12Windows ARM64

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

Uploaded CPython 3.12Windows x86-64

mugrid-0.106.0-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (4.3 MB view details)

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

mugrid-0.106.0-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.106.0-cp312-cp312-macosx_14_0_arm64.whl (4.0 MB view details)

Uploaded CPython 3.12macOS 14.0+ ARM64

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

Uploaded CPython 3.11Windows ARM64

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

Uploaded CPython 3.11Windows x86-64

mugrid-0.106.0-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (4.3 MB view details)

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

mugrid-0.106.0-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.106.0-cp311-cp311-macosx_14_0_arm64.whl (4.0 MB view details)

Uploaded CPython 3.11macOS 14.0+ ARM64

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

Uploaded CPython 3.10Windows ARM64

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

Uploaded CPython 3.10Windows x86-64

mugrid-0.106.0-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (4.3 MB view details)

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

mugrid-0.106.0-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.106.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.106.0.tar.gz.

File metadata

  • Download URL: mugrid-0.106.0.tar.gz
  • Upload date:
  • Size: 710.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.106.0.tar.gz
Algorithm Hash digest
SHA256 0451dbfeed099f16f5c2dda62ae66b33ef8862c6d053ba198eeb7160e7516ef5
MD5 ba4b97763d1f192d8274ad1430423390
BLAKE2b-256 9939ebb0b30e83c8c74e052680691842ac29ae8660405192fa233bf2978ac697

See more details on using hashes here.

File details

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

File metadata

  • Download URL: mugrid-0.106.0-cp314-cp314-win_arm64.whl
  • Upload date:
  • Size: 4.7 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.106.0-cp314-cp314-win_arm64.whl
Algorithm Hash digest
SHA256 74473b92cdb134896a2a74af6be0164ab916beeabc97c3555f34587cc549b401
MD5 8091abccf1ed1e898e1d9d0696629330
BLAKE2b-256 57d539449b4de84932521964414720444b6314b5709b9d5ab4fd66d688cee23b

See more details on using hashes here.

File details

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

File metadata

  • Download URL: mugrid-0.106.0-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.5

File hashes

Hashes for mugrid-0.106.0-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 afe000537ebf766991e6ef2caec4c67d540207dd5fb66cfdf99520852869e498
MD5 a401bd27cb76d7070b6881766986f573
BLAKE2b-256 8cab5aa3db49da06c3208e9de0c92b22d108d679d846ff67989d7dde257f87e5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mugrid-0.106.0-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 4aacc1e561f85015a5bc17a7c379baf2f47a60be75919d2a3dcddab492c67044
MD5 0c972cf8cee44de2d7d0ecb4e22cbf09
BLAKE2b-256 6ec295063ac6b04217c330a4b82d088defee8f39df8e6fea68b836e557d8ad50

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mugrid-0.106.0-cp314-cp314-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 dda99bf51a26755a97a7e80576bd5047a7ffdf1c2bd6a182a288383809e79812
MD5 a406d0f8436f14bb66e8a7f664629cb7
BLAKE2b-256 fbd0e48b4da852a96ebe3b57899ac97d1f0552ae925942266d76d969c1a34058

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mugrid-0.106.0-cp314-cp314-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 88c325b91003802097301c3795d4b5bb41e6529c6da2d8cc701d0dbc589ef441
MD5 151b98cc0a1dc4b0b994b26eeea9975f
BLAKE2b-256 765e47bf040592299eac6eeb178cd222d30b37f534104148d759be0cdf9dcf84

See more details on using hashes here.

File details

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

File metadata

  • Download URL: mugrid-0.106.0-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.5

File hashes

Hashes for mugrid-0.106.0-cp313-cp313-win_arm64.whl
Algorithm Hash digest
SHA256 9cb88fbd0f8f4283eee5c51de5c6bb31893e35b085218e60d72ea97176e007c7
MD5 7153d569d0a92b19debfdee56fd11ee0
BLAKE2b-256 46ff21df42e4d241f8cc5fa3e0010482f2f37c0339319f0b7829f122944d6736

See more details on using hashes here.

File details

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

File metadata

  • Download URL: mugrid-0.106.0-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.5

File hashes

Hashes for mugrid-0.106.0-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 5240d03f322fa86d52ffba3420af18f9445f626703a380899edee1bee936edad
MD5 247cffaaa78f00dd34c4e1693b4cee20
BLAKE2b-256 7ff312104a97ffe8113341d70024cd4b3408701949c8de52b00e306b9446f067

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mugrid-0.106.0-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 8eec51c95aae17dee7b64ce1d2e35f1e221fe1486a91008f7c4c1b3de820e134
MD5 dc27bac6a045ebddb1eaa1129047a246
BLAKE2b-256 c45bb844a8e0289965676285c17d19c03e580af6e8dd3a84077d7ef8053fa725

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mugrid-0.106.0-cp313-cp313-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 1e7b0789add2cf4a486424c85249c67d48793045a61468be85dc3531d9367f7e
MD5 9eefa125faa20ecdf8112727052f47a5
BLAKE2b-256 5e475a9cafd4dc240cdfcfc77ca34ea88daf1203d5e5d2e2448468e697bef68e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mugrid-0.106.0-cp313-cp313-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 69540f85b50b45c918c0d667af78bc284b72af15565419d12db893f5b34622b7
MD5 714929d798b484d7386a50ec1db9887b
BLAKE2b-256 5412906f97c81525eedf59f70cb7ab2c59c7acd1e0cb502563f843f81092faaa

See more details on using hashes here.

File details

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

File metadata

  • Download URL: mugrid-0.106.0-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.5

File hashes

Hashes for mugrid-0.106.0-cp312-cp312-win_arm64.whl
Algorithm Hash digest
SHA256 84759e0720b3ab649ffa340f3ab9f932e5de6dc74ab47eff7a76dc4929b40376
MD5 45cbf868aab65d9796aae518ca550f11
BLAKE2b-256 69f8d9b2a117a7dd6a88969b43951caf5cf44f8d2685d91baf6c0bac75e0daf7

See more details on using hashes here.

File details

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

File metadata

  • Download URL: mugrid-0.106.0-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.5

File hashes

Hashes for mugrid-0.106.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 3307e167779e690311406654ccbbd0573d742c2acb800b127140de207704c9b1
MD5 5099f0de72fd65b0b76a11ed881efc3e
BLAKE2b-256 001fad3799c15648dcdf467e6f4925a5839a33764c9ab8f5397e5085319a1451

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mugrid-0.106.0-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 f41624636d5d3d8409347e1f07b969a1583a2fa3ce05b149be61966fe24f37d5
MD5 23e9c866d0f5161cc45c718eec89b727
BLAKE2b-256 618f5c4dba9c4f116e85e711d2bb1f261498c9ba4c37321392afd67df60ea6f5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mugrid-0.106.0-cp312-cp312-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 c6e39f1ecea9b389bffe429da75042b3db6db276112b4dcf3cb9b60d21f507ae
MD5 2934f95eac6758e327b149febc92d704
BLAKE2b-256 4437b2a52134a1bf0b46d38d13c9259b3ca9a14a0b583509cba8fc31d4dc7977

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mugrid-0.106.0-cp312-cp312-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 5a88a03200347b4d28fbb9c692df2a4225cd22bf5bc9f17c5bb21d7fda163e32
MD5 b3d63dbe701c179d8d327a851244884b
BLAKE2b-256 021449f9db6fb8e8f2b241a6ac70b55e1ad842835f4decdda614bc2c5fe59f37

See more details on using hashes here.

File details

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

File metadata

  • Download URL: mugrid-0.106.0-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.5

File hashes

Hashes for mugrid-0.106.0-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 7cbe13df4449548ae2b86531d151fc212a08e3fce761ba8e0bea816695b426b8
MD5 eb305cf6749a3f61bbc1b11682233875
BLAKE2b-256 af18fab5cd4ede26acec0089deb09b075637856eef74e25f8e78964b0be60f18

See more details on using hashes here.

File details

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

File metadata

  • Download URL: mugrid-0.106.0-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.5

File hashes

Hashes for mugrid-0.106.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 63ff647af978f441b027483164c6f0348b23332fa3d48aa6a3462499130f5231
MD5 0d9a3e55b8b0e7e13e23de8aa8a2593f
BLAKE2b-256 5e481bb048a56a92cf62dc0fb5d3d02b105de24c2ffa0ec1f2de6f6903eef5be

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mugrid-0.106.0-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 3e12978fdc0a62f278875600f19d841ee9fa123cad2a2b4f962aa924bd2c732f
MD5 82fd6c102deaa6ba25fc2b2a8de6ee71
BLAKE2b-256 6f68e83c9b0630b3e20a31e8dfff1399bccb7a16f5ab0f8766ccbb349b5152d7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mugrid-0.106.0-cp311-cp311-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 6dd799fde084a028d7813c8aa2268c854fb85cc56b9a56f3d00b95f675787966
MD5 5be13745e44477e968c981257c5f31aa
BLAKE2b-256 ce38d5a5597f3ce1a68c46d85635e0a3794f02d6cfa35b1217aff8583269b0ef

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mugrid-0.106.0-cp311-cp311-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 ef1059c6b1fb50b579e590e152cb7ef283da3991b346778c996d3ab0e50cb13c
MD5 6c7acf48d88dafbc3c117e97cf1a6bd0
BLAKE2b-256 debbdec2655c68f40e35ef32cfd4845c6de44ce84498ae7bad2abce1ba5c4513

See more details on using hashes here.

File details

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

File metadata

  • Download URL: mugrid-0.106.0-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.5

File hashes

Hashes for mugrid-0.106.0-cp310-cp310-win_arm64.whl
Algorithm Hash digest
SHA256 3e36a47375406276274686161fc4fbf1da4bc94797e4a33cbe3fc37189191c1f
MD5 cf605be633b878bd78f422b254e82bb9
BLAKE2b-256 117ba983bb5d13f318628320f373c3a2ba22e763a67032814b6a8bcbb36ad69e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: mugrid-0.106.0-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.5

File hashes

Hashes for mugrid-0.106.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 4f9c80d6ade3c0539d74eb68d2fa22ad07cf99f580a06cb678303fc16dff56d0
MD5 9754a0b3e1c44fdb83af914aed4fc5a6
BLAKE2b-256 93b860dcb039f1891c5f947450288e9d3eb50f54b9e12a4489842dda27753f1b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mugrid-0.106.0-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 1711d5a59056bbfb6966d6a04da328b28d640d4432415eaf87834356f7221178
MD5 350a30ed09885b77077969d8891b60f5
BLAKE2b-256 bab3dd50fd9244fdaa06d037578162a774db61ee70f6bf219358fbf4c8bc786a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mugrid-0.106.0-cp310-cp310-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 b5c860b0920a28386111450f86265b39c1f281da2a47a28475b30405229556ff
MD5 07c43ece58cecac6905ba8cbc71a2ae6
BLAKE2b-256 57bd85e276388539265c05dcfc23d203c9a276f83672d94569a2e69133401788

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mugrid-0.106.0-cp310-cp310-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 c2a53b9abd481545ef9fd617a0cb55cb5ec29349753a32eb30b1a9b826ed70d7
MD5 791b43db6831b7f8e94d2b4c37b97b51
BLAKE2b-256 f5ad95fe8aada52961bf220eb7713b2d4f7265769cf76ffaaade9dd99182e6fd

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