Metadata-Version: 1.1
Name: pycca
Version: 0.2.0
Summary: Pure-python C and assembly compilers
Home-page: http://github.com/lcampagn/pycca
Author: Luke Campagnola
Author-email: luke.campagnola@gmail.com
License: MIT
Download-URL: https://pypi.python.org/pypi/pycca
Description: PyCCA provides compilers for C and x86 assembly that allow optimized routines
        to be compiled and executed at runtime with no external dependencies.
        PyCCA supports 32- and 64-bit intel/amd architectures on Linux, OSX, and 
        Windows with python 2.7 or 3.4. Current status: assembly compiler is beta, C
        compiler is alpha.
        
Keywords: assembly C compiler inline performance optimization
Platform: any
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Science/Research
Classifier: Intended Audience :: Education
Classifier: Intended Audience :: Developers
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Software Development :: Assemblers
Classifier: Topic :: Software Development :: Compilers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.4
Provides: pycca
