Metadata-Version: 2.1
Name: pycatima
Version: 1.96
Summary: Python interface to CATIMA library
Author-Email: Andrej Prochazka <hrocho@vodacionline.sk>
Maintainer-Email: Angus Hollands <goosey15@gmail.com>
Requires-Python: >=3.8
Provides-Extra: test
Requires-Dist: pytest; extra == "test"
Description-Content-Type: text/markdown

![Build](https://github.com/hrosiak/pycatima/actions/workflows/build.yml/badge.svg)

# pycatima


Python Module
-------------
Python module can be installed directly from PyPI using pip:
```bash
pip install pycatima
```

Or installed by cloning the Git repo
```bash
git clone https://github.com/hrosiak/pycatima.git
```
and installing with pip
```bash
pip install ./pycatima
```

The C++ library takes additional CMake configuration options which can be provided to the build backend with `scikit-build-core`. See [the documentation for `scikit-build-core`](https://scikit-build-core.readthedocs.io/en/latest/readme.html#configuration) for more information.
