oracle / graalpython

GraalPy – A high-performance embeddable Python 3 runtime for Java
https://www.graalvm.org/python/
Other
1.24k stars 108 forks source link

Compatibility with Popular Python Packages #283

Open fniephaus opened 2 years ago

fniephaus commented 2 years ago

TL;DR

We plan to gradually add support for more Python packages to GraalPy.

Goals

To allow as many Python developers as possible to take advantage of the performance improvements and other features that GraalPy can provide, we are working to further increase its compatibility and thus the number of packages that run on GraalPy. Some current incompatibilities are simply due to missing features in GraalPy, but there are also packages that provide interpreter-specific functionality, which will require upstream changes. In general, we focus on the most popular Python package and welcome feedback from the Python community that helps identify and unlock new use cases for GraalPy.

Non-Goals