PyPy is a Python interpreter and just-in-time compiler. PyPy focuses on speed, efficiency and compatibility with the original CPython interpreter. PyPy started out as a Python interpreter written in the Python language itself. Current PyPy versions are translated from RPython to C code and compiled. The PyPy JIT (short for "Just In Time") compiler is capable of turning Python code into machine code at run time.
                         
                        
                            Size: 16 MB
                        
                        
                            Authors: The PyPy Developers
                        
                        
                        
                            Versions:
                                
2.5.1,
                                
2.6.1,
                                
4.0.1,
                                
5.3.1,
                                
5.4.1,
                                
5.7.0,
                                
5.8.0,
                                
5.10.0,
                                
6.0.0,
                                
7.1.1,
                                
7.2.0,
                                
7.3.0,
                                
7.3.3
                         
                        Default path: %HOMEDRIVE%\Programs\pypy2
                        
                            pbox install pypy2
                             Show pbox.xml
                        
                        <pbox version="1.0">
    <name>pypy2</name>
    <title>PyPy 2</title>
    <version>6.0.0</version>
    <group>python</group>
    <group>compiler</group>
    <archs>32</archs>
    <homedir>%HOMEDRIVE%\Programs\pypy2</homedir>
    <install>
        <copy>.\files</copy>
        <env>PYPY2_HOME=${homedir}</env>
    </install>
    <uninstall>
        <remove>${homedir}</remove>            
        <unenv>PYPY2_HOME</unenv>
    </uninstall>
</pbox>