Metadata-Version: 2.1
Name: episcen
Version: 0.1.0
Summary: Epidemic models for pandemic scenario analyses
Home-page: https://bitbucket.org/robmoss/pandemic-scenario-models/
Author: Rob Moss
Author-email: rgmoss@unimelb.edu.au
License: BSD 3-Clause License
Project-URL: Documentation, https://episcen.readthedocs.io/en/latest/
Project-URL: Changelog, https://episcen.readthedocs.io/en/latest/changelog.html
Platform: any
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Scientific/Engineering :: Mathematics
Requires-Python: >=3.6
Description-Content-Type: text/x-rst
Requires-Dist: numpy (>=1.17)
Requires-Dist: pypfilt (>=0.6.0)
Requires-Dist: scipy (>=0.11)
Requires-Dist: toml (>=0.10)

Epidemic models for pandemic scenario analyses
==============================================

Description
-----------

A collection of epidemic models designed for scenario modelling analyses, in order to inform pandemic preparedness and response activities.

License
-------

The code is distributed under the terms of the `BSD 3-Clause license <https://opensource.org/licenses/BSD-3-Clause>`_ (see
``LICENSE``), and the documentation is distributed under the terms of the
`Creative Commons BY-SA 4.0 license
<http://creativecommons.org/licenses/by-sa/4.0/>`_.

Installation
------------

To install the latest release::

    pip install episcen

To install the latest development version, clone this repository and run::

    pip install .


