A code generator using libclang for a python extension.
Project description
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 https://raw.githubusercontent.com/llvm/llvm-project/llvmorg-13.0.0/clang/bindings/python/clang/. And placement in rawtypes.clang.
from rawtypes.clang import cindex
generated
- https://github.com/ousttrue/pydear is generated extension. Included imgui and picovg
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
rawtypes-1.8.0.tar.gz
(76.5 kB
view hashes)
Built Distribution
rawtypes-1.8.0-py3-none-any.whl
(69.1 kB
view hashes)