Ctypes
ctypes
http://starship.python.net/crew/theller/ctypes/
Library wrapper in Python
'ctypes' is a ffi (Foreign Function Interface) package for Python. It lets you call functions from dlls/shared libraries and has facilities to create, access and manipulate simple and complicated C data types transparently from Python - in other words: wrap libraries in pure Python.
Download
https://sourceforge.net/projects/ctypes/files/ctypes/1.0.2/ctypes-1.0.2.tar.gz/download
Categories
Licensing
License
Verified by
Verified on
Notes
Leaders and contributors
Contact(s) | Role |
---|---|
Thomas Heller | Maintainer |
Resources and communication
Audience | Resource type | URI |
---|---|---|
Debian (Ref) | https://tracker.debian.org/pkg/ctypes | |
Developer | Mailing List Info/Archive | http://lists.sourceforge.net/mailman/listinfo/ctypes-devel |
Python (Ref) | https://pypi.org/project/ctypes | |
Developer | VCS Repository Webview | http://sourceforge.net/cvs/?group_id=71702 |
Support | Mailing List Info/Archive | http://lists.sourceforge.net/mailman/listinfo/ctypes-users |
Software prerequisites
Kind | Description |
---|---|
Required to use | libffi |
Required to use | Python 2.3 or later |
Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the page “GNU Free Documentation License”.
The copyright and license notices on this page only apply to the text on this page. Any software or copyright-licenses or other similar notices described in this text has its own copyright notice and license, which can usually be found in the distribution or license text itself.