This repository contains a minimal working example of a package implementing
a simple C library and a ctypes wrapper.
The package is built with the meson-python backend.
You can find a simple demo script in example/test.py.
To use it, move to this repo folder from terminal and run:
python3 -m venv .pip install .source bin/activatepython example/test.py
If you are using anaconda:
conda create -n meson-test pythonconda activate meson-testpip install .python example/test.py