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: 29 MB
Authors: The PyPy Developers
Default path: %HOMEDRIVE%\Programs\pypy3-64
pbox install pypy3-64
Show pbox.xml
<pbox version="1.0">
<name>pypy3-64</name>
<title>PyPy 3 (64bit)</title>
<version>7.3.7</version>
<group>python</group>
<group>compiler</group>
<archs>64</archs>
<homedir>%HOMEDRIVE%\Programs\pypy3-64</homedir>
<install>
<script>.\script\install.bat "${homedir}" "${version}"</script>
<env>PYPY3_64_HOME=${homedir}</env>
</install>
<uninstall>
<remove>${homedir}</remove>
<unenv>PYPY3_64_HOME</unenv>
</uninstall>
</pbox>