Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ousttrue/rawtypes

code generator for python extension
https://github.com/ousttrue/rawtypes

Last synced: about 1 month ago
JSON representation

code generator for python extension

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)