ctypedffi

Wrapper around ctypes, for creating typed foreign function libraries


License
MIT
Install
pip install ctypedffi==1.1.0

Documentation

ctyped-ffi

ctypes wrapper for typed ffi


Wrapper around ctypes for creating typed foreign function interfaces built upon libraries

You can find support in the IEW Discord server.

How to install

Install ctypedffi with the following command:

$ pip install ctypedffi

Or if you want the latest git version, install it with this command:

$ pip install git+https://github.com/Setsugennoao/ctyped-ffi.git