Skip to main content

Python scripting interface of MOOSE Simulator (https://moose.ncbs.res.in)

Project description

Python package

License: GPL v3

Platform

MOOSE

MOOSE is the Multiscale Object-Oriented Simulation Environment. It is designed to simulate neural systems ranging from subcellular components and biochemical reactions to complex models of single neurons, circuits, and large networks. MOOSE can operate at many levels of detail, from stochastic chemical computations, to multicompartment single-neuron models, to spiking neuron network models.

MOOSE is multiscale: It can do all these calculations together. For example it handles interactions seamlessly between electrical and chemical signaling. MOOSE is object-oriented. Biological concepts are mapped into classes, and a model is built by creating instances of these classes and connecting them by messages. MOOSE also has classes whose job is to take over difficult computations in a certain domain, and do them fast. There are such solver classes for stochastic and deterministic chemistry, for diffusion, and for multicompartment neuronal models.

MOOSE is a simulation environment, not just a numerical engine: It provides data representations and solvers (of course!), but also a scripting interface with Python, graphical displays with Matplotlib, PyQt, and VPython, and support for many model formats. These include SBML, NeuroML, GENESIS kkit and cell.p formats, HDF5 and NSDF for data writing.

This is the core computational engine of MOOSE simulator. This repository contains C++ codebase and python interface called pymoose. For more details about MOOSE simulator, visit https://moose.ncbs.res.in .


Installation

See docs/source/install/INSTALL.md for instructions on installation.

Examples and Tutorials

v4.2.0 – Major Release "Kalakand"

Kalakand is a popular Indian sweet made from solidified sweetened milk and cottage cheese (paneer), with a soft, grainy texture and a rich, mildly sweet flavour. It is often garnished with cardamom and pistachios and is a favourite at festivals and celebrations across India.

What's New in 4.2.0

Quick Install

Installing released version from PyPI using pip

This version is available for installation via pip. To install the latest release, we recommend creating a separate environment using conda, mamba, micromamba, or miniforge to manage dependencies cleanly and avoid conflicts with other Python packages. The conda-forge channel has all the required libraries available for Linux, macOS, and Windows.

conda create -n moose python=3.13 gsl hdf5 numpy vpython matplotlib -c conda-forge
conda activate moose
pip install pymoose

Post installation

You can check that moose is installed and initializes correctly by running:

$ python -c "import moose; ch = moose.HHChannel('ch'); moose.le()"

This should show

Elements under /
    /Msgs
    /clock
    /classes
    /postmaster
    /ch

Now you can import moose in a Python script or interpreter with the statement:

>>> import moose

Breaking Changes

  • Some legacy and unused Python utility modules have been removed. If your scripts import from moose.recording, moose.constants, or moose.method_utils, you will need to update them.
  • getFieldDict has been renamed to getFieldTypeDict. If your scripts use this function, update the name accordingly.

Neuron Morphology (SWC) Improvements

  • Improved support for loading neuron morphologies: SWC files with 2-point soma (as used by Arbor) and 3-point soma formats are now handled correctly
  • Automated SWC compartmentalization using uniform RA and RM based on ShapeShifter
  • Added a dedicated moose.loadSwc() function for loading SWC files with optional electrical parameters (RM, RA, CM)

Model Loading Improvements

  • Added explicit moose.loadKkit() function for loading GENESIS Kkit models
  • NeuroML2 model path is now configurable instead of being hardcoded

Python Interface Improvements

  • Consistent and informative string representation for all MOOSE Python objects, making debugging and interactive use easier
  • getFieldNames() is now available as a method in MOOSE objects

Bug Fixes

  • Fixed incorrect behaviour when setting attributes on element fields via Python
  • Fixed an intermittent issue where expression evaluation could fail unpredictably under certain conditions
  • Fixed missing runtime dependencies for NeuroML2 module (pint, scipy)

Build and Packaging

  • Python bindings rebuilt on nanobind, replacing pybind11, resulting in faster and smaller code
  • Building MOOSE from source is now simpler, with fewer manual setup steps required
  • Updated CI workflows for the new build system

LICENSE

MOOSE is released under GPLv3.

Project details


Release history Release notifications | RSS feed

This version

4.2.0

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distributions

If you're not sure about the file name format, learn more about wheel file names.

pymoose-4.2.0-cp314-cp314-win_amd64.whl (3.3 MB view details)

Uploaded CPython 3.14Windows x86-64

pymoose-4.2.0-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (8.0 MB view details)

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

pymoose-4.2.0-cp314-cp314-macosx_15_0_arm64.whl (5.7 MB view details)

Uploaded CPython 3.14macOS 15.0+ ARM64

pymoose-4.2.0-cp314-cp314-macosx_14_0_arm64.whl (5.6 MB view details)

Uploaded CPython 3.14macOS 14.0+ ARM64

pymoose-4.2.0-cp313-cp313-win_amd64.whl (3.2 MB view details)

Uploaded CPython 3.13Windows x86-64

pymoose-4.2.0-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (8.0 MB view details)

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

pymoose-4.2.0-cp313-cp313-macosx_15_0_arm64.whl (5.7 MB view details)

Uploaded CPython 3.13macOS 15.0+ ARM64

pymoose-4.2.0-cp313-cp313-macosx_14_0_arm64.whl (5.6 MB view details)

Uploaded CPython 3.13macOS 14.0+ ARM64

pymoose-4.2.0-cp312-cp312-win_amd64.whl (3.2 MB view details)

Uploaded CPython 3.12Windows x86-64

pymoose-4.2.0-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (8.0 MB view details)

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

pymoose-4.2.0-cp312-cp312-macosx_15_0_arm64.whl (5.7 MB view details)

Uploaded CPython 3.12macOS 15.0+ ARM64

pymoose-4.2.0-cp312-cp312-macosx_14_0_arm64.whl (5.6 MB view details)

Uploaded CPython 3.12macOS 14.0+ ARM64

pymoose-4.2.0-cp311-cp311-win_amd64.whl (3.2 MB view details)

Uploaded CPython 3.11Windows x86-64

pymoose-4.2.0-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (8.0 MB view details)

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

pymoose-4.2.0-cp311-cp311-macosx_15_0_arm64.whl (5.7 MB view details)

Uploaded CPython 3.11macOS 15.0+ ARM64

pymoose-4.2.0-cp311-cp311-macosx_14_0_arm64.whl (5.6 MB view details)

Uploaded CPython 3.11macOS 14.0+ ARM64

pymoose-4.2.0-cp310-cp310-win_amd64.whl (3.2 MB view details)

Uploaded CPython 3.10Windows x86-64

pymoose-4.2.0-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (8.0 MB view details)

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

pymoose-4.2.0-cp310-cp310-macosx_15_0_arm64.whl (5.7 MB view details)

Uploaded CPython 3.10macOS 15.0+ ARM64

pymoose-4.2.0-cp310-cp310-macosx_14_0_arm64.whl (5.6 MB view details)

Uploaded CPython 3.10macOS 14.0+ ARM64

pymoose-4.2.0-cp39-cp39-win_amd64.whl (3.2 MB view details)

Uploaded CPython 3.9Windows x86-64

pymoose-4.2.0-cp39-cp39-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (8.0 MB view details)

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

pymoose-4.2.0-cp39-cp39-macosx_15_0_arm64.whl (5.7 MB view details)

Uploaded CPython 3.9macOS 15.0+ ARM64

pymoose-4.2.0-cp39-cp39-macosx_14_0_arm64.whl (5.6 MB view details)

Uploaded CPython 3.9macOS 14.0+ ARM64

pymoose-4.2.0-cp38-cp38-win_amd64.whl (3.2 MB view details)

Uploaded CPython 3.8Windows x86-64

pymoose-4.2.0-cp38-cp38-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (8.0 MB view details)

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

File details

Details for the file pymoose-4.2.0-cp314-cp314-win_amd64.whl.

File metadata

  • Download URL: pymoose-4.2.0-cp314-cp314-win_amd64.whl
  • Upload date:
  • Size: 3.3 MB
  • Tags: CPython 3.14, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.0

File hashes

Hashes for pymoose-4.2.0-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 1c1325365de394c0282cd7b4208fb1941c111b6f0486495ffd273b8857e2ceda
MD5 97c799e1e474d1b620b856d85dbb72fd
BLAKE2b-256 4b24bc7fe974d4a5f312c793786f5a2a9bc02017747b5b504be199bfd77978fc

See more details on using hashes here.

File details

Details for the file pymoose-4.2.0-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for pymoose-4.2.0-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 f178b881658ad6091539d148d2d450c5d8559ca115b59310ed88e419d660a030
MD5 faa93d851df18d9e05f264ef8071b1ee
BLAKE2b-256 a33ea9d6e76904edb992e60ab90bf26b8e04c2b1ae8b90380801a53b20e6b4ed

See more details on using hashes here.

File details

Details for the file pymoose-4.2.0-cp314-cp314-macosx_15_0_arm64.whl.

File metadata

File hashes

Hashes for pymoose-4.2.0-cp314-cp314-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 2379ec56c2ef2b5fc57c42204b4e584a36141369f26abc418b8659e75e461ac6
MD5 d93a2bab9915c382853c97be20bed84d
BLAKE2b-256 7eb2b4c846d03b06a994f3ca811a7a4150dfe5cc1c83575d65d80242e4e50ba7

See more details on using hashes here.

File details

Details for the file pymoose-4.2.0-cp314-cp314-macosx_14_0_arm64.whl.

File metadata

File hashes

Hashes for pymoose-4.2.0-cp314-cp314-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 da33b9d961453e024882798eb070c9d9dcea5fe1cc862306c370f48e83b9a7a7
MD5 75d814f52ab2bf6abe802f5aa6a73de1
BLAKE2b-256 a274210db0b946d9eca84a0efbc979152c6cad8651348a8167abf592adedcf28

See more details on using hashes here.

File details

Details for the file pymoose-4.2.0-cp313-cp313-win_amd64.whl.

File metadata

  • Download URL: pymoose-4.2.0-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 3.2 MB
  • Tags: CPython 3.13, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.0

File hashes

Hashes for pymoose-4.2.0-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 97a036af38d5e09527225aa5bb6ca272c9f1e3423eef5718641c5c66bc8b5390
MD5 328b150b6b252f70748e9f3b9ab257fe
BLAKE2b-256 fc786d178fa6eabb3a7b5fb5ac9fc85b17d6ecb145c31eab70953bb0a773f82c

See more details on using hashes here.

File details

Details for the file pymoose-4.2.0-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for pymoose-4.2.0-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 6f7ed284d756f0dae953ac58f8530bc4404a016784b4270d0d1d8bc35db8ba79
MD5 53be14afabf9cd41bce75a7b3840b12f
BLAKE2b-256 0e70b5d435e27139eec22988ba3b14d9c429466a181bd10e379536a2caffeaa6

See more details on using hashes here.

File details

Details for the file pymoose-4.2.0-cp313-cp313-macosx_15_0_arm64.whl.

File metadata

File hashes

Hashes for pymoose-4.2.0-cp313-cp313-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 dc14ad665982e1289d1fcea0aac0e7bb404741c9fbaaf5eba363838051427a2c
MD5 bc6fe22fcd7f6ea706f4fbc5f9bea89f
BLAKE2b-256 48c36a1a47f3ab1700abdebbce400bcd94e635548f9ceb8938184a961905d524

See more details on using hashes here.

File details

Details for the file pymoose-4.2.0-cp313-cp313-macosx_14_0_arm64.whl.

File metadata

File hashes

Hashes for pymoose-4.2.0-cp313-cp313-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 e3dd7ca60c08e3d279557c0d3c96ba0db7b066c2db1c68de2e0bd8e32c0b30f2
MD5 5fcab824b556011411c433fab0edfb4e
BLAKE2b-256 8c200ba09e7991a1ba3b92b7c4797bb865bacfd78d58a86ca70f2133ebf113c9

See more details on using hashes here.

File details

Details for the file pymoose-4.2.0-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: pymoose-4.2.0-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 3.2 MB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.0

File hashes

Hashes for pymoose-4.2.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 69f8beb2d9992450b7677431efa1f5ed258254df792883bac492cf7f92765ecf
MD5 8deb55f332f6c6873866e29d6b90a216
BLAKE2b-256 adffb254eed20eb6e22d787027849d421bbc07648a0feda79a83a38864693efc

See more details on using hashes here.

File details

Details for the file pymoose-4.2.0-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for pymoose-4.2.0-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 e7fd21aab4763a41a9a99efb786141a38908052036fd244e8759d85e5d330dce
MD5 1b542951e48ee882794d55ad07b79e05
BLAKE2b-256 46aac1a90c612d365c8e950bfb7508a6b59fe5699af49f80cec9654f251eade4

See more details on using hashes here.

File details

Details for the file pymoose-4.2.0-cp312-cp312-macosx_15_0_arm64.whl.

File metadata

File hashes

Hashes for pymoose-4.2.0-cp312-cp312-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 17c44c33ee12f7a1f9bb81c0e2c244a1c0add83d6e4ea5516b3a0ee001e5c9bb
MD5 434aea2dcd1e198c07dd449d7d4d7b2a
BLAKE2b-256 66f78a379927ac74b37f3f32356cc8554f2d717958d30a0032dcc25b51efa89b

See more details on using hashes here.

File details

Details for the file pymoose-4.2.0-cp312-cp312-macosx_14_0_arm64.whl.

File metadata

File hashes

Hashes for pymoose-4.2.0-cp312-cp312-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 a494ffbebb8914d55346ee721fecee6a685dafdca8ffeb92daf2d0c333065c8f
MD5 a320a6a1f4286601492aa02847609432
BLAKE2b-256 c2f525e70f75290b3f1428dc469af8800254d6e2b6d908ccbc6966ccbec2bdf0

See more details on using hashes here.

File details

Details for the file pymoose-4.2.0-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: pymoose-4.2.0-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 3.2 MB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.0

File hashes

Hashes for pymoose-4.2.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 98b08b1fb388e13c670e2bcdfcac80c7d7571fe5c6ca4d20086ce036ef050e66
MD5 aeece80e13b228d216b41ed371977ebe
BLAKE2b-256 2f313a9586705c199bf245e1cdd8effc771d4b71600066fc06b80a52f661db9a

See more details on using hashes here.

File details

Details for the file pymoose-4.2.0-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for pymoose-4.2.0-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 3d1eb02468f73db6cfe97db4a74c10322f778217255b9be4df18a7857ce12e59
MD5 f48b299438aa5343928be1ec03a65703
BLAKE2b-256 d9f488acac378e3f9649e18a02724a230dca52e6b01aae1bc2a9834f5570d16e

See more details on using hashes here.

File details

Details for the file pymoose-4.2.0-cp311-cp311-macosx_15_0_arm64.whl.

File metadata

File hashes

Hashes for pymoose-4.2.0-cp311-cp311-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 958c780893a5faff1c3de61cb1ad39ef5a718e7237e9b476f359ad1b73281b42
MD5 06028cf6a1623de5bd2b18784df617b7
BLAKE2b-256 e7f1f8d4a7a99e4f8424fed57e05e9633026cf3571e3ec6b3be0888eaab22a14

See more details on using hashes here.

File details

Details for the file pymoose-4.2.0-cp311-cp311-macosx_14_0_arm64.whl.

File metadata

File hashes

Hashes for pymoose-4.2.0-cp311-cp311-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 4292e4517c01971011b27dba9a57aff18902f590aecc2c530a44d739840ed047
MD5 30dd83191d0094e163a2a93cbb6a87b0
BLAKE2b-256 e746f7169900ce36c313d66c3098657d1d8eb32c361a53efa086dfe8597361b8

See more details on using hashes here.

File details

Details for the file pymoose-4.2.0-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: pymoose-4.2.0-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 3.2 MB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.0

File hashes

Hashes for pymoose-4.2.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 aaecd9569ee5954174d76f97490a7a45f467e66394dd3b268aba4138e7353260
MD5 d3d408eaba2dd89f8779162f6c182329
BLAKE2b-256 fed77d45670a8ae3f5fa256fec4986e7a7d8079f6d5b3ed6b45581bd7f28bafa

See more details on using hashes here.

File details

Details for the file pymoose-4.2.0-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for pymoose-4.2.0-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 3b281785d827b0f7b8e57d51c34a3a7912ed4c8fccb4988af3af447bd933d61b
MD5 b9f605d2fd49ccd87ab130ec6d2dbf1d
BLAKE2b-256 5117038e232f98958086bda0fa9460b69e9ee5c530ceb47fd013d70c213fbb74

See more details on using hashes here.

File details

Details for the file pymoose-4.2.0-cp310-cp310-macosx_15_0_arm64.whl.

File metadata

File hashes

Hashes for pymoose-4.2.0-cp310-cp310-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 7c4a9f6cfb5bcea8f230c75c4b05f9eea1d2d19fd4cde547bedefc8643894940
MD5 b158768f82f900f58f273d37e6c76c90
BLAKE2b-256 a6456db648a4ee925d3f3258f5a7d916015438ef1e0d65e385cb855fda7f81a2

See more details on using hashes here.

File details

Details for the file pymoose-4.2.0-cp310-cp310-macosx_14_0_arm64.whl.

File metadata

File hashes

Hashes for pymoose-4.2.0-cp310-cp310-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 9e8e9807a6518b9b366cabeb364497d322d3fc289aab7297c7c0aa3d84e244ea
MD5 107dec8bf76a1d8d4c4634a506e9ab9d
BLAKE2b-256 7886b9a9673cf0d9d6c261027760bbcf18ba48847a82a32701b021ea6f218919

See more details on using hashes here.

File details

Details for the file pymoose-4.2.0-cp39-cp39-win_amd64.whl.

File metadata

  • Download URL: pymoose-4.2.0-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 3.2 MB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.0

File hashes

Hashes for pymoose-4.2.0-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 e08ee2c976e632d673f30ed97b5e47e75f4eaca2a28a32c0f6401695697f2972
MD5 b173c7b5ff540a0c50c6042c278732f9
BLAKE2b-256 68ef1fe5f05a9f715059305cc971dc74bbcbf839570e21eb5bb2924404242283

See more details on using hashes here.

File details

Details for the file pymoose-4.2.0-cp39-cp39-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for pymoose-4.2.0-cp39-cp39-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 ac3f2ba3c9beb179e68518e93e7f7bb5b16e3ca27be7a9cc2379b53ed97b934a
MD5 c3aac11d0ba8dfffc5021c16b72d2f2a
BLAKE2b-256 ff8be99f421bc5239c7a449b1a25ec89088a1832bc391215932a4fc7d32da83b

See more details on using hashes here.

File details

Details for the file pymoose-4.2.0-cp39-cp39-macosx_15_0_arm64.whl.

File metadata

File hashes

Hashes for pymoose-4.2.0-cp39-cp39-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 76851935525b15cfb0216094e35e33b82a53afe1ddfdd3ca42bea6841ff809f3
MD5 fde78f73ee4f3a6de29aa9cb6b4216aa
BLAKE2b-256 230c0cdad29450ec7450e56855ed7afa5f205b91526e615e8e02a939cf9885e5

See more details on using hashes here.

File details

Details for the file pymoose-4.2.0-cp39-cp39-macosx_14_0_arm64.whl.

File metadata

File hashes

Hashes for pymoose-4.2.0-cp39-cp39-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 c11c729f2ddbd108dfb90736fe16864accb5bde5a6bd11d8e217759b20a4ed77
MD5 fd63eb32ec82b4a10ac0e207dd619fb1
BLAKE2b-256 4ec1bc2e124ce5ed4517ff02167a17cf2bc147db89ad8f05e503527b90a1aa13

See more details on using hashes here.

File details

Details for the file pymoose-4.2.0-cp38-cp38-win_amd64.whl.

File metadata

  • Download URL: pymoose-4.2.0-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 3.2 MB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.0

File hashes

Hashes for pymoose-4.2.0-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 d76be012aac1d44174650eb70181648c73d2cc40389378ac67d3f1a8b7b3de11
MD5 01e4d31fc08dfb5824000a4f611a7061
BLAKE2b-256 a9da33b43f47183737f0ef5deeb5a38e21d0aa55eb36865da2a53bc31fd1c91e

See more details on using hashes here.

File details

Details for the file pymoose-4.2.0-cp38-cp38-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for pymoose-4.2.0-cp38-cp38-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 724401e36722a6e0b7f278113c4ff75ca7d6d4e79ccaf4ef45f4dc791098009f
MD5 d8f30a9373a13fd2009da458506e5f34
BLAKE2b-256 8bcfc3b26e6899ae82ad73ff900c26c64e4c6d19cf584157fb19dce3a3e17e92

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