Metadata-Version: 2.4
Name: spooky_go
Version: 0.3.1
Summary: High-performance go library with arbitrary board sizes
Requires-Python: >=3.11
Description-Content-Type: text/markdown
License-File: LICENSE.md
Dynamic: license-file

# spooky_go

Rust and Python library for the game of Go.

# Rust

```fish
cargo add spooky_go
```

# Python

```fish
uv add spooky-go
```

## Develop

### Tests

- `fish run_tests.fish`
    - `fish run_python_tests.fish`
    - `fish run_rust_tests.fish`

### Lints

- `fish run_lints.fish`
