Skip to content
forked from geohot/ctypeslib

Generate python ctypes classes from C headers. Requires LLVM clang

License

Notifications You must be signed in to change notification settings

nimlgen/ctypeslib

 
 

Repository files navigation

ctypeslib with libclang

Build Status

Coverage Status

Latest release Supported versions

PyPI Python

Quick usage guide in the docs/ folder.

Status update

  • 2023-04:
    • Please read the installation instructions
  • 2021-02:
    • Thanks for the pull requests
    • Note: libclang-xx-dev must be installed for stddef and other reasons.
    • bump to libclang-11
  • 2018-01-03: master branch works with libclang-5.0 HEAD, python clang from pypi, python3
  • 2017-05-01: master branch works with libclang-4.0 HEAD

Installation