Metadata-Version: 2.3
Name: ludics
Version: 0.2.2
Summary: A python library for the study of heterogenous population dynamics
License: MIT License
         
         Copyright (c) 2025 Harry Foster, Vince Knight
         
         Permission is hereby granted, free of charge, to any person obtaining a copy
         of this software and associated documentation files (the "Software"), to deal
         in the Software without restriction, including without limitation the rights
         to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
         copies of the Software, and to permit persons to whom the Software is
         furnished to do so, subject to the following conditions:
         
         The above copyright notice and this permission notice shall be included in all
         copies or substantial portions of the Software.
         
         THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
         IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
         FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
         AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
         LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
         OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
         SOFTWARE.
Requires-Dist: black>=25.9.0
Requires-Dist: numpy>=2.3.3
Requires-Dist: sympy>=1.14.0
Requires-Dist: scipy>=1.16.3
Requires-Dist: pandas>=3.0.0
Requires-Python: >=3.13
Description-Content-Type: text/markdown

[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.19495530.svg)](https://doi.org/10.5281/zenodo.19495530)

# Ludics

A library for the study of heterogeneous population dynamics.

## Usage

To run tests:

For source code:

```
$ uv run pytest tests
```

For docs:

```
$ uv run pytest --doctest-glob="*.md" docs
```

To run benchmarks:

```
$ uv run pytest benchmarks
```

To run ruff:

```
$ uv run ruff format
```

To check ruff:

```
$ uv run ruff check
```
