Metadata-Version: 2.1
Name: simplay
Version: 1.0.1
Summary: A library to generate an EventQueue to visualize with simplay-web
Project-URL: Homepage, https://github.com/team-simplay/simplay
Project-URL: Bug Tracker, https://github.com/team-simplay/simplay/issues
Project-URL: Documentation, https://simplay.readthedocs.io/en/latest/
Author-email: David Kühnhanss <david.kuehnhanss@ost.ch>, Moritz Schiesser <moritz.schiesser@ost.ch>
License-File: LICENSE
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.9
Requires-Dist: jsons~=1.6.3
Requires-Dist: simpy~=4.0.1
Description-Content-Type: text/markdown

# SimPlay

*Hint: What you probably want to do, is install [simplay-jupyter](https://pypi.org/project/simplay-jupyter/) which bundles simplay with simplay-web, and allows you to run this project within JupyterLab.*

Enhance [SimPy](https://simpy.readthedocs.io/) simulations with animation details.
More Information can be found in the [SimPlay Documentation](https://simplay.readthedocs.io/).

## Install

To install the package, execute:

```bash
pip install simplay
```