PluginApis.epj

changeset 31
448fc0052348
child 33
aae0ec9126cc
equal deleted inserted replaced
30:30eb69e6049c 31:448fc0052348
1 {
2 "header": {
3 "comment": "eric project file for project PluginApis",
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,M811,N802,N803,N807,N808,N821,W293",
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": "This plug-in provides API files for auto-completion and calltips, that are not delivered in some distributions.",
85 "DOCSTRING": "",
86 "DOCUMENTATIONPARMS": {
87 "ERIC4DOC": {
88 "cssFile": "%PYTHON%/eric6/CSSs/default.css",
89 "ignoreDirectories": [
90 ".eric5project",
91 ".ropeproject",
92 "_eric5project",
93 "_ropeproject",
94 ".eric6project",
95 "_eric6project"
96 ],
97 "ignoreFilePatterns": [
98 "Ui_*.py"
99 ],
100 "outputDirectory": "Documentation/source",
101 "qtHelpEnabled": false,
102 "useRecursion": true
103 }
104 },
105 "EMAIL": "detlev@die-offenbachs.de",
106 "EOL": 1,
107 "FILETYPES": {
108 "*.idl": "INTERFACES",
109 "*.py": "SOURCES",
110 "*.py3": "SOURCES",
111 "*.pyw": "SOURCES",
112 "*.pyw3": "SOURCES",
113 "*.qm": "TRANSLATIONS",
114 "*.qrc": "RESOURCES",
115 "*.ts": "TRANSLATIONS",
116 "*.ui": "FORMS",
117 "*.ui.h": "FORMS"
118 },
119 "FORMS": [],
120 "HASH": "cffb199a6e080ec1818b2abf07afc11ca0592e10",
121 "IDLPARAMS": {
122 "DefinedNames": [],
123 "IncludeDirs": [],
124 "UndefinedNames": []
125 },
126 "INTERFACES": [],
127 "LEXERASSOCS": {},
128 "MAINSCRIPT": "PluginApis.py",
129 "MAKEPARAMS": {
130 "MakeEnabled": false,
131 "MakeExecutable": "",
132 "MakeFile": "",
133 "MakeParameters": "",
134 "MakeTarget": "",
135 "MakeTestOnly": true
136 },
137 "MIXEDLANGUAGE": 0,
138 "OTHERS": [
139 ".hgignore",
140 "APIs/Python/PyQt3D.api",
141 "APIs/Python/PyQt5.api",
142 "APIs/Python/PyQtChart.api",
143 "APIs/Python/PyQtDataVisualization.api",
144 "APIs/Python/PyQtPurchasing.api",
145 "APIs/Python/PyQtWebEngine.api",
146 "APIs/Python/QScintilla.api",
147 "APIs/Python3/Python-3.1.api",
148 "APIs/Python3/Python-3.2.api",
149 "APIs/Python3/Python-3.3.api",
150 "APIs/Python3/Python-3.4.api",
151 "APIs/Python3/Python-3.5.api",
152 "APIs/Python3/Python-3.6.api",
153 "APIs/Python3/Python-3.7.api",
154 "APIs/Python3/Python-3.8.api",
155 "ChangeLog",
156 "Documentation/LICENSE.GPL3",
157 "Documentation/source",
158 "PKGLIST",
159 "PluginApis.e4p",
160 "PluginApis.zip",
161 "APIs/Python3/Python-3.9.api",
162 "PluginApis.epj"
163 ],
164 "OTHERTOOLSPARMS": {},
165 "PACKAGERSPARMS": {},
166 "PROGLANGUAGE": "Python3",
167 "PROJECTTYPE": "E6Plugin",
168 "PROJECTTYPESPECIFICDATA": {},
169 "PROTOCOLS": [],
170 "RCCPARAMS": {
171 "CompressLevel": 0,
172 "CompressionDisable": false,
173 "CompressionThreshold": 70,
174 "PathPrefix": ""
175 },
176 "RESOURCES": [],
177 "SOURCES": [
178 "PluginApis.py",
179 "__init__.py"
180 ],
181 "SPELLEXCLUDES": "",
182 "SPELLLANGUAGE": "en",
183 "SPELLWORDS": "",
184 "TRANSLATIONEXCEPTIONS": [],
185 "TRANSLATIONPATTERN": "",
186 "TRANSLATIONS": [],
187 "TRANSLATIONSBINPATH": "",
188 "UICPARAMS": {
189 "Package": "",
190 "PackagesRoot": "",
191 "RcSuffix": ""
192 },
193 "VCS": "Mercurial",
194 "VCSOPTIONS": {
195 "add": [
196 ""
197 ],
198 "checkout": [
199 ""
200 ],
201 "commit": [
202 ""
203 ],
204 "diff": [
205 ""
206 ],
207 "export": [
208 ""
209 ],
210 "global": [
211 ""
212 ],
213 "history": [
214 ""
215 ],
216 "log": [
217 ""
218 ],
219 "remove": [
220 ""
221 ],
222 "status": [
223 ""
224 ],
225 "tag": [
226 ""
227 ],
228 "update": [
229 ""
230 ]
231 },
232 "VCSOTHERDATA": {},
233 "VERSION": "2.x"
234 }
235 }

eric ide

mercurial