2021-04-07 18:19:34 +02:00
|
|
|
{
|
|
|
|
"ProjectSettings": {
|
2022-04-30 16:33:30 +02:00
|
|
|
"Name": "cpl-core",
|
2021-04-07 18:19:34 +02:00
|
|
|
"Version": {
|
2022-04-30 16:41:52 +02:00
|
|
|
"Major": "2022",
|
2022-07-10 17:23:50 +02:00
|
|
|
"Minor": "7",
|
2022-07-19 07:33:51 +02:00
|
|
|
"Micro": "0.post5"
|
2021-04-07 18:19:34 +02:00
|
|
|
},
|
|
|
|
"Author": "Sven Heidemann",
|
|
|
|
"AuthorEmail": "sven.heidemann@sh-edraft.de",
|
|
|
|
"Description": "sh-edraft Common Python library",
|
|
|
|
"LongDescription": "sh-edraft Common Python library",
|
|
|
|
"URL": "https://www.sh-edraft.de",
|
2022-04-30 16:33:30 +02:00
|
|
|
"CopyrightDate": "2020 - 2022",
|
2021-04-07 18:19:34 +02:00
|
|
|
"CopyrightName": "sh-edraft.de",
|
|
|
|
"LicenseName": "MIT",
|
|
|
|
"LicenseDescription": "MIT, see LICENSE for more details.",
|
|
|
|
"Dependencies": [
|
2022-04-30 16:41:52 +02:00
|
|
|
"art==5.6",
|
2021-04-07 18:19:34 +02:00
|
|
|
"colorama==0.4.4",
|
|
|
|
"mysql-connector==2.2.9",
|
2022-01-19 15:06:26 +01:00
|
|
|
"psutil==5.9.0",
|
2021-11-30 11:20:15 +01:00
|
|
|
"packaging==21.3",
|
2022-01-19 15:06:26 +01:00
|
|
|
"pynput==1.7.6",
|
2022-04-30 16:41:52 +02:00
|
|
|
"setuptools==62.1.0",
|
2021-04-07 18:19:34 +02:00
|
|
|
"tabulate==0.8.9",
|
|
|
|
"termcolor==1.1.0",
|
2022-04-30 16:41:52 +02:00
|
|
|
"watchdog==2.1.7",
|
2022-01-19 15:06:26 +01:00
|
|
|
"wheel==0.37.1"
|
2021-04-07 18:19:34 +02:00
|
|
|
],
|
2022-06-27 21:42:34 +02:00
|
|
|
"DevDependencies": [
|
|
|
|
"sphinx==5.0.2",
|
|
|
|
"sphinx_rtd_theme==1.0.0",
|
|
|
|
"myst_parser==0.18.0"
|
|
|
|
],
|
2022-04-30 17:15:26 +02:00
|
|
|
"PythonVersion": ">=3.10",
|
2021-04-07 18:19:34 +02:00
|
|
|
"PythonPath": {},
|
|
|
|
"Classifiers": []
|
|
|
|
},
|
|
|
|
"BuildSettings": {
|
|
|
|
"ProjectType": "library",
|
|
|
|
"SourcePath": "",
|
2021-04-07 18:36:08 +02:00
|
|
|
"OutputPath": "../../dist",
|
2021-04-07 18:19:34 +02:00
|
|
|
"Main": "",
|
2021-04-07 19:18:55 +02:00
|
|
|
"EntryPoint": "",
|
2021-04-07 18:19:34 +02:00
|
|
|
"IncludePackageData": true,
|
|
|
|
"Included": [
|
|
|
|
"*/templates"
|
|
|
|
],
|
|
|
|
"Excluded": [
|
|
|
|
"*/__pycache__",
|
|
|
|
"*/logs",
|
|
|
|
"*/tests"
|
|
|
|
],
|
2021-04-11 15:48:59 +02:00
|
|
|
"PackageData": {},
|
|
|
|
"ProjectReferences": []
|
2021-04-07 18:19:34 +02:00
|
|
|
}
|
|
|
|
}
|