Codebase list pypy3 / debian/6.0.0+dfsg-1
debian/6.0.0+dfsg-1

Tree @debian/6.0.0+dfsg-1 (Download .tar.gz)

=====================================
PyPy: Python in Python Implementation
=====================================

Welcome to PyPy!

PyPy is an interperter that implements the Python programming language, based
on the RPython compiler framework for dynamic language implementations.

The home page for the interpreter is:

    http://pypy.org/

If you want to help developing PyPy, this documentation might help you:

    http://doc.pypy.org/

More documentation about the RPython framework can be found here

    http://rpython.readthedocs.io

The source for the documentation is in the pypy/doc directory 

Using PyPy instead of CPython
=============================

Please read the information at http://pypy.org to find the correct way to
download and use PyPy as an alternative to CPython. 

Building
========

Building PyPy is not the recommended way to obtain the PyPy alternative python
interpreter. It is time-consuming and requires significant computing resources.
More information can be found here

    http://doc.pypy.org/en/latest/build.html

Enjoy and send us feedback!

    the pypy-dev team <pypy-dev@python.org>