durabletask 1.4.0.dev32__tar.gz → 1.4.0.dev33__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.
Files changed (48) hide show
  1. {durabletask-1.4.0.dev32 → durabletask-1.4.0.dev33}/PKG-INFO +26 -16
  2. durabletask-1.4.0.dev33/README.md +47 -0
  3. {durabletask-1.4.0.dev32 → durabletask-1.4.0.dev33}/durabletask.egg-info/PKG-INFO +26 -16
  4. {durabletask-1.4.0.dev32 → durabletask-1.4.0.dev33}/pyproject.toml +1 -1
  5. durabletask-1.4.0.dev32/README.md +0 -37
  6. {durabletask-1.4.0.dev32 → durabletask-1.4.0.dev33}/LICENSE +0 -0
  7. {durabletask-1.4.0.dev32 → durabletask-1.4.0.dev33}/durabletask/__init__.py +0 -0
  8. {durabletask-1.4.0.dev32 → durabletask-1.4.0.dev33}/durabletask/client.py +0 -0
  9. {durabletask-1.4.0.dev32 → durabletask-1.4.0.dev33}/durabletask/entities/__init__.py +0 -0
  10. {durabletask-1.4.0.dev32 → durabletask-1.4.0.dev33}/durabletask/entities/durable_entity.py +0 -0
  11. {durabletask-1.4.0.dev32 → durabletask-1.4.0.dev33}/durabletask/entities/entity_context.py +0 -0
  12. {durabletask-1.4.0.dev32 → durabletask-1.4.0.dev33}/durabletask/entities/entity_instance_id.py +0 -0
  13. {durabletask-1.4.0.dev32 → durabletask-1.4.0.dev33}/durabletask/entities/entity_lock.py +0 -0
  14. {durabletask-1.4.0.dev32 → durabletask-1.4.0.dev33}/durabletask/entities/entity_metadata.py +0 -0
  15. {durabletask-1.4.0.dev32 → durabletask-1.4.0.dev33}/durabletask/entities/entity_operation_failed_exception.py +0 -0
  16. {durabletask-1.4.0.dev32 → durabletask-1.4.0.dev33}/durabletask/extensions/__init__.py +0 -0
  17. {durabletask-1.4.0.dev32 → durabletask-1.4.0.dev33}/durabletask/extensions/azure_blob_payloads/__init__.py +0 -0
  18. {durabletask-1.4.0.dev32 → durabletask-1.4.0.dev33}/durabletask/extensions/azure_blob_payloads/blob_payload_store.py +0 -0
  19. {durabletask-1.4.0.dev32 → durabletask-1.4.0.dev33}/durabletask/extensions/azure_blob_payloads/options.py +0 -0
  20. {durabletask-1.4.0.dev32 → durabletask-1.4.0.dev33}/durabletask/grpc_options.py +0 -0
  21. {durabletask-1.4.0.dev32 → durabletask-1.4.0.dev33}/durabletask/history.py +0 -0
  22. {durabletask-1.4.0.dev32 → durabletask-1.4.0.dev33}/durabletask/internal/client_helpers.py +0 -0
  23. {durabletask-1.4.0.dev32 → durabletask-1.4.0.dev33}/durabletask/internal/entity_state_shim.py +0 -0
  24. {durabletask-1.4.0.dev32 → durabletask-1.4.0.dev33}/durabletask/internal/exceptions.py +0 -0
  25. {durabletask-1.4.0.dev32 → durabletask-1.4.0.dev33}/durabletask/internal/grpc_interceptor.py +0 -0
  26. {durabletask-1.4.0.dev32 → durabletask-1.4.0.dev33}/durabletask/internal/helpers.py +0 -0
  27. {durabletask-1.4.0.dev32 → durabletask-1.4.0.dev33}/durabletask/internal/history_helpers.py +0 -0
  28. {durabletask-1.4.0.dev32 → durabletask-1.4.0.dev33}/durabletask/internal/json_encode_output_exception.py +0 -0
  29. {durabletask-1.4.0.dev32 → durabletask-1.4.0.dev33}/durabletask/internal/orchestration_entity_context.py +0 -0
  30. {durabletask-1.4.0.dev32 → durabletask-1.4.0.dev33}/durabletask/internal/orchestrator_service_pb2.py +0 -0
  31. {durabletask-1.4.0.dev32 → durabletask-1.4.0.dev33}/durabletask/internal/orchestrator_service_pb2.pyi +0 -0
  32. {durabletask-1.4.0.dev32 → durabletask-1.4.0.dev33}/durabletask/internal/orchestrator_service_pb2_grpc.py +0 -0
  33. {durabletask-1.4.0.dev32 → durabletask-1.4.0.dev33}/durabletask/internal/proto_task_hub_sidecar_service_stub.py +0 -0
  34. {durabletask-1.4.0.dev32 → durabletask-1.4.0.dev33}/durabletask/internal/shared.py +0 -0
  35. {durabletask-1.4.0.dev32 → durabletask-1.4.0.dev33}/durabletask/internal/tracing.py +0 -0
  36. {durabletask-1.4.0.dev32 → durabletask-1.4.0.dev33}/durabletask/payload/__init__.py +0 -0
  37. {durabletask-1.4.0.dev32 → durabletask-1.4.0.dev33}/durabletask/payload/helpers.py +0 -0
  38. {durabletask-1.4.0.dev32 → durabletask-1.4.0.dev33}/durabletask/payload/store.py +0 -0
  39. {durabletask-1.4.0.dev32 → durabletask-1.4.0.dev33}/durabletask/py.typed +0 -0
  40. {durabletask-1.4.0.dev32 → durabletask-1.4.0.dev33}/durabletask/task.py +0 -0
  41. {durabletask-1.4.0.dev32 → durabletask-1.4.0.dev33}/durabletask/testing/__init__.py +0 -0
  42. {durabletask-1.4.0.dev32 → durabletask-1.4.0.dev33}/durabletask/testing/in_memory_backend.py +0 -0
  43. {durabletask-1.4.0.dev32 → durabletask-1.4.0.dev33}/durabletask/worker.py +0 -0
  44. {durabletask-1.4.0.dev32 → durabletask-1.4.0.dev33}/durabletask.egg-info/SOURCES.txt +0 -0
  45. {durabletask-1.4.0.dev32 → durabletask-1.4.0.dev33}/durabletask.egg-info/dependency_links.txt +0 -0
  46. {durabletask-1.4.0.dev32 → durabletask-1.4.0.dev33}/durabletask.egg-info/requires.txt +0 -0
  47. {durabletask-1.4.0.dev32 → durabletask-1.4.0.dev33}/durabletask.egg-info/top_level.txt +0 -0
  48. {durabletask-1.4.0.dev32 → durabletask-1.4.0.dev33}/setup.cfg +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: durabletask
3
- Version: 1.4.0.dev32
3
+ Version: 1.4.0.dev33
4
4
  Summary: A Durable Task Client SDK for Python
5
5
  License: MIT License
6
6
 
@@ -46,38 +46,48 @@ Dynamic: license-file
46
46
 
47
47
  # Durable Task SDK for Python
48
48
 
49
- [![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/licenses/MIT)
50
- [![Build Validation](https://github.com/microsoft/durabletask-python/actions/workflows/pr-validation.yml/badge.svg)](https://github.com/microsoft/durabletask-python/actions/workflows/pr-validation.yml)
49
+ [![License:
50
+ MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/licenses/MIT)
51
+ [![Build
52
+ Validation](https://github.com/microsoft/durabletask-python/actions/workflows/pr-validation.yml/badge.svg)](https://github.com/microsoft/durabletask-python/actions/workflows/pr-validation.yml)
51
53
  [![PyPI version](https://badge.fury.io/py/durabletask.svg)](https://badge.fury.io/py/durabletask)
52
54
 
53
- This repo contains a Python SDK for use with the [Azure Durable Task Scheduler](https://github.com/Azure/Durable-Task-Scheduler). With this SDK, you can define, schedule, and manage durable orchestrations using ordinary Python code.
55
+ This repo contains a Python SDK for use with the [Azure Durable Task
56
+ Scheduler](https://github.com/Azure/Durable-Task-Scheduler). With this SDK, you can define,
57
+ schedule, and manage durable orchestrations using ordinary Python code.
54
58
 
55
- > Note that this SDK is **not** currently compatible with [Azure Durable Functions](https://learn.microsoft.com/azure/azure-functions/durable/durable-functions-overview). If you are looking for a Python SDK for Azure Durable Functions, please see [this repo](https://github.com/Azure/azure-functions-durable-python).
59
+ > Note that this SDK is **not** currently compatible with [Azure Durable
60
+ Functions](https://learn.microsoft.com/azure/azure-functions/durable/durable-functions-overview). If
61
+ you are looking for a Python SDK for Azure Durable Functions, please see [this
62
+ repo](https://github.com/Azure/azure-functions-durable-python).
63
+
64
+ ## References
56
65
 
57
- # References
58
66
  - [Supported Patterns](./docs/supported-patterns.md)
59
67
  - [Available Features](./docs/features.md)
60
68
  - [Getting Started](./docs/getting-started.md)
61
- - [Development Guide](./docs/development.md)
69
+ - [Development Guide](./docs/development.md)
62
70
  - [Contributing Guide](./CONTRIBUTING.md)
63
71
 
64
72
  ## Optional Features
65
73
 
66
74
  ### Large Payload Externalization
67
75
 
68
- Install the `azure-blob-payloads` extra to automatically offload
69
- oversized orchestration payloads to Azure Blob Storage:
76
+ Install the `azure-blob-payloads` extra to automatically offload oversized orchestration payloads to
77
+ Azure Blob Storage:
70
78
 
71
79
  ```bash
72
80
  pip install durabletask[azure-blob-payloads]
73
81
  ```
74
82
 
75
- See the [feature documentation](./docs/features.md#large-payload-externalization)
76
- and the [example](./examples/large_payload/) for usage details.
83
+ See the [feature documentation](./docs/features.md#large-payload-externalization) and the
84
+ [example](./examples/large_payload/) for usage details.
77
85
 
78
86
  ## Trademarks
79
- This project may contain trademarks or logos for projects, products, or services. Authorized use of Microsoft
80
- trademarks or logos is subject to and must follow
81
- [Microsoft's Trademark & Brand Guidelines](https://www.microsoft.com/en-us/legal/intellectualproperty/trademarks/usage/general).
82
- Use of Microsoft trademarks or logos in modified versions of this project must not cause confusion or imply Microsoft sponsorship.
83
- Any use of third-party trademarks or logos are subject to those third-party's policies.
87
+
88
+ This project may contain trademarks or logos for projects, products, or services. Authorized use of
89
+ Microsoft trademarks or logos is subject to and must follow [Microsoft's Trademark & Brand
90
+ Guidelines](https://www.microsoft.com/en-us/legal/intellectualproperty/trademarks/usage/general).
91
+ Use of Microsoft trademarks or logos in modified versions of this project must not cause confusion
92
+ or imply Microsoft sponsorship. Any use of third-party trademarks or logos are subject to those
93
+ third-party's policies.
@@ -0,0 +1,47 @@
1
+ # Durable Task SDK for Python
2
+
3
+ [![License:
4
+ MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/licenses/MIT)
5
+ [![Build
6
+ Validation](https://github.com/microsoft/durabletask-python/actions/workflows/pr-validation.yml/badge.svg)](https://github.com/microsoft/durabletask-python/actions/workflows/pr-validation.yml)
7
+ [![PyPI version](https://badge.fury.io/py/durabletask.svg)](https://badge.fury.io/py/durabletask)
8
+
9
+ This repo contains a Python SDK for use with the [Azure Durable Task
10
+ Scheduler](https://github.com/Azure/Durable-Task-Scheduler). With this SDK, you can define,
11
+ schedule, and manage durable orchestrations using ordinary Python code.
12
+
13
+ > Note that this SDK is **not** currently compatible with [Azure Durable
14
+ Functions](https://learn.microsoft.com/azure/azure-functions/durable/durable-functions-overview). If
15
+ you are looking for a Python SDK for Azure Durable Functions, please see [this
16
+ repo](https://github.com/Azure/azure-functions-durable-python).
17
+
18
+ ## References
19
+
20
+ - [Supported Patterns](./docs/supported-patterns.md)
21
+ - [Available Features](./docs/features.md)
22
+ - [Getting Started](./docs/getting-started.md)
23
+ - [Development Guide](./docs/development.md)
24
+ - [Contributing Guide](./CONTRIBUTING.md)
25
+
26
+ ## Optional Features
27
+
28
+ ### Large Payload Externalization
29
+
30
+ Install the `azure-blob-payloads` extra to automatically offload oversized orchestration payloads to
31
+ Azure Blob Storage:
32
+
33
+ ```bash
34
+ pip install durabletask[azure-blob-payloads]
35
+ ```
36
+
37
+ See the [feature documentation](./docs/features.md#large-payload-externalization) and the
38
+ [example](./examples/large_payload/) for usage details.
39
+
40
+ ## Trademarks
41
+
42
+ This project may contain trademarks or logos for projects, products, or services. Authorized use of
43
+ Microsoft trademarks or logos is subject to and must follow [Microsoft's Trademark & Brand
44
+ Guidelines](https://www.microsoft.com/en-us/legal/intellectualproperty/trademarks/usage/general).
45
+ Use of Microsoft trademarks or logos in modified versions of this project must not cause confusion
46
+ or imply Microsoft sponsorship. Any use of third-party trademarks or logos are subject to those
47
+ third-party's policies.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: durabletask
3
- Version: 1.4.0.dev32
3
+ Version: 1.4.0.dev33
4
4
  Summary: A Durable Task Client SDK for Python
5
5
  License: MIT License
6
6
 
@@ -46,38 +46,48 @@ Dynamic: license-file
46
46
 
47
47
  # Durable Task SDK for Python
48
48
 
49
- [![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/licenses/MIT)
50
- [![Build Validation](https://github.com/microsoft/durabletask-python/actions/workflows/pr-validation.yml/badge.svg)](https://github.com/microsoft/durabletask-python/actions/workflows/pr-validation.yml)
49
+ [![License:
50
+ MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/licenses/MIT)
51
+ [![Build
52
+ Validation](https://github.com/microsoft/durabletask-python/actions/workflows/pr-validation.yml/badge.svg)](https://github.com/microsoft/durabletask-python/actions/workflows/pr-validation.yml)
51
53
  [![PyPI version](https://badge.fury.io/py/durabletask.svg)](https://badge.fury.io/py/durabletask)
52
54
 
53
- This repo contains a Python SDK for use with the [Azure Durable Task Scheduler](https://github.com/Azure/Durable-Task-Scheduler). With this SDK, you can define, schedule, and manage durable orchestrations using ordinary Python code.
55
+ This repo contains a Python SDK for use with the [Azure Durable Task
56
+ Scheduler](https://github.com/Azure/Durable-Task-Scheduler). With this SDK, you can define,
57
+ schedule, and manage durable orchestrations using ordinary Python code.
54
58
 
55
- > Note that this SDK is **not** currently compatible with [Azure Durable Functions](https://learn.microsoft.com/azure/azure-functions/durable/durable-functions-overview). If you are looking for a Python SDK for Azure Durable Functions, please see [this repo](https://github.com/Azure/azure-functions-durable-python).
59
+ > Note that this SDK is **not** currently compatible with [Azure Durable
60
+ Functions](https://learn.microsoft.com/azure/azure-functions/durable/durable-functions-overview). If
61
+ you are looking for a Python SDK for Azure Durable Functions, please see [this
62
+ repo](https://github.com/Azure/azure-functions-durable-python).
63
+
64
+ ## References
56
65
 
57
- # References
58
66
  - [Supported Patterns](./docs/supported-patterns.md)
59
67
  - [Available Features](./docs/features.md)
60
68
  - [Getting Started](./docs/getting-started.md)
61
- - [Development Guide](./docs/development.md)
69
+ - [Development Guide](./docs/development.md)
62
70
  - [Contributing Guide](./CONTRIBUTING.md)
63
71
 
64
72
  ## Optional Features
65
73
 
66
74
  ### Large Payload Externalization
67
75
 
68
- Install the `azure-blob-payloads` extra to automatically offload
69
- oversized orchestration payloads to Azure Blob Storage:
76
+ Install the `azure-blob-payloads` extra to automatically offload oversized orchestration payloads to
77
+ Azure Blob Storage:
70
78
 
71
79
  ```bash
72
80
  pip install durabletask[azure-blob-payloads]
73
81
  ```
74
82
 
75
- See the [feature documentation](./docs/features.md#large-payload-externalization)
76
- and the [example](./examples/large_payload/) for usage details.
83
+ See the [feature documentation](./docs/features.md#large-payload-externalization) and the
84
+ [example](./examples/large_payload/) for usage details.
77
85
 
78
86
  ## Trademarks
79
- This project may contain trademarks or logos for projects, products, or services. Authorized use of Microsoft
80
- trademarks or logos is subject to and must follow
81
- [Microsoft's Trademark & Brand Guidelines](https://www.microsoft.com/en-us/legal/intellectualproperty/trademarks/usage/general).
82
- Use of Microsoft trademarks or logos in modified versions of this project must not cause confusion or imply Microsoft sponsorship.
83
- Any use of third-party trademarks or logos are subject to those third-party's policies.
87
+
88
+ This project may contain trademarks or logos for projects, products, or services. Authorized use of
89
+ Microsoft trademarks or logos is subject to and must follow [Microsoft's Trademark & Brand
90
+ Guidelines](https://www.microsoft.com/en-us/legal/intellectualproperty/trademarks/usage/general).
91
+ Use of Microsoft trademarks or logos in modified versions of this project must not cause confusion
92
+ or imply Microsoft sponsorship. Any use of third-party trademarks or logos are subject to those
93
+ third-party's policies.
@@ -9,7 +9,7 @@ build-backend = "setuptools.build_meta"
9
9
 
10
10
  [project]
11
11
  name = "durabletask"
12
- version = "1.4.0.dev32"
12
+ version = "1.4.0.dev33"
13
13
  description = "A Durable Task Client SDK for Python"
14
14
  keywords = [
15
15
  "durable",
@@ -1,37 +0,0 @@
1
- # Durable Task SDK for Python
2
-
3
- [![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/licenses/MIT)
4
- [![Build Validation](https://github.com/microsoft/durabletask-python/actions/workflows/pr-validation.yml/badge.svg)](https://github.com/microsoft/durabletask-python/actions/workflows/pr-validation.yml)
5
- [![PyPI version](https://badge.fury.io/py/durabletask.svg)](https://badge.fury.io/py/durabletask)
6
-
7
- This repo contains a Python SDK for use with the [Azure Durable Task Scheduler](https://github.com/Azure/Durable-Task-Scheduler). With this SDK, you can define, schedule, and manage durable orchestrations using ordinary Python code.
8
-
9
- > Note that this SDK is **not** currently compatible with [Azure Durable Functions](https://learn.microsoft.com/azure/azure-functions/durable/durable-functions-overview). If you are looking for a Python SDK for Azure Durable Functions, please see [this repo](https://github.com/Azure/azure-functions-durable-python).
10
-
11
- # References
12
- - [Supported Patterns](./docs/supported-patterns.md)
13
- - [Available Features](./docs/features.md)
14
- - [Getting Started](./docs/getting-started.md)
15
- - [Development Guide](./docs/development.md)
16
- - [Contributing Guide](./CONTRIBUTING.md)
17
-
18
- ## Optional Features
19
-
20
- ### Large Payload Externalization
21
-
22
- Install the `azure-blob-payloads` extra to automatically offload
23
- oversized orchestration payloads to Azure Blob Storage:
24
-
25
- ```bash
26
- pip install durabletask[azure-blob-payloads]
27
- ```
28
-
29
- See the [feature documentation](./docs/features.md#large-payload-externalization)
30
- and the [example](./examples/large_payload/) for usage details.
31
-
32
- ## Trademarks
33
- This project may contain trademarks or logos for projects, products, or services. Authorized use of Microsoft
34
- trademarks or logos is subject to and must follow
35
- [Microsoft's Trademark & Brand Guidelines](https://www.microsoft.com/en-us/legal/intellectualproperty/trademarks/usage/general).
36
- Use of Microsoft trademarks or logos in modified versions of this project must not cause confusion or imply Microsoft sponsorship.
37
- Any use of third-party trademarks or logos are subject to those third-party's policies.