Skip to content

UMWRG/pynsim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

86 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PyNSim

Pynsim is a lightweight framework for building resource network simulations. Through a resource object's setup function and its ability to support multiple 'Engines', pynsim can support agent-based modelling and the integration of multiple models from different backgrounds into a single simulation.

For documentation, see here.

Installation

$ pip install pynsim

To test, in a python interpreter:

>> from pynsim import Simulator
>> s = Simulator()
>> s.start()