Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/setsugennoao/ctyped-ffi
- Owner: Setsugennoao
- License: mit
- Created: 2022-08-27T14:50:14.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-08-06T09:13:59.000Z (5 months ago)
- Last Synced: 2024-11-13T18:36:44.535Z (about 1 month ago)
- Language: Python
- Size: 75.2 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 installInstall `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
```