ctypes is an advanced ffi (Foreign Function Interface) package for Python
authorepg <epg>
Fri, 13 Oct 2006 02:30:49 +0000 (02:30 +0000)
committerepg <epg>
Fri, 13 Oct 2006 02:30:49 +0000 (02:30 +0000)
commitab73536eef47b20169492282e4087f168d12575f
tree62030ed1bd1bdf6f01d8b4b658484ca221ff6e5b
parent627c018d6ed8fabc288b90e92339d2ad891d0e2f
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.
devel/py-ctypes/DESCR [new file with mode: 0644]
devel/py-ctypes/Makefile [new file with mode: 0644]
devel/py-ctypes/PLIST [new file with mode: 0644]
devel/py-ctypes/distinfo [new file with mode: 0644]