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.105.0.tar.gz (692.0 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.105.0-cp314-cp314-win_arm64.whl (4.8 MB view details)

Uploaded CPython 3.14Windows ARM64

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

Uploaded CPython 3.14Windows x86-64

mugrid-0.105.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.105.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.105.0-cp314-cp314-macosx_14_0_arm64.whl (4.0 MB view details)

Uploaded CPython 3.14macOS 14.0+ ARM64

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

Uploaded CPython 3.13Windows ARM64

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

Uploaded CPython 3.13Windows x86-64

mugrid-0.105.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.105.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.105.0-cp313-cp313-macosx_14_0_arm64.whl (4.0 MB view details)

Uploaded CPython 3.13macOS 14.0+ ARM64

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

Uploaded CPython 3.12Windows ARM64

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

Uploaded CPython 3.12Windows x86-64

mugrid-0.105.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.105.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.105.0-cp312-cp312-macosx_14_0_arm64.whl (4.0 MB view details)

Uploaded CPython 3.12macOS 14.0+ ARM64

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

Uploaded CPython 3.11Windows ARM64

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

Uploaded CPython 3.11Windows x86-64

mugrid-0.105.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.105.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.105.0-cp311-cp311-macosx_14_0_arm64.whl (4.0 MB view details)

Uploaded CPython 3.11macOS 14.0+ ARM64

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

Uploaded CPython 3.10Windows ARM64

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

Uploaded CPython 3.10Windows x86-64

mugrid-0.105.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.105.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.105.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.105.0.tar.gz.

File metadata

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

File hashes

Hashes for mugrid-0.105.0.tar.gz
Algorithm Hash digest
SHA256 45869278d137b2807b93bbbc28de1b674302289c199bd08ddd0f4d8ec633c4ae
MD5 f27ff0529b60ec364788534790def5a7
BLAKE2b-256 3d0f31e2a52877698f11bfc3a8d92f1392645bf3c738e25ef52818ce95a33c35

See more details on using hashes here.

File details

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

File metadata

  • Download URL: mugrid-0.105.0-cp314-cp314-win_arm64.whl
  • Upload date:
  • Size: 4.8 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.105.0-cp314-cp314-win_arm64.whl
Algorithm Hash digest
SHA256 bee8409f88d352910ebf2dc180f35ddfaa9de77e1abd0ec64b95bd74d19f5c1a
MD5 259d865d02ccfd66539f2758b8458bcb
BLAKE2b-256 76d3cff87ea20003787a7f865b108f315a658770bcb1fbb6b08b6d418781c9b2

See more details on using hashes here.

File details

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

File metadata

  • Download URL: mugrid-0.105.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.105.0-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 df6e22778c26ce2f63eafd4a32e6f71dee9357611b2944eb747ac1b33fab486e
MD5 0c0691b674e4b4926d77187625ba3ec8
BLAKE2b-256 78b64d2000c9fb724261574ae69e4803e04e34934c565d68975ad08838f8a3e7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mugrid-0.105.0-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 b17ee446a998612ffad81554ecea43e9d3026f5dc64cc87a195782a122d3cf14
MD5 35345b3cf8782c4036c44e26a11e8cb4
BLAKE2b-256 952712d70f2d0d6da8d24caa94b1a160b97575a2c28992d306419cb6c9f02097

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mugrid-0.105.0-cp314-cp314-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 ac4f558359537e11c2eef629cbb7dad88450c5bf80bfa8b18a797da210267f7c
MD5 b060cc69f53689b6d9de228887e29743
BLAKE2b-256 b936e653163ecd7481efd2b4fa8bb7e2058b3c5debe020cf07d7cfc074c7c3c4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mugrid-0.105.0-cp314-cp314-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 3d8de7a3cae9e7b2e89cef8f0d6649dd64c1a9c3f8aed339e9e9b9aa147ed324
MD5 2b1809a51a8a8c67696e8cbcd42c8f11
BLAKE2b-256 41a423a6f2e60412c9a7c08e3097c0f07d41779c20871f5a01f6826c32eb1acc

See more details on using hashes here.

File details

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

File metadata

  • Download URL: mugrid-0.105.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.105.0-cp313-cp313-win_arm64.whl
Algorithm Hash digest
SHA256 6566efc05fbdbbcaf35056b3da4209841f6d7b8c41c32b754014133e3f15621d
MD5 e591be9353672d56502e7fc8bece8eea
BLAKE2b-256 72d92ba78d333cab4c64e79f376e14ec7e82fc02a078cdf3d9983f7e8c8cad9d

See more details on using hashes here.

File details

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

File metadata

  • Download URL: mugrid-0.105.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.105.0-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 9617bd5ab63adf01c54773dbe931546ae2142af603548a1741948cfdad2cf8dd
MD5 018828efb89995496a8e2f8eb6beb06b
BLAKE2b-256 358e80fbacde9abae8115165e472c44ba1792dbb1db8afd85384c6041466ece7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mugrid-0.105.0-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 90cba936c7e9d25065f101429a79ca6817c38e9b151c558dcc7d45e9b2055d43
MD5 e8590acdb5f368ae4409db49436560c1
BLAKE2b-256 bb2ab77fcb7cee65712d416930caf224e31e49b33743958b1d4b48e56145718b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mugrid-0.105.0-cp313-cp313-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 444c5439a3e40497aa01ea34886059bf92364cd330c7e4eb0a45dd7a298a10db
MD5 e716062f267910be1640f24fe056a9cf
BLAKE2b-256 4b258f7f0c72f61f5a5d5bed659e9cf1a0c16dedff357e61a101f910a2baeb3b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mugrid-0.105.0-cp313-cp313-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 8ea5cfa23891effcf9d8562270ae6b6c6fe5dda6320c7b8fdbca8b495c4509c6
MD5 5d545ca057ecfc414f0eb9423e27d78c
BLAKE2b-256 3bae090fda97a82b5270e735b8820d05265e0dab61762cee6b878fe483a17443

See more details on using hashes here.

File details

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

File metadata

  • Download URL: mugrid-0.105.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.105.0-cp312-cp312-win_arm64.whl
Algorithm Hash digest
SHA256 319500c359a9a2727fc0702e63ac915001b65a7304028c4a84b3494c5377962a
MD5 4b77fcaf6af14345233aa6fb3a31738f
BLAKE2b-256 3508cba01159465de05df84c3bf7c6ec801299c194dddb4bef6453007fad21a3

See more details on using hashes here.

File details

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

File metadata

  • Download URL: mugrid-0.105.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.105.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 1bb722c3caed690a580d9a0cdaa0dbf5ebc00b9c73f8cee440a42e0d0e0a0c4d
MD5 f8be3cd75757ad65965eaf191f781d9f
BLAKE2b-256 91fa62c179b24869967439bb0b0b5444fe7255bcadf4a79d8d6faba3eaa4f9d2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mugrid-0.105.0-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 7798089c8c0cfe1248fd10a53fc62d388dd50a49d2588ba314ba02613b0dcf97
MD5 4e559fc5398a73afa9bda2c9c383f1cd
BLAKE2b-256 4186063a45d681764226ea7e59989efe31655345b3c6c574d530f10012c930c2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mugrid-0.105.0-cp312-cp312-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 8e9c557d0b2758ce95a48b7517cc24358ad95f82754cad4d73b2d1356152c111
MD5 1975196afb086306d13b219bcacc70f3
BLAKE2b-256 ce3bf54c715ca653a6b7daeff90ad6de8d4a60e9369874178e707c53fea5f885

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mugrid-0.105.0-cp312-cp312-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 e5e02fe6d87ca541d04a6348b77e05a0de315378430d05baa08872fac112e715
MD5 c54027dd4bdda26fcd1f3a20bb89bc81
BLAKE2b-256 7626261d8887dc47661dad4760f9dd1ccd0449b44ad87fc4b0659a7349191658

See more details on using hashes here.

File details

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

File metadata

  • Download URL: mugrid-0.105.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.105.0-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 a4cbeb098ff18dd08c8439dc3704384a4c8f05c613ac7aa6ce81c72d9b1b2a10
MD5 c0aefff94af0c37b7315726388d6bed3
BLAKE2b-256 87465829d0fa919f74c10ba574010ef9d183b51742162aa7cfb7baff7a55d4b2

See more details on using hashes here.

File details

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

File metadata

  • Download URL: mugrid-0.105.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.105.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 e831c64d9abaf3aa5bd6369d8246e9ef5eb47845e87ba2da58a891b11eaf1edd
MD5 2445b24071e59720cf4bf302f43846fb
BLAKE2b-256 8fcaedecba949b2972e48a1140881ff8bbb0372b6bd6f837becfdde29b7e5454

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mugrid-0.105.0-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 21ffa078c6fb78f0ff6de0a4c5eabc368a9f1ac58b02062b3a0018d25875c4a2
MD5 0e94865f7d787f1893b71bd2f60405dc
BLAKE2b-256 e2bfffbacaaea89010d7ed2e9d69a804172352d2f5c2b38405776b257e5c2661

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mugrid-0.105.0-cp311-cp311-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 69c5c88cee84e7471b67cebd35d394bfec649982507b8fbf433edce2878ae16b
MD5 ae44a4a6d462347ad34dfa9dbcf22d86
BLAKE2b-256 90a5318ef09d96cd0707923ec182610ca81ec8883d4e8bab9b3273592ee45978

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mugrid-0.105.0-cp311-cp311-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 d7081f1bfbd93a137c75006cdc961dda2586c4526eb54b11cf2a67362f5460b8
MD5 f3c23446dc3237e92a69fdd133297c49
BLAKE2b-256 bab7fad229c8abe34f58961326d9343a79a7e94a004ca4f1c5c5d56ee06cc9f3

See more details on using hashes here.

File details

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

File metadata

  • Download URL: mugrid-0.105.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.105.0-cp310-cp310-win_arm64.whl
Algorithm Hash digest
SHA256 ddcd17b065c4eb3ed32dfe784c529bf251761453b0cc707a0f212b997fd21573
MD5 4feef21adeb73a5186879fb1d99a4049
BLAKE2b-256 c051353147be705a3104ee8ca448f4ab0deb2f1810c3db9112e2c664c0a5894e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: mugrid-0.105.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.105.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 b314169cf0cf9cf5cd4fa6c01655ae82cd3a799c0a010a5bd0c515ea1f965f7c
MD5 cb6e30fde399b8e592370671a9ccce47
BLAKE2b-256 1bdf4ce18f99a229a50cb765c6253cb60c1e415c59547f45f1b11115c741f209

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mugrid-0.105.0-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 63264583aa44a7a968b65f3ad8dc763acfdfa5df6bf0abbede3d6046b24b0836
MD5 e1e471775ba1ac12fa029acefa2d93cd
BLAKE2b-256 359acea0ef8c74ab80ab58b502a6792d676cfe94ebdfcfbc80e2a049cdfe6c9f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mugrid-0.105.0-cp310-cp310-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 6198e07f509461e83231a14234327cfaad8fb4ddbb3017f1b1abbb7e14e9a164
MD5 5450f5f6cfbb04efd2a7fa24413cb3c4
BLAKE2b-256 dc586ea5353793e2d6e9a43e54afbbf2822a76f9d8c90a7229df4f83500bf7dc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mugrid-0.105.0-cp310-cp310-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 4341c7a0223715bdeb05c0bfbe4d61663389555d20e37eadadbda10f179e139b
MD5 8b2b27ee0c499b670450eb9e2d113d47
BLAKE2b-256 821f74aecdff09ab01be2e907e620c35dd058a0b57c032722767f8acb9cf3aa8

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