I used pip to get .whl file for numpy
pip wheel --wheel-dir=./ numpy
and I have got numpy-1.13.3-cp27-cp27mu-linux_armv7l.whl
Let's split package names by components:
This means that package numpy
contains binary extensions written in C
and compiled for specific processor, OS and Python version.
The following package is pure Python: