1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27
|
Metadata-Version: 1.0
Name: ctypes
Version: 0.9.5
Summary: create and manipulate C data types in Python
Home-page: http://starship.python.net/crew/theller/ctypes.html
Author: Thomas Heller
Author-email: theller@python.net
License: MIT License
Description: 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.
Platform: windows
Platform: Linux
Platform: MacOS X
Platform: Solaris
Platform: FreeBSD
Classifier: Development Status :: 4 - Beta
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX
Classifier: Programming Language :: C
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Libraries :: Python Modules
|