libclang python bindings
Project Links
Meta
Author: LLVM team - pypi upload by Loic Jaquemet
Classifiers
Intended Audience
- Developers
License
- OSI Approved :: Apache Software License
Development Status
- 5 - Production/Stable
Topic
- Software Development :: Compilers
Programming Language
- Python :: 3
Clang Python package for PyPI
This repository builds and releases the clang package on pypi .
The wheel is built from the LLVM libclang python binding source code directly. Thanks @nightlark for the 2025 refresh of the build process.
This package does not contain binary files for the libclang library, only the python bindings.
Installation
You can install the package using pip:
pip install clang
Or for a specific version:
pip install clang==20
License
This repository follows the license agreement of the LLVM project, see Apache-2.0 WITH LLVM-exception.
Release SOP
- GitHub Workflows will create new pull requests weekly when LLVM releases new major versions. You can always manually trigger the GitHub Actions.
- Merge the PR created by GH Action.
- Create a new release, with a new tag "v".
- The creation of the tag will trigger a push, which will trigger the release/pypi upload workflow, through Trusted Publishing
21.1.7
Dec 18, 2025
20.1.5
May 19, 2025
20.1.4
May 19, 2025
20.1.3
May 19, 2025
20.1.2
May 19, 2025
20.1.0
Mar 05, 2025
19.1.7
Feb 17, 2025
18.1.8
Feb 17, 2025
17.0.6
Dec 19, 2023
16.0.6
Dec 19, 2023
16.0.1.1
Apr 04, 2023
16.0.1
Apr 04, 2023
15.0.7
Apr 04, 2023
14.0.6
Apr 04, 2023
14.0
Feb 12, 2022
13.0.1
Feb 12, 2022
12.0.1
Feb 12, 2022
11.1
Feb 12, 2022
11.0
Aug 10, 2020
10.0.1
Aug 10, 2020
9.0
Aug 10, 2020
8.0.1
Aug 10, 2020
7.1.0
Aug 11, 2020
6.0.0.2
Aug 03, 2018
6.0.0.1
Jun 11, 2018
6.0.0
Jun 11, 2018
5.0
Jan 03, 2018
4.0.post1
May 07, 2017
4.0
May 01, 2017
3.9.post1
May 07, 2017
3.9
May 01, 2017
3.8.post1
May 07, 2017
3.8
Mar 09, 2016
3.7
Mar 09, 2016
3.7.dev234765
May 04, 2015
3.7.dev234764
May 04, 2015
3.5
Jan 22, 2015
3.4
Jan 22, 2015
3.4.dev192547
Oct 13, 2013
3.3
Aug 03, 2013
3.2
Aug 03, 2013
3.3-svn191928
Wheel compatibility matrix
Files in release
No dependencies