-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathPKG-INFO
28 lines (27 loc) · 1.12 KB
/
PKG-INFO
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
28
Metadata-Version: 1.0
Name: ctypes
Version: 1.0.2
Summary: create and manipulate C data types in Python, call functions in shared libraries
Home-page: http://starship.python.net/crew/theller/ctypes/
Author: Thomas Heller
Author-email: theller@ctypes.org
License: MIT License
Download-URL: http://sourceforge.net/project/showfiles.php?group_id=71702
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