Metadata-Version: 2.1
Name: clang
Version: 18.1.8
Summary: libclang python bindings
Keywords: llvm,clang,libclang
Author: LLVM team - pypi upload by Loic Jaquemet
License: Apache-2.0 with LLVM exception
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Development Status :: 5 - Production/Stable
Classifier: Topic :: Software Development :: Compilers
Classifier: Programming Language :: Python :: 3
Project-URL: Homepage, http://clang.llvm.org/
Project-URL: Download, http://llvm.org/releases/download.html
Description-Content-Type: text/markdown

# Clang Python package 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

You can install the package using pip:

```bash
pip install clang
```

Or for a specific version:

```bash
pip install clang==14
```

## License

This project is licensed under the Apache-2.0 License with LLVM exception. See the LICENSE file for more details.