Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/setsugennoao/ctyped-ffi

Wrapper around ctypes, for creating typed foreign function libraries
https://github.com/setsugennoao/ctyped-ffi

Last synced: about 1 month ago
JSON representation

Wrapper around ctypes, for creating typed foreign function libraries

Awesome Lists containing this project

README

        

# ctyped-ffi

### ctypes wrapper for typed ffi

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

For support you can check out the [JET Discord server](https://discord.gg/XTpc6Fa9eB).




## How to install

Install `ctypedffi` with the following command:

```sh
$ pip install ctypedffi
```

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

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