Skip to content
This repository has been archived by the owner on Dec 31, 2023. It is now read-only.

Latest commit

 

History

History
17 lines (12 loc) · 413 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 413 Bytes

PyPy Package Compatibility Report Generator

The source for http://packages.pypy.org/, it downloads and installs the top 1000 PYPI packages into pypy, and records success or failure

To generate the report, run:

docker-compose build
python main.py

To filter the set of packages being tested, use the --filter option, e.g.:

python main.py python main.py --filter pandas scipy scikit-learn