Metadata-Version: 2.4
Name: rshogi-py-avx2
Version: 0.4.0
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

AVX2 enabled build of the Python bindings for the `rshogi` Rust crate.

This package provides the same `rshogi` module as the standard package,
but it is compiled with `-C target-feature=+avx2` for x86_64 CPUs.

## 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.

