Skip to content
Snippets Groups Projects
Commit 8e94b7f5 authored by fijal's avatar fijal
Browse files

update the list of packages

parent 572af5f4
No related branches found
No related tags found
No related merge requests found
......@@ -73,6 +73,7 @@
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 <a class="reference external" href="http://docs.python.org/library/">standard library modules</a>; details below.</p>
<p class="download-menu"><a class="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 <a class="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 <a class="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 <a class="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 <a class="reference external" href="https://bitbucket.org/pypy/compatibility/wiki/Home">compatibility wiki</a> is hosted on bitbucket:</p>
A <a class="reference external" href="http://packages.pypy.org">fuller list</a> is available.</p>
<ul class="simple">
<li>ctypes</li>
<li>django</li>
......
......@@ -8,6 +8,10 @@
already accepted in the main python in newer versions). It supports most
of the commonly used Python `standard library modules`_; details below.
.. class:: download_menu
`List of installable top 1000 PyPI packages`_
PyPy has **alpha/beta-level** support for the `CPython C API`_, however,
this feature is not yet complete. We strongly advise use of `CFFI`_
instead. CFFI come builtin with PyPy. Many libraries will require
......@@ -36,7 +40,7 @@
.. __: https://bitbucket.org/pypy/numpy.git
Python libraries known to work under PyPy (the list is not exhaustive).
A community maintained `compatibility wiki`_ is hosted on bitbucket:
A `fuller list`_ is available.
* ctypes
......@@ -119,3 +123,5 @@
.. _`more details here`: http://pypy.readthedocs.org/en/latest/cpython_differences.html#differences-related-to-garbage-collection-strategies
.. _`compatibility wiki`: https://bitbucket.org/pypy/compatibility/wiki/Home
.. _`lxml`: https://github.com/amauryfa/lxml/tree/cffi/
.. _`List of installable top 1000 PyPI packages`: http://packages.pypy.org
.. _`fuller list`: http://packages.pypy.org
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment