8000 GitHub - KumaTeaBot/pypy-wheels: Prebuilt PyPy wheels (whl) of most popular packages
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

KumaTeaBot/pypy-wheels

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pypy-wheels

Prebuilt PyPy wheels of the most popular packages

Coverage

How to use

pip install <package> --prefer-binary --extra-index-url https://pypy.kmtea.eu/simple

The --prefer-binary option is to ensure that once the source updates, the binary will still be used. You may dismiss it at your will.

An alternative way is to use the --find-links option, which is not recommended because the size of the index is large:

pip install <package> --prefer-binary --find-links https://pypy.kmtea.eu/wheels.html

If you have trouble accessing GitHub Pages, you may try the CDN hosted by CloudFlare:

pip install <package> --prefer-binary --extra-index-url https://pypy.kmtea.eu/cdn
pip install <package> --prefer-binary --find-links https://pypy.kmtea.eu/wheels-cdn.html

Other info

I'm personally impressed by the conception and the speed of PyPy.

However, PyPy works best with pure Python but not C extensions, making it lacks some prebuilt wheels of the most popular packages.

I have made prebuilt wheels before, so this project is not too hard for me.

Credit

About

Prebuilt PyPy wheels (whl) of most p 59A5 opular packages

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • HTML 95.0%
  • Python 4.2%
  • Other 0.8%
0