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

Uploaded CPython 3.14Windows ARM64

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

Uploaded CPython 3.14Windows x86-64

mugrid-0.104.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.104.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.104.0-cp314-cp314-macosx_14_0_arm64.whl (4.0 MB view details)

Uploaded CPython 3.14macOS 14.0+ ARM64

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

Uploaded CPython 3.13Windows ARM64

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

Uploaded CPython 3.13Windows x86-64

mugrid-0.104.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.104.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.104.0-cp313-cp313-macosx_14_0_arm64.whl (4.0 MB view details)

Uploaded CPython 3.13macOS 14.0+ ARM64

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

Uploaded CPython 3.12Windows ARM64

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

Uploaded CPython 3.12Windows x86-64

mugrid-0.104.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.104.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.104.0-cp312-cp312-macosx_14_0_arm64.whl (4.0 MB view details)

Uploaded CPython 3.12macOS 14.0+ ARM64

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

Uploaded CPython 3.11Windows ARM64

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

Uploaded CPython 3.11Windows x86-64

mugrid-0.104.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.104.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.104.0-cp311-cp311-macosx_14_0_arm64.whl (4.0 MB view details)

Uploaded CPython 3.11macOS 14.0+ ARM64

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

Uploaded CPython 3.10Windows ARM64

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

Uploaded CPython 3.10Windows x86-64

mugrid-0.104.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.104.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.104.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.104.0.tar.gz.

File metadata

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

File hashes

Hashes for mugrid-0.104.0.tar.gz
Algorithm Hash digest
SHA256 4fbd8ad3a97813ed978d936466e21f803808a3a0a7b146ffcc58a6588fae468b
MD5 46c0c6375bcc9850eedcb09123f883fc
BLAKE2b-256 39b1d5c4551ea2c0aa6476ceba1fd5dd0d2137aa4a0bfca64825b572fabb0613

See more details on using hashes here.

File details

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

File metadata

  • Download URL: mugrid-0.104.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.104.0-cp314-cp314-win_arm64.whl
Algorithm Hash digest
SHA256 740f5ab6dccd01f32a7e5dfeb9102d4f37f8e3de8339413741dad25a885f182e
MD5 6fc7650f9c9d3661b6150a4a8affb687
BLAKE2b-256 30a92bdf2d811846291aaf66b5ab61b0360f89aecaf83d656bdd8f5b41572d18

See more details on using hashes here.

File details

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

File metadata

  • Download URL: mugrid-0.104.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.104.0-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 a5ada3ba113d7538201e609f2e68765730f10588c36965a41f18054f9688c058
MD5 822fe79bcd19eab57842221d8bb7e3ee
BLAKE2b-256 e249d900f3db660569cd9b30abbe6060833ee86c8d97846b28defa20964e239c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mugrid-0.104.0-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 01b3f715bc3bd5393aa165b2fef657726a7f0fc336e8820543dd9c88ef8c9ff7
MD5 ed4e483a15053b4b24bfd351326a5a3f
BLAKE2b-256 c02a1f6cfb341ce12df47f60dc0f7e271c005014b777be1d44cf3434141cb2d2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mugrid-0.104.0-cp314-cp314-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 59c4ce25f1554e0ce2117b67aeb13ca734e5baa9cb29a6b5546420d8d6462c78
MD5 aae655ce671c81ded848724a769f8a7b
BLAKE2b-256 dd065646a1d8a103141dec1dd2500531e21d7bd0705b4d50c4908af9311e62df

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mugrid-0.104.0-cp314-cp314-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 3a566440ffb917cbef246cc90b22218c35d4a89df6223dff77af16736fac2a94
MD5 fad00102161d73d68b8dff65d97f18d2
BLAKE2b-256 8258256effa3e068bba1e8906a05b2d9f911b3795183d2319979eda56575e8ee

See more details on using hashes here.

File details

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

File metadata

  • Download URL: mugrid-0.104.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.104.0-cp313-cp313-win_arm64.whl
Algorithm Hash digest
SHA256 1a0e3c7403643054a1a02cf2a29b6d48b7854aae19dd51c0323f00282ea6bd77
MD5 7a187a40d1b3b05a0b6ce1cd2f6311dc
BLAKE2b-256 ad17aa76f71de25e3fdfab4e94dfc4aaee91de73abe7ab01969a5649279da1d6

See more details on using hashes here.

File details

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

File metadata

  • Download URL: mugrid-0.104.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.104.0-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 beea205a7f83546ee757be8a94ed07ea504fe3f2b129bc8cbbcc4ac41e1ebf96
MD5 d4e2496518a30874ae5ded25f87c852c
BLAKE2b-256 3da4d84cbcd6838880a528fb5ed1c14724cc7b55f773bfad7b11e3cd35eb92f5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mugrid-0.104.0-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 5c71c2651c607910f074040bffc66ef79fe9650cf79b9f77a5b6347920874b96
MD5 81339652fa806b33879649e585be9409
BLAKE2b-256 5a00b13d568c969222ddb124bffb070317e012733694e04720c22759bb3dfc7c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mugrid-0.104.0-cp313-cp313-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 f30094f118706cb2a239f863e2cec3053dc46f9fb067c2b45074f3a5f22c3ea5
MD5 7359b55a9dcaa4f2d3316fcd2406584c
BLAKE2b-256 a30e3b9a48356b6656a6500c7df5e1c9b93c273c64e7b8fe4cb27c82f5b81e40

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mugrid-0.104.0-cp313-cp313-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 a926175b3dac11d0ba3862bad7c8ca9beea71c8ac8be383c1acfa4a945fb1573
MD5 50ee775f2a19fbf71c316f39f2b71f07
BLAKE2b-256 5373e37e6fc9f896bddd2ef670994036402cc37a5403ee31e704fe45a1155524

See more details on using hashes here.

File details

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

File metadata

  • Download URL: mugrid-0.104.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.104.0-cp312-cp312-win_arm64.whl
Algorithm Hash digest
SHA256 9312eda947922e433562c9ee9de6604bfc70ad2286a8d1e99b009c713f761ab2
MD5 bdfca439a1b57421ec647990637cbf46
BLAKE2b-256 1a266d205ac80ebdf77208cbc40309562287656edea563b8e54fc6dcd7c1c683

See more details on using hashes here.

File details

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

File metadata

  • Download URL: mugrid-0.104.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.104.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 970c962ba2365a5780875df0ca7446c3637223e4f986ed09ed0e330d7fcde30f
MD5 31e4152598b7f2c389002ff760bb66c2
BLAKE2b-256 672d41c0187f816e5a78282f4ab7a1f09f21c5306466ab2727ba90bef8e57e99

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mugrid-0.104.0-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 3bf88fa6b9d68bbc0f3f8e380bdc601ac0531a3f60bf9ee79a745f342a28c25f
MD5 e220e28a2d658a01768a279f0b9b224e
BLAKE2b-256 e9f60c3b677b9b71af84da4688308ca2d080bca0b712691fadefd4772a9d4ce5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mugrid-0.104.0-cp312-cp312-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 9836324ed8a8f0619a5fc885e04c0da5e8eed39d1dda05189da0f8c769c772f5
MD5 f18be6368bb9bb693975385ad0ab6590
BLAKE2b-256 4013735c4498f4a86d87bd858aaefac80572175f5bdd76063e9df1963a6c07a2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mugrid-0.104.0-cp312-cp312-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 17e07fec640b148014dc9a9d726660d45f12f8d9d097ca5e4fba431752e30ad1
MD5 808a2b8b1a66f6d4a287522dbed9161b
BLAKE2b-256 27f6abab2cc866330e2b2e9a75a4db24d5c147e5267452af02e8d9c1fd67e73c

See more details on using hashes here.

File details

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

File metadata

  • Download URL: mugrid-0.104.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.104.0-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 93e00a544c5c08615d335400706531e612fb51947a8cfdc43ed2d529f7b3b436
MD5 d51730a59716097aea1c73fd841e4be6
BLAKE2b-256 0339323ff6508e864005537db4b23177c305410e6c85b8432914198ba2853c2c

See more details on using hashes here.

File details

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

File metadata

  • Download URL: mugrid-0.104.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.104.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 5a5602039e1cb4df4d2845ea71adfcd7973d87747e2ba25dc4222041a3d5d48b
MD5 8bedf359001a0f7f2394666813cfa138
BLAKE2b-256 f5069345f847b61602513c01cb1a2017a7cc99b473489a917c3521f8bf6adf58

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mugrid-0.104.0-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 586e956704d2458b1878cf05d7d32ce5dbe520592fd45bf0da93a9781a215c7a
MD5 ee0eeecf050a50a0304e1b0b0ac33b5c
BLAKE2b-256 b8efafae5faa45cdb0e9713293c6a217e2a0d8ae64873c04a93b201218d3b45c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mugrid-0.104.0-cp311-cp311-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 ff7d6dfc1cadbb9b968d4d0e14caacfc94837291ce3a7e725ce18c01134f1086
MD5 5ac21f26765c062de0219d337d2f1c59
BLAKE2b-256 4504c12366e5c491fccc3cb659931450d0f5d1e10e94d57d64e701f24fbb66b8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mugrid-0.104.0-cp311-cp311-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 ae06c13456c80dfebb01d628299a2bcf5354526f4e0fb8d9fc138444980add27
MD5 0c26cf2e11519a7593080acfad03935c
BLAKE2b-256 53407dc0c23fad577f6c00e82cd264744d3c4b4a4c8d780888fcf5795e26929c

See more details on using hashes here.

File details

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

File metadata

  • Download URL: mugrid-0.104.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.104.0-cp310-cp310-win_arm64.whl
Algorithm Hash digest
SHA256 a9642373f5e0b8f072009edb630ba3b1fca784307237573233f63562f887ae1f
MD5 4d6f5b96a6762c172bc26006ce1e5b40
BLAKE2b-256 417ff8a1c14f63a93e83eee807acb4a5d49316b40a3f6bd1db93b7f870455bb4

See more details on using hashes here.

File details

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

File metadata

  • Download URL: mugrid-0.104.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.104.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 392f57322e30a5eb9242d555a21903fc82c1b9e6c89b9b1124bd6a3350db7f5a
MD5 da8c0459050e9f989ec6d9f887ab5ffe
BLAKE2b-256 291658f209dee17d1c1c03feb39de6cb2bccaa9e535c2a24f699b65de9555286

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mugrid-0.104.0-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 a71cbea1429c2626b1ef84d882e812412d9e6b004aee4c9c7a32e4b699868823
MD5 a48b3f89ffc430be014fd8d1a592be70
BLAKE2b-256 14ef8e51ef082a18505a29fc6aa9158a8687eab45b36eaef7bf180b782cc623f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mugrid-0.104.0-cp310-cp310-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 7c7e0da2f0db0e5597dfd20014d1cceeb2dbc822ecd1a148c458c284cd8f265d
MD5 abbbf32c6a41dbdbb4e97a761c8d487f
BLAKE2b-256 da6114ddc1ecb53fe1dd4957f1ff4bdf556d748b7a05be5700f9b2153dde934b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mugrid-0.104.0-cp310-cp310-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 62508dd5b3a2e54353cab53dd38d5fe6e05aa82d9fa25ff1588068790c19e2d9
MD5 98cbfe16eed93aa13fdb581dfc7e48b3
BLAKE2b-256 81e12d32106772448b881f6a25299d3b344d8c738ba2e5665976aa6ab31df728

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