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

changeset 19
f8e3c1676f9b
child 37
1bd8d19a3aa7
equal deleted inserted replaced
18:d76a0939be6a 19:f8e3c1676f9b
1 <!DOCTYPE html>
2 <html><head>
3 <title>Plugin_Project_Flask.ProjectFlask</title>
4 <meta charset="UTF-8">
5 <style>
6 body {
7 background: #EDECE6;
8 margin: 0em 1em 10em 1em;
9 color: black;
10 }
11
12 h1 { color: white; background: #85774A; }
13 h2 { color: white; background: #85774A; }
14 h3 { color: white; background: #9D936E; }
15 h4 { color: white; background: #9D936E; }
16
17 a { color: #BA6D36; }
18
19 </style>
20 </head>
21 <body>
22 <h1>Plugin_Project_Flask.ProjectFlask</h1>
23
24 <p>
25 Package implementing project support for eric6 Flask projects.
26 </p>
27
28 <h3>Packages</h3>
29 <table>
30
31 <tr>
32 <td><a href="index-Plugin_Project_Flask.ProjectFlask.ConfigurationPage.html">ConfigurationPage</a></td>
33 <td>Package implementing the Flask page of the configuration dialog.</td>
34 </tr>
35 <tr>
36 <td><a href="index-Plugin_Project_Flask.ProjectFlask.FlaskBabelExtension.html">FlaskBabelExtension</a></td>
37 <td>Package containing support for the flask-babel extension.</td>
38 </tr>
39 </table>
40
41 <h3>Modules</h3>
42 <table>
43
44 <tr>
45 <td><a href="Plugin_Project_Flask.ProjectFlask.AnsiTools.html">AnsiTools</a></td>
46 <td>Module implementing functions to work with ANSI escape sequences for colors.</td>
47 </tr>
48 <tr>
49 <td><a href="Plugin_Project_Flask.ProjectFlask.FlaskCommandDialog.html">FlaskCommandDialog</a></td>
50 <td>Module implementing a dialog to run a flask command and show its output.</td>
51 </tr>
52 <tr>
53 <td><a href="Plugin_Project_Flask.ProjectFlask.FormSelectionDialog.html">FormSelectionDialog</a></td>
54 <td>Module implementing a dialog to select the template type.</td>
55 </tr>
56 <tr>
57 <td><a href="Plugin_Project_Flask.ProjectFlask.Project.html">Project</a></td>
58 <td>Module implementing the Flask project support.</td>
59 </tr>
60 <tr>
61 <td><a href="Plugin_Project_Flask.ProjectFlask.RoutesDialog.html">RoutesDialog</a></td>
62 <td>Module implementing a dialog to show the application routes.</td>
63 </tr>
64 <tr>
65 <td><a href="Plugin_Project_Flask.ProjectFlask.RunServerDialog.html">RunServerDialog</a></td>
66 <td>Module implementing a dialog to run the Flask server.</td>
67 </tr>
68 <tr>
69 <td><a href="Plugin_Project_Flask.ProjectFlask.ServerStartOptionsDialog.html">ServerStartOptionsDialog</a></td>
70 <td>Module implementing a dialog to enter parameters to start the server.</td>
71 </tr>
72 </table>
73 </body></html>

eric ide

mercurial