acconeer / python-autopxd

Automatically generate Cython pxd files from C headers

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

python-autopxd

Build Status

This module simplifies the task of exposing C libraries to cython by automatically generating .pxd files from C headers.

Installation

pip install autopxd

Usage

autopxd HEADER_INPUT PXD_OUTPUT 

About

Automatically generate Cython pxd files from C headers

License:MIT License


Languages

Language:Python 99.0%Language:C 1.0%