75 <tr> |
75 <tr> |
76 <td><a href="#Pip.__checkUpgradePyQt">__checkUpgradePyQt</a></td> |
76 <td><a href="#Pip.__checkUpgradePyQt">__checkUpgradePyQt</a></td> |
77 <td>Private method to check, if an upgrade of PyQt packages is attempted.</td> |
77 <td>Private method to check, if an upgrade of PyQt packages is attempted.</td> |
78 </tr> |
78 </tr> |
79 <tr> |
79 <tr> |
|
80 <td><a href="#Pip.cacheList">cacheList</a></td> |
|
81 <td>Public method to list files contained in the pip cache.</td> |
|
82 </tr> |
|
83 <tr> |
|
84 <td><a href="#Pip.cachePurge">cachePurge</a></td> |
|
85 <td>Public method to remove all files from the pip cache.</td> |
|
86 </tr> |
|
87 <tr> |
|
88 <td><a href="#Pip.cacheRemove">cacheRemove</a></td> |
|
89 <td>Public method to remove files from the pip cache.</td> |
|
90 </tr> |
|
91 <tr> |
80 <td><a href="#Pip.getIndexUrl">getIndexUrl</a></td> |
92 <td><a href="#Pip.getIndexUrl">getIndexUrl</a></td> |
81 <td>Public method to get the index URL for PyPI.</td> |
93 <td>Public method to get the index URL for PyPI.</td> |
82 </tr> |
94 </tr> |
83 <tr> |
95 <tr> |
84 <td><a href="#Pip.getIndexUrlXml">getIndexUrlXml</a></td> |
96 <td><a href="#Pip.getIndexUrlXml">getIndexUrlXml</a></td> |
133 <td>Public method to repair the pip installation.</td> |
145 <td>Public method to repair the pip installation.</td> |
134 </tr> |
146 </tr> |
135 <tr> |
147 <tr> |
136 <td><a href="#Pip.runProcess">runProcess</a></td> |
148 <td><a href="#Pip.runProcess">runProcess</a></td> |
137 <td>Public method to execute the current pip with the given arguments.</td> |
149 <td>Public method to execute the current pip with the given arguments.</td> |
|
150 </tr> |
|
151 <tr> |
|
152 <td><a href="#Pip.showCacheInfo">showCacheInfo</a></td> |
|
153 <td>Public method to show some information about the pip cache.</td> |
138 </tr> |
154 </tr> |
139 <tr> |
155 <tr> |
140 <td><a href="#Pip.uninstallPackages">uninstallPackages</a></td> |
156 <td><a href="#Pip.uninstallPackages">uninstallPackages</a></td> |
141 <td>Public method to uninstall the given list of packages.</td> |
157 <td>Public method to uninstall the given list of packages.</td> |
142 </tr> |
158 </tr> |
193 <dt>Return Type:</dt> |
209 <dt>Return Type:</dt> |
194 <dd> |
210 <dd> |
195 bool |
211 bool |
196 </dd> |
212 </dd> |
197 </dl> |
213 </dl> |
|
214 <a NAME="Pip.cacheList" ID="Pip.cacheList"></a> |
|
215 <h4>Pip.cacheList</h4> |
|
216 <b>cacheList</b>(<i>venvName</i>) |
|
217 |
|
218 <p> |
|
219 Public method to list files contained in the pip cache. |
|
220 </p> |
|
221 <dl> |
|
222 |
|
223 <dt><i>venvName</i> (str)</dt> |
|
224 <dd> |
|
225 name of the virtual environment to be used |
|
226 </dd> |
|
227 </dl> |
|
228 <a NAME="Pip.cachePurge" ID="Pip.cachePurge"></a> |
|
229 <h4>Pip.cachePurge</h4> |
|
230 <b>cachePurge</b>(<i>venvName</i>) |
|
231 |
|
232 <p> |
|
233 Public method to remove all files from the pip cache. |
|
234 </p> |
|
235 <dl> |
|
236 |
|
237 <dt><i>venvName</i> (str)</dt> |
|
238 <dd> |
|
239 name of the virtual environment to be used |
|
240 </dd> |
|
241 </dl> |
|
242 <a NAME="Pip.cacheRemove" ID="Pip.cacheRemove"></a> |
|
243 <h4>Pip.cacheRemove</h4> |
|
244 <b>cacheRemove</b>(<i>venvName</i>) |
|
245 |
|
246 <p> |
|
247 Public method to remove files from the pip cache. |
|
248 </p> |
|
249 <dl> |
|
250 |
|
251 <dt><i>venvName</i> (str)</dt> |
|
252 <dd> |
|
253 name of the virtual environment to be used |
|
254 </dd> |
|
255 </dl> |
198 <a NAME="Pip.getIndexUrl" ID="Pip.getIndexUrl"></a> |
256 <a NAME="Pip.getIndexUrl" ID="Pip.getIndexUrl"></a> |
199 <h4>Pip.getIndexUrl</h4> |
257 <h4>Pip.getIndexUrl</h4> |
200 <b>getIndexUrl</b>(<i></i>) |
258 <b>getIndexUrl</b>(<i></i>) |
201 |
259 |
202 <p> |
260 <p> |
568 <dt>Return Type:</dt> |
626 <dt>Return Type:</dt> |
569 <dd> |
627 <dd> |
570 tuple of (bool, str) |
628 tuple of (bool, str) |
571 </dd> |
629 </dd> |
572 </dl> |
630 </dl> |
|
631 <a NAME="Pip.showCacheInfo" ID="Pip.showCacheInfo"></a> |
|
632 <h4>Pip.showCacheInfo</h4> |
|
633 <b>showCacheInfo</b>(<i>venvName</i>) |
|
634 |
|
635 <p> |
|
636 Public method to show some information about the pip cache. |
|
637 </p> |
|
638 <dl> |
|
639 |
|
640 <dt><i>venvName</i> (str)</dt> |
|
641 <dd> |
|
642 name of the virtual environment to be used |
|
643 </dd> |
|
644 </dl> |
573 <a NAME="Pip.uninstallPackages" ID="Pip.uninstallPackages"></a> |
645 <a NAME="Pip.uninstallPackages" ID="Pip.uninstallPackages"></a> |
574 <h4>Pip.uninstallPackages</h4> |
646 <h4>Pip.uninstallPackages</h4> |
575 <b>uninstallPackages</b>(<i>packages, venvName</i>) |
647 <b>uninstallPackages</b>(<i>packages, venvName</i>) |
576 |
648 |
577 <p> |
649 <p> |