Python bindings for LLVM
Project description
Home page
Versions
This package has only been tested with LLVM 3.1, and Python 2.7, (not Python 3.x).
Quickstart
Get 3.1 version of LLVM, build it. Make sure --enable-pic is passed to LLVM’s configure.
Get llvm-py and install it:
$ git clone git@github.com:llvmpy/llvmpy.git $ cd llvmpy $ python setup.py install
Run the tests:
$ python -c "import llvm; llvm.test()"
See documentation at ‘http://www.llvmpy.org/pages.html’ and examples under ‘test’.
LICENSE
llvmpy is distributed under the new BSD license, which is similar to the LLVM license itself. See the file called LICENSE for the full license text.
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
llvmpy-0.8.2.tar.gz
(486.6 kB
view hashes)