Metadata-Version: 2.3
Name: shakmaty_python_binding
Version: 0.1.3
Classifier: Programming Language :: Rust
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
License-File: COPYING
Requires-Python: >=3.11
Description-Content-Type: text/markdown; charset=UTF-8; variant=GFM

# shakmaty binding for python

A Python binding for the Rust library shakmaty, using pyo3 and maturin.

To build use 

```console
maturin develop
```


## License

Shakmaty_binding_python is licensed under the GPL-3.0 (or any later version at your option).
See the COPYING file for the full license text.

