pyclibrary
文件大小: unknow
源码售价: 5 个金币 积分规则     积分充值
资源说明:pure-python C parser + ctypes automation library
pyclibrary
==========

C parser and ctypes automation for Python.

Fork of . (`bzr branch lp:pyclibrary pyclibrary-bzr && mkdir pyclibrary && cd pyclibrary && bar fast-export --plain ../pyclibrary-bzr | git fast-import`)

Pyclibrary includes 1) a pure-python C parser and 2) a ctypes automation library that uses C header file definitions to simplify the use of ctypes. The C parser currently processes all macros, typedefs, structs, unions, enums, function prototypes, and global variable declarations, and can evaluate typedefs down to their fundamental C types + pointers/arrays/function signatures. Pyclibrary can automatically build ctypes structs/unions and perform type conversions when calling functions via cdll/windll.

本源码包内暂不包含可直接显示的源代码文件,请下载源码包。