A-0.1 - Modularer Aufbau #13
@ -3,24 +3,25 @@
|
|||||||
"Name": "database",
|
"Name": "database",
|
||||||
"Version": {
|
"Version": {
|
||||||
"Major": "0",
|
"Major": "0",
|
||||||
"Minor": "0",
|
"Minor": "1",
|
||||||
"Micro": "0"
|
"Micro": "0"
|
||||||
},
|
},
|
||||||
"Author": "",
|
"Author": "Sven Heidemann",
|
||||||
"AuthorEmail": "",
|
"AuthorEmail": "sven.heidemann@sh-edraft.de",
|
||||||
"Description": "",
|
"Description": "sh-edraft Gismo - database core",
|
||||||
"LongDescription": "",
|
"LongDescription": "sh-edraft Dicord bot Gismo - database implementation of cpl.database",
|
||||||
"URL": "",
|
"URL": "https://www.sh-edraft.de",
|
||||||
"CopyrightDate": "",
|
"CopyrightDate": "2021 - 2022",
|
||||||
"CopyrightName": "",
|
"CopyrightName": "sh-edraft.de",
|
||||||
"LicenseName": "",
|
"LicenseName": "MIT",
|
||||||
"LicenseDescription": "",
|
"LicenseDescription": "MIT, see LICENSE for more details.",
|
||||||
"Dependencies": [
|
"Dependencies": [
|
||||||
"sh_cpl>=2021.10.2"
|
"sh_cpl-core>=2021.10.2",
|
||||||
|
"sh_cpl-query>=2021.10.2"
|
||||||
],
|
],
|
||||||
"PythonVersion": ">=3.9.2",
|
"PythonVersion": ">=3.9.2",
|
||||||
"PythonPath": {
|
"PythonPath": {
|
||||||
"linux": ""
|
"linux": "../../venv/bin/python"
|
||||||
},
|
},
|
||||||
"Classifiers": []
|
"Classifiers": []
|
||||||
},
|
},
|
||||||
|
@ -8,8 +8,8 @@
|
|||||||
},
|
},
|
||||||
"Author": "Sven Heidemann",
|
"Author": "Sven Heidemann",
|
||||||
"AuthorEmail": "sven.heidemann@sh-edraft.de",
|
"AuthorEmail": "sven.heidemann@sh-edraft.de",
|
||||||
"Description": "sh-edraft Gismo CLI",
|
"Description": "sh-edraft Gismo - CLI",
|
||||||
"LongDescription": "sh-edraft Dicord bot Gismo CLI",
|
"LongDescription": "sh-edraft Dicord bot Gismo - command line interface",
|
||||||
"URL": "https://www.sh-edraft.de",
|
"URL": "https://www.sh-edraft.de",
|
||||||
"CopyrightDate": "2021 - 2022",
|
"CopyrightDate": "2021 - 2022",
|
||||||
"CopyrightName": "sh-edraft.de",
|
"CopyrightName": "sh-edraft.de",
|
||||||
|
@ -3,24 +3,25 @@
|
|||||||
"Name": "gismo-core",
|
"Name": "gismo-core",
|
||||||
"Version": {
|
"Version": {
|
||||||
"Major": "0",
|
"Major": "0",
|
||||||
"Minor": "0",
|
"Minor": "1",
|
||||||
"Micro": "0"
|
"Micro": "0"
|
||||||
},
|
},
|
||||||
"Author": "",
|
"Author": "Sven Heidemann",
|
||||||
"AuthorEmail": "",
|
"AuthorEmail": "sven.heidemann@sh-edraft.de",
|
||||||
"Description": "",
|
"Description": "sh-edraft Gismo - core",
|
||||||
"LongDescription": "",
|
"LongDescription": "sh-edraft Dicord bot Gismo - core library",
|
||||||
"URL": "",
|
"URL": "https://www.sh-edraft.de",
|
||||||
"CopyrightDate": "",
|
"CopyrightDate": "2021 - 2022",
|
||||||
"CopyrightName": "",
|
"CopyrightName": "sh-edraft.de",
|
||||||
"LicenseName": "",
|
"LicenseName": "MIT",
|
||||||
"LicenseDescription": "",
|
"LicenseDescription": "MIT, see LICENSE for more details.",
|
||||||
"Dependencies": [
|
"Dependencies": [
|
||||||
"sh_cpl>=2021.10.2"
|
"sh_cpl-core>=2021.10.2",
|
||||||
|
"sh_cpl-query>=2021.10.2"
|
||||||
],
|
],
|
||||||
"PythonVersion": ">=3.9.2",
|
"PythonVersion": ">=3.9.2",
|
||||||
"PythonPath": {
|
"PythonPath": {
|
||||||
"linux": ""
|
"linux": "../../venv/bin/python"
|
||||||
},
|
},
|
||||||
"Classifiers": []
|
"Classifiers": []
|
||||||
},
|
},
|
||||||
|
@ -3,24 +3,25 @@
|
|||||||
"Name": "gismo-db",
|
"Name": "gismo-db",
|
||||||
"Version": {
|
"Version": {
|
||||||
"Major": "0",
|
"Major": "0",
|
||||||
"Minor": "0",
|
"Minor": "1",
|
||||||
"Micro": "0"
|
"Micro": "0"
|
||||||
},
|
},
|
||||||
"Author": "",
|
"Author": "Sven Heidemann",
|
||||||
"AuthorEmail": "",
|
"AuthorEmail": "sven.heidemann@sh-edraft.de",
|
||||||
"Description": "",
|
"Description": "sh-edraft Gismo - Database",
|
||||||
"LongDescription": "",
|
"LongDescription": "sh-edraft Dicord bot Gismo - Database",
|
||||||
"URL": "",
|
"URL": "https://www.sh-edraft.de",
|
||||||
"CopyrightDate": "",
|
"CopyrightDate": "2021 - 2022",
|
||||||
"CopyrightName": "",
|
"CopyrightName": "sh-edraft.de",
|
||||||
"LicenseName": "",
|
"LicenseName": "MIT",
|
||||||
"LicenseDescription": "",
|
"LicenseDescription": "MIT, see LICENSE for more details.",
|
||||||
"Dependencies": [
|
"Dependencies": [
|
||||||
"sh_cpl>=2021.10.2"
|
"sh_cpl-core>=2021.10.2",
|
||||||
|
"sh_cpl-query>=2021.10.2"
|
||||||
],
|
],
|
||||||
"PythonVersion": ">=3.9.2",
|
"PythonVersion": ">=3.9.2",
|
||||||
"PythonPath": {
|
"PythonPath": {
|
||||||
"linux": ""
|
"linux": "../../venv/bin/python"
|
||||||
},
|
},
|
||||||
"Classifiers": []
|
"Classifiers": []
|
||||||
},
|
},
|
||||||
|
@ -1,15 +0,0 @@
|
|||||||
{
|
|
||||||
"TimeFormatSettings": {
|
|
||||||
"DateFormat": "%Y-%m-%d",
|
|
||||||
"TimeFormat": "%H:%M:%S",
|
|
||||||
"DateTimeFormat": "%Y-%m-%d %H:%M:%S.%f",
|
|
||||||
"DateTimeLogFormat": "%Y-%m-%d_%H-%M-%S"
|
|
||||||
},
|
|
||||||
|
|
||||||
"LoggingSettings": {
|
|
||||||
"Path": "logs/",
|
|
||||||
"Filename": "log_$start_time.log",
|
|
||||||
"ConsoleLogLevel": "ERROR",
|
|
||||||
"FileLogLevel": "WARN"
|
|
||||||
}
|
|
||||||
}
|
|
@ -3,24 +3,25 @@
|
|||||||
"Name": "modules/boot-log",
|
"Name": "modules/boot-log",
|
||||||
"Version": {
|
"Version": {
|
||||||
"Major": "0",
|
"Major": "0",
|
||||||
"Minor": "0",
|
"Minor": "1",
|
||||||
"Micro": "0"
|
"Micro": "0"
|
||||||
},
|
},
|
||||||
"Author": "",
|
"Author": "Sven Heidemann",
|
||||||
"AuthorEmail": "",
|
"AuthorEmail": "sven.heidemann@sh-edraft.de",
|
||||||
"Description": "",
|
"Description": "sh-edraft Gismo - Boot log",
|
||||||
"LongDescription": "",
|
"LongDescription": "sh-edraft Dicord bot Gismo - Boot log",
|
||||||
"URL": "",
|
"URL": "https://www.sh-edraft.de",
|
||||||
"CopyrightDate": "",
|
"CopyrightDate": "2021 - 2022",
|
||||||
"CopyrightName": "",
|
"CopyrightName": "sh-edraft.de",
|
||||||
"LicenseName": "",
|
"LicenseName": "MIT",
|
||||||
"LicenseDescription": "",
|
"LicenseDescription": "MIT, see LICENSE for more details.",
|
||||||
"Dependencies": [
|
"Dependencies": [
|
||||||
"sh_cpl>=2021.10.2"
|
"sh_cpl-core>=2021.10.2",
|
||||||
|
"sh_cpl-query>=2021.10.2"
|
||||||
],
|
],
|
||||||
"PythonVersion": ">=3.9.2",
|
"PythonVersion": ">=3.9.2",
|
||||||
"PythonPath": {
|
"PythonPath": {
|
||||||
"linux": ""
|
"linux": "../../venv/bin/python"
|
||||||
},
|
},
|
||||||
"Classifiers": []
|
"Classifiers": []
|
||||||
},
|
},
|
||||||
|
@ -3,24 +3,25 @@
|
|||||||
"Name": "modules-core",
|
"Name": "modules-core",
|
||||||
"Version": {
|
"Version": {
|
||||||
"Major": "0",
|
"Major": "0",
|
||||||
"Minor": "0",
|
"Minor": "1",
|
||||||
"Micro": "0"
|
"Micro": "0"
|
||||||
},
|
},
|
||||||
"Author": "",
|
"Author": "Sven Heidemann",
|
||||||
"AuthorEmail": "",
|
"AuthorEmail": "sven.heidemann@sh-edraft.de",
|
||||||
"Description": "",
|
"Description": "sh-edraft Gismo - Modules core",
|
||||||
"LongDescription": "",
|
"LongDescription": "sh-edraft Dicord bot Gismo - Modules core",
|
||||||
"URL": "",
|
"URL": "https://www.sh-edraft.de",
|
||||||
"CopyrightDate": "",
|
"CopyrightDate": "2021 - 2022",
|
||||||
"CopyrightName": "",
|
"CopyrightName": "sh-edraft.de",
|
||||||
"LicenseName": "",
|
"LicenseName": "MIT",
|
||||||
"LicenseDescription": "",
|
"LicenseDescription": "MIT, see LICENSE for more details.",
|
||||||
"Dependencies": [
|
"Dependencies": [
|
||||||
"sh_cpl>=2021.10.2"
|
"sh_cpl-core>=2021.10.2",
|
||||||
|
"sh_cpl-query>=2021.10.2"
|
||||||
],
|
],
|
||||||
"PythonVersion": ">=3.9.2",
|
"PythonVersion": ">=3.9.2",
|
||||||
"PythonPath": {
|
"PythonPath": {
|
||||||
"linux": ""
|
"linux": "../../venv/bin/python"
|
||||||
},
|
},
|
||||||
"Classifiers": []
|
"Classifiers": []
|
||||||
},
|
},
|
||||||
|
Reference in New Issue
Block a user