Metadata-Version: 2.1
Name: myclang
Version: 0.1.3
Summary: standalone libclang code with some modifications
Home-page: https://github.com/FindDefinition/myclang
Author: Yan Yan
Author-email: yanyan.sub@outlook.com
License: MIT
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: Implementation :: CPython
Requires-Python: >=3.5
Description-Content-Type: text/markdown
Requires-Dist: ccimport (>=0.1.11)


# myclang

standalone libclang/clang++ code with some modifications

[![Build Status](https://github.com/FindDefinition/myclang/workflows/build/badge.svg)](https://github.com/FindDefinition/myclang/actions?query=workflow%3Abuild)

Only support Clang 11.

```pip install myclang```

## Usage

```from myclang import cindex```


## TODO
* try to expose compile API to remove llvm toolchain dependency
* try to solve CUDA problem
* add standard headers to python package
* find a way to get msvc c++ include

