Skip to content

KumaTea/ext-whl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ext-whl

Extended Python wheels (whl)

This project provides pre-built wheels of popular packages.

Add to pip

pip config set global.extra-index-url https://ext.kmtea.eu/simple

Temporary use

pip install <package> --prefer-binary --extra-index-url https://ext.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://ext.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://ext.kmtea.eu/cdn
pip install <package> --prefer-binary --find-links https://ext.kmtea.eu/wheels-cdn.html

Others

Source

This project contains wheels from:

Routine

I currently don't have a routine to build wheels, instead I build them when needed.

If you would like a package to be built, please open an issue.

manylinux

riscv64 is now supported by manylinux. Since 2024-09 on linux only manylinuxable wheels will be provided. All previous wheels that miss the requirements will be removed.