Metadata-Version: 2.1
Name: mumot
Version: 1.2.2
Summary: Multiscale Modelling Tool
Home-page: https://github.com/DiODeProject/MuMoT
Author: James A. R. Marshall, Andreagiovanni Reina, Thomas Bose
Author-email: james.marshall@shef.ac.uk
License: GPL-3.0
Platform: UNKNOWN
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Scientific/Engineering :: Chemistry
Classifier: Topic :: Scientific/Engineering :: Mathematics
Classifier: Topic :: Scientific/Engineering :: Physics
Description-Content-Type: text/markdown
Requires-Dist: antlr4-python3-runtime (<4.8,>=4.7)
Requires-Dist: graphviz
Requires-Dist: setuptools
Requires-Dist: ipykernel
Requires-Dist: ipython (>=7.10.0)
Requires-Dist: ipywidgets
Requires-Dist: matplotlib
Requires-Dist: networkx
Requires-Dist: notebook
Requires-Dist: pydstool (>=0.90.3)
Requires-Dist: pyzmq
Requires-Dist: scipy
Requires-Dist: sympy (<1.5,>=1.4)
Requires-Dist: tornado
Provides-Extra: docs
Requires-Dist: sphinx ; extra == 'docs'
Provides-Extra: test
Requires-Dist: pytest ; extra == 'test'
Requires-Dist: pytest-cov ; extra == 'test'
Requires-Dist: nbval (>=0.9.5) ; extra == 'test'
Requires-Dist: nbdime ; extra == 'test'
Requires-Dist: jupyter ; extra == 'test'

# MuMoT: Multiscale Modelling Tool

[![Binder](https://mybinder.org/badge.svg)](https://mybinder.org/v2/gh/DiODeProject/MuMoT/v1.2.2?filepath=docs%2FMuMoTuserManual.ipynb)
[![](https://img.shields.io/pypi/v/mumot.svg)](https://pypi.org/pypi/mumot/)
[![](https://img.shields.io/pypi/pyversions/mumot.svg)](https://pypi.org/pypi/mumot/)
[![](https://img.shields.io/pypi/l/mumot.svg)](https://pypi.org/pypi/mumot/)

![test_and_upload_distribution](https://github.com/DiODeProject/MuMoT/workflows/test_and_upload_distribution/badge.svg?branch=master)
[![Documentation Status](https://readthedocs.org/projects/mumot/badge/?version=latest)](https://mumot.readthedocs.io/en/latest/?badge=latest)
[![Coverage Status](https://codecov.io/github/DiODeProject/MuMoT/coverage.svg?branch=master)](https://codecov.io/gh/DiODeProject/MuMoT)

## Introduction / overview

MuMoT (Multiscale Modelling Tool) is a tool designed to allow sophisticated mathematical modelling and analysis,
without writing equations -
the class of models that can be represented is broad,
ranging from chemical reaction kinetics to
demography and collective behaviour -
by using a web-based interactive interface with minimal coding,
rapid development and exploration of models is facilitated -
the tool may also be particularly useful for pedagogical demonstrations.

## Documentation

See [https://mumot.readthedocs.io](https://mumot.readthedocs.io) for

  * How to **get started** with MuMoT,
    including how to **use MuMoT online** without installing anything on your own machine.
  * **Installation instructions**, should you want to install it on your own machine.
  * **Development**: how to report issues and how to contribute to the project.
  * Information about MuMoT including contributors, acknowledgements, and citation details.
  * API documentation.


