language, passing Python test suite (with minor modifications that were
already accepted in the main python in newer versions). It supports most
of the commonly used Python <aclass="reference external"href="http://docs.python.org/library/">standard library modules</a>; details below.</p>
<pclass="download-menu"><aclass="reference external"href="http://packages.pypy.org">List of installable top 1000 PyPI packages</a></p>
<p>PyPy has <strong>alpha/beta-level</strong> support for the <aclass="reference external"href="http://docs.python.org/c-api/">CPython C API</a>, however,
this feature is not yet complete. We strongly advise use of <aclass="reference external"href="http://cffi.readthedocs.org/">CFFI</a>
instead. CFFI come builtin with PyPy. Many libraries will require
...
...
@@ -93,7 +94,7 @@
<p>All modules that are pure python in CPython of course work.</p>
<p>Numpy support is not complete. We maintain our own fork of numpy for now, further instructions can be found at <aclass="reference external"href="https://bitbucket.org/pypy/numpy.git">https://bitbucker.org/pypy/numpy.git</a>.</p>
<p>Python libraries known to work under PyPy (the list is not exhaustive).
A community maintained <aclass="reference external"href="https://bitbucket.org/pypy/compatibility/wiki/Home">compatibility wiki</a> is hosted on bitbucket:</p>
A <aclass="reference external"href="http://packages.pypy.org">fuller list</a> is available.</p>