Jump to letter: [
9ABCDEFGHIJKLMNOPQRSTUVWXYZ
]
python-ctypes - Advanced Foreign Function Interface for Python
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.
Packages
Name |
Version |
Release |
Type |
Size |
Built |
python-ctypes |
0.9.9.6 |
1.fc5 |
src |
334 KiB |
Mon May 15 17:41:04 2006 |
Changelog
- * Thu Apr 27 18:00:00 2006 Paul Nasrat <pnasrat{%}redhat{*}com> - 0.9.9.6-1
- Update to latest release
- * Sat Jan 14 17:00:00 2006 Konstantin Ryabitsev <icon{%}fedoraproject{*}org> - 0.9.6-1
- Initial packaging.