Sat, 26 Apr 2025 12:34:32 +0200
MicroPython
- Added a configuration option to disable the support for the no longer produced Pimoroni Pico Wireless Pack.
10084 | 1 | <!DOCTYPE html> |
2 | <html><head> | |
3 | <title>eric7.eric7_pip</title> | |
4 | <meta charset="UTF-8"> | |
5 | <link rel="stylesheet" href="styles.css"> | |
6 | </head> | |
7 | <body> | |
8 | <a NAME="top" ID="top"></a> | |
9 | <h1>eric7.eric7_pip</h1> | |
10 | <p> | |
11 | eric pip Packages Manager. | |
12 | </p> | |
13 | <p> | |
14 | This is the main Python script to manage Python packages with 'pip' from | |
15 | outside of the IDE. | |
16 | </p> | |
10479
856476537696
Fine tuned the source code documentation template and regenerated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
10303
diff
changeset
|
17 | |
10084 | 18 | <h3>Global Attributes</h3> |
19 | <table> | |
10303
ee1aadab1215
Changed code to use the 'argparse' module to parse the command line parameters instead of using own code.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
10259
diff
changeset
|
20 | <tr><td>args</td></tr> |
10084 | 21 | </table> |
10479
856476537696
Fine tuned the source code documentation template and regenerated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
10303
diff
changeset
|
22 | |
10084 | 23 | <h3>Classes</h3> |
24 | <table> | |
25 | <tr><td>None</td></tr> | |
26 | </table> | |
10479
856476537696
Fine tuned the source code documentation template and regenerated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
10303
diff
changeset
|
27 | |
10084 | 28 | <h3>Functions</h3> |
29 | <table> | |
30 | <tr> | |
10303
ee1aadab1215
Changed code to use the 'argparse' module to parse the command line parameters instead of using own code.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
10259
diff
changeset
|
31 | <td><a href="#createArgparseNamespace">createArgparseNamespace</a></td> |
ee1aadab1215
Changed code to use the 'argparse' module to parse the command line parameters instead of using own code.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
10259
diff
changeset
|
32 | <td>Function to create an argument parser.</td> |
ee1aadab1215
Changed code to use the 'argparse' module to parse the command line parameters instead of using own code.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
10259
diff
changeset
|
33 | </tr> |
ee1aadab1215
Changed code to use the 'argparse' module to parse the command line parameters instead of using own code.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
10259
diff
changeset
|
34 | <tr> |
10084 | 35 | <td><a href="#createMainWidget">createMainWidget</a></td> |
10259
b51dfacef37f
Regenerated the source documentation with the corrected module parser.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
10084
diff
changeset
|
36 | <td>Function to create the main widget.</td> |
10084 | 37 | </tr> |
38 | <tr> | |
39 | <td><a href="#main">main</a></td> | |
40 | <td>Main entry point into the application.</td> | |
41 | </tr> | |
42 | </table> | |
10479
856476537696
Fine tuned the source code documentation template and regenerated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
10303
diff
changeset
|
43 | |
10084 | 44 | <hr /> |
45 | <hr /> | |
10303
ee1aadab1215
Changed code to use the 'argparse' module to parse the command line parameters instead of using own code.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
10259
diff
changeset
|
46 | <a NAME="createArgparseNamespace" ID="createArgparseNamespace"></a> |
ee1aadab1215
Changed code to use the 'argparse' module to parse the command line parameters instead of using own code.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
10259
diff
changeset
|
47 | <h2>createArgparseNamespace</h2> |
ee1aadab1215
Changed code to use the 'argparse' module to parse the command line parameters instead of using own code.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
10259
diff
changeset
|
48 | <b>createArgparseNamespace</b>(<i></i>) |
ee1aadab1215
Changed code to use the 'argparse' module to parse the command line parameters instead of using own code.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
10259
diff
changeset
|
49 | <p> |
ee1aadab1215
Changed code to use the 'argparse' module to parse the command line parameters instead of using own code.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
10259
diff
changeset
|
50 | Function to create an argument parser. |
ee1aadab1215
Changed code to use the 'argparse' module to parse the command line parameters instead of using own code.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
10259
diff
changeset
|
51 | </p> |
10479
856476537696
Fine tuned the source code documentation template and regenerated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
10303
diff
changeset
|
52 | |
10303
ee1aadab1215
Changed code to use the 'argparse' module to parse the command line parameters instead of using own code.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
10259
diff
changeset
|
53 | <dl> |
ee1aadab1215
Changed code to use the 'argparse' module to parse the command line parameters instead of using own code.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
10259
diff
changeset
|
54 | <dt>Return:</dt> |
ee1aadab1215
Changed code to use the 'argparse' module to parse the command line parameters instead of using own code.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
10259
diff
changeset
|
55 | <dd> |
ee1aadab1215
Changed code to use the 'argparse' module to parse the command line parameters instead of using own code.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
10259
diff
changeset
|
56 | created argument parser object |
ee1aadab1215
Changed code to use the 'argparse' module to parse the command line parameters instead of using own code.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
10259
diff
changeset
|
57 | </dd> |
ee1aadab1215
Changed code to use the 'argparse' module to parse the command line parameters instead of using own code.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
10259
diff
changeset
|
58 | </dl> |
ee1aadab1215
Changed code to use the 'argparse' module to parse the command line parameters instead of using own code.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
10259
diff
changeset
|
59 | <dl> |
ee1aadab1215
Changed code to use the 'argparse' module to parse the command line parameters instead of using own code.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
10259
diff
changeset
|
60 | <dt>Return Type:</dt> |
ee1aadab1215
Changed code to use the 'argparse' module to parse the command line parameters instead of using own code.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
10259
diff
changeset
|
61 | <dd> |
ee1aadab1215
Changed code to use the 'argparse' module to parse the command line parameters instead of using own code.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
10259
diff
changeset
|
62 | argparse.ArgumentParser |
ee1aadab1215
Changed code to use the 'argparse' module to parse the command line parameters instead of using own code.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
10259
diff
changeset
|
63 | </dd> |
ee1aadab1215
Changed code to use the 'argparse' module to parse the command line parameters instead of using own code.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
10259
diff
changeset
|
64 | </dl> |
ee1aadab1215
Changed code to use the 'argparse' module to parse the command line parameters instead of using own code.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
10259
diff
changeset
|
65 | <div align="right"><a href="#top">Up</a></div> |
ee1aadab1215
Changed code to use the 'argparse' module to parse the command line parameters instead of using own code.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
10259
diff
changeset
|
66 | <hr /> |
ee1aadab1215
Changed code to use the 'argparse' module to parse the command line parameters instead of using own code.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
10259
diff
changeset
|
67 | <hr /> |
10084 | 68 | <a NAME="createMainWidget" ID="createMainWidget"></a> |
69 | <h2>createMainWidget</h2> | |
10684
58c7f23ae1cb
Regenerated source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
10479
diff
changeset
|
70 | <b>createMainWidget</b>(<i>_args</i>) |
10259
b51dfacef37f
Regenerated the source documentation with the corrected module parser.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
10084
diff
changeset
|
71 | <p> |
b51dfacef37f
Regenerated the source documentation with the corrected module parser.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
10084
diff
changeset
|
72 | Function to create the main widget. |
b51dfacef37f
Regenerated the source documentation with the corrected module parser.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
10084
diff
changeset
|
73 | </p> |
10479
856476537696
Fine tuned the source code documentation template and regenerated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
10303
diff
changeset
|
74 | |
10259
b51dfacef37f
Regenerated the source documentation with the corrected module parser.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
10084
diff
changeset
|
75 | <dl> |
b51dfacef37f
Regenerated the source documentation with the corrected module parser.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
10084
diff
changeset
|
76 | |
10684
58c7f23ae1cb
Regenerated source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
10479
diff
changeset
|
77 | <dt><i>_args</i> (argparse.Namespace)</dt> |
10259
b51dfacef37f
Regenerated the source documentation with the corrected module parser.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
10084
diff
changeset
|
78 | <dd> |
10303
ee1aadab1215
Changed code to use the 'argparse' module to parse the command line parameters instead of using own code.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
10259
diff
changeset
|
79 | namespace object containing the parsed command line parameters |
10684
58c7f23ae1cb
Regenerated source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
10479
diff
changeset
|
80 | (unused) |
10259
b51dfacef37f
Regenerated the source documentation with the corrected module parser.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
10084
diff
changeset
|
81 | </dd> |
b51dfacef37f
Regenerated the source documentation with the corrected module parser.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
10084
diff
changeset
|
82 | </dl> |
b51dfacef37f
Regenerated the source documentation with the corrected module parser.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
10084
diff
changeset
|
83 | <dl> |
b51dfacef37f
Regenerated the source documentation with the corrected module parser.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
10084
diff
changeset
|
84 | <dt>Return:</dt> |
b51dfacef37f
Regenerated the source documentation with the corrected module parser.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
10084
diff
changeset
|
85 | <dd> |
b51dfacef37f
Regenerated the source documentation with the corrected module parser.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
10084
diff
changeset
|
86 | reference to the main widget |
b51dfacef37f
Regenerated the source documentation with the corrected module parser.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
10084
diff
changeset
|
87 | </dd> |
b51dfacef37f
Regenerated the source documentation with the corrected module parser.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
10084
diff
changeset
|
88 | </dl> |
b51dfacef37f
Regenerated the source documentation with the corrected module parser.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
10084
diff
changeset
|
89 | <dl> |
b51dfacef37f
Regenerated the source documentation with the corrected module parser.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
10084
diff
changeset
|
90 | <dt>Return Type:</dt> |
b51dfacef37f
Regenerated the source documentation with the corrected module parser.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
10084
diff
changeset
|
91 | <dd> |
b51dfacef37f
Regenerated the source documentation with the corrected module parser.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
10084
diff
changeset
|
92 | QWidget |
b51dfacef37f
Regenerated the source documentation with the corrected module parser.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
10084
diff
changeset
|
93 | </dd> |
b51dfacef37f
Regenerated the source documentation with the corrected module parser.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
10084
diff
changeset
|
94 | </dl> |
10084 | 95 | <div align="right"><a href="#top">Up</a></div> |
96 | <hr /> | |
97 | <hr /> | |
98 | <a NAME="main" ID="main"></a> | |
99 | <h2>main</h2> | |
100 | <b>main</b>(<i></i>) | |
101 | <p> | |
102 | Main entry point into the application. | |
103 | </p> | |
10479
856476537696
Fine tuned the source code documentation template and regenerated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
10303
diff
changeset
|
104 | |
10084 | 105 | <div align="right"><a href="#top">Up</a></div> |
106 | <hr /> | |
10479
856476537696
Fine tuned the source code documentation template and regenerated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
10303
diff
changeset
|
107 | </body></html> |