Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 372 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 372 Bytes

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