Metadata-Version: 2.1
Name: mumot
Version: 1.1.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: 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
Requires-Dist: graphviz
Requires-Dist: ipykernel (<4.7)
Requires-Dist: ipython
Requires-Dist: ipywidgets
Requires-Dist: matplotlib
Requires-Dist: networkx
Requires-Dist: notebook (<5.5)
Requires-Dist: pydstool (>=0.90.3)
Requires-Dist: pyzmq (<17)
Requires-Dist: scipy
Requires-Dist: sympy (>=1.4)
Requires-Dist: tornado (<5)
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; 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.1.2?filepath=docs%2FMuMoTuserManual.ipynb)
[![PyPI version](https://badge.fury.io/py/mumot.svg)](https://badge.fury.io/py/mumot)
![PyPI - Python Version](https://img.shields.io/pypi/pyversions/mumot)

[![Build Status](https://api.travis-ci.org/DiODeProject/MuMoT.svg?branch=master)](https://travis-ci.org/DiODeProject/MuMoT/branches)
[![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.


