Metadata-Version: 1.1
Name: clang
Version: 3.3-svn191928
Summary: libclang python bindings
Home-page: https://github.com/trolldbois/python-clang
Author: Loic Jaquemet
Author-email: loic.jaquemet+python@gmail.com
License: License :: OSI Approved :: University of Illinois/NCSA Open Source License
Download-URL: https://github.com/trolldbois/python-clang/releases
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
        ...
        
        
        
Keywords: llvm,clang,libclang
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
Classifier: Programming Language :: Python
Classifier: Development Status :: 5 - Production/Stable
Classifier: Topic :: Software Development :: Compilers
