Simple Gillespie code in Python Goal A simple Gillespie library in Python that is: (1) easily understood, and (2) easily extended for your own projects. Installation python setup.py install Examples See the examples here. TODO Some docs in the code....