WinPython is a portable distribution of the Python programming language for Windows (https://winpython.github.io).
This is the winpython Python package, not the distribution itself. It includes two main features:
- WinPython Package Manager (WPPM)
- a graphical layer over pip, to let you install/uninstall to your WinPython distribution any standard Python package built as source (e.g. "dummypackage-2.1.zip" or "dummypackage-2.1.tar.gz") or as wheel (e.g. "dummypackage-2.1-py2.py3-none-any.whl")
- WinPython build toolchain
- make.py is the script used to build a WinPython distribution from (almost) scratch.