Metadata-Version: 1.1
Name: pythran
Version: 0.8.4
Summary: a claimless python to c++ converter
Home-page: https://github.com/serge-sans-paille/pythran
Author: Serge Guelton
Author-email: serge.guelton@telecom-bretagne.eu
License: BSD 3-Clause
Description: 
        Pythran is a Python to c++ compiler for a subset of the Python language, with a
        focus on scientific computing. It takes a Python module annotated with a few
        interface description and turns it into a native python module with the same
        interface, but (hopefully) faster.
        
        It is meant to efficiently compile **scientific programs**, and takes advantage
        of multi-cores and SIMD instruction units.
        
        Pythran supports Python **2.7** and also has a beta Python **3** support.
        
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Natural Language :: English
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: C++
Classifier: Topic :: Software Development :: Code Generators
