Metadata-Version: 2.1
Name: ipypm
Version: 0.2.9
Summary: GUI for pyPM.ca Population Modeler
Home-page: http://www.pypm.ca
Author: Dean Karlen
Author-email: karlen@uvic.ca
License: GNU General Public License v3
Keywords: ipypm
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: End Users/Desktop
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Python: >=3.5
Requires-Dist: pypmca
Requires-Dist: scipy
Requires-Dist: numpy
Requires-Dist: ipywidgets
Requires-Dist: texttable
Requires-Dist: matplotlib
Requires-Dist: requests
Requires-Dist: pandas


The ``pyPM.ca`` population modeller (www.pyPM.ca) describes connected systems with
discrete-time difference equations. It was developed specifically
to understand and characterize the CoViD-19 epidemic. 

This package, ipypm, is a convenient graphical user interface (GUI) for
pyPM.ca based in interactive python widgets for use inside a Jupyter notebook.
After opening the GUI in a notebook, the user can open a pyPM.ca model
and compare its predictions with data.
Models and data can be accessed on the local filesystem or downloaded
from a network server.
The model parameters can be adjusted manually or by fitting to data.
Models can be examined in detail and modified through the GUI, without
programming.


