Metadata-Version: 2.3
Name: pyvxlapi
Version: 0.1.0
Summary: Python Wrapper for Vector XL Driver Library
Requires-Python: >=3.9
Description-Content-Type: text/markdown

# pyvxlapi

Python Wrapper for Vector XL Driver Library

The `pyvxlapi.py` is convert from `vxlapi.h` by [ctypesgen](https://github.com/ctypesgen/ctypesgen)

```sh
$ uv venv
$ uv add --dev ctypesgen
$ uv run ctypesgen -lvxlapi64 -o src/pyvxlapi/pyvxlapi.py assets/vxlapi.h
```
