Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/trolldbois/python-clang
- Owner: trolldbois
- Created: 2013-02-02T00:11:56.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2023-12-19T01:55:58.000Z (11 months ago)
- Last Synced: 2024-05-05T10:02:47.648Z (7 months ago)
- Language: Python
- Size: 199 KB
- Stars: 33
- Watchers: 5
- Forks: 7
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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/pythonThe debian packages are pulled from llvm repo, extracted and pushed to pypi.
Installation
------------`pip install clang`
For a specific version
`pip install clang==14`