About Anaconda Help Download Anaconda

main / packages / ctypesgen 1.1.1

Python wrapper generator for ctypes

Installers

  • linux-s390x v1.1.1
  • linux-64 v1.1.1
  • osx-arm64 v1.1.1
  • linux-aarch64 v1.1.1
  • osx-64 v1.1.1
  • win-64 v1.1.1
  • linux-ppc64le v1.1.1

conda install

To install this package run one of the following:
conda install main::ctypesgen

Description

ctypesgen reads parses c header files and creates a wrapper for libraries based on what it finds. Preprocessor macros are handled in a manner consistent with typical c code. Preprocessor macro functions are translated into Python functions that are then made available to the user of the newly-generated Python wrapper library. ctypesgen can also output JSON, which can be used with Mork, which generates bindings for Lua, using the alien module (which binds libffi to Lua).


© 2024 Anaconda, Inc. All Rights Reserved. (v4.0.6) Legal | Privacy Policy