File: PKG-INFO

package info (click to toggle)
ctypes 0.9.5-1
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 2,492 kB
  • ctags: 2,598
  • sloc: ansic: 14,485; sh: 9,719; asm: 5,509; python: 5,186; makefile: 198
file content (27 lines) | stat: -rw-r--r-- 1,045 bytes parent folder | download
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