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

Uploaded CPython 3.14Windows ARM64

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

Uploaded CPython 3.14Windows x86-64

mugrid-0.107.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.107.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.107.0-cp314-cp314-macosx_14_0_arm64.whl (4.0 MB view details)

Uploaded CPython 3.14macOS 14.0+ ARM64

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

Uploaded CPython 3.13Windows ARM64

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

Uploaded CPython 3.13Windows x86-64

mugrid-0.107.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.107.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.107.0-cp313-cp313-macosx_14_0_arm64.whl (4.0 MB view details)

Uploaded CPython 3.13macOS 14.0+ ARM64

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

Uploaded CPython 3.12Windows ARM64

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

Uploaded CPython 3.12Windows x86-64

mugrid-0.107.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.107.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.107.0-cp312-cp312-macosx_14_0_arm64.whl (4.0 MB view details)

Uploaded CPython 3.12macOS 14.0+ ARM64

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

Uploaded CPython 3.11Windows ARM64

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

Uploaded CPython 3.11Windows x86-64

mugrid-0.107.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.107.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.107.0-cp311-cp311-macosx_14_0_arm64.whl (4.0 MB view details)

Uploaded CPython 3.11macOS 14.0+ ARM64

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

Uploaded CPython 3.10Windows ARM64

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

Uploaded CPython 3.10Windows x86-64

mugrid-0.107.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.107.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.107.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.107.0.tar.gz.

File metadata

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

File hashes

Hashes for mugrid-0.107.0.tar.gz
Algorithm Hash digest
SHA256 90be62be9775ccc4c63c27337b586647362cd7b9332b81936d8a42507dc2cf89
MD5 780455dc17808e19482408f0bd5384c7
BLAKE2b-256 5de09a1ad464bc529e8d99b400022db56c80d81033c3461c17a6efef011c02e0

See more details on using hashes here.

File details

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

File metadata

  • Download URL: mugrid-0.107.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.107.0-cp314-cp314-win_arm64.whl
Algorithm Hash digest
SHA256 4fc7299df1ef6d1ad4e4c5be4e9735d5d4eaf4921a6487d199614a27599ee241
MD5 fde135395a895aa4afdec1fa3ca47d23
BLAKE2b-256 c9764c979ff651d33a2fbd953ad67bdc4445529ffb1721ff76dfb2214692cbf9

See more details on using hashes here.

File details

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

File metadata

  • Download URL: mugrid-0.107.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.107.0-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 4f2e8d2a308284bcbe2f6fc6e3be0b9964739744c8f64a2693ed19ceeef882f4
MD5 94d824a8847f1cb40fbd0549c9d32b15
BLAKE2b-256 413128e1e032d708cdb19ce37c7991e72ed98d57f7432cb46469164c3b7d14f7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mugrid-0.107.0-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 27ef2fa21f93c2574d36cc20071876d0d0f1e84942aa2d33b686a57170fbf426
MD5 015594ff88762a24bcd96fd9eae1c1e9
BLAKE2b-256 de9981aa74ecd9722a6ef4255fc8014f77ffa38bb861d382a4d06ad89778fe92

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mugrid-0.107.0-cp314-cp314-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 666ba8842d68802253123fbd37480cc0cfca2345a21ce45b0d120c11dd8ad56f
MD5 03ef94145972999a1c44e35f27d6ec7e
BLAKE2b-256 57bc10880348cf01e4ea7d4f36cdc309a6c05f27174f2e72bee70e7b4f85fd6f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mugrid-0.107.0-cp314-cp314-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 facd760675706befd7f761ac1a1f329d41de507e24a5a1d4fab2fa210a6f8468
MD5 efdff9763c0ec605ea32db7a262ed771
BLAKE2b-256 2aae8ef61d47b32f24d9bc89654ba7f3c8b894d856df2804b6a09df6d519b49f

See more details on using hashes here.

File details

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

File metadata

  • Download URL: mugrid-0.107.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.107.0-cp313-cp313-win_arm64.whl
Algorithm Hash digest
SHA256 d8706a69ba97db54e73c38052372078110d756f07342ae556a11795e9a01dcf3
MD5 33902b88108be4077ff3b6de473d22fa
BLAKE2b-256 d39a15728d9e5404ecccbd822fcdc6eec15d0f5097ed93f0cb7f744b9eda65fd

See more details on using hashes here.

File details

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

File metadata

  • Download URL: mugrid-0.107.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.107.0-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 3f758862b9cc5ce111f7fd34cdbb197f3b7971bc3a57c275c5dbdaa04f280981
MD5 207b8a0393bc6b33e3211949e5e1df01
BLAKE2b-256 01ff93e11e530af25ce32e459751e9b34a3103f24db88fbf75cca35b134458c7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mugrid-0.107.0-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 22e8f04fc96cdd0d2ea9e25621121e41ffc242b68028fb4d876540cc6b18828f
MD5 885a2f1cc4b670771bb8faaf13896c4a
BLAKE2b-256 3c539326af469aa42f4417d9ae93636cf24923309cb2b8cf00176e582b245aeb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mugrid-0.107.0-cp313-cp313-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 6b085ea6cb339c677bc5fd05131c80ce86e481c502e01f5705aab47eb3b07e89
MD5 1666f0bb525fa2826a6874d67e663690
BLAKE2b-256 3cd1fdd86c495bd937bfa81475b6b70933491700a50c4501dbdda74de22eeecf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mugrid-0.107.0-cp313-cp313-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 8275576651735b771db09b13a3000e64a0c375d3890f27c4744dec0a754a9072
MD5 4eb483b825c3f998c09e682e97f0a8fd
BLAKE2b-256 c3d74b5c3e976347ed4ce32a3303668033ea36fd7489bb0737f4118470f12f00

See more details on using hashes here.

File details

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

File metadata

  • Download URL: mugrid-0.107.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.107.0-cp312-cp312-win_arm64.whl
Algorithm Hash digest
SHA256 cbf72be2e03a5ee03d075a4ef993b860332ed56a303852b87e87d43abda4bac9
MD5 67c5ccf28be86c172020f2e1968fff0a
BLAKE2b-256 5494c858ed32378c290d8efdad7d04bd3a19a49f0746b7f10fb22eb01fd85966

See more details on using hashes here.

File details

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

File metadata

  • Download URL: mugrid-0.107.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.107.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 499cb4a8785e2d05e253906ef3338a6b12bc705d037ddab40101ed8f633da3e5
MD5 51fb99cf1cc758af75da4912c08664b0
BLAKE2b-256 1bc472103ea0599b1d3e994986c12223e6a11fdc8796d415201fcb4449491755

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mugrid-0.107.0-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 5287a30553cb8aaf086a80827330b3f33408a5b1acf0e8c7af62e98cd08d53ca
MD5 284188ea00ac76d15d2331d386051e8f
BLAKE2b-256 1dbe0a5fd9d23d691b3f508085ff167b50d933431a081b42598c5570511f4594

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mugrid-0.107.0-cp312-cp312-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 1ac5f989562ca931131c16b8cb6a906563f9c05e27048fbb288aaa3106a5dcf9
MD5 25cd00725041fce18be32cec3a0a00f4
BLAKE2b-256 96fea42ffa2bf3d79722cadf1c57ad408a06a530207892dd3fe6d5504505bd15

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mugrid-0.107.0-cp312-cp312-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 449c6febaa089aeddec8bca9f46514bc10f783f443730edb2919925a1672403d
MD5 a64db53e0ac450893020da403b5dd8d6
BLAKE2b-256 5edbd0097c5ca5cdabfb25b378bbf9b37c88ecbf79868dc49240d27923da7d7a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: mugrid-0.107.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.107.0-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 673a8302b778254287eb374b483e7a87376578aac37c6172f8f0455bab597028
MD5 514f6347c87a00153bdd896f836e979e
BLAKE2b-256 64c7df9d1f6d84c796622677af33b7a38f41abed51c0004faa24855f2ac10e36

See more details on using hashes here.

File details

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

File metadata

  • Download URL: mugrid-0.107.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.107.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 1989e55a1e9e39f09ec8a9fbdba600008c471fcd443a87d075e50738c9c66ba9
MD5 a20615086da012f3bc521ca5120e2eef
BLAKE2b-256 1839d67a84367d6a46affd3a3fe80209d5e6c1216745335563b9d2d3a6141dcc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mugrid-0.107.0-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 023ff76d8525ca483bb5612a944d5c693ad53c2bfdf2e241974fe9b7139a083b
MD5 edca384cb43101814588bf1d4edf951a
BLAKE2b-256 4e843d9816f567743109feef6c6f618546965051eed28bbb1c429ed66f6bcd1d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mugrid-0.107.0-cp311-cp311-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 7b594df5f9fb6ce8202b2c05ad85a8233fee151ea4557cfb1ee9e73455542511
MD5 62253df587000747bd2ff37304d74915
BLAKE2b-256 d2c5b04d25335a33d95023c93b3e10d6be3e91cec60d096be4bcc7d4ef43bf6e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mugrid-0.107.0-cp311-cp311-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 755c4adfa9b4dcf886d23b32ec55a89e2a17a2a6e09bc6907d9fec65a6be9150
MD5 354d112a05b6b193cb3c47524a076a37
BLAKE2b-256 46ebe27331f856c6c3a4108d0229b63ee47b184f7f7d871aaca0e5bd1b3fb7fe

See more details on using hashes here.

File details

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

File metadata

  • Download URL: mugrid-0.107.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.107.0-cp310-cp310-win_arm64.whl
Algorithm Hash digest
SHA256 c44aedddf1f11e67b04abfde7d22447e454098896d00a764ea48db8571c09cc6
MD5 b8c56faf502a82e5f07f062c5b7ffaf5
BLAKE2b-256 e5aa8756706b73a64f809f327e29acab23c5ff798a8eee27500556211bfa0d8d

See more details on using hashes here.

File details

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

File metadata

  • Download URL: mugrid-0.107.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.107.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 e059600184658d7601c798d3c54875343b965721316a70759147529e42b6d8a5
MD5 81f86833976ef73f25f6f530a3252ad3
BLAKE2b-256 67006a6e7ed3c8b4c737d37c3bf7dc6e7f8e2143d718fff186e43fbefceeda45

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mugrid-0.107.0-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 e369e9a2adc06c475a3d217af94979b44ee9f79686dddba7ae7ffc90510508c6
MD5 649ea931db7c263a3a002e78d6530181
BLAKE2b-256 77d8ec92b53b66fc9d188c3cd0b302a5b67eab72780114a82639d604c07941f7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mugrid-0.107.0-cp310-cp310-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 0ffd1af3dfbf7394e4ecb477700051a5dd8087245773f4c0fc3374caed0f7813
MD5 4cb6856d47c45a80bbf6d0948925ed8c
BLAKE2b-256 08a2dc299805a64170c50a59a590714f6bc3091f542838802ee89ee45f5cf848

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mugrid-0.107.0-cp310-cp310-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 2beaf50da82f0f7dfad7fe6e2d15bc48d148829d674bb0bf4dd7de0e2e74ff06
MD5 422f7a44e5feb1e3e43c2c57cd0dd9b3
BLAKE2b-256 8fc27168fbb02b4c666fe8192bbcfcff9e3883958f08c7ecb16e7caad2e3cdb9

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