Metadata-Version: 2.1
Name: pymodelling
Version: 0.1.2
Summary: A set of tools for modelling systems
Home-page: https://github.com/kochie/pymodelling
Author: Robert Koch
Author-email: robert@kochie.io
License: MIT
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
Requires-Dist: numpy
Requires-Dist: matplotlib

# PyModelling

PyModelling is a library with tools to create some interesting mathematic models.

## Install
Avaliable on PyPi
```
pip install pymodelling
```

Or from source
```
pip install .
```

