Metadata-Version: 2.1
Name: ctypedffi
Version: 1.0.0
Summary: Wrapper around ctypes, for creating typed foreign function libraries
Author: Setsugen no ao
Author-email: setsugen@setsugen.dev
Maintainer: Setsugen no ao
Maintainer-email: setsugen@setsugen.dev
Project-URL: Source Code, https://github.com/Setsugennoao/ctyped-ffi
Project-URL: Documentation, https://ctypedffi.encode.moe/en/latest/
Project-URL: Contact, https://discord.gg/qxTxVJGtst
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE

# ctyped-ffi

### ctypes wrapper for typed ffi
<br>

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

You can find support in the [IEW Discord server](https://discord.gg/qxTxVJGtst).
<br><br>
## 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
```
