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
  • FFT engine: Built-in Fast Fourier Transform with MPI-parallel support using pencil decomposition
  • Convolution operators: Discrete differential operators including Laplacian and FEM gradient operators for spectral methods
  • Domain decomposition: Cartesian decomposition with ghost cell communication for stencil operations
  • 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++17 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. 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 within an Ambizione Project and by the European Research Council within Starting Grant 757343.

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

Uploaded CPython 3.14Windows ARM64

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

Uploaded CPython 3.14Windows x86-64

mugrid-0.102.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.102.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.102.0-cp314-cp314-macosx_14_0_arm64.whl (4.0 MB view details)

Uploaded CPython 3.14macOS 14.0+ ARM64

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

Uploaded CPython 3.13Windows ARM64

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

Uploaded CPython 3.13Windows x86-64

mugrid-0.102.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.102.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.102.0-cp313-cp313-macosx_14_0_arm64.whl (4.0 MB view details)

Uploaded CPython 3.13macOS 14.0+ ARM64

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

Uploaded CPython 3.12Windows ARM64

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

Uploaded CPython 3.12Windows x86-64

mugrid-0.102.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.102.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.102.0-cp312-cp312-macosx_14_0_arm64.whl (4.0 MB view details)

Uploaded CPython 3.12macOS 14.0+ ARM64

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

Uploaded CPython 3.11Windows ARM64

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

Uploaded CPython 3.11Windows x86-64

mugrid-0.102.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.102.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.102.0-cp311-cp311-macosx_14_0_arm64.whl (4.0 MB view details)

Uploaded CPython 3.11macOS 14.0+ ARM64

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

Uploaded CPython 3.10Windows ARM64

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

Uploaded CPython 3.10Windows x86-64

mugrid-0.102.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.102.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.102.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.102.0.tar.gz.

File metadata

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

File hashes

Hashes for mugrid-0.102.0.tar.gz
Algorithm Hash digest
SHA256 a227f82fc3829fbdbe11417852c782b6cade4c010660eeca6ed7008611673741
MD5 ffb6ec584e3d32455edbc3cc4763bbd8
BLAKE2b-256 2992f888bd46849e4a732af26b95f3c27f1025d00502c38f9be35dc7e143ed41

See more details on using hashes here.

File details

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

File metadata

  • Download URL: mugrid-0.102.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.102.0-cp314-cp314-win_arm64.whl
Algorithm Hash digest
SHA256 2acfc0c4b0a9085574f12d19d54441a2caf44b7f67f9b686885b6ea3732c4255
MD5 f7e79422bdb3af941afc4437511153e5
BLAKE2b-256 b5facd8e4e716f14a69c459a29706af63f9365e0bd29ebb0440f78d36d9a14b9

See more details on using hashes here.

File details

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

File metadata

  • Download URL: mugrid-0.102.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.102.0-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 e2212431a3ae765dd62c8d926b51d7c0e331b7171fbf2f33703a007ea4678357
MD5 1774114773db5d19ff472a75d9cbc0e8
BLAKE2b-256 f14785a17068fa2f284fd415289d10813146cf4f8d765bccc4f5a818d5bfdbb6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mugrid-0.102.0-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 f5b8e57e26e53d02c669982b658355b5b19b9f96736840fbe807177f2066255e
MD5 0ff9f4a9a6131a9962b6128907c4457a
BLAKE2b-256 b5ba8ad7faa06c6abef8c009e84083b89bada2b34a2f55b6ef441ac2ead6e99b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mugrid-0.102.0-cp314-cp314-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 ba27271460ee7de077a71298aac1e0dbaa4f51c7f3b76474775f9ca13a41b234
MD5 607035407d91d5cc993347bd065fb5e9
BLAKE2b-256 81398cbbfcc269a5ddf3356f79b7e16ef13108045486b973368302dcee747762

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mugrid-0.102.0-cp314-cp314-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 89dd161b79fe1a42342e8393b099778d4fbbbf49f040259ee73263732c6faf0f
MD5 2000099afe33baacdab9743923169228
BLAKE2b-256 4d2e6ef03c0e1102024b5bdfaf9bafe811e1ad4bac1473444df1896b1ec12578

See more details on using hashes here.

File details

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

File metadata

  • Download URL: mugrid-0.102.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.102.0-cp313-cp313-win_arm64.whl
Algorithm Hash digest
SHA256 3c1919bd8d4cd6502357492a751a146e581cb42883cb65e426a710a41ba2c640
MD5 58304bd710c678e1eb443847c13d6bf5
BLAKE2b-256 fd76d7d09ef10a911bbc84ca26d05fc4813e9794c015d714602cfcffd8eb2234

See more details on using hashes here.

File details

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

File metadata

  • Download URL: mugrid-0.102.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.102.0-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 96b3c997614a5fd071f1a13833f7795a97e84310e3e7c26ae5575549360e14b6
MD5 5894a61dc7b39e9f68834840e70d3a68
BLAKE2b-256 9f226f0866444e185066199637f4df30c3b77fe31f1b8b34ff83a4968d1eef46

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mugrid-0.102.0-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 6d4767d9fe0492da65d31ece9166ca9754d594e448d3eeeff4a12895c2b689a3
MD5 4d659f955a04974a84366cbee5db3d1a
BLAKE2b-256 d71bb436d51756c8d1a8734091adc05ef1826e0a5e5df7e40a80097adcd3d524

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mugrid-0.102.0-cp313-cp313-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 234eb2f2691c0110e9295d067ac6b5524810939814c9c68f5c3cdb5f46d48675
MD5 ff3556780c6bfde06da2a2e717aad16e
BLAKE2b-256 88f83a7beed3c185dc1ed9eb74dc732ed678326093f7c777c9475968e306db32

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mugrid-0.102.0-cp313-cp313-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 15f234f69b88de6b10a6111d18a770d57386f8ba25a0b7792737a635fa2090fb
MD5 cddd0e004534ae964778b856031ecf5d
BLAKE2b-256 d3aeaf6f078725c61db0d96ebe00b10106027e76db2749db3ae8ad90170a735b

See more details on using hashes here.

File details

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

File metadata

  • Download URL: mugrid-0.102.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.102.0-cp312-cp312-win_arm64.whl
Algorithm Hash digest
SHA256 1c9099548cd690f521fa98d82f0b53f33bfc8fda4765c2711562c023a207142e
MD5 06f6bed309c1c36c63f4f21db7a77f13
BLAKE2b-256 efa0284348f5a9ca3e27caf171496d12cf90f6a50675f4f951fc9e151536e98a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: mugrid-0.102.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.102.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 d2faaf96af7329b1e2396d897f483cb79c91bc81b8ad45155568f1d5acaf89d6
MD5 705fb95cc48f09cbeb5eef689e0a1eff
BLAKE2b-256 0125a2fcd87664d7fd415049ca42d3673370888813bb36590fd3362c45f909ea

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mugrid-0.102.0-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 5caf71858c9ebae1aef69200e98e55165ecf81686cb420555053b4ba8f87abce
MD5 39941f97aec8887c32c509db5b31eee9
BLAKE2b-256 ce86019ddda2d824b1340085576df1a860f222cee6f61ae7eff0b7b6bf703fe4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mugrid-0.102.0-cp312-cp312-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 07333ce02dbad68e8c7aefe12465ddea19f851d2d915c49f7fafa116361b0250
MD5 2d7150cfad5364697ba6e4fc115c5d3c
BLAKE2b-256 88821a2e1ab89b0c43d63bdbfe6a43ad3a4c626cc47955886ca3a9630bb899e7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mugrid-0.102.0-cp312-cp312-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 60673111bdd714fb10d245c5af63c5412cefb6f273070401fe0fc198a917a69e
MD5 db777515c0ab39b5a46191ca28a9b5bd
BLAKE2b-256 5511763793e2032a33ef1399e85cf4353004b400d75fb64d4c2eb537338a8458

See more details on using hashes here.

File details

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

File metadata

  • Download URL: mugrid-0.102.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.102.0-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 3503ac1aebaed8efbb7ef6d49113cea5fffaa5498beb412a9f514ccc34eb5cd8
MD5 ad3025a636e42ee2059be5fb024eda50
BLAKE2b-256 6dff7769e901d166804a28e1cb4921a4a9edef4872a6ad2e8417289e812f4fd4

See more details on using hashes here.

File details

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

File metadata

  • Download URL: mugrid-0.102.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.102.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 8c8d5d6def607d3eea81e38b65d901549ae67f09af57777f8dbcae89b964f472
MD5 68e7a858d3f95c7662dbe355f653473b
BLAKE2b-256 8b017292736c12d1d1367a7385327c460f72d145b4a617dd510acf8fd64579ff

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mugrid-0.102.0-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 c3eda9ff66e3601d1fe71f088a5b02ef44fe24cd5df9f906d87054b9415c2acf
MD5 f3ca40a9b933aa0f729524d9c3191f55
BLAKE2b-256 cf1601d73ed8c34befd11a2b1eebae621eb2f27c95f4c50e9b05bd02e5ca14f2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mugrid-0.102.0-cp311-cp311-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 567613a5d7c913a65112dbe7c75d027eac938994bde372c109a482344bd32902
MD5 83281a796e7f88bfc6ddeaf46b53e3ed
BLAKE2b-256 7e4af904dafc0bf9fd661ee316c36ab3367893b2b84779c73a15d4b5cf89a646

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mugrid-0.102.0-cp311-cp311-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 58f011d9d2a3ebdf420864d9f5c4e2ba3eef820412c216baa917c86c101e2b4d
MD5 b570362f88e79cabdf25d3439c092bf1
BLAKE2b-256 d3b47766fff54577b03b355a49682b547c40bafbf96be7954c90bffad1b5f89f

See more details on using hashes here.

File details

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

File metadata

  • Download URL: mugrid-0.102.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.102.0-cp310-cp310-win_arm64.whl
Algorithm Hash digest
SHA256 58017def239d61d629a4e3c34d30cbc8c513536a72b4b32c9ab9395eda061446
MD5 7949e30e8faca3d4aa5ce51baa704e12
BLAKE2b-256 12ae04f3b7e33db6ef555a47fbc0b5c9e6c0deb128f08781b095826acea912ee

See more details on using hashes here.

File details

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

File metadata

  • Download URL: mugrid-0.102.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.102.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 d3a7fd35a06c984e9880066bec72ad6b333feadfdfac05217cda86abdfc5cf06
MD5 3d25861de712f7171ebc045ba9f3ea60
BLAKE2b-256 5b83a4d4a3bedfc1cd78fcf30a4f890aec55a1b8a4bdee3fe49b98d2aa6d4565

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mugrid-0.102.0-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 e335739c96b81da23ab8590910fdd2078cca568682098111bdfd194ed0d0b4ae
MD5 f169079e007387e34d914cdda34dff7c
BLAKE2b-256 a68a3a533cd67ff4ba5590735c392b227a28ac72eef91e437dea45948cd3cf19

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mugrid-0.102.0-cp310-cp310-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 35be936b9f43a4ad896612d811d95d049b0af42feefabea18e9bab4fa26f150b
MD5 48a70a72016528225df04e0db15890f6
BLAKE2b-256 04ae9884b1d93355751f451e7612900ce665c0bc15fd7a6b958d9026052feec7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mugrid-0.102.0-cp310-cp310-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 1239a8294079f5d7f6220ef01f608bfea5c5a86fd7913fdf2d405cd049532894
MD5 531fbdeee7666843107ed0c9bc39a69a
BLAKE2b-256 e2c98570773d49838a04ee58e20ac9981e99d2235c489ece476a186429991372

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