Metadata-Version: 2.4
Name: h2ctypes
Version: 0.1.3
Summary: convert c++ header files to python ctypes
Author-email: jwl <408066557@qq.com>
Requires-Python: >=3.10
Description-Content-Type: text/markdown
Requires-Dist: jinja2>=3.1.6
Requires-Dist: typer>=0.19.1

# how to use
h2ctypes_dump TargetStruct test_data/header/*.h # --help to get more details

## Discussion and Development
Most development discussions take place on GitHub in this repo, via the [GitHub issue tracker](https://github.com/jwl93/h2ctypes/issues).
