Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/trolldbois/python-clang

Python bindings for clang from clang HEAD
https://github.com/trolldbois/python-clang

Last synced: about 1 month ago
JSON representation

Python bindings for clang from clang HEAD

Awesome Lists containing this project

README

        

Clang Python ppackage for pypi
------------------------------

This is the python bindings subdir of llvm clang repository.
https://github.com/llvm/llvm-project/tree/main/clang/bindings/python

The debian packages are pulled from llvm repo, extracted and pushed to pypi.

Installation
------------

`pip install clang`

For a specific version

`pip install clang==14`