Skip to main content

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

Project details


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)

Uploaded Source

Built Distribution

rawtypes-1.8.0-py3-none-any.whl (69.1 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page