Paketname | python-ctypeslib |
Beschreibung | code generator to convert header files into ctypes interfaces |
Archiv/Repository | Offizielles Debian Archiv squeeze (main) |
Version | 0.0.0+svn20100125-2 |
Sektion | python |
Priorität | optional |
Installierte Größe | 348 Byte |
Hängt ab von | python (<< 2.7), python (>= 2.5), python-support (>= 0.90.0), gccxml |
Empfohlene Pakete | |
Paketbetreuer | Debian Python Modules Team |
Quelle | |
Paketgröße | 52004 Byte |
Prüfsumme MD5 | 289d2d4c03a33a1e3f2f54017ecca25d |
Prüfsumme SHA1 | ef8aecfd9ebeb250eed19d42ba911c2d54429f1c |
Prüfsumme SHA256 | 4109f537150c7121ac1807779685debeebcde9f49d734c40cc35d4cb06abf926 |
Link zum Herunterladen | python-ctypeslib_0.0.0+svn20100125-2_all.deb |
Ausführliche Beschreibung | Ctypeslib is a code generator capable of converting C header files
into xml files (using gccxml), and then converting the xmlfiles into
Python modules which define a ctypes interface to the corresponding C
library.
.
Ctypeslib is not ctypes. Ctypes is included in python2.5+, while
ctypeslib is a lesser known add-on by the ctypes author. If you use
ctypes a lot and are tired of setting argtypes and restype of the
called functions, you should look into ctypeslib. Ctypeslib can also
set up data types and structures from C header files automatically.
Ctypeslib could be used to integrate Python with an existing C project,
or from the start with a new project to ease development of a Python/C
interface.
|