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.101.1.tar.gz (591.1 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.101.1-cp314-cp314-win_arm64.whl (4.4 MB view details)

Uploaded CPython 3.14Windows ARM64

mugrid-0.101.1-cp314-cp314-win_amd64.whl (4.5 MB view details)

Uploaded CPython 3.14Windows x86-64

mugrid-0.101.1-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (4.2 MB view details)

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

mugrid-0.101.1-cp314-cp314-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (4.1 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.26+ ARM64manylinux: glibc 2.28+ ARM64

mugrid-0.101.1-cp314-cp314-macosx_14_0_arm64.whl (3.8 MB view details)

Uploaded CPython 3.14macOS 14.0+ ARM64

mugrid-0.101.1-cp313-cp313-win_arm64.whl (4.4 MB view details)

Uploaded CPython 3.13Windows ARM64

mugrid-0.101.1-cp313-cp313-win_amd64.whl (4.4 MB view details)

Uploaded CPython 3.13Windows x86-64

mugrid-0.101.1-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (4.2 MB view details)

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

mugrid-0.101.1-cp313-cp313-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (4.1 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.26+ ARM64manylinux: glibc 2.28+ ARM64

mugrid-0.101.1-cp313-cp313-macosx_14_0_arm64.whl (3.8 MB view details)

Uploaded CPython 3.13macOS 14.0+ ARM64

mugrid-0.101.1-cp312-cp312-win_arm64.whl (4.4 MB view details)

Uploaded CPython 3.12Windows ARM64

mugrid-0.101.1-cp312-cp312-win_amd64.whl (4.4 MB view details)

Uploaded CPython 3.12Windows x86-64

mugrid-0.101.1-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (4.2 MB view details)

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

mugrid-0.101.1-cp312-cp312-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (4.1 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.26+ ARM64manylinux: glibc 2.28+ ARM64

mugrid-0.101.1-cp312-cp312-macosx_14_0_arm64.whl (3.8 MB view details)

Uploaded CPython 3.12macOS 14.0+ ARM64

mugrid-0.101.1-cp311-cp311-win_arm64.whl (4.4 MB view details)

Uploaded CPython 3.11Windows ARM64

mugrid-0.101.1-cp311-cp311-win_amd64.whl (4.4 MB view details)

Uploaded CPython 3.11Windows x86-64

mugrid-0.101.1-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (4.2 MB view details)

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

mugrid-0.101.1-cp311-cp311-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (4.1 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.26+ ARM64manylinux: glibc 2.28+ ARM64

mugrid-0.101.1-cp311-cp311-macosx_14_0_arm64.whl (3.8 MB view details)

Uploaded CPython 3.11macOS 14.0+ ARM64

mugrid-0.101.1-cp310-cp310-win_arm64.whl (4.4 MB view details)

Uploaded CPython 3.10Windows ARM64

mugrid-0.101.1-cp310-cp310-win_amd64.whl (4.4 MB view details)

Uploaded CPython 3.10Windows x86-64

mugrid-0.101.1-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (4.2 MB view details)

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

mugrid-0.101.1-cp310-cp310-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (4.1 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.26+ ARM64manylinux: glibc 2.28+ ARM64

mugrid-0.101.1-cp310-cp310-macosx_14_0_arm64.whl (3.8 MB view details)

Uploaded CPython 3.10macOS 14.0+ ARM64

File details

Details for the file mugrid-0.101.1.tar.gz.

File metadata

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

File hashes

Hashes for mugrid-0.101.1.tar.gz
Algorithm Hash digest
SHA256 4181da0aaaffef81fa952926117be2472ea88adbad8653821e0582427386de81
MD5 93389318d42c72d7f779b16f53185888
BLAKE2b-256 75fe38223c4ca2b1a3007198f51923f6dd860336f34e2a24caeec2a0af5c6ebd

See more details on using hashes here.

File details

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

File metadata

  • Download URL: mugrid-0.101.1-cp314-cp314-win_arm64.whl
  • Upload date:
  • Size: 4.4 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.101.1-cp314-cp314-win_arm64.whl
Algorithm Hash digest
SHA256 47c9bafd807f386e223cb814801b609c4146f6c75cc76a12fa7476092ab72126
MD5 eab1b3ea5c33407d8ca1f261ed69f570
BLAKE2b-256 75356b262b872e24fe1fb90d9bb520d5dde24461566567d6c424aad09fefeb71

See more details on using hashes here.

File details

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

File metadata

  • Download URL: mugrid-0.101.1-cp314-cp314-win_amd64.whl
  • Upload date:
  • Size: 4.5 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.101.1-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 18cc81839b347fc644f45420972ce5a49852b7ae4c11913586b4747ad58624cb
MD5 bd2222ed53b974dd772c4be140416fe2
BLAKE2b-256 45e370b7421ef30b60c4e8d385e3742d426a45aedecbc88a6e46a7ae75e2958d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mugrid-0.101.1-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 13fb4647807c3905fc127c1f8e738a289994b8c9c5848ab8698afb6e24ea0d7d
MD5 26a3fb6595adaec53097b675115699b2
BLAKE2b-256 eb12d07a0585da22839074e86c15c3822f462685ff288d1ca69e76e987e19b10

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mugrid-0.101.1-cp314-cp314-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 da61a9abbb4f027e969b59140d645e58ea4030854011496647427b8ac02583c2
MD5 97aa7c1a72cae34f8c90313e509a7a86
BLAKE2b-256 231d2257741c6d33c3ceab711369717d3b2a8c342c4028a1365251ff8e4fcc9b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mugrid-0.101.1-cp314-cp314-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 bbf944b9a9f3bcd5ffd466327436e9df0cf75d829a02d6532ee7a321dbf89ae7
MD5 0a3df56e0d425c1d4809b8de63502e7a
BLAKE2b-256 09fa514501f25577cec0bdc762315b98d3fc8e07b82211e78a947981403db9be

See more details on using hashes here.

File details

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

File metadata

  • Download URL: mugrid-0.101.1-cp313-cp313-win_arm64.whl
  • Upload date:
  • Size: 4.4 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.101.1-cp313-cp313-win_arm64.whl
Algorithm Hash digest
SHA256 2192d36d0b8beea32886e68879898c00b962dabc795531090053be618ff74db9
MD5 dd4ac161adf4b1a9a561eaa0c666926e
BLAKE2b-256 77b03d3e8b775f9b911a504c63958df283b6b8748cc93089e9652d433cf52fb6

See more details on using hashes here.

File details

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

File metadata

  • Download URL: mugrid-0.101.1-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 4.4 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.101.1-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 b77a4d8d8126c1416ab55541ede112b7fd1dc668fecc5a5ae5c8a91b8ac3d5e1
MD5 b30dc01272ff2cc43fa16a4d7961fe54
BLAKE2b-256 274601b5455f7a02ff9dff043d11e9c017511c74e10b9cccae643137f49068bb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mugrid-0.101.1-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 beb8f6f5e9c932f3a4a9f5ca5cc5b75cd8a9b10644e0f11ab24be23cb7d2b08a
MD5 90a73e7762722207c77236a8edef8302
BLAKE2b-256 dae11978c892b14f3b967f8c482fd3c07b2faf4062054af1949543e8f4bc7058

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mugrid-0.101.1-cp313-cp313-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 ec259257fccfc4bd1f1fc633c009471d8e952680db10a25098db0c7f7df89a2d
MD5 8363829a71b65c5761aa039e5e48cd9a
BLAKE2b-256 e7acb0d2819edd5361c5f640c9dbb02ab7b6da2f7e2b1833d63a8f01d2ef0fce

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mugrid-0.101.1-cp313-cp313-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 7d18f51c36d521d6b993b9074bcba5102d4e0121842a8e0a6e0011d78d810a43
MD5 05f5417083a62f99b24f1765faa4126c
BLAKE2b-256 eba19ec56043ac32698057f270f7925d90b1af01344f04abb537c0bec28621db

See more details on using hashes here.

File details

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

File metadata

  • Download URL: mugrid-0.101.1-cp312-cp312-win_arm64.whl
  • Upload date:
  • Size: 4.4 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.101.1-cp312-cp312-win_arm64.whl
Algorithm Hash digest
SHA256 6a48ea2044e94640ec41094e5b57a80c6a50e029b7f05953b3a3f5898dcb6ba4
MD5 e02889cb074e6885bb14bd9734d9c6a6
BLAKE2b-256 269ab8bbb81e8247813092ed9c489167323de93d46ff4adce38235dc70216e2c

See more details on using hashes here.

File details

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

File metadata

  • Download URL: mugrid-0.101.1-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 4.4 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.101.1-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 2cba79f679496ccea8e76f30ed0d34c62799a4494eb40290c2da302a70915dc1
MD5 72b2f1d6a92c9d8404059be77b759504
BLAKE2b-256 adb701d33ecc2fe9095faac350709c06d204ebe9a19abac5febc7a3cac009bda

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mugrid-0.101.1-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 a5cfdf10a98540c37d88d045a7d1b34ba877f85af31bd9c5b8cdd97278f5a75c
MD5 624c99e0b3ac4efd4e9560166ee06efd
BLAKE2b-256 f90416959161f8f173558135431f9d7a5a2dd050711a090b5e6fc245586f3c57

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mugrid-0.101.1-cp312-cp312-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 9ccd0360b6a4ed5e5da13d5ba427c503bbc1c7f5b20e22a9496371dc291dadfe
MD5 1e2bb906c78cf497c9ccf17bba7b4330
BLAKE2b-256 d56626f14f6053fe5aa72577b200e3af563a79909569eaa1441a4af3b9fea939

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mugrid-0.101.1-cp312-cp312-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 9b052e0a65c81f1c89e02ac9b30e72c139613055b0120dc2ac1e4f51e143db93
MD5 494e99ac40f84a22544251eb897963fb
BLAKE2b-256 f56c8794d54d600f1196823fd702fc3e02fd80f2bfdd9b37d4aa45177e71dab6

See more details on using hashes here.

File details

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

File metadata

  • Download URL: mugrid-0.101.1-cp311-cp311-win_arm64.whl
  • Upload date:
  • Size: 4.4 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.101.1-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 2093e36d5df69565f3f425d06fc183239fc7e477dcfde3dfe7a516ad50bd5c49
MD5 21ef1755bd43d9e914cc9a974a5e2fe7
BLAKE2b-256 9e0d71a9b8e62b172c78e1807b4fd1f3d04ff9ec86bd0ede01dd161ebe71de24

See more details on using hashes here.

File details

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

File metadata

  • Download URL: mugrid-0.101.1-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 4.4 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.101.1-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 759f3689a0e2ea60cddff2e2c45f9e1dc7e722cbbd0a288e613b373be162c77e
MD5 0352af0899cd2ac544dd3d1bf1738331
BLAKE2b-256 a69c3e5cdc4ceff364c09f87cb85c4b223581f8ff3bb388dd9ac9ef4df4d6d2c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mugrid-0.101.1-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 1634ec2cc17ebce27310bcef9dfc2081c431f2365f873b9b146c025dfa7c4810
MD5 710620efa22ae55a75aa35b4e2d3ee1e
BLAKE2b-256 23e9e5733abc742af9778b56b946ff83b43c3f5df29c1852743e38079ed55348

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mugrid-0.101.1-cp311-cp311-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 268d404a8262b4892834fc148cf1755d04301d16950f46bff6d30f915426ff1a
MD5 db89e6b5a13ebabc82c16c80b2c6c8f6
BLAKE2b-256 991653213f381e7a9affe6a7ae7cd778b5dfccf7fa2031b80ae2a14cacab7c2c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mugrid-0.101.1-cp311-cp311-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 2dc4971866719ecf11caa045c053d160e21c7f3feed0c9dc8d3ca50985779fda
MD5 f189db544eece41e4eae304d8ef13505
BLAKE2b-256 bd4afe84bd6a23d0eb0fb48166ec4ab1cff1ec870723d165d322ad5c55d55f84

See more details on using hashes here.

File details

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

File metadata

  • Download URL: mugrid-0.101.1-cp310-cp310-win_arm64.whl
  • Upload date:
  • Size: 4.4 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.101.1-cp310-cp310-win_arm64.whl
Algorithm Hash digest
SHA256 bb57325f9416e6c381ad01b2382036fe8058f85e5e5897214fb9db8168e39cbe
MD5 7748d30f2c622adfbb03123803e3eb24
BLAKE2b-256 ffe5b615dd7fd68f8938c7be7952465766fbfedde455a459089e00251b4dbe0a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: mugrid-0.101.1-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 4.4 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.101.1-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 4e3cf587bec800b91e924be54c1347e4b21afacaadb5680fd93b3c1e881fba74
MD5 f2c50462bfb1c6deb7407e773ec447a8
BLAKE2b-256 5095e174aa8eb70ccacd0b20f5cf38f6ee74f2439a2a11d25734a661da70087c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mugrid-0.101.1-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 4b5bcd08d2a3325fb902ee89f30753d430994f2036862187083a0dbddc1e8076
MD5 871039974f41ad44e44b6253d1fe34e8
BLAKE2b-256 70f44d352faecda21cc1f9bcd6e1181dee5f412f54df3e460cd3f18b9c1c22e7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mugrid-0.101.1-cp310-cp310-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 978026b691daae85ab190806822a27dc6f1ef4c62ea62232a21ec7bd91bb3a08
MD5 7ed7fc771de460c9eb8c9fb1f6189452
BLAKE2b-256 761d234f2b643213758b44cef325ff2abeaf72db0c30e708c0ac7169caf3284d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mugrid-0.101.1-cp310-cp310-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 a113fca8f61c93bcf13068373a5b4abf752a1208923973db722f421d3a973704
MD5 13653b280d8d44043ca71fef242ae2d1
BLAKE2b-256 3d40de3d0227621de29122c4de70a0f2151b28d1311c93e43269fa23319832d1

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