Sat, 24 Apr 2021 11:30:11 +0200
- implemented some code simplifications
<!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.FlaskConfigDialog.html">FlaskConfigDialog</a></td> <td>Module implementing a dialog to configure project specific flask settings.</td> </tr> <tr> <td><a href="Plugin_Project_Flask.ProjectFlask.FlaskVirtualenvConfigurationDialog.html">FlaskVirtualenvConfigurationDialog</a></td> <td>Module implementing a dialog to configure a project specific virtual environment.</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>