libclang python bindings
Project description
//===----------------------------------------------------------------------===//
// Clang Python Bindings
//===----------------------------------------------------------------------===//
This is the python bindings subdir of llvm clang repository.
https://github.com/llvm-mirror/clang/tree/master/bindings/python
This is a fork. Mainly for Pypi packaging purposes.
Test:
-----
You may need to alter LD_LIBRARY_PATH so that the Clang library can be
found. The unit tests are designed to be run with 'nosetests'. For example:
--
$ env PYTHONPATH=$(echo ~/llvm/tools/clang/bindings/python/) \
LD_LIBRARY_PATH=$(llvm-config --libdir) \
nosetests -v
tests.cindex.test_index.test_create ... ok
...
// Clang Python Bindings
//===----------------------------------------------------------------------===//
This is the python bindings subdir of llvm clang repository.
https://github.com/llvm-mirror/clang/tree/master/bindings/python
This is a fork. Mainly for Pypi packaging purposes.
Test:
-----
You may need to alter LD_LIBRARY_PATH so that the Clang library can be
found. The unit tests are designed to be run with 'nosetests'. For example:
--
$ env PYTHONPATH=$(echo ~/llvm/tools/clang/bindings/python/) \
LD_LIBRARY_PATH=$(llvm-config --libdir) \
nosetests -v
tests.cindex.test_index.test_create ... ok
...
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
clang-3.4.tar.gz
(26.6 kB
view details)
File details
Details for the file clang-3.4.tar.gz.
File metadata
- Download URL: clang-3.4.tar.gz
- Upload date:
- Size: 26.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2c3149ad25582817ebdd76764a7fd88df120049b715675c182c55b95671a50d9
|
|
| MD5 |
a04222a656823d43660d17ea07f2d3c0
|
|
| BLAKE2b-256 |
4343bfb36b6be0b00d1e934c2a96537de5b03dbacb05867187a7079f6bb02c2a
|