Package implementing the pip GUI logic.
None |
Pip | Class implementing the pip GUI logic. |
None |
Class implementing the pip GUI logic.
DefaultIndexUrlPip |
DefaultIndexUrlXml |
DefaultPyPiUrl |
None |
Pip | Constructor |
__checkUpgradePyQt | Private method to check, if an upgrade of PyQt packages is attempted. |
cacheList | Public method to list files contained in the pip cache. |
cachePurge | Public method to remove all files from the pip cache. |
cacheRemove | Public method to remove files from the pip cache. |
getIndexUrl | Public method to get the index URL for PyPI. |
getIndexUrlXml | Public method to get the index URL for XML RPC calls. |
getInstalledPackages | Public method to get the list of installed packages. |
getOutdatedPackages | Public method to get the list of outdated packages. |
getPackageDetails | Public method to get package details using the PyPI JSON interface. |
getProjectEnvironmentString | Public method to get the string for the project environment. |
getUserConfig | Public method to get the name of the user configuration file. |
getVirtualenvConfig | Public method to get the name of the virtualenv configuration file. |
getVirtualenvInterpreter | Public method to get the interpreter for a virtual environment. |
getVirtualenvNames | Public method to get a sorted list of virtual environment names. |
installPackages | Public method to install the given list of packages. |
installPip | Public method to install pip. |
installRequirements | Public method to install packages as given in a requirements file. |
repairPip | Public method to repair the pip installation. |
runProcess | Public method to execute the current pip with the given arguments. |
showCacheInfo | Public method to show some information about the pip cache. |
uninstallPackages | Public method to uninstall the given list of packages. |
uninstallRequirements | Public method to uninstall packages as given in a requirements file. |
upgradePackages | Public method to upgrade the given list of packages. |
None |
Constructor
Private method to check, if an upgrade of PyQt packages is attempted.
Public method to list files contained in the pip cache.
Public method to remove all files from the pip cache.
Public method to remove files from the pip cache.
Public method to get the index URL for PyPI.
Public method to get the index URL for XML RPC calls.
Public method to get the list of installed packages.
Public method to get the list of outdated packages.
Public method to get package details using the PyPI JSON interface.
Public method to get the string for the project environment.
Public method to get the name of the user configuration file.
Public method to get the name of the virtualenv configuration file.
Public method to get the interpreter for a virtual environment.
Public method to get a sorted list of virtual environment names.
Public method to install the given list of packages.
Public method to install pip.
Public method to install packages as given in a requirements file.
Public method to repair the pip installation.
Public method to execute the current pip with the given arguments.
The selected pip executable is called with the given arguments and waited for its end.
Public method to show some information about the pip cache.
Public method to uninstall the given list of packages.
Public method to uninstall packages as given in a requirements file.
Public method to upgrade the given list of packages.