Skip to content

Automatically generate Cython pxd files from C headers

License

Notifications You must be signed in to change notification settings

tarruda/python-autopxd

Repository files navigation

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