https://github.com/ousttrue/rawtypes
code generator for python extension
https://github.com/ousttrue/rawtypes
Last synced: 5 days ago
JSON representation
code generator for python extension
- Host: GitHub
- URL: https://github.com/ousttrue/rawtypes
- Owner: ousttrue
- License: mit
- Created: 2022-01-11T05:58:04.000Z (almost 4 years ago)
- Default Branch: v2.0
- Last Pushed: 2024-08-12T14:35:42.000Z (about 1 year ago)
- Last Synced: 2025-02-02T19:05:21.754Z (9 months ago)
- Language: Python
- Homepage: https://ousttrue.github.io/rawtypes/
- Size: 3.15 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# rawtypes
A code generator using libclang for a python extension or zig.
## parse
* struct / union / anonymous
* function pointer typedef
* function
* mangling
* pointer handling
* const reference
* default argument
* python generator
* ctypes struct
* add method to ctypes struct
* pyi type annotation
* zig generator
* method call
* variadic argument
## clang.cindex
This library is use 'clang.cindex` from .
And placement in rawtypes.clang.
```py
from ..clang import cindex
```
## generated
* is generated extension. Included [imgui](https://github.com/ocornut/imgui) and [picovg](https://github.com/ousttrue/picovg)