Skip to main content

Python scripting interface of MOOSE Simulator (https://www.mooseneuro.org/)

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.3.1 – Incremental Release over v4.3.0 "Lavang Latika"

Lavang Latika (also known as Lobongo Lotika or Laung Lata) is a traditional Indian sweet from Bengal, Eastern Uttar Pradesh, Odisha, and Bihar. It is made of flour pastry filled with khoya (mawa) and nuts, folded and sealed with a clove (lavang), then deep-fried and soaked in sugar syrup. The clove gives it a distinctive aroma.

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

Updates in 4.3.1

Bug Fixes

  • Fixed moose.element() to return the correct MOOSE object type instead of a generic object
  • Fixed boolean field assignment to accept Python integers 0 and 1 in addition to True/False
  • Fixed an issue where valid very small time constant (tau) values were incorrectly treated as singular in HH gate expressions
  • Fixed ICG channel prototypes producing NaN values during simulation when copied from a prototype in the library

Improvements

  • Reinstated setField function for backward compatibility with existing scripts
  • Added plotMorphology and plotMorphologyGraph utilities for quick visual inspection of loaded neuron morphologies

What's New in 4.3.0

Ion Channel Library

Access over 3,517 ion channel models from the ICGenealogy database through the new moose.channels module. Supported ion classes include Na, K, Ca, KCa, and IH. Insert channels into compartments using wildcards, lists, or dictionaries, with support for distance-dependent conductance.

Channel metadata includes both modeldb_id (ModelDB reference) and icg_id (unique ICGenealogy identifier) for precise channel identification.

Features:

  • Search, info, and make_prototype accept icg_id as an alternative to modeldb_id
  • Simplified prototype naming format: {suffix}_{modeldb_id}
  • New get_icg_id function to retrieve ICG identifier for a channel

Morphology Library

The new moose.morphologies module simplifies loading and working with neuron morphologies. Load SWC files and access compartments via .root, .soma, .compartments, and .select(pattern). Includes automatic re-rooting of SWC files not rooted at soma.

Bundled morphologies from:

Utilities:

  • Convert GENESIS .p files to SWC format (moose.swc_utils.p_to_swc)

Bug Fixes

  • Python's ** operator now works in MOOSE expressions (e.g., func.expr = 'x0**2'), in addition to the existing ^ operator
  • Fixed ReadSwc to detect and handle 3-point soma and linear soma chains
  • Fixed HHGateF2D::lookupB not setting voltage and concentration values from input vector

Documentation

  • Updated Ubuntu build instructions with clearer steps
  • Fixed MOOSE website address in README

Credits and Citations

Ion Channel Library

The channel parameters and omnimodel formulation are the work of the ICGenealogy project and the Vogels group at IST Austria.

If you use moose.channels in your research, please cite:

Chintaluri, C., Podlaski, W., Bozelos, P. A., Gonçalves, P. J., Lueckmann, J.-M., Macke, J. H., & Vogels, T. P. (2025). An ion channel omnimodel for standardized biophysical neuron modelling. bioRxiv. https://doi.org/10.1101/2025.10.03.680368

and the IonChannelGenealogy database:

Podlaski, W. F., Seeholzer, A., Groschner, L. N., Miesenboeck, G., Ranjan, R., & Vogels, T. P. (2017). Mapping the function of neuronal ion channels in model and experiment. eLife, 6, e22152. https://doi.org/10.7554/eLife.22152

The ICG web application and channel specification sheets are available at: https://icg.neurotheory.ox.ac.uk/

Morphology Utilities (ShapeShifter)

Developed by Prof. Avrama Blackwell and her team, George Mason University. ShapeShifter: a morphology processing utility for compartmental neuron models. https://github.com/neurord/ShapeShifter

Used in: moose.swc_utils, moose.morphologies (GENESIS .p file support), python/moose/ShapeShifter/

If you use morphology conversion or reduction features in your research, please acknowledge Prof. Avrama Blackwell's group and the ShapeShifter project.

LICENSE

MOOSE is released under GPLv3.

Project details


Release history Release notifications | RSS feed

This version

4.3.1

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.3.1-cp314-cp314-win_amd64.whl (4.3 MB view details)

Uploaded CPython 3.14Windows x86-64

pymoose-4.3.1-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (9.2 MB view details)

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

pymoose-4.3.1-cp314-cp314-macosx_15_0_arm64.whl (6.9 MB view details)

Uploaded CPython 3.14macOS 15.0+ ARM64

pymoose-4.3.1-cp314-cp314-macosx_14_0_arm64.whl (6.7 MB view details)

Uploaded CPython 3.14macOS 14.0+ ARM64

pymoose-4.3.1-cp313-cp313-win_amd64.whl (4.3 MB view details)

Uploaded CPython 3.13Windows x86-64

pymoose-4.3.1-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (9.2 MB view details)

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

pymoose-4.3.1-cp313-cp313-macosx_15_0_arm64.whl (6.9 MB view details)

Uploaded CPython 3.13macOS 15.0+ ARM64

pymoose-4.3.1-cp313-cp313-macosx_14_0_arm64.whl (6.7 MB view details)

Uploaded CPython 3.13macOS 14.0+ ARM64

pymoose-4.3.1-cp312-cp312-win_amd64.whl (4.3 MB view details)

Uploaded CPython 3.12Windows x86-64

pymoose-4.3.1-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (9.2 MB view details)

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

pymoose-4.3.1-cp312-cp312-macosx_15_0_arm64.whl (6.9 MB view details)

Uploaded CPython 3.12macOS 15.0+ ARM64

pymoose-4.3.1-cp312-cp312-macosx_14_0_arm64.whl (6.7 MB view details)

Uploaded CPython 3.12macOS 14.0+ ARM64

pymoose-4.3.1-cp311-cp311-win_amd64.whl (4.3 MB view details)

Uploaded CPython 3.11Windows x86-64

pymoose-4.3.1-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (9.2 MB view details)

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

pymoose-4.3.1-cp311-cp311-macosx_15_0_arm64.whl (6.9 MB view details)

Uploaded CPython 3.11macOS 15.0+ ARM64

pymoose-4.3.1-cp311-cp311-macosx_14_0_arm64.whl (6.7 MB view details)

Uploaded CPython 3.11macOS 14.0+ ARM64

pymoose-4.3.1-cp310-cp310-win_amd64.whl (4.3 MB view details)

Uploaded CPython 3.10Windows x86-64

pymoose-4.3.1-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (9.2 MB view details)

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

pymoose-4.3.1-cp310-cp310-macosx_15_0_arm64.whl (6.9 MB view details)

Uploaded CPython 3.10macOS 15.0+ ARM64

pymoose-4.3.1-cp310-cp310-macosx_14_0_arm64.whl (6.7 MB view details)

Uploaded CPython 3.10macOS 14.0+ ARM64

pymoose-4.3.1-cp39-cp39-win_amd64.whl (4.3 MB view details)

Uploaded CPython 3.9Windows x86-64

pymoose-4.3.1-cp39-cp39-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (9.2 MB view details)

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

pymoose-4.3.1-cp39-cp39-macosx_15_0_arm64.whl (6.9 MB view details)

Uploaded CPython 3.9macOS 15.0+ ARM64

pymoose-4.3.1-cp39-cp39-macosx_14_0_arm64.whl (6.7 MB view details)

Uploaded CPython 3.9macOS 14.0+ ARM64

pymoose-4.3.1-cp38-cp38-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (9.2 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.3.1-cp314-cp314-win_amd64.whl.

File metadata

  • Download URL: pymoose-4.3.1-cp314-cp314-win_amd64.whl
  • Upload date:
  • Size: 4.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.3.1-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 8d72f9c1b5ea66deb640ff8b512636453eea3f45141770ea0a11162cfb99a9e7
MD5 eaf470bf71cfcbde07956a5eaa62bbcb
BLAKE2b-256 55f2661808ff1c4479c1eac630bb2ab7358b96a265dbc59daea3bdeec1dac581

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pymoose-4.3.1-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 8f3dbe70fe17069f5c684e5d57766ca52063e42fb6a62faef2ebf5fac0dfb95e
MD5 7fe11af0266498af43dac262cc0bfdb3
BLAKE2b-256 dd14d3b5722cc6e12a539aca956499405cbfba6097845b0325308836968a349f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pymoose-4.3.1-cp314-cp314-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 b27f8aacd07103902392a5c71baab22a7180b6bd9cef435dc33d0bbaad0b2b8e
MD5 3f679903528ed95490bbf953a6474eaf
BLAKE2b-256 852fc7afde0f4ded85c3ee17330f9f38e77c2e052f85f04d8cfd30d2f9ba7c51

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pymoose-4.3.1-cp314-cp314-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 c6e38294075acd721b7e7b611dd85c4b513c8cfa9cfe52503e6773fa68364bc9
MD5 ac1324f66843a6bd406deb558387bc3d
BLAKE2b-256 30615fa85279bbf8ac1fd1aaf0eed3ca48c6fc1098e4da00572f5311760df55c

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pymoose-4.3.1-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 4.3 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.3.1-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 5626e615983f254b74642111c0f8be0520b9a1e5cd3b5a23417f6f3adcd54a3e
MD5 612b7ad4e63116e1da5f012de399d9bb
BLAKE2b-256 3ae061731605fe69dc0b9ae7b682d7e4b1bafea00b99cd12a951c500837f8f21

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pymoose-4.3.1-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 a1230038ebf9540cc04465b20435efd09d9c126d35c973a0f1edc97d8c9c86bc
MD5 d81299d81b2c046e0d6e174c543c486a
BLAKE2b-256 03aa9c279aad43f383feeb0e8ac561a41d01f9cf56b5102d25193ee4473f3525

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pymoose-4.3.1-cp313-cp313-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 0d4ec2057c7621969ec3eaea87c2545fa726d335d0ec917f2207e3b2224db6df
MD5 3e083a9912421469350e613ccc17a8f6
BLAKE2b-256 ccd0656cbd2a56ba064b440b0c5050bc2a2bf594ff52583d76702b33c0ef4a71

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pymoose-4.3.1-cp313-cp313-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 f29c1dda7963bdecb9ac4f6b0f6c551928fcb9b29f7412d06d5c30037249cd91
MD5 02946ba303364d7ac2202d0869bf3474
BLAKE2b-256 d65ce7ed08b6606bf55cd2352b6d394aca1e02c5bc66e3ce66baea4c11d34454

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pymoose-4.3.1-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 4.3 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.3.1-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 74125d54e0f91b48ef6acb180ba4a26971f4a1a360721e01f0ca88ce48601c84
MD5 64f6ac72e9da7a3ba62ba5a869e36491
BLAKE2b-256 50700f6725a97e63185fc278645fb8749b15c986e70cffe3b81539811de356e1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pymoose-4.3.1-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 525737c3fb8aa5c9e5a9cb03f5d1743537cd97b611895293089488429b409c1e
MD5 86b611277aeb76f1152a441b8d89e6a5
BLAKE2b-256 30d36f28a2dcffa9800593a61ef00809fc33643d92820332a1fd80c76749ea00

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pymoose-4.3.1-cp312-cp312-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 f05e8c447250e07dfa99f5c9bcdb56675aa2a0d9becf1f0a7d70bfc0bc0cee59
MD5 35e527df064183831a87e6a7ce05d9a1
BLAKE2b-256 26470d36d46e3a00042d693ea4029088d2aabe6fe35bf9528b5f9142f885f1a4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pymoose-4.3.1-cp312-cp312-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 c757fe104346e9eceb6119a4ea6b7a4b4eed8a582c1362f90ef6843bba4fcce6
MD5 6b0e9a50ebab3d300c793a9cd0ae5cb7
BLAKE2b-256 854cc301f470ecdf92de9d64fdf69305623906ff6823dca2b2a33ff4fad94903

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pymoose-4.3.1-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 4.3 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.3.1-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 a7d5a48e04f47f6e8523426a982af54e14c7910e45f26063c5818d2aa1401e98
MD5 77b2077c1a73722720ff3af804179590
BLAKE2b-256 b6b7648e07eec25f3e7bdd1442b8b449ebde3a60f9d72ce83df751a5efc00094

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pymoose-4.3.1-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 b81ba165dc8db670e08052e43bd0bb6c3e7db6f291243b1d8e48b282e8f9ce7e
MD5 6420ba4dd785458fb30c09e5c826c360
BLAKE2b-256 f9ebab7936a4e5704c4be97e5fc4f22e404718a116370192eb51325da14a4782

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pymoose-4.3.1-cp311-cp311-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 22332aeee9ef7180d6b5398ea219a9cd6df9e51fc4d6c70b984ae79d420aaf4c
MD5 fdfc23363c763ddb75fe835530d73271
BLAKE2b-256 f2d2d0d25da84f4bd372fd464d2da16f4a11af70f4b21e9b6ca500326320313f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pymoose-4.3.1-cp311-cp311-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 8b25bcdec8da097893def161346e93a49daed2bd111f9174c8a6373e52fd1974
MD5 0fe90d3c006c00d220d17e0278c7bce7
BLAKE2b-256 186094f2505f357b3316e35963b762640411e32cdaa2639cfedf41d929e302ce

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pymoose-4.3.1-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 4.3 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.3.1-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 a54f930abf6d1c79c831e08ac274ea65c7a2d4dee1ab6f4f00bc266db5b69435
MD5 8f5a428619966a11c067db0e957041f8
BLAKE2b-256 141742185e6f52b4b04980c251a6996d51969d7cf2ad16b6e10fb698939b1f51

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pymoose-4.3.1-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 74bb202f8d6c76100401ddd4192db6f6ac204ce3701951e1e3a9c9607c4cc3c8
MD5 929d8c6c6a8a9b15f90c241fe01e5ee6
BLAKE2b-256 269a6b18ac3be13f2886a027978650bffd4766b4a17571a8722432fd0f8db89b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pymoose-4.3.1-cp310-cp310-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 36c4725f9d949f7b3b98996d9c0fb660f502185778203864eedf10e55f13b94c
MD5 a6d956c0f3076758abea296f4bb489d4
BLAKE2b-256 3e83035b15a159518b03358d62a7d1743413b0b38cbb669f1d7be67590cc76aa

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pymoose-4.3.1-cp310-cp310-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 905023e11a4e38b15489cfae4ff5eb0366b21281bf8c54645b99a6e6d4352b9b
MD5 58c5c287ce2a5de7ca8d38ee2d0a5094
BLAKE2b-256 65886921c2028d42832326e4c0d0ce6170db2ae46173e0cc44ed6f21ca1af7de

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pymoose-4.3.1-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 4.3 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.3.1-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 9847d4aea6e74b5a5b108088412c50352905f6c9f6f707712440b01219fa3098
MD5 6c3cef125ef0c3377f64cd02b9b4c56d
BLAKE2b-256 db82c7d57aab505d58b2ebd02aab88494d6e8db358a89785ec4f75de47010c70

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pymoose-4.3.1-cp39-cp39-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 3bc7ef2a2eac2107f903b319c6297b1e6ddc6e7feb6b5482c175aba3c7dd8be3
MD5 971faff35faa6f182b4f826361b75be0
BLAKE2b-256 6952c01c9dba226abab67b9e9075c80b05cbfa29360fd5c5cee41071f5d38c1f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pymoose-4.3.1-cp39-cp39-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 47de79085e839c48f3d885b82771c6225fa41271a9176629c72589addfd23efd
MD5 aa7b3a745c081b25c458511f7c0ec263
BLAKE2b-256 d9a3f0c7b08daa05c5bc9a7f213b8a60be0c761b233f792473773d96d777e26b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pymoose-4.3.1-cp39-cp39-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 fca742f75623177d3d3590f36867e3deec211cf8fecc14cc77ee7adfa3ec0312
MD5 a067df704f916cd9391523bd7881f03e
BLAKE2b-256 2afc135a00da710604467a3ac345bdd237692fa9ac1375a131fefb6599ef7dae

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pymoose-4.3.1-cp38-cp38-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 dd521f1a8d11d7111ca42786c0982c5265da80ce6909096f625ac5834154a221
MD5 f605c92e70098fe82ab7f7e9e95185d6
BLAKE2b-256 61fb3cacedffa5c6b783ea56802a1e5fbefbc165aa2ccd483105439401a93eb5

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