1 { |
1 { |
2 "header": { |
2 "header": { |
3 "comment": "eric project file for project PluginMqttMonitor", |
3 "comment": "eric project file for project PluginMqttMonitor", |
4 "copyright": "Copyright (C) 2021 Detlev Offenbach, detlev@die-offenbachs.de" |
4 "copyright": "Copyright (C) 2022 Detlev Offenbach, detlev@die-offenbachs.de" |
5 }, |
5 }, |
6 "project": { |
6 "project": { |
7 "AUTHOR": "Detlev Offenbach", |
7 "AUTHOR": "Detlev Offenbach", |
8 "CHECKERSPARMS": { |
8 "CHECKERSPARMS": { |
9 "Pep8Checker": { |
9 "Pep8Checker": { |
10 "AnnotationsChecker": { |
10 "AnnotationsChecker": { |
|
11 "AllowStarArgAny": false, |
11 "AllowUntypedDefs": false, |
12 "AllowUntypedDefs": false, |
12 "AllowUntypedNested": false, |
13 "AllowUntypedNested": false, |
13 "DispatchDecorators": [ |
14 "DispatchDecorators": [ |
14 "singledispatch", |
15 "singledispatch", |
15 "singledispatchmethod" |
16 "singledispatchmethod" |
16 ], |
17 ], |
|
18 "ForceFutureAnnotations": false, |
17 "MaximumComplexity": 3, |
19 "MaximumComplexity": 3, |
18 "MaximumLength": 7, |
20 "MaximumLength": 7, |
19 "MinimumCoverage": 75, |
21 "MinimumCoverage": 75, |
20 "MypyInitReturn": false, |
22 "MypyInitReturn": false, |
21 "OverloadDecorators": [ |
23 "OverloadDecorators": [ |
57 "- " |
59 "- " |
58 ] |
60 ] |
59 }, |
61 }, |
60 "CopyrightAuthor": "", |
62 "CopyrightAuthor": "", |
61 "CopyrightMinFileSize": 0, |
63 "CopyrightMinFileSize": 0, |
62 "DocstringType": "eric", |
64 "DocstringType": "eric_black", |
63 "EnabledCheckerCategories": "C, D, E, M, N, S, Y, W", |
65 "EnabledCheckerCategories": "C, D, E, M, N, S, Y, W", |
64 "ExcludeFiles": "*/Ui_*.py, */*_rc.py", |
66 "ExcludeFiles": "*/Ui_*.py, */*_rc.py", |
65 "ExcludeMessages": "C101,E265,E266,E305,E402,M201,M301,M302,M303,M304,M305,M306,M307,M308,M311,M312,M313,M314,M315,M321,M701,M702,M811,M834,N802,N803,N807,N808,N821,W293,W504,Y119,Y401,Y402", |
67 "ExcludeMessages": "C101,E265,E266,E305,E402,M201,M301,M302,M303,M304,M305,M306,M307,M308,M311,M312,M313,M314,M315,M321,M701,M702,M811,M834,N802,N803,N807,N808,N821,W293,W503,Y119,Y401,Y402", |
66 "FixCodes": "", |
68 "FixCodes": "", |
67 "FixIssues": false, |
69 "FixIssues": false, |
68 "FutureChecker": "", |
70 "FutureChecker": "", |
69 "HangClosing": false, |
71 "HangClosing": false, |
|
72 "ImportsChecker": { |
|
73 "ApplicationPackageNames": [], |
|
74 "BanRelativeImports": "", |
|
75 "BannedModules": [] |
|
76 }, |
70 "IncludeMessages": "", |
77 "IncludeMessages": "", |
71 "LineComplexity": 25, |
78 "LineComplexity": 25, |
72 "LineComplexityScore": 10, |
79 "LineComplexityScore": 10, |
73 "MaxCodeComplexity": 10, |
80 "MaxCodeComplexity": 10, |
74 "MaxDocLineLength": 79, |
81 "MaxDocLineLength": 88, |
75 "MaxLineLength": 79, |
82 "MaxLineLength": 88, |
76 "NoFixCodes": "E501", |
83 "NoFixCodes": "E501", |
77 "RepeatMessages": true, |
84 "RepeatMessages": true, |
78 "SecurityChecker": { |
85 "SecurityChecker": { |
79 "CheckTypedException": false, |
86 "CheckTypedException": false, |
80 "HardcodedTmpDirectories": [ |
87 "HardcodedTmpDirectories": [ |
150 "README.*": "OTHERS", |
158 "README.*": "OTHERS", |
151 "Ui_*.py": "__IGNORE__", |
159 "Ui_*.py": "__IGNORE__", |
152 "makefile": "OTHERS" |
160 "makefile": "OTHERS" |
153 }, |
161 }, |
154 "FORMS": [ |
162 "FORMS": [ |
|
163 "MqttMonitor/ConfigurationPage/MqttPage.ui", |
155 "MqttMonitor/MqttConnectionOptionsDialog.ui", |
164 "MqttMonitor/MqttConnectionOptionsDialog.ui", |
156 "MqttMonitor/MqttConnectionProfilesDialog.ui", |
165 "MqttMonitor/MqttConnectionProfilesDialog.ui", |
157 "MqttMonitor/MqttMonitorWidget.ui", |
166 "MqttMonitor/MqttMonitorWidget.ui", |
158 "MqttMonitor/MqttUserPropertiesEditor.ui", |
167 "MqttMonitor/MqttUserPropertiesEditor.ui" |
159 "MqttMonitor/ConfigurationPage/MqttPage.ui" |
|
160 ], |
168 ], |
161 "HASH": "8b864e3e4a3495e242eae3cb3ef4dc8522bf6ce7", |
169 "HASH": "8b864e3e4a3495e242eae3cb3ef4dc8522bf6ce7", |
162 "IDLPARAMS": { |
170 "IDLPARAMS": { |
163 "DefinedNames": [], |
171 "DefinedNames": [], |
164 "IncludeDirs": [], |
172 "IncludeDirs": [], |
165 "UndefinedNames": [] |
173 "UndefinedNames": [] |
166 }, |
174 }, |
167 "INTERFACES": [], |
175 "INTERFACES": [], |
168 "LEXERASSOCS": {}, |
176 "LEXERASSOCS": {}, |
|
177 "LICENSE": "GNU General Public License v3 or later (GPLv3+)", |
169 "MAINSCRIPT": "PluginMqttMonitor.py", |
178 "MAINSCRIPT": "PluginMqttMonitor.py", |
170 "MAKEPARAMS": { |
179 "MAKEPARAMS": { |
171 "MakeEnabled": false, |
180 "MakeEnabled": false, |
172 "MakeExecutable": "", |
181 "MakeExecutable": "", |
173 "MakeFile": "", |
182 "MakeFile": "", |
190 "MqttMonitor/icons/profiles-dark.svg", |
199 "MqttMonitor/icons/profiles-dark.svg", |
191 "MqttMonitor/icons/profiles-light.svg", |
200 "MqttMonitor/icons/profiles-light.svg", |
192 "MqttMonitor/icons/quickopen-dark.svg", |
201 "MqttMonitor/icons/quickopen-dark.svg", |
193 "MqttMonitor/icons/quickopen-light.svg", |
202 "MqttMonitor/icons/quickopen-light.svg", |
194 "PKGLIST", |
203 "PKGLIST", |
195 "PluginMqttMonitor.zip", |
204 "PluginMqttMonitor.epj", |
196 "PluginMqttMonitor.epj" |
205 "PluginMqttMonitor.zip" |
197 ], |
206 ], |
198 "OTHERTOOLSPARMS": {}, |
207 "OTHERTOOLSPARMS": { |
|
208 "Black": { |
|
209 "exclude": "/(\\.direnv|\\.eggs|\\.git|\\.hg|\\.mypy_cache|\\.nox|\\.tox|\\.venv|venv|\\.svn|_build|buck-out|build|dist|__pypackages__)/", |
|
210 "extend-exclude": "", |
|
211 "force-exclude": "", |
|
212 "line-length": 88, |
|
213 "skip-magic-trailing-comma": false, |
|
214 "skip-string-normalization": false, |
|
215 "source": "project", |
|
216 "target-version": [ |
|
217 "py311", |
|
218 "py310", |
|
219 "py39", |
|
220 "py38", |
|
221 "py37" |
|
222 ] |
|
223 } |
|
224 }, |
199 "PACKAGERSPARMS": {}, |
225 "PACKAGERSPARMS": {}, |
200 "PROGLANGUAGE": "Python3", |
226 "PROGLANGUAGE": "Python3", |
201 "PROJECTTYPE": "E7Plugin", |
227 "PROJECTTYPE": "E7Plugin", |
202 "PROJECTTYPESPECIFICDATA": {}, |
228 "PROJECTTYPESPECIFICDATA": {}, |
203 "PROTOCOLS": [], |
229 "PROTOCOLS": [], |
207 "CompressionThreshold": 70, |
233 "CompressionThreshold": 70, |
208 "PathPrefix": "" |
234 "PathPrefix": "" |
209 }, |
235 }, |
210 "RESOURCES": [], |
236 "RESOURCES": [], |
211 "SOURCES": [ |
237 "SOURCES": [ |
|
238 "MqttMonitor/ConfigurationPage/MqttPage.py", |
|
239 "MqttMonitor/ConfigurationPage/__init__.py", |
212 "MqttMonitor/MqttClient.py", |
240 "MqttMonitor/MqttClient.py", |
213 "MqttMonitor/MqttConnectionOptionsDialog.py", |
241 "MqttMonitor/MqttConnectionOptionsDialog.py", |
214 "MqttMonitor/MqttConnectionProfilesDialog.py", |
242 "MqttMonitor/MqttConnectionProfilesDialog.py", |
215 "MqttMonitor/MqttMonitorWidget.py", |
243 "MqttMonitor/MqttMonitorWidget.py", |
|
244 "MqttMonitor/MqttProtocols.py", |
|
245 "MqttMonitor/MqttReasonCodes.py", |
|
246 "MqttMonitor/MqttUserPropertiesEditor.py", |
216 "MqttMonitor/__init__.py", |
247 "MqttMonitor/__init__.py", |
217 "PluginMqttMonitor.py", |
248 "PluginMqttMonitor.py", |
218 "__init__.py", |
249 "__init__.py" |
219 "MqttMonitor/MqttReasonCodes.py", |
|
220 "MqttMonitor/MqttUserPropertiesEditor.py", |
|
221 "MqttMonitor/ConfigurationPage/__init__.py", |
|
222 "MqttMonitor/ConfigurationPage/MqttPage.py", |
|
223 "MqttMonitor/MqttProtocols.py" |
|
224 ], |
250 ], |
225 "SPELLEXCLUDES": "", |
251 "SPELLEXCLUDES": "", |
226 "SPELLLANGUAGE": "en", |
252 "SPELLLANGUAGE": "en", |
227 "SPELLWORDS": "", |
253 "SPELLWORDS": "", |
|
254 "TESTING_FRAMEWORK": "", |
228 "TRANSLATIONEXCEPTIONS": [], |
255 "TRANSLATIONEXCEPTIONS": [], |
229 "TRANSLATIONPATTERN": "MqttMonitor/i18n/mqttmonitor_%language%.ts", |
256 "TRANSLATIONPATTERN": "MqttMonitor/i18n/mqttmonitor_%language%.ts", |
230 "TRANSLATIONS": [ |
257 "TRANSLATIONS": [ |
231 "MqttMonitor/i18n/mqttmonitor_de.qm", |
258 "MqttMonitor/i18n/mqttmonitor_de.qm", |
232 "MqttMonitor/i18n/mqttmonitor_de.ts", |
259 "MqttMonitor/i18n/mqttmonitor_de.ts", |