Jump to letter: [
ABCDEFGHIJKLMNOPQRSTUVWXYZ
]
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 |
1.0.2 |
1.el5 |
src |
378 KiB |
Fri Dec 21 19:58:43 2007 |
Changelog
- * Sun Dec 16 22:00:00 2007 Jesse Keating <jkeating{%}redhat{*}com> - 1.0.2-1
- Update to 1.0.2
- * Thu Sep 7 22:00:00 2006 Paul Nasrat <pnasrat{%}redhat{*}com> - 1.0.0-1
- Update to 1.0.0
- Include pyo files (#205409)
- * Thu Apr 27 22:00:00 2006 Paul Nasrat <pnasrat{%}redhat{*}com> - 0.9.9.6-1
- Update to latest release