PluginWizardDataUriEncoder.epj

changeset 41
f7634f688a52
child 44
1ab3e76972e6
equal deleted inserted replaced
40:6051c7f094b8 41:f7634f688a52
1 {
2 "header": {
3 "comment": "eric project file for project PluginWizardDataUriEncoder",
4 "copyright": "Copyright (C) 2021 Detlev Offenbach, detlevqdie-offenbachs.de"
5 },
6 "project": {
7 "AUTHOR": "Detlev Offenbach",
8 "CHECKERSPARMS": {
9 "Pep8Checker": {
10 "AnnotationsChecker": {
11 "AllowUntypedDefs": false,
12 "AllowUntypedNested": false,
13 "DispatchDecorators": [
14 "singledispatch",
15 "singledispatchmethod"
16 ],
17 "MaximumComplexity": 3,
18 "MaximumLength": 7,
19 "MinimumCoverage": 75,
20 "MypyInitReturn": false,
21 "OverloadDecorators": [
22 "overload"
23 ],
24 "SuppressDummyArgs": false,
25 "SuppressNoneReturning": true
26 },
27 "BlankLines": [
28 2,
29 1
30 ],
31 "BuiltinsChecker": {
32 "bytes": [
33 "unicode"
34 ],
35 "chr": [
36 "unichr"
37 ],
38 "str": [
39 "unicode"
40 ]
41 },
42 "CommentedCodeChecker": {
43 "Aggressive": false,
44 "WhiteList": [
45 "pylint",
46 "pyright",
47 "noqa",
48 "type:\\s*ignore",
49 "fmt:\\s*(on|off)",
50 "TODO",
51 "FIXME",
52 "WARNING",
53 "NOTE",
54 "TEST",
55 "DOCU",
56 "XXX",
57 "- "
58 ]
59 },
60 "CopyrightAuthor": "",
61 "CopyrightMinFileSize": 0,
62 "DocstringType": "eric",
63 "EnabledCheckerCategories": "C, D, E, M, N, S, Y, W",
64 "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",
66 "FixCodes": "",
67 "FixIssues": false,
68 "FutureChecker": "",
69 "HangClosing": false,
70 "IncludeMessages": "",
71 "LineComplexity": 25,
72 "LineComplexityScore": 10,
73 "MaxCodeComplexity": 10,
74 "MaxDocLineLength": 79,
75 "MaxLineLength": 79,
76 "NoFixCodes": "E501",
77 "RepeatMessages": true,
78 "SecurityChecker": {
79 "CheckTypedException": false,
80 "HardcodedTmpDirectories": [
81 "/tmp",
82 "/var/tmp",
83 "/dev/shm",
84 "~/tmp"
85 ],
86 "InsecureHashes": [
87 "md4",
88 "md5",
89 "sha",
90 "sha1"
91 ],
92 "InsecureSslProtocolVersions": [
93 "PROTOCOL_SSLv2",
94 "SSLv2_METHOD",
95 "SSLv23_METHOD",
96 "PROTOCOL_SSLv3",
97 "PROTOCOL_TLSv1",
98 "SSLv3_METHOD",
99 "TLSv1_METHOD"
100 ],
101 "WeakKeySizeDsaHigh": "1024",
102 "WeakKeySizeDsaMedium": "2048",
103 "WeakKeySizeEcHigh": "160",
104 "WeakKeySizeEcMedium": "224",
105 "WeakKeySizeRsaHigh": "1024",
106 "WeakKeySizeRsaMedium": "2048"
107 },
108 "ShowIgnored": false,
109 "ValidEncodings": "latin-1, utf-8"
110 }
111 },
112 "DESCRIPTION": "Plug-in implementing a wizard for the generation of code for base64 encoded data URIs.",
113 "DOCSTRING": "",
114 "DOCUMENTATIONPARMS": {
115 "ERIC4DOC": {
116 "cssFile": "%PYTHON%/eric6/CSSs/default.css",
117 "ignoreDirectories": [
118 ".eric5project",
119 ".hg",
120 ".ropeproject",
121 "_eric5project",
122 "_ropeproject",
123 ".eric6project",
124 "_eric6project"
125 ],
126 "ignoreFilePatterns": [
127 "Ui_*.py"
128 ],
129 "noempty": true,
130 "outputDirectory": "WizardDataUriEncoder/Documentation/source",
131 "qtHelpEnabled": false,
132 "useRecursion": true
133 }
134 },
135 "EMAIL": "detlevqdie-offenbachs.de",
136 "EOL": 1,
137 "FILETYPES": {
138 "*.idl": "INTERFACES",
139 "*.py": "SOURCES",
140 "*.py3": "SOURCES",
141 "*.pyw": "SOURCES",
142 "*.pyw3": "SOURCES",
143 "*.qm": "TRANSLATIONS",
144 "*.qrc": "RESOURCES",
145 "*.ts": "TRANSLATIONS",
146 "*.ui": "FORMS",
147 "*.ui.h": "FORMS",
148 "Ui_*.py": "__IGNORE__"
149 },
150 "FORMS": [
151 "WizardDataUriEncoder/DataUriEncoderWizardDialog.ui"
152 ],
153 "HASH": "2144bd61ef339d39bc1790af5e236aaa2a8828ac",
154 "IDLPARAMS": {
155 "DefinedNames": [],
156 "IncludeDirs": [],
157 "UndefinedNames": []
158 },
159 "INTERFACES": [],
160 "LEXERASSOCS": {},
161 "MAINSCRIPT": "PluginWizardDataUriEncoder.py",
162 "MAKEPARAMS": {
163 "MakeEnabled": false,
164 "MakeExecutable": "",
165 "MakeFile": "",
166 "MakeParameters": "",
167 "MakeTarget": "",
168 "MakeTestOnly": true
169 },
170 "MIXEDLANGUAGE": false,
171 "OTHERS": [
172 ".hgignore",
173 "ChangeLog",
174 "PKGLIST",
175 "PluginWizardDataUriEncoder.e4p",
176 "PluginWizardDataUriEncoder.zip",
177 "WizardDataUriEncoder/Documentation/LICENSE.GPL3",
178 "WizardDataUriEncoder/Documentation/source",
179 "PluginWizardDataUriEncoder.epj"
180 ],
181 "OTHERTOOLSPARMS": {},
182 "PACKAGERSPARMS": {},
183 "PROGLANGUAGE": "Python3",
184 "PROJECTTYPE": "E6Plugin",
185 "PROJECTTYPESPECIFICDATA": {},
186 "PROTOCOLS": [],
187 "RCCPARAMS": {
188 "CompressLevel": 0,
189 "CompressionDisable": false,
190 "CompressionThreshold": 70,
191 "PathPrefix": ""
192 },
193 "RESOURCES": [],
194 "SOURCES": [
195 "PluginWizardDataUriEncoder.py",
196 "WizardDataUriEncoder/DataUriEncoderWizardDialog.py",
197 "WizardDataUriEncoder/__init__.py",
198 "__init__.py"
199 ],
200 "SPELLEXCLUDES": "",
201 "SPELLLANGUAGE": "en_US",
202 "SPELLWORDS": "",
203 "TRANSLATIONEXCEPTIONS": [],
204 "TRANSLATIONPATTERN": "WizardDataUriEncoder/i18n/datauriencoder_%language%.ts",
205 "TRANSLATIONS": [
206 "WizardDataUriEncoder/i18n/datauriencoder_de.qm",
207 "WizardDataUriEncoder/i18n/datauriencoder_de.ts",
208 "WizardDataUriEncoder/i18n/datauriencoder_en.qm",
209 "WizardDataUriEncoder/i18n/datauriencoder_en.ts",
210 "WizardDataUriEncoder/i18n/datauriencoder_es.qm",
211 "WizardDataUriEncoder/i18n/datauriencoder_es.ts",
212 "WizardDataUriEncoder/i18n/datauriencoder_ru.qm",
213 "WizardDataUriEncoder/i18n/datauriencoder_ru.ts"
214 ],
215 "TRANSLATIONSBINPATH": "",
216 "UICPARAMS": {
217 "Package": "",
218 "PackagesRoot": "",
219 "RcSuffix": ""
220 },
221 "VCS": "Mercurial",
222 "VCSOPTIONS": {
223 "add": [
224 ""
225 ],
226 "checkout": [
227 ""
228 ],
229 "commit": [
230 ""
231 ],
232 "diff": [
233 ""
234 ],
235 "export": [
236 ""
237 ],
238 "global": [
239 ""
240 ],
241 "history": [
242 ""
243 ],
244 "log": [
245 ""
246 ],
247 "remove": [
248 ""
249 ],
250 "status": [
251 ""
252 ],
253 "tag": [
254 ""
255 ],
256 "update": [
257 ""
258 ]
259 },
260 "VCSOTHERDATA": {},
261 "VERSION": "2.x"
262 }
263 }

eric ide

mercurial