|
1 { |
|
2 "header": { |
|
3 "comment": "eric project file for project PluginMqttMonitor", |
|
4 "copyright": "Copyright (C) 2021 Detlev Offenbach, detlev@die-offenbachs.de" |
|
5 }, |
|
6 "project": { |
|
7 "AUTHOR": "Detlev Offenbach", |
|
8 "CHECKERSPARMS": { |
|
9 "Pep8Checker": { |
|
10 "AnnotationsChecker": { |
|
11 "MaximumComplexity": 3, |
|
12 "MinimumCoverage": 75 |
|
13 }, |
|
14 "BlankLines": [ |
|
15 2, |
|
16 1 |
|
17 ], |
|
18 "BuiltinsChecker": { |
|
19 "bytes": [ |
|
20 "unicode" |
|
21 ], |
|
22 "chr": [ |
|
23 "unichr" |
|
24 ], |
|
25 "str": [ |
|
26 "unicode" |
|
27 ] |
|
28 }, |
|
29 "CommentedCodeChecker": { |
|
30 "Aggressive": false |
|
31 }, |
|
32 "CopyrightAuthor": "", |
|
33 "CopyrightMinFileSize": 0, |
|
34 "DocstringType": "eric", |
|
35 "EnabledCheckerCategories": "C, D, E, M, N, S, W", |
|
36 "ExcludeFiles": "*/Ui_*.py, */*_rc.py", |
|
37 "ExcludeMessages": "C101,E265,E266,E305,E402,M201,M811,N802,N803,N807,N808,N821,W293,W504", |
|
38 "FixCodes": "", |
|
39 "FixIssues": false, |
|
40 "FutureChecker": "", |
|
41 "HangClosing": false, |
|
42 "IncludeMessages": "", |
|
43 "LineComplexity": 20, |
|
44 "LineComplexityScore": 10, |
|
45 "MaxCodeComplexity": 10, |
|
46 "MaxDocLineLength": 79, |
|
47 "MaxLineLength": 79, |
|
48 "NoFixCodes": "E501", |
|
49 "RepeatMessages": true, |
|
50 "SecurityChecker": { |
|
51 "CheckTypedException": false, |
|
52 "HardcodedTmpDirectories": [ |
|
53 "/tmp", |
|
54 "/var/tmp", |
|
55 "/dev/shm", |
|
56 "~/tmp" |
|
57 ], |
|
58 "InsecureHashes": [ |
|
59 "md4", |
|
60 "md5", |
|
61 "sha", |
|
62 "sha1" |
|
63 ], |
|
64 "InsecureSslProtocolVersions": [ |
|
65 "PROTOCOL_SSLv2", |
|
66 "SSLv2_METHOD", |
|
67 "SSLv23_METHOD", |
|
68 "PROTOCOL_SSLv3", |
|
69 "PROTOCOL_TLSv1", |
|
70 "SSLv3_METHOD", |
|
71 "TLSv1_METHOD" |
|
72 ], |
|
73 "WeakKeySizeDsaHigh": "1024", |
|
74 "WeakKeySizeDsaMedium": "2048", |
|
75 "WeakKeySizeEcHigh": "160", |
|
76 "WeakKeySizeEcMedium": "224", |
|
77 "WeakKeySizeRsaHigh": "1024", |
|
78 "WeakKeySizeRsaMedium": "2048" |
|
79 }, |
|
80 "ShowIgnored": false, |
|
81 "ValidEncodings": "latin-1, utf-8" |
|
82 } |
|
83 }, |
|
84 "DESCRIPTION": "Plug-in implementing a tool to connect to a MQTT broker, subscribe to topics, present received messages and publish messages.\n\nNote: The paho-mqtt Python package must be installed. ", |
|
85 "DOCSTRING": "", |
|
86 "DOCUMENTATIONPARMS": { |
|
87 "ERIC4DOC": { |
|
88 "cssFile": "%PYTHON%/eric6/CSSs/default.css", |
|
89 "ignoreDirectories": [ |
|
90 ".hg", |
|
91 ".eric6project", |
|
92 ".ropeproject" |
|
93 ], |
|
94 "ignoreFilePatterns": [ |
|
95 "Ui_*.py" |
|
96 ], |
|
97 "outputDirectory": "MqttMonitor/Documentation/source", |
|
98 "qtHelpEnabled": false, |
|
99 "useRecursion": true |
|
100 } |
|
101 }, |
|
102 "EMAIL": "detlev@die-offenbachs.de", |
|
103 "EOL": 1, |
|
104 "FILETYPES": { |
|
105 "*.e4p": "OTHERS", |
|
106 "*.idl": "INTERFACES", |
|
107 "*.md": "OTHERS", |
|
108 "*.proto": "PROTOCOLS", |
|
109 "*.py": "SOURCES", |
|
110 "*.py3": "SOURCES", |
|
111 "*.pyw": "SOURCES", |
|
112 "*.pyw3": "SOURCES", |
|
113 "*.qm": "TRANSLATIONS", |
|
114 "*.qrc": "RESOURCES", |
|
115 "*.rst": "OTHERS", |
|
116 "*.ts": "TRANSLATIONS", |
|
117 "*.txt": "OTHERS", |
|
118 "*.ui": "FORMS", |
|
119 "GNUmakefile": "OTHERS", |
|
120 "Makefile": "OTHERS", |
|
121 "README": "OTHERS", |
|
122 "README.*": "OTHERS", |
|
123 "Ui_*.py": "__IGNORE__", |
|
124 "makefile": "OTHERS" |
|
125 }, |
|
126 "FORMS": [ |
|
127 "MqttMonitor/MqttConnectionOptionsDialog.ui", |
|
128 "MqttMonitor/MqttConnectionProfilesDialog.ui", |
|
129 "MqttMonitor/MqttMonitorWidget.ui" |
|
130 ], |
|
131 "HASH": "8b864e3e4a3495e242eae3cb3ef4dc8522bf6ce7", |
|
132 "IDLPARAMS": { |
|
133 "DefinedNames": [], |
|
134 "IncludeDirs": [], |
|
135 "UndefinedNames": [] |
|
136 }, |
|
137 "INTERFACES": [], |
|
138 "LEXERASSOCS": {}, |
|
139 "MAINSCRIPT": "PluginMqttMonitor.py", |
|
140 "MAKEPARAMS": { |
|
141 "MakeEnabled": false, |
|
142 "MakeExecutable": "", |
|
143 "MakeFile": "", |
|
144 "MakeParameters": "", |
|
145 "MakeTarget": "", |
|
146 "MakeTestOnly": true |
|
147 }, |
|
148 "MIXEDLANGUAGE": false, |
|
149 "OTHERS": [ |
|
150 ".hgignore", |
|
151 "ChangeLog", |
|
152 "MqttMonitor/Documentation/LICENSE.GPL3", |
|
153 "MqttMonitor/Documentation/source", |
|
154 "MqttMonitor/icons/connectionOptions-dark.svg", |
|
155 "MqttMonitor/icons/connectionOptions-light.svg", |
|
156 "MqttMonitor/icons/mqtt22-dark.svg", |
|
157 "MqttMonitor/icons/mqtt22-light.svg", |
|
158 "MqttMonitor/icons/mqtt48-dark.svg", |
|
159 "MqttMonitor/icons/mqtt48-light.svg", |
|
160 "MqttMonitor/icons/profiles-dark.svg", |
|
161 "MqttMonitor/icons/profiles-light.svg", |
|
162 "MqttMonitor/icons/quickopen-dark.svg", |
|
163 "MqttMonitor/icons/quickopen-light.svg", |
|
164 "PKGLIST", |
|
165 "PluginMqttMonitor.e4p", |
|
166 "PluginMqttMonitor.zip", |
|
167 "PluginMqttMonitor.epj" |
|
168 ], |
|
169 "OTHERTOOLSPARMS": {}, |
|
170 "PACKAGERSPARMS": {}, |
|
171 "PROGLANGUAGE": "Python3", |
|
172 "PROJECTTYPE": "E6Plugin", |
|
173 "PROJECTTYPESPECIFICDATA": {}, |
|
174 "PROTOCOLS": [], |
|
175 "RCCPARAMS": { |
|
176 "CompressLevel": 0, |
|
177 "CompressionDisable": false, |
|
178 "CompressionThreshold": 70, |
|
179 "PathPrefix": "" |
|
180 }, |
|
181 "RESOURCES": [], |
|
182 "SOURCES": [ |
|
183 "MqttMonitor/MqttClient.py", |
|
184 "MqttMonitor/MqttConnectionOptionsDialog.py", |
|
185 "MqttMonitor/MqttConnectionProfilesDialog.py", |
|
186 "MqttMonitor/MqttMonitorWidget.py", |
|
187 "MqttMonitor/__init__.py", |
|
188 "PluginMqttMonitor.py", |
|
189 "__init__.py" |
|
190 ], |
|
191 "SPELLEXCLUDES": "", |
|
192 "SPELLLANGUAGE": "en", |
|
193 "SPELLWORDS": "", |
|
194 "TRANSLATIONEXCEPTIONS": [], |
|
195 "TRANSLATIONPATTERN": "MqttMonitor/i18n/mqttmonitor_%language%.ts", |
|
196 "TRANSLATIONS": [ |
|
197 "MqttMonitor/i18n/mqttmonitor_de.qm", |
|
198 "MqttMonitor/i18n/mqttmonitor_de.ts", |
|
199 "MqttMonitor/i18n/mqttmonitor_empty.ts", |
|
200 "MqttMonitor/i18n/mqttmonitor_en.qm", |
|
201 "MqttMonitor/i18n/mqttmonitor_en.ts", |
|
202 "MqttMonitor/i18n/mqttmonitor_es.qm", |
|
203 "MqttMonitor/i18n/mqttmonitor_es.ts", |
|
204 "MqttMonitor/i18n/mqttmonitor_ru.qm", |
|
205 "MqttMonitor/i18n/mqttmonitor_ru.ts" |
|
206 ], |
|
207 "TRANSLATIONSBINPATH": "", |
|
208 "UICPARAMS": { |
|
209 "Package": "", |
|
210 "PackagesRoot": "", |
|
211 "RcSuffix": "" |
|
212 }, |
|
213 "VCS": "Mercurial", |
|
214 "VCSOPTIONS": { |
|
215 "add": [ |
|
216 "" |
|
217 ], |
|
218 "checkout": [ |
|
219 "" |
|
220 ], |
|
221 "commit": [ |
|
222 "" |
|
223 ], |
|
224 "diff": [ |
|
225 "" |
|
226 ], |
|
227 "export": [ |
|
228 "" |
|
229 ], |
|
230 "global": [ |
|
231 "" |
|
232 ], |
|
233 "history": [ |
|
234 "" |
|
235 ], |
|
236 "log": [ |
|
237 "" |
|
238 ], |
|
239 "remove": [ |
|
240 "" |
|
241 ], |
|
242 "status": [ |
|
243 "" |
|
244 ], |
|
245 "tag": [ |
|
246 "" |
|
247 ], |
|
248 "update": [ |
|
249 "" |
|
250 ] |
|
251 }, |
|
252 "VCSOTHERDATA": {}, |
|
253 "VERSION": "1.x" |
|
254 } |
|
255 } |