Tue, 10 Dec 2024 15:48:55 +0100
Updated copyright for 2025.
{ "header": { "comment": "eric project file for project PluginMqttMonitor", "copyright": "Copyright (C) 2024 Detlev Offenbach, detlev@die-offenbachs.de" }, "project": { "AUTHOR": "Detlev Offenbach", "CHECKERSPARMS": { "Pep8Checker": { "AnnotationsChecker": { "AllowStarArgAny": false, "AllowUntypedDefs": false, "AllowUntypedNested": false, "CheckFutureAnnotations": false, "DispatchDecorators": [ "singledispatch", "singledispatchmethod" ], "ExemptedTypingSymbols": [ "" ], "ForceFutureAnnotations": false, "MaximumComplexity": 3, "MaximumLength": 7, "MinimumCoverage": 75, "MypyInitReturn": false, "OverloadDecorators": [ "overload" ], "SuppressDummyArgs": false, "SuppressNoneReturning": true }, "BlankLines": [ 2, 1 ], "BuiltinsChecker": { "bytes": [ "unicode" ], "chr": [ "unichr" ], "str": [ "unicode" ] }, "CommentedCodeChecker": { "Aggressive": false, "WhiteList": [ "pylint", "pyright", "noqa", "type:\\s*ignore", "fmt:\\s*(on|off)", "TODO", "FIXME", "WARNING", "NOTE", "TEST", "DOCU", "XXX", "- " ] }, "CopyrightAuthor": "", "CopyrightMinFileSize": 0, "DocstringType": "eric_black", "EnabledCheckerCategories": "C, D, E, I, L, M, NO, N, Y, U, W", "ExcludeFiles": "*/Ui_*.py", "ExcludeMessages": "C101,E203,E265,E266,E305,E402,M201,M301,M302,M303,M304,M305,M306,M307,M308,M311,M312,M313,M314,M315,M321,M701,M702,M811,M834,M852,N802,N803,N807,N808,N821,U101,W293,W503,Y119,Y401,Y402", "FixCodes": "", "FixIssues": false, "FutureChecker": "", "HangClosing": false, "ImportsChecker": { "ApplicationPackageNames": [ "MqttMonitor", "PluginMqttMonitor", "eric7" ], "BanRelativeImports": "", "BannedModules": [] }, "IncludeMessages": "", "LineComplexity": 25, "LineComplexityScore": 10, "MaxCodeComplexity": 10, "MaxDocLineLength": 88, "MaxLineLength": 88, "NameOrderChecker": { "ApplicationPackageNames": [ "MqttMonitor", "PluginMqttMonitor", "eric7" ], "CombinedAsImports": true, "SortCaseSensitive": false, "SortFromFirst": false, "SortIgnoringStyle": false, "SortOrder": "natural" }, "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, "UnusedChecker": { "IgnoreAbstract": true, "IgnoreDunderGlobals": true, "IgnoreDunderMethods": true, "IgnoreEventHandlerMethods": true, "IgnoreLambdas": false, "IgnoreNestedFunctions": false, "IgnoreOverload": true, "IgnoreOverride": true, "IgnoreSlotMethods": true, "IgnoreStubs": true, "IgnoreVariadicNames": false }, "ValidEncodings": "latin-1, utf-8" }, "SyntaxChecker": { "AdditionalBuiltins": "", "ExcludeFiles": "" } }, "DESCRIPTION": "Plug-in implementing a tool to connect to a MQTT broker, subscribe to topics, present received messages and publish messages.\n\nNote: The paho-mqtt Python package must be installed. ", "DOCSTRING": "", "DOCUMENTATIONPARMS": { "ERIC4DOC": { "cssFile": "%PYTHON%/eric7/CSSs/default.css", "ignoreDirectories": [ ".hg", ".eric6project", ".ropeproject", ".eric7project" ], "ignoreFilePatterns": [ "Ui_*.py" ], "outputDirectory": "MqttMonitor/Documentation/source", "qtHelpEnabled": false, "startDirectory": "", "useRecursion": true } }, "EMAIL": "detlev@die-offenbachs.de", "EMBEDDED_VENV": false, "EOL": 1, "FILETYPES": { "*.epj": "OTHERS", "*.idl": "INTERFACES", "*.md": "OTHERS", "*.proto": "PROTOCOLS", "*.py": "SOURCES", "*.py3": "SOURCES", "*.pyw": "SOURCES", "*.pyw3": "SOURCES", "*.qm": "TRANSLATIONS", "*.rst": "OTHERS", "*.ts": "TRANSLATIONS", "*.txt": "OTHERS", "*.ui": "FORMS", "GNUmakefile": "OTHERS", "Makefile": "OTHERS", "README": "OTHERS", "README.*": "OTHERS", "makefile": "OTHERS" }, "FORMS": [ "MqttMonitor/ConfigurationPage/MqttPage.ui", "MqttMonitor/MqttConnectionOptionsDialog.ui", "MqttMonitor/MqttConnectionProfilesDialog.ui", "MqttMonitor/MqttMonitorWidget.ui", "MqttMonitor/MqttUserPropertiesEditor.ui" ], "HASH": "8b864e3e4a3495e242eae3cb3ef4dc8522bf6ce7", "IDLPARAMS": { "DefinedNames": [], "IncludeDirs": [], "UndefinedNames": [] }, "INTERFACES": [], "LEXERASSOCS": {}, "LICENSE": "GNU General Public License v3 or later (GPLv3+)", "MAINSCRIPT": "PluginMqttMonitor.py", "MAKEPARAMS": { "MakeEnabled": false, "MakeExecutable": "", "MakeFile": "", "MakeParameters": "", "MakeTarget": "", "MakeTestOnly": true }, "MIXEDLANGUAGE": false, "OTHERS": [ ".hgignore", "ChangeLog", "MqttMonitor/Documentation/LICENSE.GPL3", "MqttMonitor/Documentation/source", "MqttMonitor/icons/connectionOptions-dark.svg", "MqttMonitor/icons/connectionOptions-light.svg", "MqttMonitor/icons/mqtt22-dark.svg", "MqttMonitor/icons/mqtt22-light.svg", "MqttMonitor/icons/mqtt48-dark.svg", "MqttMonitor/icons/mqtt48-light.svg", "MqttMonitor/icons/profiles-dark.svg", "MqttMonitor/icons/profiles-light.svg", "MqttMonitor/icons/quickopen-dark.svg", "MqttMonitor/icons/quickopen-light.svg", "MqttMonitor/icons/sbMqttMonitor96.svg", "PKGLIST", "PluginMqttMonitor.epj", "PluginMqttMonitor.zip", "pyproject.toml" ], "OTHERTOOLSPARMS": { "Black": { "exclude": "/(\\.direnv|\\.eggs|\\.git|\\.hg|\\.ipynb_checkpoints|\\.mypy_cache|\\.nox|\\.pytest_cache|\\.ruff_cache|\\.tox|\\.svn|\\.venv|\\.vscode|__pypackages__|_build|buck-out|build|dist|venv)/", "extend-exclude": "", "force-exclude": "", "line-length": 88, "skip-magic-trailing-comma": false, "skip-string-normalization": false, "source": "project", "target-version": [ "py312", "py311", "py310", "py39", "py38" ] }, "isort": { "combine_as_imports": true, "config_source": "project", "extend_skip_glob": [ "*/Ui_*.py" ], "lines_between_types": 1, "profile": "black", "sort_order": "natural", "supported_extensions": [ "py", "pyi", "pyx", "pxd", "pyw" ] } }, "PACKAGERSPARMS": {}, "PROGLANGUAGE": "Python3", "PROJECTTYPE": "E7Plugin", "PROJECTTYPESPECIFICDATA": {}, "PROTOCOLS": [], "RCCPARAMS": { "CompressLevel": 0, "CompressionDisable": false, "CompressionThreshold": 70, "PathPrefix": "" }, "RESOURCES": [], "SOURCES": [ "MqttMonitor/ConfigurationPage/MqttPage.py", "MqttMonitor/ConfigurationPage/Ui_MqttPage.py", "MqttMonitor/ConfigurationPage/__init__.py", "MqttMonitor/MqttClient.py", "MqttMonitor/MqttConnectionOptionsDialog.py", "MqttMonitor/MqttConnectionProfilesDialog.py", "MqttMonitor/MqttMonitorWidget.py", "MqttMonitor/MqttProtocols.py", "MqttMonitor/MqttReasonCodes.py", "MqttMonitor/MqttUserPropertiesEditor.py", "MqttMonitor/Ui_MqttConnectionOptionsDialog.py", "MqttMonitor/Ui_MqttConnectionProfilesDialog.py", "MqttMonitor/Ui_MqttMonitorWidget.py", "MqttMonitor/Ui_MqttUserPropertiesEditor.py", "MqttMonitor/__init__.py", "PluginMqttMonitor.py", "__init__.py" ], "SOURCESDIR": "", "SPELLEXCLUDES": "", "SPELLLANGUAGE": "en", "SPELLWORDS": "", "TESTING_FRAMEWORK": "", "TRANSLATIONEXCEPTIONS": [], "TRANSLATIONPATTERN": "MqttMonitor/i18n/mqttmonitor_%language%.ts", "TRANSLATIONS": [ "MqttMonitor/i18n/mqttmonitor_de.qm", "MqttMonitor/i18n/mqttmonitor_de.ts", "MqttMonitor/i18n/mqttmonitor_empty.ts", "MqttMonitor/i18n/mqttmonitor_en.qm", "MqttMonitor/i18n/mqttmonitor_en.ts", "MqttMonitor/i18n/mqttmonitor_es.qm", "MqttMonitor/i18n/mqttmonitor_es.ts", "MqttMonitor/i18n/mqttmonitor_ru.qm", "MqttMonitor/i18n/mqttmonitor_ru.ts" ], "TRANSLATIONSBINPATH": "", "TRANSLATIONSOURCESTARTPATH": "", "UICPARAMS": { "Package": "", "PackagesRoot": "", "RcSuffix": "" }, "VCS": "Mercurial", "VCSOPTIONS": { "add": [ "" ], "checkout": [ "" ], "commit": [ "" ], "diff": [ "" ], "export": [ "" ], "global": [ "" ], "history": [ "" ], "log": [ "" ], "remove": [ "" ], "status": [ "" ], "tag": [ "" ], "update": [ "" ] }, "VCSOTHERDATA": {}, "VERSION": "" } }