PluginWizardDataUriEncoder.e4p

changeset 35
20bea809ae09
parent 28
31ec0c818335
equal deleted inserted replaced
34:525dc29b6a22 35:20bea809ae09
1 <?xml version="1.0" encoding="UTF-8"?> 1 <?xml version="1.0" encoding="UTF-8"?>
2 <!DOCTYPE Project SYSTEM "Project-5.1.dtd"> 2 <!DOCTYPE Project SYSTEM "Project-5.1.dtd">
3 <!-- eric project file for project PluginWizardDataUriEncoder --> 3 <!-- eric project file for project PluginWizardDataUriEncoder -->
4 <!-- Copyright (C) 2017 Detlev Offenbach, detlevqdie-offenbachs.de --> 4 <!-- Copyright (C) 2020 Detlev Offenbach, detlevqdie-offenbachs.de -->
5 <Project version="5.1"> 5 <Project version="5.1">
6 <Language>en_US</Language> 6 <Language>en_US</Language>
7 <Hash>2144bd61ef339d39bc1790af5e236aaa2a8828ac</Hash> 7 <Hash>2144bd61ef339d39bc1790af5e236aaa2a8828ac</Hash>
8 <ProgLanguage mixed="0">Python3</ProgLanguage> 8 <ProgLanguage mixed="0">Python3</ProgLanguage>
9 <ProjectType>E6Plugin</ProjectType> 9 <ProjectType>E6Plugin</ProjectType>
30 <Translation>WizardDataUriEncoder/i18n/datauriencoder_es.qm</Translation> 30 <Translation>WizardDataUriEncoder/i18n/datauriencoder_es.qm</Translation>
31 <Translation>WizardDataUriEncoder/i18n/datauriencoder_es.ts</Translation> 31 <Translation>WizardDataUriEncoder/i18n/datauriencoder_es.ts</Translation>
32 <Translation>WizardDataUriEncoder/i18n/datauriencoder_ru.qm</Translation> 32 <Translation>WizardDataUriEncoder/i18n/datauriencoder_ru.qm</Translation>
33 <Translation>WizardDataUriEncoder/i18n/datauriencoder_ru.ts</Translation> 33 <Translation>WizardDataUriEncoder/i18n/datauriencoder_ru.ts</Translation>
34 </Translations> 34 </Translations>
35 <Resources/>
36 <Interfaces/>
37 <Others> 35 <Others>
38 <Other>.hgignore</Other> 36 <Other>.hgignore</Other>
39 <Other>ChangeLog</Other> 37 <Other>ChangeLog</Other>
40 <Other>PKGLIST</Other> 38 <Other>PKGLIST</Other>
41 <Other>PluginWizardDataUriEncoder.e4p</Other> 39 <Other>PluginWizardDataUriEncoder.e4p</Other>
232 <string>Pep8Checker</string> 230 <string>Pep8Checker</string>
233 </key> 231 </key>
234 <value> 232 <value>
235 <dict> 233 <dict>
236 <key> 234 <key>
235 <string>AnnotationsChecker</string>
236 </key>
237 <value>
238 <dict>
239 <key>
240 <string>MaximumComplexity</string>
241 </key>
242 <value>
243 <int>3</int>
244 </value>
245 <key>
246 <string>MinimumCoverage</string>
247 </key>
248 <value>
249 <int>75</int>
250 </value>
251 </dict>
252 </value>
253 <key>
254 <string>BlankLines</string>
255 </key>
256 <value>
257 <tuple>
258 <int>2</int>
259 <int>1</int>
260 </tuple>
261 </value>
262 <key>
237 <string>BuiltinsChecker</string> 263 <string>BuiltinsChecker</string>
238 </key> 264 </key>
239 <value> 265 <value>
240 <dict> 266 <dict>
241 <key> 267 <key>
263 </list> 289 </list>
264 </value> 290 </value>
265 </dict> 291 </dict>
266 </value> 292 </value>
267 <key> 293 <key>
294 <string>CommentedCodeChecker</string>
295 </key>
296 <value>
297 <dict>
298 <key>
299 <string>Aggressive</string>
300 </key>
301 <value>
302 <bool>False</bool>
303 </value>
304 </dict>
305 </value>
306 <key>
268 <string>CopyrightAuthor</string> 307 <string>CopyrightAuthor</string>
269 </key> 308 </key>
270 <value> 309 <value>
271 <string></string> 310 <string></string>
272 </value> 311 </value>
281 </key> 320 </key>
282 <value> 321 <value>
283 <string>eric</string> 322 <string>eric</string>
284 </value> 323 </value>
285 <key> 324 <key>
325 <string>EnabledCheckerCategories</string>
326 </key>
327 <value>
328 <string>C, D, E, M, N, S, W</string>
329 </value>
330 <key>
286 <string>ExcludeFiles</string> 331 <string>ExcludeFiles</string>
287 </key> 332 </key>
288 <value> 333 <value>
289 <string>*/Ui_*.py, */*_rc.py</string> 334 <string>*/Ui_*.py, */*_rc.py</string>
290 </value> 335 </value>
291 <key> 336 <key>
292 <string>ExcludeMessages</string> 337 <string>ExcludeMessages</string>
293 </key> 338 </key>
294 <value> 339 <value>
295 <string>C101, E265, E266, E305, E402, M811, N802, N803, N807, N808, N821, W293</string> 340 <string>C101,E265,E266,E305,E402,M811,N802,N803,N807,N808,N821,W293,W504,M305</string>
296 </value> 341 </value>
297 <key> 342 <key>
298 <string>FixCodes</string> 343 <string>FixCodes</string>
299 </key> 344 </key>
300 <value> 345 <value>
308 </value> 353 </value>
309 <key> 354 <key>
310 <string>FutureChecker</string> 355 <string>FutureChecker</string>
311 </key> 356 </key>
312 <value> 357 <value>
313 <string>unicode_literals</string> 358 <string></string>
314 </value> 359 </value>
315 <key> 360 <key>
316 <string>HangClosing</string> 361 <string>HangClosing</string>
317 </key> 362 </key>
318 <value> 363 <value>
341 </key> 386 </key>
342 <value> 387 <value>
343 <int>10</int> 388 <int>10</int>
344 </value> 389 </value>
345 <key> 390 <key>
391 <string>MaxDocLineLength</string>
392 </key>
393 <value>
394 <int>79</int>
395 </value>
396 <key>
346 <string>MaxLineLength</string> 397 <string>MaxLineLength</string>
347 </key> 398 </key>
348 <value> 399 <value>
349 <int>79</int> 400 <int>79</int>
350 </value> 401 </value>
357 <key> 408 <key>
358 <string>RepeatMessages</string> 409 <string>RepeatMessages</string>
359 </key> 410 </key>
360 <value> 411 <value>
361 <bool>True</bool> 412 <bool>True</bool>
413 </value>
414 <key>
415 <string>SecurityChecker</string>
416 </key>
417 <value>
418 <dict>
419 <key>
420 <string>CheckTypedException</string>
421 </key>
422 <value>
423 <bool>False</bool>
424 </value>
425 <key>
426 <string>HardcodedTmpDirectories</string>
427 </key>
428 <value>
429 <list>
430 <string>/tmp</string>
431 <string>/var/tmp</string>
432 <string>/dev/shm</string>
433 <string>~/tmp</string>
434 </list>
435 </value>
436 <key>
437 <string>InsecureHashes</string>
438 </key>
439 <value>
440 <list>
441 <string>md4</string>
442 <string>md5</string>
443 <string>sha</string>
444 <string>sha1</string>
445 </list>
446 </value>
447 <key>
448 <string>InsecureSslProtocolVersions</string>
449 </key>
450 <value>
451 <list>
452 <string>PROTOCOL_SSLv2</string>
453 <string>SSLv2_METHOD</string>
454 <string>SSLv23_METHOD</string>
455 <string>PROTOCOL_SSLv3</string>
456 <string>PROTOCOL_TLSv1</string>
457 <string>SSLv3_METHOD</string>
458 <string>TLSv1_METHOD</string>
459 </list>
460 </value>
461 <key>
462 <string>WeakKeySizeDsaHigh</string>
463 </key>
464 <value>
465 <string>1024</string>
466 </value>
467 <key>
468 <string>WeakKeySizeDsaMedium</string>
469 </key>
470 <value>
471 <string>2048</string>
472 </value>
473 <key>
474 <string>WeakKeySizeEcHigh</string>
475 </key>
476 <value>
477 <string>160</string>
478 </value>
479 <key>
480 <string>WeakKeySizeEcMedium</string>
481 </key>
482 <value>
483 <string>224</string>
484 </value>
485 <key>
486 <string>WeakKeySizeRsaHigh</string>
487 </key>
488 <value>
489 <string>1024</string>
490 </value>
491 <key>
492 <string>WeakKeySizeRsaMedium</string>
493 </key>
494 <value>
495 <string>2048</string>
496 </value>
497 </dict>
362 </value> 498 </value>
363 <key> 499 <key>
364 <string>ShowIgnored</string> 500 <string>ShowIgnored</string>
365 </key> 501 </key>
366 <value> 502 <value>

eric ide

mercurial