Metadata-Version: 1.1
Name: llvmpy
Version: 0.9
Summary: Python bindings for LLVM
Home-page: http://www.llvmpy.org/
Author: Continuum Analytics, Inc.
Author-email: llvmpy@continuum.io
License: BSD
Description: ================================
        llvmpy: Python bindings for LLVM
        ================================
        
        Home page
        ---------
        
        http://www.llvmpy.org
        
        Versions
        --------
        
        This package has been tested with LLVM 3.1, Python 2.7 and Python 3.2.
        Other Python versions should work, but some modifications may be
        needed for the upcoming LLVM 3.2
        
        Quickstart
        ----------
        
        1. Get 3.1 version of LLVM, build it.  Make sure ``--enable-pic`` is passed to
           LLVM's ``configure``.
        
        2. 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()"
        
        3. See documentation at 'http://www.llvmpy.org' 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.
        
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: C++
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.2
Classifier: Programming Language :: Python :: 3.3
