Skip to content

Files

Latest commit

Jul 26, 2024
74ca489 · Jul 26, 2024

History

History

gomori-py

gomori-py

Python wrapper around the Rust gomori library.

Important

This is work in progress.

Setup

You'll probably want to use a virtualenv for the following steps. You can either use a pre-built wheel or build it from source yourself.

Using pre-built wheel

Download a wheel for your platform from the latest release.

pip install wheel
pip install <path to the wheel>

Building from source

pip install maturin
maturin develop

Usage

After setup is completed, you can just from gomori import *.

The API is pretty much the same as in Rust, so check out the documentation for that package.