| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
WPPM (WinPython Package Manager) is a command line utility that gives a few services to handle your WinPython Distribution:
wppm usage: wppm [-h] [--register] [--unregister] [-v] [-ls] [-p] [-r] [-l LEVELS] [-lsa] [-t TARGET] [-i] [-u] [package] WinPython Package Manager: handle a WinPython Distribution and its packages positional arguments: package optional package name or package wheel options: -h, --help show this help message and exit --register Register distribution: associate file extensions, icons and context menu with this WinPython --unregister Unregister distribution: de-associate file extensions, icons and context menu from this WinPython -v, --verbose show more details on packages and actions -ls, --list list packages matching the given [optionnal] package expression: wppm -ls, wppm -ls pand -p show Package dependancies of the given package[option]: wppm -p pandas[test] -r show Reverse dependancies of the given package[option]: wppm -r pytest[test] -l LEVELS show 'LEVELS' levels of dependancies of the package, default is 2: wppm -p pandas -l1 -lsa list details of package names matching given regular expression: wppm -lsa pandas -l1 -t TARGET path to target Python distribution (default: "C:\WinP\bd313\budot\WPy64-31300a6\python-3.13.0a6.amd64") -i, --install install a given package wheel (use pip for more features) -u, --uninstall uninstall package (use pip for more features)
Launch "WinPython Command Prompt" and use the standard PIP Python package manager
One (optional) Exception is PIP Package itself:
Old wiki page: http://sourceforge.net/p/winpython/wiki/WPPM/
| Back | FazBrowse Home | New Git URL |