{ "ProjectSettings": { "Name": "cpl-core", "Version": { "Major": "2024", "Minor": "6", "Micro": "0" }, "Author": "Sven Heidemann", "AuthorEmail": "sven.heidemann@sh-edraft.de", "Description": "CPL core", "LongDescription": "CPL core package", "URL": "https://www.sh-edraft.de", "CopyrightDate": "2020 - 2024", "CopyrightName": "sh-edraft.de", "LicenseName": "MIT", "LicenseDescription": "MIT, see LICENSE for more details.", "Dependencies": [ "art>=6.2", "colorama>=0.4.6", "psutil>=6.0.0", "packaging>=24.1", "pynput>=1.7.6", "setuptools>=70.1.0", "tabulate>=0.9.0", "termcolor>=2.4.0", "watchdog>=4.0.1", "wheel>=0.43.0", "mysql-connector-python>=8.4.0" ], "DevDependencies": [ "Sphinx==5.0.2", "sphinx-rtd-theme==1.0.0", "myst-parser==0.18.1", "twine==4.0.2", "sphinx-markdown-builder==0.5.5", "pygount==1.5.1" ], "PythonVersion": ">=3.12", "PythonPath": {}, "Classifiers": [] }, "BuildSettings": { "ProjectType": "library", "SourcePath": "", "OutputPath": "../../dist", "Main": "", "EntryPoint": "", "IncludePackageData": true, "Included": [ "*/templates" ], "Excluded": [ "*/__pycache__", "*/logs", "*/tests" ], "PackageData": { "cpl_core": [ ".cpl/*.py" ] }, "ProjectReferences": [] } }