Metadata-Version: 2.4
Name: tinycwrap
Version: 0.0.7
Summary: Lightweight C-to-Python wrapper generator using CFFI and NumPy
Author: TinyCWrap Contributors
Requires-Python: >=3.9
Description-Content-Type: text/markdown
Requires-Dist: numpy>=1.24
Requires-Dist: cffi>=1.15

# tinycwrap

TinyCWrap provides a small helper (`CModule`) to compile C sources with CFFI, auto-generate `cdef`s, and expose NumPy-friendly Python wrappers.
