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

changeset 8090
c53117374255
parent 8085
f6db8b3ecea9
child 8152
0c740fcffd34
--- a/eric6/Documentation/Source/eric6.PipInterface.Pip.html	Tue Feb 09 11:39:58 2021 +0100
+++ b/eric6/Documentation/Source/eric6.PipInterface.Pip.html	Tue Feb 09 17:51:16 2021 +0100
@@ -57,7 +57,7 @@
 <h3>Class Attributes</h3>
 
 <table>
-<tr><td>DefaultIndexUrlPip</td></tr><tr><td>DefaultIndexUrlXml</td></tr><tr><td>DefaultPyPiUrl</td></tr>
+<tr><td>DefaultIndexUrlPypi</td></tr><tr><td>DefaultIndexUrlSearch</td></tr><tr><td>DefaultIndexUrlSimple</td></tr><tr><td>DefaultPyPiUrl</td></tr>
 </table>
 <h3>Class Methods</h3>
 
@@ -93,8 +93,12 @@
 <td>Public method to get the index URL for PyPI.</td>
 </tr>
 <tr>
-<td><a href="#Pip.getIndexUrlXml">getIndexUrlXml</a></td>
-<td>Public method to get the index URL for XML RPC calls.</td>
+<td><a href="#Pip.getIndexUrlPypi">getIndexUrlPypi</a></td>
+<td>Public method to get the index URL for PyPI API calls.</td>
+</tr>
+<tr>
+<td><a href="#Pip.getIndexUrlSearch">getIndexUrlSearch</a></td>
+<td>Public method to get the index URL for PyPI API calls.</td>
 </tr>
 <tr>
 <td><a href="#Pip.getInstalledPackages">getInstalledPackages</a></td>
@@ -276,12 +280,31 @@
 str
 </dd>
 </dl>
-<a NAME="Pip.getIndexUrlXml" ID="Pip.getIndexUrlXml"></a>
-<h4>Pip.getIndexUrlXml</h4>
-<b>getIndexUrlXml</b>(<i></i>)
+<a NAME="Pip.getIndexUrlPypi" ID="Pip.getIndexUrlPypi"></a>
+<h4>Pip.getIndexUrlPypi</h4>
+<b>getIndexUrlPypi</b>(<i></i>)
 
 <p>
-        Public method to get the index URL for XML RPC calls.
+        Public method to get the index URL for PyPI API calls.
+</p>
+<dl>
+<dt>Return:</dt>
+<dd>
+index URL for XML RPC calls
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+str
+</dd>
+</dl>
+<a NAME="Pip.getIndexUrlSearch" ID="Pip.getIndexUrlSearch"></a>
+<h4>Pip.getIndexUrlSearch</h4>
+<b>getIndexUrlSearch</b>(<i></i>)
+
+<p>
+        Public method to get the index URL for PyPI API calls.
 </p>
 <dl>
 <dt>Return:</dt>

eric ide

mercurial