Metadata-Version: 2.4
Name: gabse
Version: 0.1.1
Summary: The GABSE (Generic Agent-Based Simulation for Engineering) framework
Author: Carl Toller Melén
Author-email: Carl Toller Melén <carl@tollermelen.se>
Maintainer-email: Carl Toller Melén <carl@tollermelen.se>
License-Expression: MIT
Project-URL: Homepage, https://github.com/tm-carl/GABSE
Requires-Python: >=3.11
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: numpy>=2.3.4
Requires-Dist: scipy>=1.16.3
Requires-Dist: sortedcontainers>=2.4.0
Dynamic: license-file

# GABSE
This is the GABSE (Generic Agent-Based Simulation for Engineering) framework.  It provides classes and methods to create and manage simulations involving agents, their actions, sensors, and the simulation context. It is based on agent-based modeling technique and is developed with the intention of being lightweight, scalable, and flexible. This package provides the engine, action scheduling, generic agent functionality, and sensory data collection and management tools.

EXAMPLES:
    - Zombie apocalypse (both 2D and 3D)

REQUIRED packages:
    - sortedcontainers
    - numpy
    - copy
