Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mnxn/chocan


https://github.com/mnxn/chocan

Last synced: 19 days ago
JSON representation

Awesome Lists containing this project

README

        

# ChocAn Simulator

## Requirements

- Python 3.10 or later
- `mypy` (only for typechecking)

## Instructions

- Run the program:

```
python3 -m choc_an
```

- Run the tests:

```
python3 -m unittest discover
```

- Type check the source code (requires `mypy`):

```
mypy choc_an tests
```