Metadata-Version: 2.4
Name: agorasimulator
Version: 1.0.1
Summary: Simulate complex systems as networks of interacting nodes: societal contexts, organizational hierarchies, and other network problems.
License-Expression: AGPL-3.0-or-later
License-File: LICENSE
Keywords: simulation,agent-based,networks,complex-systems
Author: GuilhermeCF
Author-email: simulator@agorasimlab.com
Requires-Python: >=3.13, <3.15, !=3.14.1
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Science/Research
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Classifier: Topic :: Scientific/Engineering
Requires-Dist: h5py (>=3.16.0)
Requires-Dist: matplotlib (>=3.10.7)
Requires-Dist: networkx (>=3.6.1)
Requires-Dist: numpy (>=2.3.5)
Requires-Dist: plotly (>=6.9.0)
Requires-Dist: ruamel-yaml (>=0.19.1)
Requires-Dist: tqdm (>=4.68.4)
Project-URL: Homepage, https://github.com/Agora-Sim/Simulator
Project-URL: Repository, https://github.com/Agora-Sim/Simulator
Description-Content-Type: text/markdown

![image](images/banner.png)

<h1 align='center'>
    Simulator: Simulate your problems and find the best solutions
</h1>

<p align="center">
    Contrubitors:
  <a href="https://github.com/GuilhermeCosta-Ferreira">Guilherme Costa Ferreira</a>
</p>

<div align="center">
    <img src="https://shields.io/badge/python-3.13-blue?logo=python&style=flat" alt="Python">
    <img src="https://shields.io/badge/latest-v1.0.1-blue?&style=flat" alt="Version">
    <img src="https://shields.io/badge/Package_Manager-poetry-green?logo=poetry&style=flat" alt="Poetry">
    <img src="https://shields.io/badge/code_style-black-black?&style=flat" alt="Formatter">
    <img src="https://shields.io/badge/linting-pylint-yellow?&style=flat" alt="Linter">
    <!-- coverage-badge:start -->
    <img src="https://shields.io/badge/coverage-97%25-brightgreen?style=flat" alt="Coverage">
    <!-- coverage-badge:end -->
    <a href="LICENSE"><img src="https://shields.io/badge/license-AGPL--3.0-blue?style=flat" alt="License"></a>
</div>

---

## Overview
The Simulator is a tool to help tackle complex systems problems. With the easy of costumization this tool allows to simulate intricate societal contexts, organization hierarchical botlenecks and other sort of network problems.

## License
Licensed under the [GNU Affero General Public License v3.0 or later](LICENSE) (AGPL-3.0-or-later). Copyright (C) 2026 GuilhermeCF.

If you run a modified version of this software as a network service, the AGPL requires you to make the corresponding source available to users of that service — see [LICENSE](LICENSE) §13 for the exact terms.

