Metadata-Version: 2.3
Name: jelkasim
Version: 1.1.3
Summary: Simulation for jelka.
Project-URL: Homepage, https://github.com/Jelka-FMF/JelkaSim
Project-URL: Issues, https://github.com/Jelka-FMF/JelkaSim/issues
Author-email: Jošt Smrtnik <jost.smrtnik@gmail.com>
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.8
Requires-Dist: jelka-validator
Requires-Dist: numpy
Requires-Dist: pygame
Description-Content-Type: text/markdown

# Jelka simulation

```
usage: jelkasim [-h] [runner] target

Run jelka simulation.

positional arguments:
  runner      How to run your program.
  target      Your program name.

optional arguments:
  -h, --help  show this help message and exit
```

Examples:
```sh
jelkasim moj_vzorec.py
jelkasim moj_vzorec.exe
jelkasim node moj_vzorec.js
```

For ocaml inside docker something like this should be used (probably):
```sh
jelkasim docker exec container-name "ocaml moj_vzorec.ml"
```
You should also figure out the `container_name` using:
```sh
docker ps
```