Metadata-Version: 2.4
Name: rshogi-py-avx2
Version: 0.7.1
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Rust
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
License-File: LICENSE
Summary: Python bindings for the rshogi core library (AVX2 build).
Author: rshogi contributors
Requires-Python: >=3.9
Description-Content-Type: text/markdown; charset=UTF-8; variant=GFM
Project-URL: Repository, https://github.com/nyoki-mtl/rshogi

# rshogi-py-avx2

Python bindings for the `rshogi` Rust crate.

This package provides an AVX2-optimized build of the same `rshogi` Python module.
If you want the standard build, use
[`rshogi-py`](https://pypi.org/project/rshogi-py/).

## Installation

```bash
python -m pip install rshogi-py-avx2
```

## Notes

- `rshogi-py` and `rshogi-py-avx2` are mutually exclusive; install only one.
- This build requires an AVX2-capable CPU on x86_64.

