Hi,

Here is a port of the Python ctypes module.

> ctypes is an advanced ffi (Foreign Function Interface) package for
> Python 2.3 and higher.
> 
> ctypes allows to call functions exposed from dlls/shared libraries and
> has extensive facilities to create, access and manipulate simple and
> complicated C data types in Python - in other words: wrap libraries in
> pure Python. It is even possible to implement C callback functions in
> pure Python

This module is going to be a standard part of Python-2.5, and quite
a few Python libraries are starting to use it in favour of writing
their own interface glue or using swig, etc.

Ok?

-d

Attachment: py-ctypes.tgz
Description: Binary data

Reply via email to