1 { |
1 { |
2 "header": { |
2 "header": { |
3 "comment": "eric project file for project PluginPyInstaller", |
3 "comment": "eric project file for project PluginPyInstaller", |
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 "PyInstallerInterface/PyInstallerCleanupDialog.ui", |
155 "PyInstallerInterface/PyInstallerConfigDialog.ui", |
164 "PyInstallerInterface/PyInstallerConfigDialog.ui", |
156 "PyInstallerInterface/PyInstallerExecDialog.ui", |
165 "PyInstallerInterface/PyInstallerExecDialog.ui" |
157 "PyInstallerInterface/PyInstallerCleanupDialog.ui" |
|
158 ], |
166 ], |
159 "HASH": "3a7e5bc36f1ae73d45efc807f5aeb2c0236daa13", |
167 "HASH": "3a7e5bc36f1ae73d45efc807f5aeb2c0236daa13", |
160 "IDLPARAMS": { |
168 "IDLPARAMS": { |
161 "DefinedNames": [], |
169 "DefinedNames": [], |
162 "IncludeDirs": [], |
170 "IncludeDirs": [], |
163 "UndefinedNames": [] |
171 "UndefinedNames": [] |
164 }, |
172 }, |
165 "INTERFACES": [], |
173 "INTERFACES": [], |
166 "LEXERASSOCS": {}, |
174 "LEXERASSOCS": {}, |
|
175 "LICENSE": "GNU General Public License v3 or later (GPLv3+)", |
167 "MAINSCRIPT": "PluginPyInstaller.py", |
176 "MAINSCRIPT": "PluginPyInstaller.py", |
168 "MAKEPARAMS": { |
177 "MAKEPARAMS": { |
169 "MakeEnabled": false, |
178 "MakeEnabled": false, |
170 "MakeExecutable": "", |
179 "MakeExecutable": "", |
171 "MakeFile": "", |
180 "MakeFile": "", |
176 "MIXEDLANGUAGE": false, |
185 "MIXEDLANGUAGE": false, |
177 "OTHERS": [ |
186 "OTHERS": [ |
178 ".hgignore", |
187 ".hgignore", |
179 "ChangeLog", |
188 "ChangeLog", |
180 "PKGLIST", |
189 "PKGLIST", |
|
190 "PluginPyInstaller.epj", |
181 "PluginPyInstaller.zip", |
191 "PluginPyInstaller.zip", |
182 "PluginPyInstaller.epj", |
|
183 "PyInstallerInterface/Documentation/LICENSE.GPL3", |
192 "PyInstallerInterface/Documentation/LICENSE.GPL3", |
184 "PyInstallerInterface/Documentation/source" |
193 "PyInstallerInterface/Documentation/source" |
185 ], |
194 ], |
186 "OTHERTOOLSPARMS": {}, |
195 "OTHERTOOLSPARMS": { |
|
196 "Black": { |
|
197 "exclude": "/(\\.direnv|\\.eggs|\\.git|\\.hg|\\.mypy_cache|\\.nox|\\.tox|\\.venv|venv|\\.svn|_build|buck-out|build|dist|__pypackages__)/", |
|
198 "extend-exclude": "", |
|
199 "force-exclude": "", |
|
200 "line-length": 88, |
|
201 "skip-magic-trailing-comma": false, |
|
202 "skip-string-normalization": false, |
|
203 "source": "project", |
|
204 "target-version": [ |
|
205 "py311", |
|
206 "py310", |
|
207 "py39", |
|
208 "py38", |
|
209 "py37" |
|
210 ] |
|
211 } |
|
212 }, |
187 "PACKAGERSPARMS": {}, |
213 "PACKAGERSPARMS": {}, |
188 "PROGLANGUAGE": "Python3", |
214 "PROGLANGUAGE": "Python3", |
189 "PROJECTTYPE": "E7Plugin", |
215 "PROJECTTYPE": "E7Plugin", |
190 "PROJECTTYPESPECIFICDATA": {}, |
216 "PROJECTTYPESPECIFICDATA": {}, |
191 "PROTOCOLS": [], |
217 "PROTOCOLS": [], |
196 "PathPrefix": "" |
222 "PathPrefix": "" |
197 }, |
223 }, |
198 "RESOURCES": [], |
224 "RESOURCES": [], |
199 "SOURCES": [ |
225 "SOURCES": [ |
200 "PluginPyInstaller.py", |
226 "PluginPyInstaller.py", |
201 "__init__.py", |
227 "PyInstallerInterface/PyInstallerCleanupDialog.py", |
|
228 "PyInstallerInterface/PyInstallerConfigDialog.py", |
|
229 "PyInstallerInterface/PyInstallerExecDialog.py", |
202 "PyInstallerInterface/__init__.py", |
230 "PyInstallerInterface/__init__.py", |
203 "PyInstallerInterface/PyInstallerExecDialog.py", |
231 "__init__.py" |
204 "PyInstallerInterface/PyInstallerConfigDialog.py", |
|
205 "PyInstallerInterface/PyInstallerCleanupDialog.py" |
|
206 ], |
232 ], |
207 "SPELLEXCLUDES": "", |
233 "SPELLEXCLUDES": "", |
208 "SPELLLANGUAGE": "en_US", |
234 "SPELLLANGUAGE": "en_US", |
209 "SPELLWORDS": "", |
235 "SPELLWORDS": "", |
|
236 "TESTING_FRAMEWORK": "", |
210 "TRANSLATIONEXCEPTIONS": [], |
237 "TRANSLATIONEXCEPTIONS": [], |
211 "TRANSLATIONPATTERN": "PyInstallerInterface/i18n/pyinstaller_%language%.ts", |
238 "TRANSLATIONPATTERN": "PyInstallerInterface/i18n/pyinstaller_%language%.ts", |
212 "TRANSLATIONS": [ |
239 "TRANSLATIONS": [ |
|
240 "PyInstallerInterface/i18n/pyinstaller_de.qm", |
|
241 "PyInstallerInterface/i18n/pyinstaller_de.ts", |
|
242 "PyInstallerInterface/i18n/pyinstaller_empty.ts", |
|
243 "PyInstallerInterface/i18n/pyinstaller_en.qm", |
213 "PyInstallerInterface/i18n/pyinstaller_en.ts", |
244 "PyInstallerInterface/i18n/pyinstaller_en.ts", |
214 "PyInstallerInterface/i18n/pyinstaller_de.ts", |
245 "PyInstallerInterface/i18n/pyinstaller_es.qm", |
215 "PyInstallerInterface/i18n/pyinstaller_ru.ts", |
|
216 "PyInstallerInterface/i18n/pyinstaller_es.ts", |
246 "PyInstallerInterface/i18n/pyinstaller_es.ts", |
217 "PyInstallerInterface/i18n/pyinstaller_es.qm", |
247 "PyInstallerInterface/i18n/pyinstaller_ru.qm", |
218 "PyInstallerInterface/i18n/pyinstaller_en.qm", |
248 "PyInstallerInterface/i18n/pyinstaller_ru.ts" |
219 "PyInstallerInterface/i18n/pyinstaller_de.qm", |
|
220 "PyInstallerInterface/i18n/pyinstaller_empty.ts", |
|
221 "PyInstallerInterface/i18n/pyinstaller_ru.qm" |
|
222 ], |
249 ], |
223 "TRANSLATIONSBINPATH": "", |
250 "TRANSLATIONSBINPATH": "", |
224 "UICPARAMS": { |
251 "UICPARAMS": { |
225 "Package": "", |
252 "Package": "", |
226 "PackagesRoot": "", |
253 "PackagesRoot": "", |