Metadata-Version: 2.1
Name: exactypes
Version: 0.3.0
Summary: Helps creating typed ctypes-based python library
Author-email: HivertMoZara <worldmozara@163.com>
License: MIT
Project-URL: Homepage, https://github.com/NCBM/exactypes
Project-URL: Repository, https://github.com/NCBM/exactypes
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: typing_extensions<5,>=4

# exactypes

Helps creating typed ctypes-based python library.

Code examples can be found in [examples](./examples/).

## Installation

Use `pip` or whatever package/project managers to install:

```shell
pip install exactypes
```
