ctypes 1.0.2
create and manipulate C data types in Python, call functions in shared libraries
ctypes is a Python package to create and manipulate C data types in Python, and to call functions in dynamic link libraries/shared dlls. It allows wrapping these libraries in pure Python.
- Author: Thomas Heller <theller at ctypes org>
- Home Page: http://starship.python.net/crew/theller/ctypes/
- Download URL: http://sourceforge.net/project/showfiles.php?group_id=71702&package_id=71318&release_id=508612
- License: MIT License
- Platform: windows,Linux,MacOS X,Solaris,FreeBSD
-
Categories
- Development Status :: 4 - Beta
- Development Status :: 5 - Production/Stable
- Intended Audience :: Developers
- License :: OSI Approved :: MIT License
- Operating System :: MacOS :: MacOS X
- Operating System :: Microsoft :: Windows
- Operating System :: POSIX
- Programming Language :: C
- Programming Language :: Python
- Topic :: Software Development :: Libraries :: Python Modules
- Package Index Owner: theller
- DOAP record: ctypes-1.0.2.xml
