Skip to content

Latest commit

 

History

History

gomori-py

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

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.