ProjectFlask/Documentation/source/index-Plugin_Project_Flask.ProjectFlask.html

Sun, 29 Nov 2020 18:06:14 +0100

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Sun, 29 Nov 2020 18:06:14 +0100
changeset 39
120f30d7b949
parent 37
1bd8d19a3aa7
child 51
428c2bec2e8f
permissions
-rw-r--r--

MigrateSummaryDialog: fine tuned the dialog handling.

<!DOCTYPE html>
<html><head>
<title>Plugin_Project_Flask.ProjectFlask</title>
<meta charset="UTF-8">
<style>
body {
    background: #EDECE6;
    margin: 0em 1em 10em 1em;
    color: black;
}

h1 { color: white; background: #85774A; }
h2 { color: white; background: #85774A; }
h3 { color: white; background: #9D936E; }
h4 { color: white; background: #9D936E; }
    
a { color: #BA6D36; }

</style>
</head>
<body>
<h1>Plugin_Project_Flask.ProjectFlask</h1>

<p>
Package implementing project support for eric6 Flask projects.
</p>

<h3>Packages</h3>
<table>

<tr>
<td><a href="index-Plugin_Project_Flask.ProjectFlask.ConfigurationPage.html">ConfigurationPage</a></td>
<td>Package implementing the Flask page of the configuration dialog.</td>
</tr>
<tr>
<td><a href="index-Plugin_Project_Flask.ProjectFlask.FlaskBabelExtension.html">FlaskBabelExtension</a></td>
<td>Package containing support for the flask-babel extension.</td>
</tr>
<tr>
<td><a href="index-Plugin_Project_Flask.ProjectFlask.FlaskMigrateExtension.html">FlaskMigrateExtension</a></td>
<td>Package containing support for the flask-migrate extension.</td>
</tr>
</table>

<h3>Modules</h3>
<table>

<tr>
<td><a href="Plugin_Project_Flask.ProjectFlask.AnsiTools.html">AnsiTools</a></td>
<td>Module implementing functions to work with ANSI escape sequences for colors.</td>
</tr>
<tr>
<td><a href="Plugin_Project_Flask.ProjectFlask.FlaskCommandDialog.html">FlaskCommandDialog</a></td>
<td>Module implementing a dialog to run a flask command and show its output.</td>
</tr>
<tr>
<td><a href="Plugin_Project_Flask.ProjectFlask.FormSelectionDialog.html">FormSelectionDialog</a></td>
<td>Module implementing a dialog to select the template type.</td>
</tr>
<tr>
<td><a href="Plugin_Project_Flask.ProjectFlask.Project.html">Project</a></td>
<td>Module implementing the Flask project support.</td>
</tr>
<tr>
<td><a href="Plugin_Project_Flask.ProjectFlask.RoutesDialog.html">RoutesDialog</a></td>
<td>Module implementing a dialog to show the application routes.</td>
</tr>
<tr>
<td><a href="Plugin_Project_Flask.ProjectFlask.RunServerDialog.html">RunServerDialog</a></td>
<td>Module implementing a dialog to run the Flask server.</td>
</tr>
<tr>
<td><a href="Plugin_Project_Flask.ProjectFlask.ServerStartOptionsDialog.html">ServerStartOptionsDialog</a></td>
<td>Module implementing a dialog to enter parameters to start the server.</td>
</tr>
</table>
</body></html>

eric ide

mercurial