operaton-external-task-client-python3 1.0.0__tar.gz → 1.0.2__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {operaton_external_task_client_python3-1.0.0/operaton_external_task_client_python3.egg-info → operaton_external_task_client_python3-1.0.2}/PKG-INFO +10 -8
- {operaton_external_task_client_python3-1.0.0 → operaton_external_task_client_python3-1.0.2}/README.md +6 -4
- {operaton_external_task_client_python3-1.0.0 → operaton_external_task_client_python3-1.0.2/operaton_external_task_client_python3.egg-info}/PKG-INFO +10 -8
- {operaton_external_task_client_python3-1.0.0 → operaton_external_task_client_python3-1.0.2}/pyproject.toml +4 -3
- {operaton_external_task_client_python3-1.0.0 → operaton_external_task_client_python3-1.0.2}/LICENSE +0 -0
- {operaton_external_task_client_python3-1.0.0 → operaton_external_task_client_python3-1.0.2}/examples/__init__.py +0 -0
- {operaton_external_task_client_python3-1.0.0 → operaton_external_task_client_python3-1.0.2}/examples/bpmn_error_example.py +0 -0
- {operaton_external_task_client_python3-1.0.0 → operaton_external_task_client_python3-1.0.2}/examples/correlate_message.py +0 -0
- {operaton_external_task_client_python3-1.0.0 → operaton_external_task_client_python3-1.0.2}/examples/event_subprocess_example.py +0 -0
- {operaton_external_task_client_python3-1.0.0 → operaton_external_task_client_python3-1.0.2}/examples/examples_auth_basic/__init__.py +0 -0
- {operaton_external_task_client_python3-1.0.0 → operaton_external_task_client_python3-1.0.2}/examples/examples_auth_basic/fetch_and_execute.py +0 -0
- {operaton_external_task_client_python3-1.0.0 → operaton_external_task_client_python3-1.0.2}/examples/examples_auth_basic/get_process_instance.py +0 -0
- {operaton_external_task_client_python3-1.0.0 → operaton_external_task_client_python3-1.0.2}/examples/examples_auth_basic/start_process.py +0 -0
- {operaton_external_task_client_python3-1.0.0 → operaton_external_task_client_python3-1.0.2}/examples/examples_auth_basic/task_handler_example.py +0 -0
- {operaton_external_task_client_python3-1.0.0 → operaton_external_task_client_python3-1.0.2}/examples/fetch_and_execute.py +0 -0
- {operaton_external_task_client_python3-1.0.0 → operaton_external_task_client_python3-1.0.2}/examples/get_process_instance.py +0 -0
- {operaton_external_task_client_python3-1.0.0 → operaton_external_task_client_python3-1.0.2}/examples/retry_task_example.py +0 -0
- {operaton_external_task_client_python3-1.0.0 → operaton_external_task_client_python3-1.0.2}/examples/start_process.py +0 -0
- {operaton_external_task_client_python3-1.0.0 → operaton_external_task_client_python3-1.0.2}/examples/task_handler_example.py +0 -0
- {operaton_external_task_client_python3-1.0.0 → operaton_external_task_client_python3-1.0.2}/examples/tasks_example.py +0 -0
- {operaton_external_task_client_python3-1.0.0 → operaton_external_task_client_python3-1.0.2}/operaton/__init__.py +0 -0
- {operaton_external_task_client_python3-1.0.0 → operaton_external_task_client_python3-1.0.2}/operaton/client/__init__.py +0 -0
- {operaton_external_task_client_python3-1.0.0 → operaton_external_task_client_python3-1.0.2}/operaton/client/async_external_task_client.py +0 -0
- {operaton_external_task_client_python3-1.0.0 → operaton_external_task_client_python3-1.0.2}/operaton/client/engine_client.py +0 -0
- {operaton_external_task_client_python3-1.0.0 → operaton_external_task_client_python3-1.0.2}/operaton/client/external_task_client.py +0 -0
- {operaton_external_task_client_python3-1.0.0 → operaton_external_task_client_python3-1.0.2}/operaton/client/tests/__init__.py +0 -0
- {operaton_external_task_client_python3-1.0.0 → operaton_external_task_client_python3-1.0.2}/operaton/client/tests/test_async_external_task_client.py +0 -0
- {operaton_external_task_client_python3-1.0.0 → operaton_external_task_client_python3-1.0.2}/operaton/client/tests/test_async_external_task_client_auth.py +0 -0
- {operaton_external_task_client_python3-1.0.0 → operaton_external_task_client_python3-1.0.2}/operaton/client/tests/test_async_external_task_client_bearer.py +0 -0
- {operaton_external_task_client_python3-1.0.0 → operaton_external_task_client_python3-1.0.2}/operaton/client/tests/test_engine_client.py +0 -0
- {operaton_external_task_client_python3-1.0.0 → operaton_external_task_client_python3-1.0.2}/operaton/client/tests/test_engine_client_auth.py +0 -0
- {operaton_external_task_client_python3-1.0.0 → operaton_external_task_client_python3-1.0.2}/operaton/client/tests/test_engine_client_bearer.py +0 -0
- {operaton_external_task_client_python3-1.0.0 → operaton_external_task_client_python3-1.0.2}/operaton/client/tests/test_external_task_client.py +0 -0
- {operaton_external_task_client_python3-1.0.0 → operaton_external_task_client_python3-1.0.2}/operaton/client/tests/test_external_task_client_auth.py +0 -0
- {operaton_external_task_client_python3-1.0.0 → operaton_external_task_client_python3-1.0.2}/operaton/client/tests/test_external_task_client_bearer.py +0 -0
- {operaton_external_task_client_python3-1.0.0 → operaton_external_task_client_python3-1.0.2}/operaton/external_task/__init__.py +0 -0
- {operaton_external_task_client_python3-1.0.0 → operaton_external_task_client_python3-1.0.2}/operaton/external_task/async_external_task_executor.py +0 -0
- {operaton_external_task_client_python3-1.0.0 → operaton_external_task_client_python3-1.0.2}/operaton/external_task/async_external_task_worker.py +0 -0
- {operaton_external_task_client_python3-1.0.0 → operaton_external_task_client_python3-1.0.2}/operaton/external_task/external_task.py +0 -0
- {operaton_external_task_client_python3-1.0.0 → operaton_external_task_client_python3-1.0.2}/operaton/external_task/external_task_executor.py +0 -0
- {operaton_external_task_client_python3-1.0.0 → operaton_external_task_client_python3-1.0.2}/operaton/external_task/external_task_worker.py +0 -0
- {operaton_external_task_client_python3-1.0.0 → operaton_external_task_client_python3-1.0.2}/operaton/external_task/tests/__init__.py +0 -0
- {operaton_external_task_client_python3-1.0.0 → operaton_external_task_client_python3-1.0.2}/operaton/external_task/tests/test_async_external_task_executor.py +0 -0
- {operaton_external_task_client_python3-1.0.0 → operaton_external_task_client_python3-1.0.2}/operaton/external_task/tests/test_async_external_task_worker.py +0 -0
- {operaton_external_task_client_python3-1.0.0 → operaton_external_task_client_python3-1.0.2}/operaton/external_task/tests/test_external_task.py +0 -0
- {operaton_external_task_client_python3-1.0.0 → operaton_external_task_client_python3-1.0.2}/operaton/external_task/tests/test_external_task_executor.py +0 -0
- {operaton_external_task_client_python3-1.0.0 → operaton_external_task_client_python3-1.0.2}/operaton/external_task/tests/test_external_task_worker.py +0 -0
- {operaton_external_task_client_python3-1.0.0 → operaton_external_task_client_python3-1.0.2}/operaton/process_definition/__init__.py +0 -0
- {operaton_external_task_client_python3-1.0.0 → operaton_external_task_client_python3-1.0.2}/operaton/process_definition/process_definition_client.py +0 -0
- {operaton_external_task_client_python3-1.0.0 → operaton_external_task_client_python3-1.0.2}/operaton/process_definition/tests/__init__.py +0 -0
- {operaton_external_task_client_python3-1.0.0 → operaton_external_task_client_python3-1.0.2}/operaton/process_definition/tests/test_process_definition_client.py +0 -0
- {operaton_external_task_client_python3-1.0.0 → operaton_external_task_client_python3-1.0.2}/operaton/utils/__init__.py +0 -0
- {operaton_external_task_client_python3-1.0.0 → operaton_external_task_client_python3-1.0.2}/operaton/utils/auth_basic.py +0 -0
- {operaton_external_task_client_python3-1.0.0 → operaton_external_task_client_python3-1.0.2}/operaton/utils/auth_bearer.py +0 -0
- {operaton_external_task_client_python3-1.0.0 → operaton_external_task_client_python3-1.0.2}/operaton/utils/log_utils.py +0 -0
- {operaton_external_task_client_python3-1.0.0 → operaton_external_task_client_python3-1.0.2}/operaton/utils/response_utils.py +0 -0
- {operaton_external_task_client_python3-1.0.0 → operaton_external_task_client_python3-1.0.2}/operaton/utils/tests/test_auth_basic.py +0 -0
- {operaton_external_task_client_python3-1.0.0 → operaton_external_task_client_python3-1.0.2}/operaton/utils/tests/test_auth_bearer.py +0 -0
- {operaton_external_task_client_python3-1.0.0 → operaton_external_task_client_python3-1.0.2}/operaton/utils/tests/test_response_utils.py +0 -0
- {operaton_external_task_client_python3-1.0.0 → operaton_external_task_client_python3-1.0.2}/operaton/utils/tests/test_utils.py +0 -0
- {operaton_external_task_client_python3-1.0.0 → operaton_external_task_client_python3-1.0.2}/operaton/utils/utils.py +0 -0
- {operaton_external_task_client_python3-1.0.0 → operaton_external_task_client_python3-1.0.2}/operaton/variables/__init__.py +0 -0
- {operaton_external_task_client_python3-1.0.0 → operaton_external_task_client_python3-1.0.2}/operaton/variables/properties.py +0 -0
- {operaton_external_task_client_python3-1.0.0 → operaton_external_task_client_python3-1.0.2}/operaton/variables/tests/test_properties.py +0 -0
- {operaton_external_task_client_python3-1.0.0 → operaton_external_task_client_python3-1.0.2}/operaton/variables/tests/test_variables.py +0 -0
- {operaton_external_task_client_python3-1.0.0 → operaton_external_task_client_python3-1.0.2}/operaton/variables/variables.py +0 -0
- {operaton_external_task_client_python3-1.0.0 → operaton_external_task_client_python3-1.0.2}/operaton_external_task_client_python3.egg-info/SOURCES.txt +0 -0
- {operaton_external_task_client_python3-1.0.0 → operaton_external_task_client_python3-1.0.2}/operaton_external_task_client_python3.egg-info/dependency_links.txt +0 -0
- {operaton_external_task_client_python3-1.0.0 → operaton_external_task_client_python3-1.0.2}/operaton_external_task_client_python3.egg-info/requires.txt +0 -0
- {operaton_external_task_client_python3-1.0.0 → operaton_external_task_client_python3-1.0.2}/operaton_external_task_client_python3.egg-info/top_level.txt +0 -0
- {operaton_external_task_client_python3-1.0.0 → operaton_external_task_client_python3-1.0.2}/setup.cfg +0 -0
- {operaton_external_task_client_python3-1.0.0 → operaton_external_task_client_python3-1.0.2}/setup.py +0 -0
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: operaton_external_task_client_python3
|
|
3
|
-
Version: 1.0.
|
|
4
|
-
Summary: External Task Client for Operaton
|
|
5
|
-
Author-email: Deserve Labs <devteam@deserve.com>
|
|
6
|
-
Maintainer: DLR terrabyte
|
|
3
|
+
Version: 1.0.2
|
|
4
|
+
Summary: External Task Client for Operaton BPMN engine
|
|
5
|
+
Author-email: Deserve Labs <devteam@deserve.com>, DLR terrabyte <terrabyte@dlr.de>
|
|
6
|
+
Maintainer-email: DLR terrabyte <terrabyte@dlr.de>
|
|
7
7
|
License-Expression: Apache-2.0
|
|
8
8
|
Project-URL: Homepage, https://github.com/DLR-terrabyte/operaton-external-task-client-python3
|
|
9
9
|
Project-URL: Issues, https://github.com/DLR-terrabyte/operaton-external-task-client-python3/issues
|
|
@@ -22,13 +22,15 @@ License-File: LICENSE
|
|
|
22
22
|
Requires-Dist: requests>=2.24.0
|
|
23
23
|
Dynamic: license-file
|
|
24
24
|
|
|
25
|
-
> External Task Client for Operaton BPM engine.
|
|
26
|
-
> Its based on the [camunda-external-task-client-python3](https://github.com/camunda-community-hub/camunda-external-task-client-python3) and has been adapted to Operaton.
|
|
27
|
-
|
|
28
25
|
# operaton-external-task-client-python3
|
|
29
26
|
|
|
30
|
-
This
|
|
27
|
+
This repo is an evolution of https://github.com/camunda-community-hub/camunda-external-task-client-python3.
|
|
28
|
+
|
|
29
|
+
It has been adapted for the use with the [Operaton](https://operaton.org/) BPMN engine.
|
|
31
30
|
|
|
31
|
+
## Introduction
|
|
32
|
+
|
|
33
|
+
This repository contains Operaton External Task Client written in Python3.
|
|
32
34
|
|
|
33
35
|
Implement your [BPMN Service Task](https://docs.operaton.org/docs/documentation/user-guide/process-engine/external-tasks) in Python3.
|
|
34
36
|
|
|
@@ -1,10 +1,12 @@
|
|
|
1
|
-
> External Task Client for Operaton BPM engine.
|
|
2
|
-
> Its based on the [camunda-external-task-client-python3](https://github.com/camunda-community-hub/camunda-external-task-client-python3) and has been adapted to Operaton.
|
|
3
|
-
|
|
4
1
|
# operaton-external-task-client-python3
|
|
5
2
|
|
|
6
|
-
This
|
|
3
|
+
This repo is an evolution of https://github.com/camunda-community-hub/camunda-external-task-client-python3.
|
|
4
|
+
|
|
5
|
+
It has been adapted for the use with the [Operaton](https://operaton.org/) BPMN engine.
|
|
7
6
|
|
|
7
|
+
## Introduction
|
|
8
|
+
|
|
9
|
+
This repository contains Operaton External Task Client written in Python3.
|
|
8
10
|
|
|
9
11
|
Implement your [BPMN Service Task](https://docs.operaton.org/docs/documentation/user-guide/process-engine/external-tasks) in Python3.
|
|
10
12
|
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: operaton_external_task_client_python3
|
|
3
|
-
Version: 1.0.
|
|
4
|
-
Summary: External Task Client for Operaton
|
|
5
|
-
Author-email: Deserve Labs <devteam@deserve.com>
|
|
6
|
-
Maintainer: DLR terrabyte
|
|
3
|
+
Version: 1.0.2
|
|
4
|
+
Summary: External Task Client for Operaton BPMN engine
|
|
5
|
+
Author-email: Deserve Labs <devteam@deserve.com>, DLR terrabyte <terrabyte@dlr.de>
|
|
6
|
+
Maintainer-email: DLR terrabyte <terrabyte@dlr.de>
|
|
7
7
|
License-Expression: Apache-2.0
|
|
8
8
|
Project-URL: Homepage, https://github.com/DLR-terrabyte/operaton-external-task-client-python3
|
|
9
9
|
Project-URL: Issues, https://github.com/DLR-terrabyte/operaton-external-task-client-python3/issues
|
|
@@ -22,13 +22,15 @@ License-File: LICENSE
|
|
|
22
22
|
Requires-Dist: requests>=2.24.0
|
|
23
23
|
Dynamic: license-file
|
|
24
24
|
|
|
25
|
-
> External Task Client for Operaton BPM engine.
|
|
26
|
-
> Its based on the [camunda-external-task-client-python3](https://github.com/camunda-community-hub/camunda-external-task-client-python3) and has been adapted to Operaton.
|
|
27
|
-
|
|
28
25
|
# operaton-external-task-client-python3
|
|
29
26
|
|
|
30
|
-
This
|
|
27
|
+
This repo is an evolution of https://github.com/camunda-community-hub/camunda-external-task-client-python3.
|
|
28
|
+
|
|
29
|
+
It has been adapted for the use with the [Operaton](https://operaton.org/) BPMN engine.
|
|
31
30
|
|
|
31
|
+
## Introduction
|
|
32
|
+
|
|
33
|
+
This repository contains Operaton External Task Client written in Python3.
|
|
32
34
|
|
|
33
35
|
Implement your [BPMN Service Task](https://docs.operaton.org/docs/documentation/user-guide/process-engine/external-tasks) in Python3.
|
|
34
36
|
|
|
@@ -4,17 +4,18 @@ build-backend = "setuptools.build_meta"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "operaton_external_task_client_python3"
|
|
7
|
-
version = "1.0.
|
|
7
|
+
version = "1.0.2"
|
|
8
8
|
authors = [
|
|
9
9
|
{ name = "Deserve Labs", email="devteam@deserve.com" },
|
|
10
|
+
{ name = "DLR terrabyte", email="terrabyte@dlr.de" }
|
|
10
11
|
]
|
|
11
12
|
maintainers = [
|
|
12
|
-
{ name = "DLR terrabyte
|
|
13
|
+
{ name = "DLR terrabyte", email="terrabyte@dlr.de" }
|
|
13
14
|
]
|
|
14
15
|
dependencies = [
|
|
15
16
|
"requests>=2.24.0"
|
|
16
17
|
]
|
|
17
|
-
description = "External Task Client for Operaton
|
|
18
|
+
description = "External Task Client for Operaton BPMN engine"
|
|
18
19
|
readme = "README.md"
|
|
19
20
|
requires-python = ">=3.7"
|
|
20
21
|
classifiers = [
|
{operaton_external_task_client_python3-1.0.0 → operaton_external_task_client_python3-1.0.2}/LICENSE
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{operaton_external_task_client_python3-1.0.0 → operaton_external_task_client_python3-1.0.2}/setup.py
RENAMED
|
File without changes
|