/python-autopxd

Automatically generate Cython pxd files from C headers

Primary LanguagePythonMIT LicenseMIT

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