buildframework/helium/external/python/lib/common/psyco-1.6-py2.5.egg/EGG-INFO/PKG-INFO
changeset 179 d8ac696cc51f
equal deleted inserted replaced
1:be27ed110b50 179:d8ac696cc51f
       
     1 Metadata-Version: 1.0
       
     2 Name: psyco
       
     3 Version: 1.6
       
     4 Summary: Psyco, the Python specializing compiler
       
     5 Home-page: http://psyco.sourceforge.net/
       
     6 Author: Armin Rigo
       
     7 Author-email: arigo@users.sourceforge.net
       
     8 License: MIT License
       
     9 Description: Psyco shows that it is possible to execute Python code at speeds
       
    10         approaching that of fully compiled languages, by "specialization".
       
    11         This extension module for the unmodified interpreter accelerates
       
    12         user programs with little or not change in their sources, by a
       
    13         factor that can be very interesting (2-10 times is common).
       
    14 Platform: i386
       
    15 Classifier: Development Status :: 5 - Production/Stable
       
    16 Classifier: Intended Audience :: Developers
       
    17 Classifier: License :: OSI Approved :: MIT License
       
    18 Classifier: Operating System :: OS Independent
       
    19 Classifier: Programming Language :: Python
       
    20 Classifier: Programming Language :: C
       
    21 Classifier: Topic :: Software Development :: Compilers
       
    22 Classifier: Topic :: Software Development :: Interpreters