Metadata-Version: 2.4
Name: piperabm
Version: 0.1.0
Summary: An Agent-Based Model Framework for Python
Author-email: Aslan Noorghasemi <aslann@cmu.edu>, Christopher McComb <ccm@cmu.edu>
License: MIT
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Topic :: Scientific/Engineering
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Requires-Dist: keepdelta==0.1.6
Requires-Dist: matplotlib==3.10.1
Requires-Dist: networkx==3.4.2
Requires-Dist: numpy==2.2.5
Requires-Dist: scipy==1.15.2

# pied-piper
An Agent-Based Model Framework for simulating society resilience


![Pied Piper of Hamelin](https://upload.wikimedia.org/wikipedia/commons/thumb/d/d9/Pied_Piper2.jpg/593px-Pied_Piper2.jpg)

Named after "Pied Piper of Hamelin," the title character of a legend from the town of Hamelin in Germany

## Introduction

Whenever environments condition change for species, the living entities start to react to the new new condition. This projects aims at modeling the Alaskan communities that are heavily affected by the global warming.

## Installation

Install the package using pip:
```sh
pip install piperabm
```
