Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mnxn/chocan
https://github.com/mnxn/chocan
Last synced: 19 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/mnxn/chocan
- Owner: mnxn
- Created: 2023-11-07T17:57:35.000Z (about 1 year ago)
- Default Branch: trunk
- Last Pushed: 2023-12-02T01:48:45.000Z (about 1 year ago)
- Last Synced: 2024-12-05T00:22:01.025Z (30 days ago)
- Language: Python
- Size: 141 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```