Metadata-Version: 1.1
Name: epydemic
Version: 0.1.0
Summary: Epidemic network simulations in Python
Home-page: http://github.com/simoninireland/epydemic
Author: Simon Dobson
Author-email: simon.dobson@computer.org
License: License :: OSI Approved :: GNU General Public License v2 or later (GPLv2+)
Description: epydemic: Epidemic simulations on networks in Python
        =====================================================
        
        Overview
        --------
        
        ``epyc`` is a Python library that implements simulations of epidemic
        (and other) processes over networks.
        
        
        Installation
        ------------
        
        You can install ``epydemic`` directly from PyPi using ``pip``:
        
        ::
        
           pip install epydemic
        
        The master distribution of ``epydemic`` is hosted on GitHub. To obtain a
        copy, just clone the repo:
        
        ::
           
            git clone git@github.com:simoninireland/epydemic.git
            cd epydemic
            python setup.py install
        
        
           
        Documentation
        -------------
        
        The ``doc/`` directory contains an IPython notebook that describes the
        use of ``epydemic`` in detail. You can also read it directly
        online <https://github.com/simoninireland/epydemic/blob/master/doc/epydemic.ipynb>.
        
        
        Author and license
        ------------------
        
        Copyright (c) 2017, Simon Dobson <simon.dobson@computer.org>
        
        Licensed under the `GNU General Public Licence v.2.0 <https://www.gnu.org/licenses/old-licenses/gpl-2.0.en.html>`.
        
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Science/Research
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 2.7
Classifier: Topic :: Scientific/Engineering
