PipxInterface/Documentation/Source/index-Plugin_Pipx_Interface.PipxInterface.html

Tue, 30 Jul 2024 17:45:46 +0200

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Tue, 30 Jul 2024 17:45:46 +0200
changeset 49
ec976c5b88ae
parent 18
df1986d93746
child 78
5efcdee9c170
permissions
-rw-r--r--

Implemented actions to show the dependencies of a package and upgrade them using 'runpip' because 'pipx' doesn't upgrade them when upgrading the package.

<!DOCTYPE html>
<html><head>
<title>Plugin_Pipx_Interface.PipxInterface</title>
<meta charset="UTF-8">
<link rel="stylesheet" href="styles.css">
</head>
<body>
<h1>Plugin_Pipx_Interface.PipxInterface</h1>
<p>
Package implementing widgets and dialogues to interface with the pipx command.
</p>


<h3>Packages</h3>
<table>

<tr>
<td><a href="index-Plugin_Pipx_Interface.PipxInterface.ConfigurationPage.html">ConfigurationPage</a></td>
<td>Package containing the 'pipx' configuration page.</td>
</tr>
</table>

<h3>Modules</h3>
<table>

<tr>
<td><a href="Plugin_Pipx_Interface.PipxInterface.Pipx.html">Pipx</a></td>
<td>Module implementing the pipx GUI logic.</td>
</tr>
<tr>
<td><a href="Plugin_Pipx_Interface.PipxInterface.PipxAppStartDialog.html">PipxAppStartDialog</a></td>
<td>Module implementing a dialog to enter the application command line parameters and to execute the app.</td>
</tr>
<tr>
<td><a href="Plugin_Pipx_Interface.PipxInterface.PipxDependenciesDialog.html">PipxDependenciesDialog</a></td>
<td>Module implementing a dialog to show the package dependencies.</td>
</tr>
<tr>
<td><a href="Plugin_Pipx_Interface.PipxInterface.PipxExecDialog.html">PipxExecDialog</a></td>
<td>Module implementing a dialog showing the output of a pip command.</td>
</tr>
<tr>
<td><a href="Plugin_Pipx_Interface.PipxInterface.PipxInterpretersDialog.html">PipxInterpretersDialog</a></td>
<td>Module implementing a dialog to show the available standalone Python interpreters.</td>
</tr>
<tr>
<td><a href="Plugin_Pipx_Interface.PipxInterface.PipxPackagesInputDialog.html">PipxPackagesInputDialog</a></td>
<td>Module implementing a dialog to enter package specifications.</td>
</tr>
<tr>
<td><a href="Plugin_Pipx_Interface.PipxInterface.PipxReinstallDialog.html">PipxReinstallDialog</a></td>
<td>Module implementing a dialog to enter the desired Python interpreter version.</td>
</tr>
<tr>
<td><a href="Plugin_Pipx_Interface.PipxInterface.PipxSpecInputDialog.html">PipxSpecInputDialog</a></td>
<td>Module implementing a dialog to enter the data for an 'install-all' operation.</td>
</tr>
<tr>
<td><a href="Plugin_Pipx_Interface.PipxInterface.PipxWidget.html">PipxWidget</a></td>
<td>Module implementing the pipx management widget.</td>
</tr>
</table>
</body></html>

eric ide

mercurial