DEBFIND Suche nach Debian-Paketen

Suchplatform für Softwarepakete und Archive Debian-basierter Linux-Distributionen

beta ! Diese website wird noch weiterentwickelt.

Liste aller Kategorien/Sektionen | Suchmaske | Haftungsausschluß

Paketbeschreibung


Paketnamepython-ctypeslib
Beschreibungcode generator to convert header files into ctypes interfaces
Archiv/RepositoryOffizielles Debian Archiv squeeze (main)
Version0.0.0+svn20100125-2
Sektionpython
Prioritätoptional
Installierte Größe348 Byte
Hängt ab vonpython (<< 2.7), python (>= 2.5), python-support (>= 0.90.0), gccxml
Empfohlene Pakete
PaketbetreuerDebian Python Modules Team
Quelle
Paketgröße52004 Byte
Prüfsumme MD5289d2d4c03a33a1e3f2f54017ecca25d
Prüfsumme SHA1ef8aecfd9ebeb250eed19d42ba911c2d54429f1c
Prüfsumme SHA2564109f537150c7121ac1807779685debeebcde9f49d734c40cc35d4cb06abf926
Link zum Herunterladenpython-ctypeslib_0.0.0+svn20100125-2_all.deb
Ausführliche BeschreibungCtypeslib 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.


Impressum
Linux is a registered trademark of Linus Torvalds