Added CPL workspace

This commit is contained in:
2021-08-02 14:55:04 +02:00
parent aee3441f15
commit 9c6034f7ae
37 changed files with 236 additions and 1 deletions

1
src/parser/__init__.py Normal file
View File

@@ -0,0 +1 @@
# imports:

43
src/parser/parser.json Normal file
View File

@@ -0,0 +1,43 @@
{
"ProjectSettings": {
"Name": "parser",
"Version": {
"Major": "0",
"Minor": "0",
"Micro": "0"
},
"Author": "",
"AuthorEmail": "",
"Description": "",
"LongDescription": "",
"URL": "",
"CopyrightDate": "",
"CopyrightName": "",
"LicenseName": "",
"LicenseDescription": "",
"Dependencies": [
"sh_cpl==2021.4.0.post2"
],
"PythonVersion": ">=3.9.2",
"PythonPath": {
"linux": ""
},
"Classifiers": []
},
"BuildSettings": {
"ProjectType": "library",
"SourcePath": "",
"OutputPath": "../../dist",
"Main": "parser.main",
"EntryPoint": "parser",
"IncludePackageData": false,
"Included": [],
"Excluded": [
"*/__pycache__",
"*/logs",
"*/tests"
],
"PackageData": {},
"ProjectReferences": []
}
}