miniabm
miniabm is a minimalist tool for agent-based modeling in python. This package allows the user to easily create objects with prespecified attributes, group the objects according the their attributes and change them dynamically in a batch.
Get the package
To download miniabm, either fork this github repo or use Pypi via pip:
pip install miniabm
Usage
Read the docs and see examples here to quickly get started.