libclang python bindings
Project description
[](https://travis-ci.org/trolldbois/python-clang)
[](https://pypi.python.org/pypi/clang)
[](https://coveralls.io/r/trolldbois/python-clang)
OBSOLETE. LLVM-CLANG NOW PUBLISHES PYTHON PACKAGE.
JUST ADD THE OFFICIAL llvm-3.7 repo in your apt.
//===----------------------------------------------------------------------===//
// 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 non-official fork. Mainly for Pypi packaging purposes.
The pypi package is not official either.
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
...
[](https://pypi.python.org/pypi/clang)
[](https://coveralls.io/r/trolldbois/python-clang)
OBSOLETE. LLVM-CLANG NOW PUBLISHES PYTHON PACKAGE.
JUST ADD THE OFFICIAL llvm-3.7 repo in your apt.
//===----------------------------------------------------------------------===//
// 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 non-official fork. Mainly for Pypi packaging purposes.
The pypi package is not official either.
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-4.0.post1.tar.gz
(29.0 kB
view details)
File details
Details for the file clang-4.0.post1.tar.gz.
File metadata
- Download URL: clang-4.0.post1.tar.gz
- Upload date:
- Size: 29.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1bedc78240c01f5c8b6e4d8d0a774b5b3dda65e784c87ce10ee71e9722f4dda5
|
|
| MD5 |
dd4b93fcd2212d7fd0181bfaf68bf181
|
|
| BLAKE2b-256 |
5e2f6c424c33208709d93a74d66f1717cb52e9f4e14b15f20052c8f978e30aec
|