eric6/Documentation/Source/eric6.PipInterface.Pip.html

changeset 8090
c53117374255
parent 8085
f6db8b3ecea9
child 8152
0c740fcffd34
equal deleted inserted replaced
8089:e43bf8d7baf9 8090:c53117374255
55 <h3>Derived from</h3> 55 <h3>Derived from</h3>
56 QObject 56 QObject
57 <h3>Class Attributes</h3> 57 <h3>Class Attributes</h3>
58 58
59 <table> 59 <table>
60 <tr><td>DefaultIndexUrlPip</td></tr><tr><td>DefaultIndexUrlXml</td></tr><tr><td>DefaultPyPiUrl</td></tr> 60 <tr><td>DefaultIndexUrlPypi</td></tr><tr><td>DefaultIndexUrlSearch</td></tr><tr><td>DefaultIndexUrlSimple</td></tr><tr><td>DefaultPyPiUrl</td></tr>
61 </table> 61 </table>
62 <h3>Class Methods</h3> 62 <h3>Class Methods</h3>
63 63
64 <table> 64 <table>
65 <tr><td>None</td></tr> 65 <tr><td>None</td></tr>
91 <tr> 91 <tr>
92 <td><a href="#Pip.getIndexUrl">getIndexUrl</a></td> 92 <td><a href="#Pip.getIndexUrl">getIndexUrl</a></td>
93 <td>Public method to get the index URL for PyPI.</td> 93 <td>Public method to get the index URL for PyPI.</td>
94 </tr> 94 </tr>
95 <tr> 95 <tr>
96 <td><a href="#Pip.getIndexUrlXml">getIndexUrlXml</a></td> 96 <td><a href="#Pip.getIndexUrlPypi">getIndexUrlPypi</a></td>
97 <td>Public method to get the index URL for XML RPC calls.</td> 97 <td>Public method to get the index URL for PyPI API calls.</td>
98 </tr>
99 <tr>
100 <td><a href="#Pip.getIndexUrlSearch">getIndexUrlSearch</a></td>
101 <td>Public method to get the index URL for PyPI API calls.</td>
98 </tr> 102 </tr>
99 <tr> 103 <tr>
100 <td><a href="#Pip.getInstalledPackages">getInstalledPackages</a></td> 104 <td><a href="#Pip.getInstalledPackages">getInstalledPackages</a></td>
101 <td>Public method to get the list of installed packages.</td> 105 <td>Public method to get the list of installed packages.</td>
102 </tr> 106 </tr>
274 <dt>Return Type:</dt> 278 <dt>Return Type:</dt>
275 <dd> 279 <dd>
276 str 280 str
277 </dd> 281 </dd>
278 </dl> 282 </dl>
279 <a NAME="Pip.getIndexUrlXml" ID="Pip.getIndexUrlXml"></a> 283 <a NAME="Pip.getIndexUrlPypi" ID="Pip.getIndexUrlPypi"></a>
280 <h4>Pip.getIndexUrlXml</h4> 284 <h4>Pip.getIndexUrlPypi</h4>
281 <b>getIndexUrlXml</b>(<i></i>) 285 <b>getIndexUrlPypi</b>(<i></i>)
282 286
283 <p> 287 <p>
284 Public method to get the index URL for XML RPC calls. 288 Public method to get the index URL for PyPI API calls.
289 </p>
290 <dl>
291 <dt>Return:</dt>
292 <dd>
293 index URL for XML RPC calls
294 </dd>
295 </dl>
296 <dl>
297 <dt>Return Type:</dt>
298 <dd>
299 str
300 </dd>
301 </dl>
302 <a NAME="Pip.getIndexUrlSearch" ID="Pip.getIndexUrlSearch"></a>
303 <h4>Pip.getIndexUrlSearch</h4>
304 <b>getIndexUrlSearch</b>(<i></i>)
305
306 <p>
307 Public method to get the index URL for PyPI API calls.
285 </p> 308 </p>
286 <dl> 309 <dl>
287 <dt>Return:</dt> 310 <dt>Return:</dt>
288 <dd> 311 <dd>
289 index URL for XML RPC calls 312 index URL for XML RPC calls

eric ide

mercurial