eric6/Documentation/Source/eric6.Plugins.WizardPlugins.SetupWizard.SetupWizardDialog.html

changeset 7005
342819f05839
parent 6942
2602857055c5
child 7273
391d6b7b1eff
diff -r 39dfcee7e588 -r 342819f05839 eric6/Documentation/Source/eric6.Plugins.WizardPlugins.SetupWizard.SetupWizardDialog.html
--- a/eric6/Documentation/Source/eric6.Plugins.WizardPlugins.SetupWizard.SetupWizardDialog.html	Sun May 05 18:56:46 2019 +0200
+++ b/eric6/Documentation/Source/eric6.Plugins.WizardPlugins.SetupWizard.SetupWizardDialog.html	Mon May 06 18:46:08 2019 +0200
@@ -51,7 +51,7 @@
 QDialog, Ui_SetupWizardDialog
 <h3>Class Attributes</h3>
 <table>
-<tr><td>None</td></tr>
+<tr><td>ClassifiersUrl</td></tr>
 </table>
 <h3>Class Methods</h3>
 <table>
@@ -69,6 +69,9 @@
 <td><a href="#SetupWizardDialog.__addPackage">__addPackage</a></td>
 <td>Private method to add a package to the list.</td>
 </tr><tr>
+<td><a href="#SetupWizardDialog.__classifiersDownloadDone">__classifiersDownloadDone</a></td>
+<td>Private slot called, after the classifiers file has been downloaded from the internet.</td>
+</tr><tr>
 <td><a href="#SetupWizardDialog.__enableOkButton">__enableOkButton</a></td>
 <td>Private slot to set the state of the OK button.</td>
 </tr><tr>
@@ -78,8 +81,11 @@
 <td><a href="#SetupWizardDialog.__getStartDir">__getStartDir</a></td>
 <td>Private method to get the start directory for selection dialogs.</td>
 </tr><tr>
-<td><a href="#SetupWizardDialog.__populateFromTroveLists">__populateFromTroveLists</a></td>
-<td>Private method to populate lists from the Trove list file.</td>
+<td><a href="#SetupWizardDialog.__loadClassifiersFromPyPI">__loadClassifiersFromPyPI</a></td>
+<td>Private method to populate the classifiers list with data retrieved from PyPI.</td>
+</tr><tr>
+<td><a href="#SetupWizardDialog.__populateClassifiers">__populateClassifiers</a></td>
+<td>Private method to populate the classifiers.</td>
 </tr><tr>
 <td><a href="#SetupWizardDialog.getCode">getCode</a></td>
 <td>Public method to get the source code.</td>
@@ -120,6 +126,9 @@
 <td><a href="#SetupWizardDialog.on_excludePatternList_itemSelectionChanged">on_excludePatternList_itemSelectionChanged</a></td>
 <td>Private slot to handle a change of selected items of the exclude pattern list.</td>
 </tr><tr>
+<td><a href="#SetupWizardDialog.on_localClassifiersButton_clicked">on_localClassifiersButton_clicked</a></td>
+<td>Private method to populate lists from the Trove list file.</td>
+</tr><tr>
 <td><a href="#SetupWizardDialog.on_modulesList_itemSelectionChanged">on_modulesList_itemSelectionChanged</a></td>
 <td>Private slot to handle a change of selected items of the modules list.</td>
 </tr><tr>
@@ -188,6 +197,17 @@
 <dd>
 name of the package directory (string)
 </dd>
+</dl><a NAME="SetupWizardDialog.__classifiersDownloadDone" ID="SetupWizardDialog.__classifiersDownloadDone"></a>
+<h4>SetupWizardDialog.__classifiersDownloadDone</h4>
+<b>__classifiersDownloadDone</b>(<i>reply</i>)
+<p>
+        Private slot called, after the classifiers file has been downloaded
+        from the internet.
+</p><dl>
+<dt><i>reply</i> (QNetworkReply)</dt>
+<dd>
+reference to the network reply
+</dd>
 </dl><a NAME="SetupWizardDialog.__enableOkButton" ID="SetupWizardDialog.__enableOkButton"></a>
 <h4>SetupWizardDialog.__enableOkButton</h4>
 <b>__enableOkButton</b>(<i></i>)
@@ -213,12 +233,24 @@
 <dd>
 start directory (string)
 </dd>
-</dl><a NAME="SetupWizardDialog.__populateFromTroveLists" ID="SetupWizardDialog.__populateFromTroveLists"></a>
-<h4>SetupWizardDialog.__populateFromTroveLists</h4>
-<b>__populateFromTroveLists</b>(<i></i>)
+</dl><a NAME="SetupWizardDialog.__loadClassifiersFromPyPI" ID="SetupWizardDialog.__loadClassifiersFromPyPI"></a>
+<h4>SetupWizardDialog.__loadClassifiersFromPyPI</h4>
+<b>__loadClassifiersFromPyPI</b>(<i></i>)
 <p>
-        Private method to populate lists from the Trove list file.
-</p><a NAME="SetupWizardDialog.getCode" ID="SetupWizardDialog.getCode"></a>
+        Private method to populate the classifiers list with data retrieved
+        from PyPI.
+</p><a NAME="SetupWizardDialog.__populateClassifiers" ID="SetupWizardDialog.__populateClassifiers"></a>
+<h4>SetupWizardDialog.__populateClassifiers</h4>
+<b>__populateClassifiers</b>(<i>classifiers</i>)
+<p>
+        Private method to populate the classifiers.
+</p><dl>
+<dt><i>classifiers</i> (list of str)</dt>
+<dd>
+list of classifiers read from a local file or
+            retrieved from PyPI
+</dd>
+</dl><a NAME="SetupWizardDialog.getCode" ID="SetupWizardDialog.getCode"></a>
 <h4>SetupWizardDialog.getCode</h4>
 <b>getCode</b>(<i>indLevel, indString</i>)
 <p>
@@ -303,6 +335,14 @@
 <p>
         Private slot to handle a change of selected items of the
         exclude pattern list.
+</p><a NAME="SetupWizardDialog.on_localClassifiersButton_clicked" ID="SetupWizardDialog.on_localClassifiersButton_clicked"></a>
+<h4>SetupWizardDialog.on_localClassifiersButton_clicked</h4>
+<b>on_localClassifiersButton_clicked</b>(<i></i>)
+<p>
+        Private method to populate lists from the Trove list file.
+</p><p>
+        Note: The trove list file was created from querying
+        "https://pypi.org/pypi?%3Aaction=list_classifiers".
 </p><a NAME="SetupWizardDialog.on_modulesList_itemSelectionChanged" ID="SetupWizardDialog.on_modulesList_itemSelectionChanged"></a>
 <h4>SetupWizardDialog.on_modulesList_itemSelectionChanged</h4>
 <b>on_modulesList_itemSelectionChanged</b>(<i></i>)

eric ide

mercurial