2022.7 - cpl-translation #90
| @@ -11,24 +11,20 @@ | |||||||
|       "unittests_cli": "unittests/unittests_cli/unittests_cli.json", |       "unittests_cli": "unittests/unittests_cli/unittests_cli.json", | ||||||
|       "unittests_core": "unittests/unittests_core/unittests_core.json", |       "unittests_core": "unittests/unittests_core/unittests_core.json", | ||||||
|       "unittests_query": "unittests/unittests_query/unittests_query.json", |       "unittests_query": "unittests/unittests_query/unittests_query.json", | ||||||
|       "unittests_shared": "unittests/unittests_shared/unittests_shared.json" |       "unittests_shared": "unittests/unittests_shared/unittests_shared.json", | ||||||
|  |       "cpl-translation": "src/cpl_translation/cpl-translation.json" | ||||||
|     }, |     }, | ||||||
|     "Scripts": { |     "Scripts": { | ||||||
|       "hello-world": "echo 'Hello World'", |       "hello-world": "echo 'Hello World'", | ||||||
|  |  | ||||||
|       "sv": "cpl set-version", |       "sv": "cpl set-version", | ||||||
|       "set-version": "cpl run set-version $ARGS; echo '';", |       "set-version": "cpl run set-version $ARGS; echo '';", | ||||||
|  |  | ||||||
|       "spu": "cpl set-pip-urls", |       "spu": "cpl set-pip-urls", | ||||||
|       "set-pip-urls": "cpl run set-pip-urls $ARGS; echo '';", |       "set-pip-urls": "cpl run set-pip-urls $ARGS; echo '';", | ||||||
|  |  | ||||||
|       "docs-build": "echo 'Build Documentation'; cd docs/; sphinx-apidoc -o source/ ../src/cpl_core; sphinx-apidoc -o source/ ../src/cpl_query; make clean; make html; rm source/cpl_query.tests.rst;", |       "docs-build": "echo 'Build Documentation'; cd docs/; sphinx-apidoc -o source/ ../src/cpl_core; sphinx-apidoc -o source/ ../src/cpl_query; make clean; make html; rm source/cpl_query.tests.rst;", | ||||||
|       "db": "cpl docs-build", |       "db": "cpl docs-build", | ||||||
|       "docs-open": "xdg-open $PWD/docs/build/html/index.html &", |       "docs-open": "xdg-open $PWD/docs/build/html/index.html &", | ||||||
|       "do": "cpl docs-open", |       "do": "cpl docs-open", | ||||||
|  |  | ||||||
|       "test": "cpl run unittests", |       "test": "cpl run unittests", | ||||||
|  |  | ||||||
|       "pre-build-all": "cpl sv $ARGS; cpl spu $ARGS;", |       "pre-build-all": "cpl sv $ARGS; cpl spu $ARGS;", | ||||||
|       "build-all": "cpl build-cli; cpl build-core; cpl build-query; cpl build-set-pip-urls; cpl build-set-version", |       "build-all": "cpl build-cli; cpl build-core; cpl build-query; cpl build-set-pip-urls; cpl build-set-version", | ||||||
|       "ba": "cpl build-all $ARGS", |       "ba": "cpl build-all $ARGS", | ||||||
| @@ -37,14 +33,12 @@ | |||||||
|       "build-query": "echo 'Build cpl-query'; cd ./src/cpl_query; cpl build; cd ../../;", |       "build-query": "echo 'Build cpl-query'; cd ./src/cpl_query; cpl build; cd ../../;", | ||||||
|       "build-set-pip-urls": "echo 'Build set-pip-urls'; cd ./tools/set_pip_urls; cpl build; cd ../../;", |       "build-set-pip-urls": "echo 'Build set-pip-urls'; cd ./tools/set_pip_urls; cpl build; cd ../../;", | ||||||
|       "build-set-version": "echo 'Build set-version'; cd ./tools/set_version; cpl build; cd ../../;", |       "build-set-version": "echo 'Build set-version'; cd ./tools/set_version; cpl build; cd ../../;", | ||||||
|  |  | ||||||
|       "pre-publish-all": "cpl sv $ARGS; cpl spu $ARGS;", |       "pre-publish-all": "cpl sv $ARGS; cpl spu $ARGS;", | ||||||
|       "publish-all": "cpl publish-cli; cpl publish-core; cpl publish-query;", |       "publish-all": "cpl publish-cli; cpl publish-core; cpl publish-query;", | ||||||
|       "pa": "cpl build-all $ARGS", |       "pa": "cpl build-all $ARGS", | ||||||
|       "publish-cli": "echo 'Publish cpl-cli'; cd ./src/cpl_cli; cpl publish; cd ../../;", |       "publish-cli": "echo 'Publish cpl-cli'; cd ./src/cpl_cli; cpl publish; cd ../../;", | ||||||
|       "publish-core": "echo 'Publish cpl-core'; cd ./src/cpl_core; cpl publish; cd ../../;", |       "publish-core": "echo 'Publish cpl-core'; cd ./src/cpl_core; cpl publish; cd ../../;", | ||||||
|       "publish-query": "echo 'Publish cpl_query'; cd ./src/cpl_query; cpl publish; cd ../../;", |       "publish-query": "echo 'Publish cpl_query'; cd ./src/cpl_query; cpl publish; cd ../../;", | ||||||
|  |  | ||||||
|       "upload-prod-cli": "echo 'PROD Upload cpl-cli'; cpl upl-prod-cli;", |       "upload-prod-cli": "echo 'PROD Upload cpl-cli'; cpl upl-prod-cli;", | ||||||
|       "upl-prod-cli": "twine upload -r pip.sh-edraft.de dist/cpl-cli/publish/setup/*", |       "upl-prod-cli": "twine upload -r pip.sh-edraft.de dist/cpl-cli/publish/setup/*", | ||||||
|       "upload-prod-core": "echo 'PROD Upload cpl-core'; cpl upl-prod-core;", |       "upload-prod-core": "echo 'PROD Upload cpl-core'; cpl upl-prod-core;", | ||||||
| @@ -63,28 +57,24 @@ | |||||||
|       "upl-dev-core": "twine upload -r pip-dev.sh-edraft.de dist/cpl-core/publish/setup/*", |       "upl-dev-core": "twine upload -r pip-dev.sh-edraft.de dist/cpl-core/publish/setup/*", | ||||||
|       "upload-dev-query": "echo 'DEV Upload cpl_query'; cpl upl-dev-query;", |       "upload-dev-query": "echo 'DEV Upload cpl_query'; cpl upl-dev-query;", | ||||||
|       "upl-dev-query": "twine upload -r pip-dev.sh-edraft.de dist/cpl-query/publish/setup/*", |       "upl-dev-query": "twine upload -r pip-dev.sh-edraft.de dist/cpl-query/publish/setup/*", | ||||||
|  |  | ||||||
|       "pre-deploy-prod": "cpl sv $ARGS; cpl spu --environment=production;", |       "pre-deploy-prod": "cpl sv $ARGS; cpl spu --environment=production;", | ||||||
|       "deploy-prod": "cpl deploy-prod-cli; cpl deploy-prod-core; cpl deploy-prod-query;", |       "deploy-prod": "cpl deploy-prod-cli; cpl deploy-prod-core; cpl deploy-prod-query;", | ||||||
|       "dp": "cpl deploy-prod $ARGS", |       "dp": "cpl deploy-prod $ARGS", | ||||||
|       "deploy-prod-cli": "cpl publish-cli; cpl upload-prod-cli", |       "deploy-prod-cli": "cpl publish-cli; cpl upload-prod-cli", | ||||||
|       "deploy-prod-core": "cpl publish-core; cpl upload-prod-core", |       "deploy-prod-core": "cpl publish-core; cpl upload-prod-core", | ||||||
|       "deploy-prod-query": "cpl publish-query; cpl upload-prod-query", |       "deploy-prod-query": "cpl publish-query; cpl upload-prod-query", | ||||||
|  |  | ||||||
|       "pre-deploy-exp": "cpl sv $ARGS; cpl spu --environment=staging;", |       "pre-deploy-exp": "cpl sv $ARGS; cpl spu --environment=staging;", | ||||||
|       "deploy-exp": "cpl deploy-exp-cli; cpl deploy-exp-core; cpl deploy-exp-query;", |       "deploy-exp": "cpl deploy-exp-cli; cpl deploy-exp-core; cpl deploy-exp-query;", | ||||||
|       "de": "cpl deploy-exp $ARGS", |       "de": "cpl deploy-exp $ARGS", | ||||||
|       "deploy-exp-cli": "cpl publish-cli; cpl upload-exp-cli", |       "deploy-exp-cli": "cpl publish-cli; cpl upload-exp-cli", | ||||||
|       "deploy-exp-core": "cpl publish-core; cpl upload-exp-core", |       "deploy-exp-core": "cpl publish-core; cpl upload-exp-core", | ||||||
|       "deploy-exp-query": "cpl publish-query; cpl upload-exp-query", |       "deploy-exp-query": "cpl publish-query; cpl upload-exp-query", | ||||||
|  |  | ||||||
|       "pre-deploy-dev": "cpl sv $ARGS; cpl spu --environment=development;", |       "pre-deploy-dev": "cpl sv $ARGS; cpl spu --environment=development;", | ||||||
|       "deploy-dev": "cpl deploy-dev-cli; cpl deploy-dev-core; cpl deploy-dev-query;", |       "deploy-dev": "cpl deploy-dev-cli; cpl deploy-dev-core; cpl deploy-dev-query;", | ||||||
|       "dd": "cpl deploy-dev $ARGS", |       "dd": "cpl deploy-dev $ARGS", | ||||||
|       "deploy-dev-cli": "cpl publish-cli; cpl upload-dev-cli", |       "deploy-dev-cli": "cpl publish-cli; cpl upload-dev-cli", | ||||||
|       "deploy-dev-core": "cpl publish-core; cpl upload-dev-core", |       "deploy-dev-core": "cpl publish-core; cpl upload-dev-core", | ||||||
|       "deploy-dev-query": "cpl publish-query; cpl upload-dev-query", |       "deploy-dev-query": "cpl publish-query; cpl upload-dev-query", | ||||||
|  |  | ||||||
|       "dev-install": "cpl di-core; cpl di-cli; cpl di-query;", |       "dev-install": "cpl di-core; cpl di-cli; cpl di-query;", | ||||||
|       "di": "cpl dev-install", |       "di": "cpl dev-install", | ||||||
|       "di-core": "pip install cpl-core --pre --upgrade --extra-index-url https://pip-dev.sh-edraft.de", |       "di-core": "pip install cpl-core --pre --upgrade --extra-index-url https://pip-dev.sh-edraft.de", | ||||||
|   | |||||||
							
								
								
									
										1
									
								
								src/cpl_translation/__init__.py
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										1
									
								
								src/cpl_translation/__init__.py
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1 @@ | |||||||
|  | # imports:  | ||||||
							
								
								
									
										46
									
								
								src/cpl_translation/cpl-translation.json
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										46
									
								
								src/cpl_translation/cpl-translation.json
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,46 @@ | |||||||
|  | { | ||||||
|  |   "ProjectSettings": { | ||||||
|  |     "Name": "cpl-translation", | ||||||
|  |     "Version": { | ||||||
|  |       "Major": "2022", | ||||||
|  |       "Minor": "8", | ||||||
|  |       "Micro": "1" | ||||||
|  |     }, | ||||||
|  |     "Author": "Sven Heidemann", | ||||||
|  |     "AuthorEmail": "sven.heidemann@sh-edraft.de", | ||||||
|  |     "Description": "sh-edraft Common Python library Translation", | ||||||
|  |     "LongDescription": "sh-edraft Common Python library Python i18n based Translation implementation", | ||||||
|  |     "URL": "https://www.sh-edraft.de", | ||||||
|  |     "CopyrightDate": "2022", | ||||||
|  |     "CopyrightName": "sh-edraft.de", | ||||||
|  |     "LicenseName": "MIT", | ||||||
|  |     "LicenseDescription": "MIT, see LICENSE for more details.", | ||||||
|  |     "Dependencies": [ | ||||||
|  |       "cpl-core>=2022.6.0" | ||||||
|  |     ], | ||||||
|  |     "DevDependencies": [ | ||||||
|  |       "cpl-cli>=2022.6.0" | ||||||
|  |     ], | ||||||
|  |     "PythonVersion": ">=3.10.4", | ||||||
|  |     "PythonPath": { | ||||||
|  |       "linux": "../../venv/bin/python" | ||||||
|  |     }, | ||||||
|  |     "Classifiers": [] | ||||||
|  |   }, | ||||||
|  |   "BuildSettings": { | ||||||
|  |     "ProjectType": "library", | ||||||
|  |     "SourcePath": "", | ||||||
|  |     "OutputPath": "../../dist", | ||||||
|  |     "Main": "cpl_translation.main", | ||||||
|  |     "EntryPoint": "cpl-translation", | ||||||
|  |     "IncludePackageData": false, | ||||||
|  |     "Included": [], | ||||||
|  |     "Excluded": [ | ||||||
|  |       "*/__pycache__", | ||||||
|  |       "*/logs", | ||||||
|  |       "*/tests" | ||||||
|  |     ], | ||||||
|  |     "PackageData": {}, | ||||||
|  |     "ProjectReferences": [] | ||||||
|  |   } | ||||||
|  | } | ||||||
		Reference in New Issue
	
	Block a user