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