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

Uploaded CPython 3.14Windows ARM64

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

Uploaded CPython 3.14Windows x86-64

mugrid-0.103.0-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (4.3 MB view details)

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

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

Uploaded CPython 3.14macOS 14.0+ ARM64

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

Uploaded CPython 3.13Windows ARM64

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

Uploaded CPython 3.13Windows x86-64

mugrid-0.103.0-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (4.3 MB view details)

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

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

Uploaded CPython 3.13macOS 14.0+ ARM64

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

Uploaded CPython 3.12Windows ARM64

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

Uploaded CPython 3.12Windows x86-64

mugrid-0.103.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.103.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.103.0-cp312-cp312-macosx_14_0_arm64.whl (4.0 MB view details)

Uploaded CPython 3.12macOS 14.0+ ARM64

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

Uploaded CPython 3.11Windows ARM64

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

Uploaded CPython 3.11Windows x86-64

mugrid-0.103.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.103.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.103.0-cp311-cp311-macosx_14_0_arm64.whl (4.0 MB view details)

Uploaded CPython 3.11macOS 14.0+ ARM64

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

Uploaded CPython 3.10Windows ARM64

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

Uploaded CPython 3.10Windows x86-64

mugrid-0.103.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.103.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.103.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.103.0.tar.gz.

File metadata

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

File hashes

Hashes for mugrid-0.103.0.tar.gz
Algorithm Hash digest
SHA256 73e2e0b7bb49a015fe720d95efbcc5d111cc8ab2f3ff05c0f57d8956bbfc69df
MD5 e090f9d8b3249c1013ddc2c8f17591ed
BLAKE2b-256 93e9cea954f457e9b6158b03f3554a0c75dd3f70381874729117b32291ad932c

See more details on using hashes here.

File details

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

File metadata

  • Download URL: mugrid-0.103.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.2

File hashes

Hashes for mugrid-0.103.0-cp314-cp314-win_arm64.whl
Algorithm Hash digest
SHA256 c885aac1e8bb2a782182032c848ce048aadf129a5e5acef89c5a3df1a7488f0e
MD5 2ea00d3207baafe9361b67923055348c
BLAKE2b-256 559dd13030dcfef7886a154a9d1503104ad910a3b13aa351ee8d60852cad6826

See more details on using hashes here.

File details

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

File metadata

  • Download URL: mugrid-0.103.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.2

File hashes

Hashes for mugrid-0.103.0-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 44a0743ae590dfcf739fb4e96b013c26af2f5c5e23ce4b9d9a989571c36289d8
MD5 1b346b77e31142eb37bb29c8f940e539
BLAKE2b-256 b3b0f7a248febd0f7aa8f3da8b82ffe137932719cf1ab019574351d19a8ebb59

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mugrid-0.103.0-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 bc62846a1434cededd58879f0808d0c31921367f7721b453335e6eec340e3e93
MD5 d1cb111a38ba3dcb5d61c05c5045a777
BLAKE2b-256 9a62fcdfde98e6f48703e741e303bb6ea362da07f5f3c905d5c52347ed9511ca

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mugrid-0.103.0-cp314-cp314-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 0ec82a3ba8fc9b7c9a101279583d9350a2be743b47af1571f379404d9182cf33
MD5 01810073dec2edb0fac646bc93c795ba
BLAKE2b-256 620f82eb0ee1087c3cfd97779a6cd0db26a5c6bfc89459c860991d7b758158b4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mugrid-0.103.0-cp314-cp314-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 eb6b8dc190bd7f31a3ef80e7bcfc57f744c831bb5ec47f056490508bf00d0113
MD5 8e3d7678d26b99d97e947a6362fa5b5a
BLAKE2b-256 0e4a05e4e56f4c60b69e75f337d557c74f56836bcb0eca1879d44c2433275562

See more details on using hashes here.

File details

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

File metadata

  • Download URL: mugrid-0.103.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.2

File hashes

Hashes for mugrid-0.103.0-cp313-cp313-win_arm64.whl
Algorithm Hash digest
SHA256 bab0f0d304f993d53cf5e15add22f937dfd94fe85d780b0428254ed209131982
MD5 d25b63c244925f6f5032e8989a3175af
BLAKE2b-256 da5de614cfe251b3b2f14b6e991d8ee0b9e6ba705c46fa47871b5bfe968079cd

See more details on using hashes here.

File details

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

File metadata

  • Download URL: mugrid-0.103.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.2

File hashes

Hashes for mugrid-0.103.0-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 13f9f0a2be8c9b25b880004b56cadc99099ecbf009ca3f7def9083c227b90320
MD5 67e3a91eecd1ad4140b6f415b7fee9aa
BLAKE2b-256 09e4c94cc797414f72624b7e2d7c02345e9f47c46d302be81733c1af34d4da7c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mugrid-0.103.0-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 4f0d2d2a46fcd2a8a32b8f5266196ce870021cb190f63b5e1cb036038d5858a2
MD5 4374d1a8b96bd55a16fdb49fbcf393c3
BLAKE2b-256 f22c559fffdf0eb76c78e5ef74681c7f824e657e33ea35fffb8e1c2e56f1e8fa

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mugrid-0.103.0-cp313-cp313-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 aa8790aa8c9807692613fc40f8b321bdd8b70dad44b814f35d03d15c0e16ef2c
MD5 cdda0185f842afa2f464451d3319e4fc
BLAKE2b-256 362216085cf9621146f08e8721565bde35f9778c6a3ce942275a57a623dcb2f3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mugrid-0.103.0-cp313-cp313-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 59f810f98a45bef573d1511bb137bc7c012f053e2b9906dfec0894cd6ec6e160
MD5 85b4f332bc2f64a8a2bd0e7eba8bd0ec
BLAKE2b-256 49187ca93d92b4cd133aa068a9b70ecec827f9ad9cfe94cb2129fbd7c15fe63e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: mugrid-0.103.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.2

File hashes

Hashes for mugrid-0.103.0-cp312-cp312-win_arm64.whl
Algorithm Hash digest
SHA256 d40c7099ec31b9afa625df999ce292614bf40f21de3043a34b0bed6cb50d2ca3
MD5 bbe4ed0e7de40ab8b7d24d0761b3c293
BLAKE2b-256 9b28f65b10ea451e08a4df57c864cc17eac7b5e9223fa33b6294d767fea63072

See more details on using hashes here.

File details

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

File metadata

  • Download URL: mugrid-0.103.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.2

File hashes

Hashes for mugrid-0.103.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 eebd2cf33ed4d16a62bf30511a4fb061306207dc0057290228a597689f788e95
MD5 c2c6f4754ae4ca39e575f9000080ab32
BLAKE2b-256 29f3ef0a3b2cc009505c17a3821de74e57a3c30e2440c5d844b98c809507a624

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mugrid-0.103.0-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 eb2b6d77ebe63882836758ef760c63d7abc954b92209a1f980acd0b22f09bd6b
MD5 6840a4458f8a5defdc6cbc433b5175ab
BLAKE2b-256 4dfdfeec6bbda1212615920cb3ff6b92a219ca4e9861b71c37436b065d7d0dca

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mugrid-0.103.0-cp312-cp312-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 888ee4c014fdda4bf5faa0a210962313ae28e2ab5ff171169bc184bc38da2b18
MD5 bceb3675c92c298dd6c41987e2c61b57
BLAKE2b-256 7b8fd7c107cc15729817aba3bc1704ea5d81c80f0f7e73005394e95db018e7ea

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mugrid-0.103.0-cp312-cp312-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 b5aae388f0060a2b2537da50a9ceae4f666e494bc0dbf2296a80fc928d141892
MD5 99b69b939a49e14302b4f894caea2533
BLAKE2b-256 6811093373b029c6f7353276d98d7f3236885d12b5514f3c46203bbce4230b2d

See more details on using hashes here.

File details

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

File metadata

  • Download URL: mugrid-0.103.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.2

File hashes

Hashes for mugrid-0.103.0-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 5e3d53b33fa2cd9a921458902ab78f3f0bcf2372c4298da256ceff185c831a0c
MD5 fc4428d523e0f123dde329f5087e6def
BLAKE2b-256 3f41acf2fa0e4f6e99365a4f74d641eb4c074750eecf81aec5bd2bab950d26f9

See more details on using hashes here.

File details

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

File metadata

  • Download URL: mugrid-0.103.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.2

File hashes

Hashes for mugrid-0.103.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 4fa6cb3ed9ece656e2148a37cb9613e3a552bc4497d8f2b0e02ba3b2e094d73e
MD5 5ccddb289d69d1d67ca66ad40d59e542
BLAKE2b-256 247e170cf731724a96e57d3f7d193a602aaf9bb1ccfaf8dae1d13c5f6850d04b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mugrid-0.103.0-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 0072e04809d5da6bc83bc062e1e9e5a1d4c5b0a9230dc6e189a4a175cfaaad07
MD5 dc867688cfffbb5aac06fc1a02ae1e16
BLAKE2b-256 e8dadd124e1de297a2f1dcd9864088b2fea58bc2893c67472c81ecb06d60d3ed

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mugrid-0.103.0-cp311-cp311-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 b4cfca139b202d73ad9b47672d8a5dfbf64daf4f00191f6cc3c3e6da11a9fdff
MD5 2dad317d064f38d9a2d9efd925bc8ce5
BLAKE2b-256 4d9a1bf3d8fd4b2170fe4d2106295833454b398d443d352faf08628026a689c0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mugrid-0.103.0-cp311-cp311-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 b7750f2fb943750e85d218285a759182e45e24709b6133fc5babdd8fbe178250
MD5 be79bd9175591bac301c2265cd1ba217
BLAKE2b-256 8f6365ed38ba56292568a70b0d25a1521277ab5fc724ea824eef50c150da1316

See more details on using hashes here.

File details

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

File metadata

  • Download URL: mugrid-0.103.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.2

File hashes

Hashes for mugrid-0.103.0-cp310-cp310-win_arm64.whl
Algorithm Hash digest
SHA256 951ac6e4cb8475e6332323ea172dae2321d9df62c48d69ab78e1c9cc04e3e0ed
MD5 c422e8b6c47a70a8d241670bdeb234be
BLAKE2b-256 c589f4afbeaed166b903de5c62704324d0601987fc06ffeb84f8f10356adfb30

See more details on using hashes here.

File details

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

File metadata

  • Download URL: mugrid-0.103.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.2

File hashes

Hashes for mugrid-0.103.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 f269465b96b8eedb74e76fdedd901416d7dfc231043103954e86ddd86272a78b
MD5 2106d08c74864f4cbc76fbf00835b52d
BLAKE2b-256 5e4a233602159f0064def9edcb8c76fe553d0bf0245213e768096c548f634f70

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mugrid-0.103.0-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 5e306cc57e05fd318a1d58f57b87e406ab20c5968da486435cea9d4098c9f764
MD5 3044ec4e4187e2f3adea8683ce996379
BLAKE2b-256 e6fe93dd0f3f8b921e548ea80283012dafcdf19591de17b32c27e61ced347a20

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mugrid-0.103.0-cp310-cp310-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 a8a97160654ed4ad5dfab1d33b20b194ccb500d0ccda90d15841703b86e2b6e8
MD5 eba82b417d32e552d3dc737f815a07e5
BLAKE2b-256 2d50c81b4a8a5af1de25107be368c04d6874c6d1048d6094587ddcf30c9bf22f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mugrid-0.103.0-cp310-cp310-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 14250b9734226c8bf82197fdbef4e08dc19f6650d22a8e138274aaf4920392ad
MD5 1838d61c1edc1cb12dab78fd86860c6e
BLAKE2b-256 79c72ec1c670f26e1d0f7a69c9092c77b181c7c6d55ddbd8b9bd3097edad21bb

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