Metadata-Version: 2.1
Name: openabm
Version: 1.0.7
Summary: A Python framework for agent-based modeling based on MESA
Home-page: https://github.com/cma43/Open-ABM
Author: Conor M. Artman
Author-email: cmartman@ncsu.edu
License: MIT
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Description-Content-Type: text/markdown
Requires-Dist: mesa

# Open-ABM

Open ABM runs on MESA and wraps basic MESA implementations with easy-to-use helper functions for fast and replicable ABM/multi-agent system prototyping.

If you're viewing this on PyPI, please see our Github repo for documentation and getting started: https://github.com/cma43/Open-ABM

To get a quick start, please see our oabm_example.py file. For a fuller introduction, see our Jupyter notebook in the 'Introductory Walkthrough' folder. Also, keep in mind that you may access the source code of any template models under the 'examples' folder.

All current starting models were built by the MESA team. Users are encouraged to explore MESA and its tools after getting started with Open ABM here: https://mesa.readthedocs.io/en/master/tutorials/intro_tutorial.html


