Skip to content

Python package to simulate a vast range of transmission processes on various structures

License

MIT, Unknown licenses found

Licenses found

MIT
LICENSE
Unknown
LICENSE.rst
Notifications You must be signed in to change notification settings

t4d-gmbh/EndemicPy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EndemicPy

Transmission dynamics in various structures

EndemicPy, of just endemic is a python package under development aiming to simulate a vast range of transmission dynamics on various host structure models.

How to use endemic

endemic can either be installed or one can simply copy the endemic folder into the same folder as the python script that is using the package. If you decide to simply copy the folder, you can ignore the installation step below.

Versions

endemic has different versions that were (and are) developed for various projects.

You need to make sure that you use the correct version for the type of simulations you plan to do. Using the wrong version might result in errors or incoherent output.

To learn which version is the right one for you here is a list of the published projects and which version they used:

Dependencies

The only non-standard python package endemic uses in numpy, so please make sure that you have a recent numpy version installed.

Installation

To install the package you might want to setup a virtualenv which is not a requirement but a recommendation. To install the package, simply open a console, cd into the EndemicPy folder and type:

python setup.py install

If everything works fine, you can now simply import endemic as a package in your python scripts.

Examples

Check out the examples for more information on how EndemicPy is used in different projects.