Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/ousttrue/rawtypes
- Owner: ousttrue
- License: mit
- Created: 2022-01-11T05:58:04.000Z (almost 3 years ago)
- Default Branch: v2.0
- Last Pushed: 2024-08-12T14:35:42.000Z (3 months ago)
- Last Synced: 2024-09-13T23:52:12.685Z (2 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)