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: 20 MB
Authors: The PyPy Developers
Default path: %HOMEDRIVE%\Programs\pypy3
pbox install pypy3
Show pbox.xml
<pbox version="1.0">
<name>pypy3</name>
<title>PyPy 3</title>
<version>7.3.0</version>
<group>python</group>
<group>compiler</group>
<archs>32</archs>
<homedir>%HOMEDRIVE%\Programs\pypy3</homedir>
<install>
<copy>.\files</copy>
<env>PYPY3_HOME=${homedir}</env>
</install>
<uninstall>
<remove>${homedir}</remove>
<unenv>PYPY3_HOME</unenv>
</uninstall>
</pbox>