PluginEricAssistant.epj

changeset 173
ced7c270bf6b
child 177
25cb41783971
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/PluginEricAssistant.epj	Sat Mar 06 15:54:30 2021 +0100
@@ -0,0 +1,242 @@
+{
+  "header": {
+    "comment": "eric project file for project PluginEricAssistant",
+    "copyright": "Copyright (C) 2021 Detlev Offenbach, detlev@die-offenbachs.de"
+  },
+  "project": {
+    "AUTHOR": "Detlev Offenbach",
+    "CHECKERSPARMS": {
+      "Pep8Checker": {
+        "AnnotationsChecker": {
+          "MaximumComplexity": 3,
+          "MinimumCoverage": 75
+        },
+        "BlankLines": [
+          2,
+          1
+        ],
+        "BuiltinsChecker": {
+          "bytes": [
+            "unicode"
+          ],
+          "chr": [
+            "unichr"
+          ],
+          "str": [
+            "unicode"
+          ]
+        },
+        "CommentedCodeChecker": {
+          "Aggressive": false
+        },
+        "CopyrightAuthor": "",
+        "CopyrightMinFileSize": 0,
+        "DocstringType": "eric",
+        "EnabledCheckerCategories": "C, D, E, M, N, S, W",
+        "ExcludeFiles": "*/Ui_*.py, */*_rc.py,",
+        "ExcludeMessages": "C101,E265,E266,E305,E402,M811,N802,N803,N807,N808,N821,W293,M201,W504",
+        "FixCodes": "",
+        "FixIssues": false,
+        "FutureChecker": "unicode_literals",
+        "HangClosing": false,
+        "IncludeMessages": "",
+        "LineComplexity": 20,
+        "LineComplexityScore": 10,
+        "MaxCodeComplexity": 10,
+        "MaxDocLineLength": 79,
+        "MaxLineLength": 79,
+        "NoFixCodes": "E501",
+        "RepeatMessages": true,
+        "SecurityChecker": {
+          "CheckTypedException": false,
+          "HardcodedTmpDirectories": [
+            "/tmp",
+            "/var/tmp",
+            "/dev/shm",
+            "~/tmp"
+          ],
+          "InsecureHashes": [
+            "md4",
+            "md5",
+            "sha",
+            "sha1"
+          ],
+          "InsecureSslProtocolVersions": [
+            "PROTOCOL_SSLv2",
+            "SSLv2_METHOD",
+            "SSLv23_METHOD",
+            "PROTOCOL_SSLv3",
+            "PROTOCOL_TLSv1",
+            "SSLv3_METHOD",
+            "TLSv1_METHOD"
+          ],
+          "WeakKeySizeDsaHigh": "1024",
+          "WeakKeySizeDsaMedium": "2048",
+          "WeakKeySizeEcHigh": "160",
+          "WeakKeySizeEcMedium": "224",
+          "WeakKeySizeRsaHigh": "1024",
+          "WeakKeySizeRsaMedium": "2048"
+        },
+        "ShowIgnored": false,
+        "ValidEncodings": "latin-1, utf-8"
+      }
+    },
+    "DESCRIPTION": "Plugin implementing an alternative autocompletion and calltips provider.",
+    "DOCSTRING": "",
+    "DOCUMENTATIONPARMS": {
+      "ERIC4DOC": {
+        "cssFile": "%PYTHON%/eric6/CSSs/default.css",
+        "ignoreDirectories": [
+          ".ropeproject",
+          ".eric6project"
+        ],
+        "ignoreFilePatterns": [
+          "Ui_*"
+        ],
+        "outputDirectory": "AssistantEric/Documentation/source",
+        "qtHelpEnabled": false,
+        "useRecursion": true
+      }
+    },
+    "EMAIL": "detlev@die-offenbachs.de",
+    "EOL": 1,
+    "FILETYPES": {
+      "*.idl": "INTERFACES",
+      "*.py": "SOURCES",
+      "*.py3": "SOURCES",
+      "*.pyw": "SOURCES",
+      "*.pyw3": "SOURCES",
+      "*.qm": "TRANSLATIONS",
+      "*.qrc": "RESOURCES",
+      "*.ts": "TRANSLATIONS",
+      "*.ui": "FORMS",
+      "*.ui.h": "FORMS",
+      "Ui_*.py": "__IGNORE__"
+    },
+    "FORMS": [
+      "AssistantEric/ConfigurationPages/AutoCompletionEricPage.ui",
+      "AssistantEric/ConfigurationPages/CallTipsEricPage.ui"
+    ],
+    "HASH": "3ad6504a180bc4770ebb6d0123dfcca5c4b21f8c",
+    "IDLPARAMS": {
+      "DefinedNames": [],
+      "IncludeDirs": [],
+      "UndefinedNames": []
+    },
+    "INTERFACES": [],
+    "LEXERASSOCS": {},
+    "MAINSCRIPT": "PluginAssistantEric.py",
+    "MAKEPARAMS": {
+      "MakeEnabled": false,
+      "MakeExecutable": "",
+      "MakeFile": "",
+      "MakeParameters": "",
+      "MakeTarget": "",
+      "MakeTestOnly": true
+    },
+    "MIXEDLANGUAGE": false,
+    "OTHERS": [
+      ".hgignore",
+      "AssistantEric/ConfigurationPages/eric-dark.svg",
+      "AssistantEric/ConfigurationPages/eric-light.svg",
+      "AssistantEric/Documentation/LICENSE.GPL3",
+      "AssistantEric/Documentation/source",
+      "ChangeLog",
+      "PKGLIST",
+      "PluginAssistantEric.zip",
+      "PluginEricAssistant.e4p",
+      "PluginEricAssistant.epj"
+    ],
+    "OTHERTOOLSPARMS": {},
+    "PACKAGERSPARMS": {},
+    "PROGLANGUAGE": "Python3",
+    "PROJECTTYPE": "E6Plugin",
+    "PROJECTTYPESPECIFICDATA": {},
+    "PROTOCOLS": [],
+    "RCCPARAMS": {
+      "CompressLevel": 0,
+      "CompressionDisable": false,
+      "CompressionThreshold": 70,
+      "PathPrefix": ""
+    },
+    "RESOURCES": [],
+    "SOURCES": [
+      "AssistantEric/APIsManager.py",
+      "AssistantEric/Assistant.py",
+      "AssistantEric/ConfigurationPages/AutoCompletionEricPage.py",
+      "AssistantEric/ConfigurationPages/CallTipsEricPage.py",
+      "AssistantEric/ConfigurationPages/__init__.py",
+      "AssistantEric/__init__.py",
+      "PluginAssistantEric.py",
+      "__init__.py"
+    ],
+    "SPELLEXCLUDES": "",
+    "SPELLLANGUAGE": "en",
+    "SPELLWORDS": "",
+    "TRANSLATIONEXCEPTIONS": [],
+    "TRANSLATIONPATTERN": "AssistantEric/i18n/assistant_%language%.ts",
+    "TRANSLATIONS": [
+      "AssistantEric/i18n/assistant_cs.ts",
+      "AssistantEric/i18n/assistant_de.qm",
+      "AssistantEric/i18n/assistant_de.ts",
+      "AssistantEric/i18n/assistant_en.qm",
+      "AssistantEric/i18n/assistant_en.ts",
+      "AssistantEric/i18n/assistant_es.qm",
+      "AssistantEric/i18n/assistant_es.ts",
+      "AssistantEric/i18n/assistant_fr.ts",
+      "AssistantEric/i18n/assistant_it.ts",
+      "AssistantEric/i18n/assistant_pt.qm",
+      "AssistantEric/i18n/assistant_pt.ts",
+      "AssistantEric/i18n/assistant_ru.qm",
+      "AssistantEric/i18n/assistant_ru.ts",
+      "AssistantEric/i18n/assistant_zh_CN.GB2312.ts"
+    ],
+    "TRANSLATIONSBINPATH": "",
+    "UICPARAMS": {
+      "Package": "",
+      "PackagesRoot": "",
+      "RcSuffix": ""
+    },
+    "VCS": "Mercurial",
+    "VCSOPTIONS": {
+      "add": [
+        ""
+      ],
+      "checkout": [
+        ""
+      ],
+      "commit": [
+        ""
+      ],
+      "diff": [
+        ""
+      ],
+      "export": [
+        ""
+      ],
+      "global": [
+        ""
+      ],
+      "history": [
+        ""
+      ],
+      "log": [
+        ""
+      ],
+      "remove": [
+        ""
+      ],
+      "status": [
+        ""
+      ],
+      "tag": [
+        ""
+      ],
+      "update": [
+        ""
+      ]
+    },
+    "VCSOTHERDATA": {},
+    "VERSION": "4.x"
+  }
+}
\ No newline at end of file

eric ide

mercurial