Metadata-Version: 2.4
Name: popgames
Version: 1.0.1
Summary: A Python package to simulate population games and evolutionary dynamics
Author-email: Juan Martinez-Piazuelo <juan@martinezpiazuelo.com>
License: MIT
License-File: LICENSE
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Requires-Python: >=3.11
Requires-Dist: cvxpy>=1.7.5
Requires-Dist: matplotlib>=3.10.8
Requires-Dist: numpy>=1.26
Requires-Dist: python-ternary>=1.0.8
Requires-Dist: scipy>=1.16.3
Description-Content-Type: text/markdown

# popgames

A Python package to simulate population games and evolutionary dynamics.

[![PyPI version](https://img.shields.io/pypi/v/popgames.svg)](https://pypi.org/project/popgames/)
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/popgames.svg)](https://pypi.org/project/popgames/)
[![docs](https://img.shields.io/badge/docs-online-success)](https://martinez-piazuelo.github.io/popgames/)

---

## Installation

Install the latest version from PyPI:

```bash
pip install popgames
```

Or install the latest development version from GitHub:

```bash
pip install git+https://github.com/Martinez-Piazuelo/popgames.git
```

## Documentation

Full API docs and usage examples are available at:

[https://martinez-piazuelo.github.io/popgames/](https://martinez-piazuelo.github.io/popgames/)