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.0 – Major Release "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

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

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

Uploaded CPython 3.14Windows x86-64

pymoose-4.3.0-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.0-cp314-cp314-macosx_15_0_arm64.whl (6.8 MB view details)

Uploaded CPython 3.14macOS 15.0+ ARM64

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

Uploaded CPython 3.14macOS 14.0+ ARM64

pymoose-4.3.0-cp313-cp313-win_amd64.whl (4.4 MB view details)

Uploaded CPython 3.13Windows x86-64

pymoose-4.3.0-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.0-cp313-cp313-macosx_15_0_arm64.whl (6.8 MB view details)

Uploaded CPython 3.13macOS 15.0+ ARM64

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

Uploaded CPython 3.13macOS 14.0+ ARM64

pymoose-4.3.0-cp312-cp312-win_amd64.whl (4.4 MB view details)

Uploaded CPython 3.12Windows x86-64

pymoose-4.3.0-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.0-cp312-cp312-macosx_15_0_arm64.whl (6.8 MB view details)

Uploaded CPython 3.12macOS 15.0+ ARM64

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

Uploaded CPython 3.12macOS 14.0+ ARM64

pymoose-4.3.0-cp311-cp311-win_amd64.whl (4.4 MB view details)

Uploaded CPython 3.11Windows x86-64

pymoose-4.3.0-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.0-cp311-cp311-macosx_15_0_arm64.whl (6.8 MB view details)

Uploaded CPython 3.11macOS 15.0+ ARM64

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

Uploaded CPython 3.11macOS 14.0+ ARM64

pymoose-4.3.0-cp310-cp310-win_amd64.whl (4.4 MB view details)

Uploaded CPython 3.10Windows x86-64

pymoose-4.3.0-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.0-cp310-cp310-macosx_15_0_arm64.whl (6.8 MB view details)

Uploaded CPython 3.10macOS 15.0+ ARM64

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

Uploaded CPython 3.10macOS 14.0+ ARM64

pymoose-4.3.0-cp39-cp39-win_amd64.whl (4.4 MB view details)

Uploaded CPython 3.9Windows x86-64

pymoose-4.3.0-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.0-cp39-cp39-macosx_15_0_arm64.whl (6.8 MB view details)

Uploaded CPython 3.9macOS 15.0+ ARM64

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

Uploaded CPython 3.9macOS 14.0+ ARM64

pymoose-4.3.0-cp38-cp38-win_amd64.whl (4.4 MB view details)

Uploaded CPython 3.8Windows x86-64

pymoose-4.3.0-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.0-cp314-cp314-win_amd64.whl.

File metadata

  • Download URL: pymoose-4.3.0-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.1.0 CPython/3.13.0

File hashes

Hashes for pymoose-4.3.0-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 85f3674d80ed5c56842f369c0f6697a768eec01fcdc9837a78cd6151c8febef1
MD5 02890e0c011482f83ed14ea1d29e2369
BLAKE2b-256 936830b07071992177eb629acab8f490e08c7dc9eab8c2b7438ee3991fefcbac

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pymoose-4.3.0-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 7cc6e1128ada7ce5834f4aae5de95279fb2a0d5525734ed2595734133d95e258
MD5 1e8a01347ba6b12eec709b98f7341227
BLAKE2b-256 c0e512e87298bb266b64c12e1e888819297b534fb7bae1b78d82b04b32c5777d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pymoose-4.3.0-cp314-cp314-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 defe22e8dfe7e735d00592e14ac8921460d949f7925eea07effd683b39d3a6c7
MD5 7beb4e9755f3081a43ef19f1947d5151
BLAKE2b-256 c59715a4caf331be36f631a089d7b645ec431d374a6a94c91bb37535a3b9002d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pymoose-4.3.0-cp314-cp314-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 057183d284ac0538f1c364ddb3211e604f88ec40acbc2f9848716a2066b3f676
MD5 9851a0d425526aa442f6b64d92b6727f
BLAKE2b-256 ebafdd0541f7e2dacde23365072bd0812dab9e0d93691006597867a3f703a1c9

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pymoose-4.3.0-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.1.0 CPython/3.13.0

File hashes

Hashes for pymoose-4.3.0-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 c3dd8e5f7176c2dbde5704ee041183954a93f27789a27aa2051631698719f2a2
MD5 65b56f735f384014a412d83e5d0bf0e7
BLAKE2b-256 1efaa502f86726cc2113352a38490abfadeea37b3773320ae0fc16fb4b82e60d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pymoose-4.3.0-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 15a99330779f750616d2bacc4ccce6f1d5bc516ee939c82c40fce05effde069f
MD5 6839384a2576df1adf35292e08eb487f
BLAKE2b-256 df6a214baa9bcda07894ec7e287a9cf07aa9543adc249ea4807466720e6e44bd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pymoose-4.3.0-cp313-cp313-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 a03f8a1feb202f8c5d1e45fa25aa3a7c49c9685e4a8cf3b84d21a5df831b2d9c
MD5 d0e152b23ce8ce50ec79645793537cfe
BLAKE2b-256 b93902d9ecc0e7588d85cdc138e1a620f7469ee45ea09cb583bb9eb454bf6bc6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pymoose-4.3.0-cp313-cp313-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 b10a15f0d8eb7be48de045ea98a0e6fd883b3426217a0833c4c493d4d608a47e
MD5 41602c0357cb4b49cfbef323f8b6ffec
BLAKE2b-256 d6217dee817e11afcce940eeee1dbca213006ad14a3a992c43d754d41214b99d

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pymoose-4.3.0-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.1.0 CPython/3.13.0

File hashes

Hashes for pymoose-4.3.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 629b5669f10d25ebb75c49e04112b1f2b7cde1195d53eb51469597c6a3f5eb34
MD5 a3de0040459a7c0728c87ab48ae3bec1
BLAKE2b-256 736ad1f6b2a45026298e210dfe90e03802ad8daee0f74441b9641bdf0f44fe5a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pymoose-4.3.0-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 baf61b010f99d1ab24f814ee80f875cd4540e559592b6e86ae85089d3b597d17
MD5 ce39542749973d517c576d237b0d1f4f
BLAKE2b-256 dbfadcba65e9d075dc4b9eb1c96bb9b52c25edecea3fd3bd56239875ad8c7bda

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pymoose-4.3.0-cp312-cp312-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 b70bf7baf1d761dd74289e272f9acd7f7b8e41820efcfc01e17c5ad794878cf8
MD5 3f2d5f3ab4fcc52bd89cdcb42e8c7125
BLAKE2b-256 a14a5823ea2fc897c96cf42b6ec2f2fd4bd5c64e33740a6df12608b34e5e5b3d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pymoose-4.3.0-cp312-cp312-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 b2586457043fd9737293f7621673a4bf8f3fbf9a8ccad26b330c4b963ab75a1e
MD5 0664a010b5487f4e28d57bbb6509e591
BLAKE2b-256 4efcfc16f2e8155f7f5662722d912126c03bdaa89c1f7a8db84fa267194867b7

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pymoose-4.3.0-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.1.0 CPython/3.13.0

File hashes

Hashes for pymoose-4.3.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 76901f5402e42664bf4e507c455e88f0cbdbde3d61c472759e1ee4fc276b4ddf
MD5 42856a9b0111ed9f8cb30041b38e8082
BLAKE2b-256 3baf49c96b646f98131d58ea9731cdf709ccc8ff9e49e0ab869926e21487784b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pymoose-4.3.0-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 6e68a2229372a5f79bfbfe6f4cfd1cab74457e8949c11e3bb7cbbb744a6e3d38
MD5 bd020740f95c4e315344dea50c06a55e
BLAKE2b-256 d748464ae6a507debdabddb4a3c6f839e02c2a3ff41d9665f34927e6323940ce

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pymoose-4.3.0-cp311-cp311-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 7f4d433f534be979f85c2769db6a9391b867da8ca646627c2cb072dfe7993e88
MD5 b07b7d6e60eeaa7162009d30e8bc76d2
BLAKE2b-256 4ca7439f37e10e51a508212fe59d1a9223a2563836d9a499589f36ac92a5182b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pymoose-4.3.0-cp311-cp311-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 676dbe057fb49582e6b193822a4fe69449802e3dd30a0aea83155c17263bbd23
MD5 cd4cadc7e302cf6fa739fe1b90206bf8
BLAKE2b-256 f88db74612f40db99c6d1120ae6e28e062cb7d0468ad4a394c3d1f4caf4ae73d

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pymoose-4.3.0-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.1.0 CPython/3.13.0

File hashes

Hashes for pymoose-4.3.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 6af60510f9fd2b62e61ca7db710121452ee0993eb5820fbb93b4fce430c2b915
MD5 7f273ea64faf77127963fff696d1be93
BLAKE2b-256 8cba4e073c2565942ec067183ae0056f52d6286abfded172dab0f355c89cfd72

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pymoose-4.3.0-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 0b8033fbe227db9a32259ec4b4ddc1fbd5bc47cb8c2159603209ab7148bc5bbc
MD5 9220eed2c2adf135b1ba5f33d27c1308
BLAKE2b-256 d213d0ba529ae28d7808bbb902cd806e9bd5b05d523d0463df571e4b191e9226

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pymoose-4.3.0-cp310-cp310-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 40e49d48499c88403e8be7cc8826f7a336df3e1d6c566c064832a8fb8d62563f
MD5 f8a09439ea5fac2d63023129dd36456a
BLAKE2b-256 5670db2cf1ba56fe5921e4f460a0d20d5e85d152a423ed661c614e22521ab7ff

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pymoose-4.3.0-cp310-cp310-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 ace11c6f745bc0adec08920b5e8a46f58e9bcd1465ff50865698d4dcbe45e764
MD5 a779252a93d37ff791cfd9f40f33f7be
BLAKE2b-256 3607c2e2a8d1e503eae3fe27a8c9c7038a7fe90bb411fbd54aac23f38ee2a7bb

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pymoose-4.3.0-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 4.4 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.0-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 a5f02ca8167522f4d903193320a49951fa8a8cd94908486a4804ab63d204a61b
MD5 4ba346678fde1c6141b7596372b86b38
BLAKE2b-256 2f4ee899bf93a0bf2f2caf447ebd3a8fd5190811d04bda1ea6e2ebca570a9d62

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pymoose-4.3.0-cp39-cp39-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 53b07c55e0b1068f2f7332b7f2e91d0260dbe0078ad02afa1967f0cb53a4404a
MD5 d2acab9342df121886e45a008aebfcbd
BLAKE2b-256 e17f25309322e7e521e7dee7b4d07400fe550234dd02cb2e63f5c8a0d89beae4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pymoose-4.3.0-cp39-cp39-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 09568f66529d7d387bd31b5cc0b5f812bd47ff759524eef4d2f7d08c70dc3045
MD5 6df1ef0b84218d9903510394cdeadbdc
BLAKE2b-256 a2668bd1dd63939256bc7b40f61ce31968f836750fe94ccd078ec58895c63425

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pymoose-4.3.0-cp39-cp39-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 0bc22c729885c4920bf6b92bd8c401ce5c38150b11201779610ba17818f73491
MD5 03667f477573a0c212c29838d791cad5
BLAKE2b-256 5fb2044a9cca18b7691c4b08c17fe81f963f91eb05c3db502ad853f79a32478f

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pymoose-4.3.0-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 4.4 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.3.0-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 161ebdda1191a18775622a6f4a8b8b5327813b5d887d55b5d99102304e2e7cc8
MD5 0cd3c432a0f529f5b28b820dcfcc14b8
BLAKE2b-256 beeef8617f12bd47460ca8ee007146c0c76a65beab8f9a24a05597f41925a321

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pymoose-4.3.0-cp38-cp38-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 b7a093362cb3f802091c9735df544825f50a71e371e56b44602c1bc2c475636d
MD5 443c36a71e8400d060d7e5e6e92cfe85
BLAKE2b-256 4e64e4ad1bfdd1c3ffc177b7522423f4064012a07737c7aa926c03783386a1b0

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