Metadata-Version: 2.1
Name: slotted-aloha-simulator
Version: 0.1.0
Summary: SAS provides simulation and mean field models for slotted Aloha with talkative users.
Home-page: https://github.com/balouf/slotted-aloha-simulator
Author: Fabien Mathieu
Author-email: loufab@gmail.com
Requires-Python: >=3.9,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Dist: joblib (>=1.3.2,<2.0.0)
Requires-Dist: matplotlib (==3.7.1)
Requires-Dist: numba (>=0.59.0,<0.60.0)
Requires-Dist: scipy (>=1.12.0,<2.0.0)
Requires-Dist: tikzplotlib (>=0.10.1,<0.11.0)
Project-URL: Documentation, https://balouf.github.io/slotted-aloha-simulator
Project-URL: Repository, https://github.com/balouf/slotted-aloha-simulator
Description-Content-Type: text/markdown

# Slotted Aloha Simulator


[![PyPI Status](https://img.shields.io/pypi/v/slotted-aloha-simulator.svg)](https://pypi.python.org/pypi/slotted-aloha-simulator)
[![Build Status](https://github.com/balouf/slotted-aloha-simulator/actions/workflows/build.yml/badge.svg?branch=main)](https://github.com/balouf/slotted-aloha-simulator/actions?query=workflow%3Abuild)
[![Documentation Status](https://github.com/balouf/slotted-aloha-simulator/actions/workflows/docs.yml/badge.svg?branch=main)](https://github.com/balouf/slotted-aloha-simulator/actions?query=workflow%3Adocs)
[![License](https://img.shields.io/github/license/balouf/slotted-aloha-simulator)](https://github.com/balouf/slotted-aloha-simulator/blob/main/LICENSE)
[![Code Coverage](https://codecov.io/gh/balouf/slotted-aloha-simulator/branch/main/graphs/badge.svg)](https://codecov.io/gh/balouf/slotted-aloha-simulator/tree/main)

SAS provides simulation and mean field models for slotted Aloha with talkative users.


- Free software: MIT license
- Documentation: https://balouf.github.io/slotted-aloha-simulator/.


## Features

- High-speed simulator for simplified slotted aloha with unbounded window growth
- Also provides deterministic approximations
- Easy parallelization
- Display functions

## Credits

This package was created with [Cookiecutter][CC] and the [Package Helper 3][PH3] project template.

[CC]: https://github.com/audreyr/cookiecutter
[PH3]: https://balouf.github.io/package-helper-3/

