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. GPU support (CUDA/ROCm) is off by default and must be enabled explicitly at build time (see the documentation); it is not autodetected. 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, 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.108.0.tar.gz (758.5 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.108.0-cp314-cp314-win_arm64.whl (4.9 MB view details)

Uploaded CPython 3.14Windows ARM64

mugrid-0.108.0-cp314-cp314-win_amd64.whl (4.9 MB view details)

Uploaded CPython 3.14Windows x86-64

mugrid-0.108.0-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (4.4 MB view details)

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

mugrid-0.108.0-cp314-cp314-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (4.3 MB view details)

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

mugrid-0.108.0-cp314-cp314-macosx_14_0_arm64.whl (4.0 MB view details)

Uploaded CPython 3.14macOS 14.0+ ARM64

mugrid-0.108.0-cp313-cp313-win_arm64.whl (4.8 MB view details)

Uploaded CPython 3.13Windows ARM64

mugrid-0.108.0-cp313-cp313-win_amd64.whl (4.8 MB view details)

Uploaded CPython 3.13Windows x86-64

mugrid-0.108.0-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (4.4 MB view details)

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

mugrid-0.108.0-cp313-cp313-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (4.3 MB view details)

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

mugrid-0.108.0-cp313-cp313-macosx_14_0_arm64.whl (4.0 MB view details)

Uploaded CPython 3.13macOS 14.0+ ARM64

mugrid-0.108.0-cp312-cp312-win_arm64.whl (4.8 MB view details)

Uploaded CPython 3.12Windows ARM64

mugrid-0.108.0-cp312-cp312-win_amd64.whl (4.8 MB view details)

Uploaded CPython 3.12Windows x86-64

mugrid-0.108.0-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (4.4 MB view details)

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

mugrid-0.108.0-cp312-cp312-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (4.3 MB view details)

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

mugrid-0.108.0-cp312-cp312-macosx_14_0_arm64.whl (4.0 MB view details)

Uploaded CPython 3.12macOS 14.0+ ARM64

mugrid-0.108.0-cp311-cp311-win_arm64.whl (4.8 MB view details)

Uploaded CPython 3.11Windows ARM64

mugrid-0.108.0-cp311-cp311-win_amd64.whl (4.8 MB view details)

Uploaded CPython 3.11Windows x86-64

mugrid-0.108.0-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (4.4 MB view details)

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

mugrid-0.108.0-cp311-cp311-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (4.3 MB view details)

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

mugrid-0.108.0-cp311-cp311-macosx_14_0_arm64.whl (4.0 MB view details)

Uploaded CPython 3.11macOS 14.0+ ARM64

mugrid-0.108.0-cp310-cp310-win_arm64.whl (4.8 MB view details)

Uploaded CPython 3.10Windows ARM64

mugrid-0.108.0-cp310-cp310-win_amd64.whl (4.8 MB view details)

Uploaded CPython 3.10Windows x86-64

mugrid-0.108.0-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (4.4 MB view details)

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

mugrid-0.108.0-cp310-cp310-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (4.3 MB view details)

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

mugrid-0.108.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.108.0.tar.gz.

File metadata

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

File hashes

Hashes for mugrid-0.108.0.tar.gz
Algorithm Hash digest
SHA256 e2214bef291babf81c00ec54ed34b3086a38351fb0a627ed21c69039e6744a98
MD5 666760796721a1d50523631a201cc99a
BLAKE2b-256 c8e8438978f47d754ae637eb176f8356a0f4bed4fbe39c525c9982076ec31864

See more details on using hashes here.

File details

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

File metadata

  • Download URL: mugrid-0.108.0-cp314-cp314-win_arm64.whl
  • Upload date:
  • Size: 4.9 MB
  • Tags: CPython 3.14, Windows ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.14.5

File hashes

Hashes for mugrid-0.108.0-cp314-cp314-win_arm64.whl
Algorithm Hash digest
SHA256 d436090255ff86777086694d8c97978d0d56d2c64a80dab7a31134bb16673770
MD5 10bfde948c9128991a56f4843620e312
BLAKE2b-256 62baa0a6a3024e10f92c3cf59aae8ec1326d680955bffb83084c93c17ae193c0

See more details on using hashes here.

File details

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

File metadata

  • Download URL: mugrid-0.108.0-cp314-cp314-win_amd64.whl
  • Upload date:
  • Size: 4.9 MB
  • Tags: CPython 3.14, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.14.5

File hashes

Hashes for mugrid-0.108.0-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 00d5f5288046955ab38ad41828f98abe1e20c86eeb9684b9d17e065410a0d362
MD5 6a6235c370dd054d57134c535bf96013
BLAKE2b-256 73084a7337d91caf75ecc167282ccf926de9c4b08d2a95949e4ba87874de7078

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mugrid-0.108.0-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 665974cff14f03046ba59a633fcfe8cce3c4c55ab338318c8f8809ff3d931665
MD5 c8a927852ae77ac073a3569e89d82e33
BLAKE2b-256 3c69cfa87335879c7ad6a252866e7d0ff18fc3ed2ef626b7f004a73e75e48714

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mugrid-0.108.0-cp314-cp314-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 1cc81d4ed67d842d6486ba5035e53c86433540ef369c6f6f451531d9dfdcadaf
MD5 410a30682fed0b2474618769eba1a090
BLAKE2b-256 c29fc64633d5dc28ac3180d68e40cc4ff9cd3974b8a547319ac6ba80570a9545

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mugrid-0.108.0-cp314-cp314-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 6b87d24630a8e495b8c9903b02d506ebd7d69be2cc32c984acaddc11c8809634
MD5 10fc632765a20b8a4d9c6599366df107
BLAKE2b-256 529752d3e806c9489faf5c88352957388d8d1fc1c309d74c715fdff4ad706072

See more details on using hashes here.

File details

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

File metadata

  • Download URL: mugrid-0.108.0-cp313-cp313-win_arm64.whl
  • Upload date:
  • Size: 4.8 MB
  • Tags: CPython 3.13, Windows ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.14.5

File hashes

Hashes for mugrid-0.108.0-cp313-cp313-win_arm64.whl
Algorithm Hash digest
SHA256 2a3535c1b15f5dd5899f0e347c29c8f6692eebe031a74f9f164e354f819f87f1
MD5 a0bd3c58af6522f3469a4936e9c76a79
BLAKE2b-256 b94f3ff119910bbf0de9862539ccf5de504b58ee2acc982a7c4c5d2c69b91627

See more details on using hashes here.

File details

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

File metadata

  • Download URL: mugrid-0.108.0-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 4.8 MB
  • Tags: CPython 3.13, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.14.5

File hashes

Hashes for mugrid-0.108.0-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 207928ca0087b425332204972127c74099b1eb817875fb49df58b970c5e52347
MD5 af2a3287ac76e6f1fa2010e1c2837267
BLAKE2b-256 eade87776467d2569c2bafd92c3b28ba9372020e82ac50e4701222127512a3fc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mugrid-0.108.0-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 09ca3b02537893604dd44f9759c0058a62cac3e03bd264f13c6a355b146b5e2e
MD5 46d6966fca8eebdc566adc67b16c2c5c
BLAKE2b-256 b63592052127faa891d8c6de996c2a72d0b430c5c0dbbf5ee4cde7f5d0add60f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mugrid-0.108.0-cp313-cp313-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 84a086e1e964bcc43026cc3be27def80af5da236920c5391c854a88844723675
MD5 f9177bbfba83808b8234759b82243928
BLAKE2b-256 586b622009bf9057364ce4a05e0e6f832fb457c86de76869d53f25c8603e61aa

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mugrid-0.108.0-cp313-cp313-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 83def3e91393f3b8031ce39db61d55081d7502bd3b13aa7dea3b09cd33585584
MD5 b885b1bc969fa2ab08615b1c2fb52943
BLAKE2b-256 e0c9f1d7dd0fcda9de62b56589e840f4e827d6c9f0dd778cd226047d3df1654f

See more details on using hashes here.

File details

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

File metadata

  • Download URL: mugrid-0.108.0-cp312-cp312-win_arm64.whl
  • Upload date:
  • Size: 4.8 MB
  • Tags: CPython 3.12, Windows ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.14.5

File hashes

Hashes for mugrid-0.108.0-cp312-cp312-win_arm64.whl
Algorithm Hash digest
SHA256 25cea1e60affeedbc2a799e0ec19c983dea70a3650cdb9e0e5fca18472defe02
MD5 253d4f2ff01141ce2f5027dcc862803c
BLAKE2b-256 d82d888ae147ef85f9bfecd38eeccd8a2bb09b4cff98f3858bea4209e8581bcc

See more details on using hashes here.

File details

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

File metadata

  • Download URL: mugrid-0.108.0-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 4.8 MB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.14.5

File hashes

Hashes for mugrid-0.108.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 3029e0e8154dbf2a1e9882db6ea397d4110c4bd214060a394b6b8e23649d89ca
MD5 8081d0a097da38012c8ee0f7627ccd6e
BLAKE2b-256 25ab5bb314f3619f76c31bf1b1723018b6cf5e46bd0f83f9eabf57860df382c9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mugrid-0.108.0-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 862ea044f0b1c1f802c2f023fe6c17224d128fa158ae8154bc394a7c120fdca6
MD5 d04179bf1eeb6f5f987c91715d2ff029
BLAKE2b-256 894fa2028d6f86a5d7fa1a36148b17d9656152312031a2a32ab1a996be8bdd1d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mugrid-0.108.0-cp312-cp312-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 6622653692580223507c042e0cd6ef581d0fab251e4cb5627e113b276a07397f
MD5 83f91262ae38354c813be4f4cbb64884
BLAKE2b-256 5513d77b7f64e1206f7b49fb6ba3b11c8b5ff249f651295e11aedabb7aa119b1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mugrid-0.108.0-cp312-cp312-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 063882699f55b2b449ee4fc24f3f2b710957e6ab32b9cbf4591d6c512565b8cb
MD5 71aff0607345ca49d7ce669d873dc269
BLAKE2b-256 a62203d15d95caa49d6b2f74d0d95b550d1763c2c8cefb9457df6762a5bdbe55

See more details on using hashes here.

File details

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

File metadata

  • Download URL: mugrid-0.108.0-cp311-cp311-win_arm64.whl
  • Upload date:
  • Size: 4.8 MB
  • Tags: CPython 3.11, Windows ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.14.5

File hashes

Hashes for mugrid-0.108.0-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 618f48dc26d75aa0a6cdc8b6f520d356822bf836a77cffb34f92f74a52c99f38
MD5 d67019f6510e67db90fef27f2fe9da55
BLAKE2b-256 c41c12292b6fc346bc846f6e4895ab629a0d8931f79cecd9e30aaad5d577e526

See more details on using hashes here.

File details

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

File metadata

  • Download URL: mugrid-0.108.0-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 4.8 MB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.14.5

File hashes

Hashes for mugrid-0.108.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 0aeb85f7e9b859a6f801235d8a11711c068531805d9811565241700f29f57b34
MD5 42b15f8194dc41f88cd809eb1780c011
BLAKE2b-256 9b8d57ad79e5744356449e06d68366f357a3b9c7c06b4590a1b0577c021a3f92

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mugrid-0.108.0-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 0b7485d96cb2053af20600e5adac96af951bbd10f363cf836252869d0e506092
MD5 8c7b17cd55bbf7e254573875eebf1a44
BLAKE2b-256 2d58e610579df7ebb6dbb82d8c591aff87cdeae78e98b4d34f1c74824866aa47

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mugrid-0.108.0-cp311-cp311-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 a66875ced194cf0222dbe48b19198535d1a8df73cc7fe29f6ef5dee097fdfb08
MD5 118e03c31d7e63608fd35919c59f9bca
BLAKE2b-256 663028b1e1d0ae98b720ac571cc79dc42f18a5264b820278fa386dd21be9383f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mugrid-0.108.0-cp311-cp311-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 a48f22aa375cd7f7bc135daaba250dcd4f916693b3e253fbde1bb6bedf89c339
MD5 c1e5cb556bdc27cab0674b16f9785077
BLAKE2b-256 132a31e3b0ae64c2303356294d954b79f02e558f6959b49d7329987b6f87642e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: mugrid-0.108.0-cp310-cp310-win_arm64.whl
  • Upload date:
  • Size: 4.8 MB
  • Tags: CPython 3.10, Windows ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.14.5

File hashes

Hashes for mugrid-0.108.0-cp310-cp310-win_arm64.whl
Algorithm Hash digest
SHA256 7640451ff7fa069d7e479b9b7a32799ff3cc28f30e0d71889bfb0f9754144564
MD5 41e02fc9de6e1d554fbb9cd3bb901f68
BLAKE2b-256 f31c56239b61850fdaffc7161249e80740ca948f3b13fb86e633defcb1f8fe82

See more details on using hashes here.

File details

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

File metadata

  • Download URL: mugrid-0.108.0-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 4.8 MB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.14.5

File hashes

Hashes for mugrid-0.108.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 c8815db4deac8069e183e8f9bd95c406c7a2995c63ad0e44b09f22b1f6f75f81
MD5 b2041d239d510baadeec5db2df0b86b4
BLAKE2b-256 157b249b667e7d1c77447907437fc05f79e1ce6b1a198bfff2b6de9ff12052a1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mugrid-0.108.0-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 32fa2c8a2326efa013d42f7f5b345923d264f43a9cda1a5a89a5af81e3a89517
MD5 c8317a9d61d10d260c341aa6ad542f59
BLAKE2b-256 4f6e39562da4a43a79c884667d5522cfb61db163b27c04fa49c9c2d6dd5d46fd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mugrid-0.108.0-cp310-cp310-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 9d0e77966e64c3f0e4af912b96351a35207f0e6c6b16e3a3fd5e6d6d54fc2ca8
MD5 3210e55610251436d63aa94ec95015a8
BLAKE2b-256 8c51b03b2cfaf5e821816b1d2fc291ebf353943be56b7de873a2ef53b241f90b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mugrid-0.108.0-cp310-cp310-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 6bd1b276a87b7f8936c2ea42497a0671e68214051ca3028c69a1484ee9ac29a7
MD5 2a90673a512b81004c90f9c50d2458ec
BLAKE2b-256 8dd48793aa42cff4ad580bf58d21942e8adc8914d7d1d07a5c16c65be693cbcc

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