PluginPyInstaller.epj

changeset 35
d9b3cadaf707
child 38
fc9ef9dcd51a
equal deleted inserted replaced
34:784d24a61fdf 35:d9b3cadaf707
1 {
2 "header": {
3 "comment": "eric project file for project PluginPyInstaller",
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 "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": "This plugin implements an interface to the PyInstaller packager.",
113 "DOCSTRING": "",
114 "DOCUMENTATIONPARMS": {
115 "ERIC4DOC": {
116 "cssFile": "%PYTHON%/eric6/CSSs/default.css",
117 "ignoreDirectories": [
118 ".eric6project",
119 ".ropeproject",
120 "_eric6project",
121 ".hg"
122 ],
123 "ignoreFilePatterns": [
124 "Ui_*.py"
125 ],
126 "outputDirectory": "PyInstaller/Documentation/source",
127 "qtHelpEnabled": false,
128 "useRecursion": true
129 }
130 },
131 "EMAIL": "detlev@die-offenbachs.de",
132 "EOL": 1,
133 "FILETYPES": {
134 "*.e4p": "OTHERS",
135 "*.idl": "INTERFACES",
136 "*.md": "OTHERS",
137 "*.proto": "PROTOCOLS",
138 "*.py": "SOURCES",
139 "*.py3": "SOURCES",
140 "*.pyw": "SOURCES",
141 "*.pyw3": "SOURCES",
142 "*.qm": "TRANSLATIONS",
143 "*.qrc": "RESOURCES",
144 "*.rst": "OTHERS",
145 "*.ts": "TRANSLATIONS",
146 "*.txt": "OTHERS",
147 "*.ui": "FORMS",
148 "README": "OTHERS",
149 "README.*": "OTHERS",
150 "Ui_*.py": "__IGNORE__"
151 },
152 "FORMS": [
153 "PyInstaller/PyInstallerCleanupDialog.ui",
154 "PyInstaller/PyInstallerConfigDialog.ui",
155 "PyInstaller/PyInstallerExecDialog.ui"
156 ],
157 "HASH": "3a7e5bc36f1ae73d45efc807f5aeb2c0236daa13",
158 "IDLPARAMS": {
159 "DefinedNames": [],
160 "IncludeDirs": [],
161 "UndefinedNames": []
162 },
163 "INTERFACES": [],
164 "LEXERASSOCS": {},
165 "MAINSCRIPT": "PluginPyInstaller.py",
166 "MAKEPARAMS": {
167 "MakeEnabled": false,
168 "MakeExecutable": "",
169 "MakeFile": "",
170 "MakeParameters": "",
171 "MakeTarget": "",
172 "MakeTestOnly": true
173 },
174 "MIXEDLANGUAGE": false,
175 "OTHERS": [
176 ".hgignore",
177 "ChangeLog",
178 "PKGLIST",
179 "PluginPyInstaller.e4p",
180 "PluginPyInstaller.zip",
181 "PyInstaller/Documentation/LICENSE.GPL3",
182 "PyInstaller/Documentation/source",
183 "PluginPyInstaller.epj"
184 ],
185 "OTHERTOOLSPARMS": {},
186 "PACKAGERSPARMS": {},
187 "PROGLANGUAGE": "Python3",
188 "PROJECTTYPE": "E6Plugin",
189 "PROJECTTYPESPECIFICDATA": {},
190 "PROTOCOLS": [],
191 "RCCPARAMS": {
192 "CompressLevel": 0,
193 "CompressionDisable": false,
194 "CompressionThreshold": 70,
195 "PathPrefix": ""
196 },
197 "RESOURCES": [],
198 "SOURCES": [
199 "PluginPyInstaller.py",
200 "PyInstaller/PyInstallerCleanupDialog.py",
201 "PyInstaller/PyInstallerConfigDialog.py",
202 "PyInstaller/PyInstallerExecDialog.py",
203 "PyInstaller/__init__.py",
204 "__init__.py"
205 ],
206 "SPELLEXCLUDES": "",
207 "SPELLLANGUAGE": "en_US",
208 "SPELLWORDS": "",
209 "TRANSLATIONEXCEPTIONS": [],
210 "TRANSLATIONPATTERN": "PyInstaller/i18n/pyinstaller_%language%.ts",
211 "TRANSLATIONS": [
212 "PyInstaller/i18n/pyinstaller_de.qm",
213 "PyInstaller/i18n/pyinstaller_de.ts",
214 "PyInstaller/i18n/pyinstaller_empty.ts",
215 "PyInstaller/i18n/pyinstaller_en.qm",
216 "PyInstaller/i18n/pyinstaller_en.ts",
217 "PyInstaller/i18n/pyinstaller_es.qm",
218 "PyInstaller/i18n/pyinstaller_es.ts",
219 "PyInstaller/i18n/pyinstaller_ru.qm",
220 "PyInstaller/i18n/pyinstaller_ru.ts"
221 ],
222 "TRANSLATIONSBINPATH": "",
223 "UICPARAMS": {
224 "Package": "",
225 "PackagesRoot": "",
226 "RcSuffix": ""
227 },
228 "VCS": "Mercurial",
229 "VCSOPTIONS": {
230 "add": [
231 ""
232 ],
233 "checkout": [
234 ""
235 ],
236 "commit": [
237 ""
238 ],
239 "diff": [
240 ""
241 ],
242 "export": [
243 ""
244 ],
245 "global": [
246 ""
247 ],
248 "history": [
249 ""
250 ],
251 "log": [
252 ""
253 ],
254 "remove": [
255 ""
256 ],
257 "status": [
258 ""
259 ],
260 "tag": [
261 ""
262 ],
263 "update": [
264 ""
265 ]
266 },
267 "VCSOTHERDATA": {},
268 "VERSION": "2.x"
269 }
270 }

eric ide

mercurial