Metadata-Version: 2.4
Name: UniMath-lituus
Version: 1.0.0
Summary: Python binding for the UniMath C library
Author: lbartoletti
License-Expression: Apache-2.0
Requires-Python: >=3.9
Description-Content-Type: text/markdown
Provides-Extra: test
Requires-Dist: pytest>=7; extra == "test"

<!-- SPDX-License-Identifier: Apache-2.0 -->
<!-- Copyright 2026 lituus-lab -->
# unimath — Python binding

```bash
nimble clib                                              # build libUniMath.so
cd py && python3 setup.py build_ext --inplace            # build extension
cd py && python3 -m pytest -q                            # test
```

```python
import unimath
unimath.version()       # "1.0.0"
```
