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

# spooky_chess

Rust and Python library for the game of Chess.

# Rust

```fish
cargo add spooky_chess
```

# Python

```fish
uv add spooky-chess
```

## Develop

### Tests

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

### Lints

- `fish run_lints.fish`
