libclang 18.1.1
0
Clang Python Bindings, mirrored from the official LLVM repo: https://github.com/llvm/llvm-project/tr
Contents
Clang Python Bindings, mirrored from the official LLVM repo: https://github.com/llvm/llvm-project/tree/main/clang/bindings/python, to make the installation process easier.
How to Install libclang
You can install libclang using pip
pip install libclang
or add it to a project with poetry
poetry add libclang
Package Details
- Author
- Tao He
- License
- Apache License 2.0
- Homepage
- https://github.com/sighingnow/libclang
- PyPi:
- https://pypi.org/project/libclang/
- Documentation:
- https://libclang.readthedocs.io
Classifiers
- Software Development/Compilers
Related Packages
Errors
A list of common libclang errors.
Code Examples
Here are some libclang
code examples and snippets.